@charset "UTF-8";
.page h2 {
  margin: 30px 0 10px 0;
  padding-left: 30px;
  background: #f9f9f9;
  font-weight: bold;
  border-left: 5px solid #2C62A6; }

.box_shadow {
  -webkit-box-shadow: 0 0 10px 0 #E5E5E5;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 10px 0 #E5E5E5;
  /* Firefox用 */
  box-shadow: 0 0 10px 0 #E5E5E5;
  /* CSS3 */ }

.pageTitle_sec {
  position: relative;
  background: url("../images/common/cta_bg_pc.png");
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .pageTitle_sec .pageTitle_text {
    position: relative;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff; }
  .pageTitle_sec h1 {
    position: relative;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff; }
  .pageTitle_sec .pageTitle_text:after {
    content: "";
    display: block;
    width: 100px;
    border-bottom: solid 1px #fff;
    margin: auto; }

@media only screen and (max-width: 750px) {
  .pageTitle_sec {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .pageTitle_sec .pageTitle_text {
      position: relative;
      font-weight: 800;
      font-size: 20px;
      letter-spacing: 0.1em;
      text-align: center; }
    .pageTitle_sec .pageTitle_text:after {
      content: "";
      display: block;
      width: 100px;
      border-bottom: solid 1px #111;
      margin: auto; } }
.page .h2_box {
  text-align: center;
  margin: 60px 0 30px 0;
  background: url("../images/common/logo_point.png");
  background-size: 40px;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 40px; }

.singleContents_sec {
  padding: 60px 0 60px 0;
  background: #e7e7e7; }

.singleContents_sec .w02_in {
  background: #fff;
  padding: 60px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px 0 #E5E5E5;
  /* Safari, Chrome用 */
  -moz-box-shadow: 0 0 10px 0 #E5E5E5;
  /* Firefox用 */
  box-shadow: 0 0 10px 0 #E5E5E5;
  /* CSS3 */ }

@media only screen and (max-width: 750px) {
  .singleContents_sec {
    padding-bottom: 60px;
    background: #fff; }

  .singleContents_sec .sec_in {
    background: #fff;
    padding: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: none;
    /* Safari, Chrome用 */
    -moz-box-shadow: none;
    /* Firefox用 */
    box-shadow: none;
    /* CSS3 */ } }
/*------------------------------------------------------------
archive_page
-------------------------------------------------------------*/
.archive_page .cases_sec {
  background: url(../images/common/bg_dot.png);
  background-size: 1920px;
  background-repeat: repeat; }
  .archive_page .cases_sec .sec_in {
    padding: 60px 0 60px 0; }
.archive_page .area_sec {
  height: 510px;
  background: url(../images/top/area_bg.png);
  background-size: 1920px;
  background-repeat: repeat; }
  .archive_page .area_sec .sec_in {
    padding: 60px 0 60px 0; }
  .archive_page .area_sec h2 {
    color: #fff;
    margin-bottom: 30px; }
  .archive_page .area_sec .area_boxcity {
    width: 700px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    margin: 0 auto 20px auto; }
  .archive_page .area_sec .area_boxcity .col {
    width: 800px;
    font-size: 13px;
    line-height: 1.5; }
  .archive_page .area_sec .area_boxMan {
    width: 602px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .archive_page .area_sec .area_boxMan .col_l {
    width: 100px; }
  .archive_page .area_sec .area_boxMan .col_r {
    width: 480px;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
@media only screen and (max-width: 750px) {
  .archive_page .area_sec {
    height: auto;
    background: url(../images/top/area_bg.png);
    background-size: cover;
    background-repeat: repeat; }
    .archive_page .area_sec .sec_in {
      padding: 30px 0 30px 0; }
    .archive_page .area_sec h2 {
      color: #fff;
      margin-bottom: 30px; }
    .archive_page .area_sec .area_boxcity {
      width: 90%;
      margin: auto;
      display: block;
      color: #fff;
      margin: 0 auto 20px auto; }
    .archive_page .area_sec .area_boxcity .col {
      width: 100%;
      font-size: 12px;
      line-height: 1.5;
      margin: auto; }
    .archive_page .area_sec .area_boxcity .col_l {
      width: 100%;
      font-weight: bold;
      font-size: 20px;
      line-height: 1;
      text-align: left; }
    .archive_page .area_sec .area_boxcity .col_r {
      width: 100%;
      text-align: left; }
    .archive_page .area_sec .area_boxMan {
      width: 90%;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .archive_page .area_sec .area_boxMan .col_l {
      width: 20%; }
    .archive_page .area_sec .area_boxMan .col_r {
      width: 80%;
      font-weight: 800;
      font-size: 14px;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: flex-start; } }

/*------------------------------------------------------------
page-faq
-------------------------------------------------------------*/
dl dt::before {
  content: "Q";
  font-size: 16pt;
  display: inline-block;
  background: #2C62A6;
  color: #fff;
  width: 30px;
  height: 27px;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; }

dl dt {
  margin: 20px 0 15px 0;
  font-size: 1.1em;
  position: relative;
  padding-left: 50px;
  font-weight: bold; }

dl dd::before {
  content: "A";
  font-size: 16pt;
  display: inline-block;
  background: #000;
  color: #fff;
  width: 30px;
  height: 27px;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
  padding-top: 3px;
  position: absolute;
  top: 0px;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 5px; }

dl dd {
  margin: 0;
  font-size: 1em;
  position: relative;
  padding: 5px 0px 20px 50px; }

/*------------------------------------------------------------
page-message
-------------------------------------------------------------*/
.page_message .ceo_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 60px; }
.page_message .ceo_box .col_l {
  width: 40%;
  text-align: center; }
.page_message .ceo_box .col_l img {
  margin-bottom: 10px; }
.page_message .ceo_box .col_r {
  width: 56%;
  background: #f9f9f9;
  padding: 10px 0 0 0; }
.page_message .ceo_box .col_r_in {
  width: 95%;
  margin: auto; }
.page_message .ceo_box .col_r .text {
  font-size: 12px;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 5px; }
.page_message .ceo_box .col_r .text .text_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5px; }
.page_message .ceo_box .col_r .text_l {
  font-weight: bold;
  width: 20%;
  display: block; }
.page_message .ceo_box .col_r .text_r {
  width: 80%;
  display: block; }
.page_message .ceo_box .col_r h3 {
  text-align: center;
  font-weight: bold; }
.page_message .ceo_box .col_r h4 {
  margin: 0;
  text-align: center;
  font-weight: bold; }
.page_message .logo {
  width: 200px;
  display: block; }
.page_message .name {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.5; }
.page_message .kana {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #ccc;
  line-height: 1;
  margin-bottom: 30px; }
.page_message .info {
  margin-bottom: 5px;
  font-size: 12px; }
.page_message .info .word01 {
  display: inline-block;
  width: 60px;
  text-align: center;
  background: #f0f0f0;
  margin-right: 10px; }
.page_message .info .word02 {
  display: inline-block; }

@media only screen and (max-width: 750px) {
  .page_message .ceo_box {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 60px; }
  .page_message .ceo_box .col_l {
    width: 100%;
    text-align: center; }
  .page_message .ceo_box .col_l img {
    margin-bottom: 10px; }
  .page_message .ceo_box .col_r {
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0 0 0; }
  .page_message .ceo_box .col_r_in {
    width: 95%;
    margin: auto; }
  .page_message .ceo_box .col_r .text {
    font-size: 12px;
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 5px; }
  .page_message .ceo_box .col_r .text .text_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5px; }
  .page_message .ceo_box .col_r .text_l {
    font-weight: bold;
    width: 20%;
    display: block; }
  .page_message .ceo_box .col_r .text_r {
    width: 80%;
    display: block; }
  .page_message .ceo_box .col_r h3 {
    text-align: center;
    font-weight: bold; }
  .page_message .ceo_box .col_r h4 {
    margin: 0;
    text-align: center;
    font-weight: bold; }
  .page_message .logo {
    width: 200px;
    display: block; }
  .page_message .name {
    font-weight: 800;
    font-size: 28px;
    letter-spacing: 0.2em;
    line-height: 1.5; }
  .page_message .kana {
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.2em;
    color: #ccc;
    line-height: 1;
    margin-bottom: 30px; }
  .page_message .info {
    margin-bottom: 5px;
    font-size: 12px; }
  .page_message .info .word01 {
    display: inline-block;
    width: 60px;
    text-align: center;
    background: #f0f0f0;
    margin-right: 10px; }
  .page_message .info .word02 {
    display: inline-block; } }
/*------------------------------------------------------------
news archiver
-------------------------------------------------------------*/
.archiveNews_sec {
  padding: 60px 0 60px 0; }
  .archiveNews_sec .archives_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0 10px 0; }
  .archiveNews_sec .archives_box .col_l {
    width: 25%;
    font-weight: bold; }
  .archiveNews_sec .archives_box .col_r {
    width: 70%; }
  .archiveNews_sec .archives_box .title {
    font-weight: bold; }

/*------------------------------------------------------------
single_cases
-------------------------------------------------------------*/
.single_cases .infomation_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px; }
.single_cases .infomation_box .col_l {
  width: 48%; }
.single_cases .infomation_box .col_r {
  width: 48%; }
.single_cases .infomation_box .line01 {
  padding: 10px 0 5px 0;
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.single_cases .infomation_box .line01_l {
  width: 20%;
  background: #2C62A6;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }
.single_cases .infomation_box .line01_r a {
  text-decoration: underline; }
.single_cases .infomation_box .line01_r {
  width: 78%; }
.single_cases .reason_box {
  background: #f5f5f5;
  padding: 20px; }
.single_cases .reason_title {
  text-align: center;
  font-weight: bold; }

@media only screen and (max-width: 750px) {
  .single_cases .infomation_box {
    display: blck;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
  .single_cases .infomation_box .col_l {
    width: 100%; }
  .single_cases .infomation_box .col_r {
    width: 100%; }
  .single_cases .infomation_box .line01 {
    padding: 10px 0 5px 0;
    border-bottom: 1px dotted #ccc;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .single_cases .infomation_box .line01_l {
    width: 20%;
    color: #fff;
    display: block;
    text-align: center; }
  .single_cases .infomation_box .line01_r {
    width: 78%; }
  .single_cases .reason_box {
    background: #f5f5f5;
    padding: 20px; }
  .single_cases .reason_title {
    text-align: center;
    font-weight: bold; } }
/*------------------------------------------------------------
single_bulks
-------------------------------------------------------------*/
.single_bulks h1 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }
.single_bulks .eyeCatch_box {
  margin-bottom: 30px; }
.single_bulks .cases_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px; }
.single_bulks .cases_flBox .cases_box {
  width: 48%;
  margin-bottom: 20px; }
.single_bulks .cases_flBox .cases_title {
  font-weight: bold; }
.single_bulks .cases_flBox .cases_text {
  font-size: 13px; }

@media only screen and (max-width: 750px) {
  .single_bulks .eyeCatch_box {
    margin-bottom: 30px; }
  .single_bulks .cases_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
  .single_bulks .cases_flBox .cases_box {
    width: 100%;
    margin-bottom: 10px; }
  .single_bulks .cases_flBox .cases_title {
    font-weight: bold; }
  .single_bulks .cases_flBox .cases_text {
    font-size: 13px; } }
/*--------------------------------------------------------
social
--------------------------------------------------------*/
.box_socialbutton {
  margin-bottom: 30px; }
  .box_socialbutton a {
    display: inline-block;
    width: 100px;
    padding: 5px 0 5px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
  .box_socialbutton a i {
    margin-right: 5px; }
  .box_socialbutton a:hover {
    opacity: 0.7; }
  .box_socialbutton .button_fb {
    background: #3B5998; }
  .box_socialbutton .button_tw {
    background: #1DA1F2; }
  .box_socialbutton .button_pocket {
    background: #ee4056; }
  .box_socialbutton .button_line {
    background: #00B900; }

.sidefix_socialbutton {
  position: fixed;
  right: 0;
  top: 60%;
  width: 60px; }
  .sidefix_socialbutton a {
    display: block;
    width: 60px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    font-size: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-bottom: 5px; }
  .sidefix_socialbutton a i {
    margin-right: 5px;
    display: block;
    font-size: 18px; }
  .sidefix_socialbutton a:hover {
    opacity: 0.7; }
  .sidefix_socialbutton .button_fb {
    background: #3B5998; }
  .sidefix_socialbutton .button_tw {
    background: #1DA1F2; }
  .sidefix_socialbutton .button_pocket {
    background: #ee4056; }
  .sidefix_socialbutton .button_line {
    background: #00B900; }

@media only screen and (max-width: 750px) {
  .box_socialbutton {
    margin-bottom: 30px; }
    .box_socialbutton a {
      padding: 5px 0 5px 0;
      display: inline-block;
      width: 80px;
      text-align: center;
      color: #fff;
      font-size: 10px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px; }
    .box_socialbutton a i {
      margin-right: 5px; }
    .box_socialbutton a:hover {
      opacity: 0.7; } }
/*------------------------------------------------------------
page_office
-------------------------------------------------------------*/
.page_office .office_fv_sec {
  height: 752px;
  background: url(../images/page/office/fv_pc.png);
  background-size: 1920px;
  background-position: center center;
  background-repeat: no-repeat; }
.page_office .bullet_sec {
  background: #E9F2F9;
  padding: 90px 0 90px 0; }
  .page_office .bullet_sec .bullet {
    border: solid 1px #e0e0e0;
    margin: 20px auto 20px auto;
    background: #fff; }
  .page_office .bullet_sec .bullet_in {
    width: 85%;
    padding: 20px 0 20px 0;
    margin: auto; }
  .page_office .bullet_sec .bullet ul {
    padding: 0;
    margin: 0; }
  .page_office .bullet_sec .bullet li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    font-weight: bold;
    font-size: 18px; }
  .page_office .bullet_sec .bullet li:before {
    content: "・";
    position: absolute;
    left: 0; }
  .page_office .bullet_sec .bullet_subhead {
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px; }
  .page_office .bullet_sec .bullet_text {
    background: #E9F2F9;
    margin: auto;
    padding: 30px; }
.page_office .service_sec {
  padding: 90px 0 90px 0; }
.page_office .service_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_office .service_flBox .card {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
.page_office .service_flBox .card_l {
  width: 48%; }
.page_office .service_flBox .card_r {
  width: 48%; }
.page_office .service_flBox .title {
  font-weight: bold;
  font-size: 18px; }
.page_office .point_sec {
  background: #f9f9f9;
  padding: 90px 0 90px 0; }
.page_office .point_flBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.page_office .point_flBox .card {
  width: 48%;
  margin-bottom: 30px;
  background: #fff; }
.page_office .point_flBox .title {
  font-weight: bold;
  font-size: 18px;
  text-align: center; }
.page_office .point_flBox .text {
  padding: 10px; }

@media only screen and (max-width: 800px) {
  .page_office .office_fv_sec {
    height: auto;
    background: none; }
  .page_office .bullet_sec {
    background: #E9F2F9;
    padding: 60px 0 60px 0; }
    .page_office .bullet_sec .bullet {
      border: solid 1px #e0e0e0;
      margin: 20px auto 20px auto;
      background: #fff; }
    .page_office .bullet_sec .bullet_in {
      width: 92%;
      padding: 20px 0 20px 0;
      margin: auto; }
    .page_office .bullet_sec .bullet ul {
      padding: 0;
      margin: 0; }
    .page_office .bullet_sec .bullet li {
      list-style: none;
      padding-left: 13px;
      position: relative;
      font-weight: bold;
      font-size: 14px; }
    .page_office .bullet_sec .bullet li:before {
      content: "・";
      position: absolute;
      left: 0; }
    .page_office .bullet_sec .bullet_subhead {
      font-weight: 800;
      font-size: 24px;
      text-align: center;
      margin-bottom: 20px; }
    .page_office .bullet_sec .bullet_text {
      background: #E9F2F9;
      margin: auto;
      padding: 30px; }
  .page_office .service_sec {
    padding: 60px 0 60px 0; }
  .page_office .service_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_office .service_flBox .card {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px; }
  .page_office .service_flBox .card_l {
    width: 40%; }
  .page_office .service_flBox .card_r {
    width: 58%; }
  .page_office .service_flBox .title {
    font-weight: bold;
    font-size: 14px; }
  .page_office .service_flBox .text {
    font-size: 12px; }
  .page_office .point_sec {
    background: #f9f9f9;
    padding: 60px 0 60px 0; }
  .page_office .point_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .page_office .point_flBox .card {
    width: 100%;
    margin-bottom: 30px;
    background: #fff; }
  .page_office .point_flBox .title {
    font-weight: bold;
    font-size: 18px;
    text-align: center; }
  .page_office .point_flBox .text {
    padding: 10px; } }
