@charset "UTF-8";

/* ==================================================
	breadcrumb（パンくず）
================================================== */
#breadcrumb {
  display: none;
}

#breadcrumb ul {
  display: inline-block;
}

#breadcrumb ul:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
#breadcrumb li {
  font-size: 13px;
}

#breadcrumb li:first-child {
  width: 39px;
  color: #28a1c4;
  text-align: left;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  content: "";
}

#breadcrumb li a {
  text-decoration: none;
  color: #40bcbe;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ==================================================
	pagination
================================================== */
.pagination {
  margin-top: 30px;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

::-webkit-input-placeholder {
  padding: 0 5px;
}

input,
textarea {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.tt_page {
  background: url(../common_img/bg_tt.png) no-repeat center top;
  background-size: cover;
}

.tt_page .container {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tt_page .container .box {
  width: 575px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 7px rgba(63, 105, 132, 0.38);
  -moz-box-shadow: 0 4px 7px rgba(63, 105, 132, 0.38);
  box-shadow: 0 4px 7px rgba(63, 105, 132, 0.38);
  text-align: center;
  padding: 20px 0;
}

.tt_page .container .box h1 {
  font-size: 36px;
  color: #216f70;
}

.tt_page .container .box p {
  font-size: 20px;
  color: #40bcbe;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .tt_page .container {
    height: auto;
    padding: 8% 2%;
  }

  .tt_page .container .box {
    width: 100%;
    padding: 5% 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tt_page .container .box h1 {
    font-size: 23px;
  }

  .tt_page .container .box p {
    font-size: 15px;
  }

  .tt_page {
    margin-top: 17.4%;
  }
}

/* ========== end △ */
.cm_tt {
  text-align: center;
  margin-bottom: 40px;
}

.cm_tt span {
  font-size: 27px;
  color: #216f70;
  font-weight: bold;
  background: url(../common_img/border_bg2.png) repeat-x center bottom;
  margin-bottom: 40px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt {
    margin-bottom: 7%;
  }

  .cm_tt span {
    font-size: 23px;
  }
}

/* ========== end △ */
.cm_tt2 {
  text-align: center;
  margin-bottom: 50px;
}

.cm_tt2 span {
  display: block;
  font-size: 40px;
  color: #216f70;
}

.cm_tt2 span b {
  font-size: 52px;
}

.cm_tt2 strong {
  color: #216f70;
  font-size: 24px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt2 {
    margin-bottom: 5%;
  }

  .cm_tt2 span {
    font-size: 25px;
  }

  .cm_tt2 strong {
    font-size: 16px;
  }
}

/* ========== end △ */
.cm_tt3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.cm_tt3 span {
  margin-right: 10px;
  color: #fcab10;
  font-size: 20px;
  font-weight: bold;
  width: 14%;
  height: 20px;
  line-height: 20px;
}

.cm_tt3 strong {
  background: #40bcbe;
  font-size: 20px;
  color: #fff;
  width: 100%;
  line-height: 20px;
  height: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .cm_tt3 {
    margin-bottom: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cm_tt3 span {
    font-size: 16px;
    width: 100%;
    margin-bottom: 1%;
  }

  .cm_tt3 strong {
    font-size: 16px;
  }
}

/* ========== end △ */
/* news */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .news_sec {
    padding: 5% 2%;
  }
}

/* ========== end △ */
/* contact */
.contact_sec {
  padding: 45px 0;
}

.contact_sec .container>p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.contact_sec .container a {
  color: #40bcbe;
}

.contact_sec .container form .ninni {
  background: #40bcbe;
  width: 45px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  float: left;
  font-size: 13px;
  margin-right: 10px;
  color: #fff;
  border-radius: 3px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .container form .ninni {
    float: left;
    margin-left: 0;
    margin-right: 3%;
  }
}

/* ========== end △ */
.contact_sec .container form .hissu {
  background: #ffa710;
  color: #fff;
  width: 45px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
  float: left;
  font-size: 13px;
  margin-right: 10px;
  border-radius: 3px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec .container form .hissu {
    float: left;
    margin-left: 0;
    margin-right: 3%;
  }
}

/* ========== end △ */
.contact_sec .container form table {
  margin-bottom: 40px;
}

.contact_sec .container form table tr th {
  width: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #cceaf7;
  padding: 20px 30px;
  border: 2px solid #fff;
}

.contact_sec .container form table tr td {
  width: 730px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  background: #f3fcfc;
}

.contact_sec .container form table tr td p {
  margin-bottom: 10px;
}

.contact_sec .container form table tr td p:last-child {
  margin-bottom: 0;
}

.contact_sec .container form table tr td .list1:last-child {
  margin-bottom: 0;
}

.contact_sec .container form table tr td .list1 li {
  width: 33%;
}

.contact_sec .container form table tr td .list1 li input {
  height: auto;
}

.contact_sec .container form table tr td .spec {
  margin: 10px 0;
}

.contact_sec .container form table tr td .w260 {
  width: 250px;
}

.contact_sec .container form table tr td .w60 {
  width: 150px;
}

.contact_sec .container form table tr td .w100 {
  width: 100%;
}

.contact_sec .container form table tr td input,
.contact_sec .container form table tr td select {
  border: 1px solid #dadada;
  height: 35px;
}

.contact_sec .container form table tr td textarea {
  border: 1px solid #dadada;
  height: 150px;
  width: 100%;
}

.contact_sec .container form .box_submit {
  text-align: center;
}

.contact_sec .container form .btn_sec_wrap {
  position: relative;
  width: 260px;
  margin: 30px auto 0;
}

.contact_sec .container form .btn_sec_wrap .btn_confirm2 {
  width: 260px;
  padding: 15px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  background: #40bcbe url(../common_img/row2.png) no-repeat right 5% center;
  z-index: 2;
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 8px;
}

.contact_sec .container form .btn_sec_wrap .btn_confirm2:hover {
  color: #fff !important;
  background: #000 url(../common_img/row2.png) no-repeat right 5% center !important;
}

.contact_sec .container form .btn_sec_wrap.no_arr .btn_confirm2 {
  background-image: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec {
    padding: 7% 2%;
  }

  .contact_sec .container h2 {
    margin-bottom: 8%;
  }

  .contact_sec .container>p {
    margin-bottom: 4%;
  }

  .contact_sec .container form table {
    width: 100%;
  }

  .contact_sec .container form table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact_sec .container form table tr th {
    width: 100%;
    padding: 2% 3%;
    border: none;
  }

  .contact_sec .container form table tr td {
    width: 100%;
    padding: 2%;
    border: none;
  }

  .contact_sec .container form table tr td .list1 li {
    width: 100%;
    margin-bottom: 3%;
  }

  .contact_sec .container form .btn_sec_wrap {
    width: 90%;
  }

  .contact_sec .container form .btn_sec_wrap .btn_confirm2 {
    width: 100%;
  }
}

/* ========== end △ */
.contact_sec#pp {
  background: url(../contact/images/bg.png) no-repeat center top;
  background-size: cover;
}

.contact_sec#pp .container .box {
  background: #fff;
  border-radius: 7px;
  padding: 35px;
}

.contact_sec#pp .container .box p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.contact_sec#pp .container .box h3 {
  font-weight: normal;
}

.contact_sec#pp .container .box ul {
  margin-bottom: 25px;
}

.contact_sec#pp .container .box ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  margin-left: 25px;
}

.contact_sec#pp .container .box ul.list3 li,
.contact_sec#pp .container .box ul.list1 li {
  list-style-type: none;
  margin-left: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec#pp .container .box {
    padding: 3%;
    word-break: break-all;
  }
}

/* ========== end △ */
.contact_sec#security {
  background: url(../contact/images/bg.png) no-repeat center top;
  background-size: cover;
}

.contact_sec#security .container .box {
  background: #fff;
  border-radius: 7px;
  padding: 35px;
}

.contact_sec#security .container .box p {
  margin-bottom: 25px;
  line-height: 1.8;
}

.contact_sec#security .container .box h3 {
  font-weight: normal;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_sec#security .container .box {
    padding: 3%;
    word-break: break-all;
  }
}

/* ========== end △ */
/* company */
.company_sec .box1 {
  padding: 50px 0 50px 0;
}

.company_sec .box1 .container table tr th {
  color: #40bcbe;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company_sec .box1 {
    padding: 8% 2%;
  }
}

/* ========== end △ */
.company_sec .box2 {
  background: url(../contact/images/bg.png) repeat center top;
  padding: 50px 0;
}

.company_sec .box2 .container .content {
  margin-bottom: 55px;
}

.company_sec .box2 .container .content:last-child {
  margin-bottom: 0;
}

.company_sec .box2 .container .content p {
  margin-top: 20px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company_sec .box2 {
    padding: 8% 2%;
  }
}

/* ========== end △ */
.company_sec .box3 {
  padding: 50px 0;
}

.company_sec .box3 .container iframe {
  margin-bottom: 40px;
}

.company_sec .box3 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company_sec .box3 {
    padding: 8% 2%;
  }

  .company_sec .box3 .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .company_sec .box3 .container ul li {
    margin-bottom: 4%;
    width: 100%;
  }
}

/* ========== end △ */
.company_sec .wrap_table {
  border-left: 4px solid #40bcbe;
}

.company_sec .wrap_table table tr th {
  border: 1px solid #40bcbe;
  color: #216f70;
  font-weight: bold;
  text-align: center;
  width: 260px;
  background: #f5f6f8;
  padding: 25px 0;
}

.company_sec .wrap_table table tr td {
  background: #fff;
  padding: 25px 30px;
  border: 1px solid #40bcbe;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .company_sec .wrap_table {
    border-left: none;
    border: 1px solid #40bcbe;
    border-top: 4px solid #40bcbe;
  }

  .company_sec .wrap_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .company_sec .wrap_table table tr th {
    width: 100%;
    text-align: left;
    padding: 3%;
    border: none;
    border-bottom: 1px solid #40bcbe;
  }

  .company_sec .wrap_table table tr td {
    width: 100%;
    text-align: left;
    padding: 3%;
    border: none;
    border-bottom: 1px solid #40bcbe;
  }
}

/* ========== end △ */
/* service_sec */
.service_sec .box1 {
  background: url('../images/bg_title.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 30px 0;
}

.service_sec .box1 .container .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service_sec .box1 .container .wrap_box .box {
  width: 320px;
  height: 131px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.service_sec .box1 .container .wrap_box .box:hover {
  -webkit-box-shadow: inset 0px 0px 7px 2px #222;
  -moz-box-shadow: inset 0px 0px 7px 2px #222;
  box-shadow: inset 0px 0px 7px 2px #222;
}

.service_sec .box1 .container .wrap_box .box:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../common_img/row1.png) no-repeat center top;
  right: 15px;
  bottom: 15px;
  position: absolute;
}

.service_sec .box1 .container .wrap_box .box a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}

.service_sec .box1 .container .wrap_box .box h3 {
  text-align: center;
  border-bottom: 2px solid #40bcbe;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.service_sec .box1 .container .wrap_box .box p {
  color: #fcab10;
  font-size: 16px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_sec .box1 {
    padding: 8% 2%;
    background-repeat: repeat;
    background-size: auto;
  }

  .service_sec .box1 .container .wrap_box .box {
    width: 100%;
    padding: 5% 3%;
    margin-bottom: 3%;
    height: auto;
  }

  .service_sec .box1 .container .wrap_box .box:last-child {
    margin-bottom: 0;
  }

  .service_sec .box1 .container .wrap_box .box h3 {
    font-size: 18px;
  }

  .service_sec .box1 .container .wrap_box .box p {
    font-size: 15px;
  }
}

/* ========== end △ */
.service_sec .box2 .box {
  padding: 60px 0;
}

.service_sec .box2 .box:nth-child(2n) {
  background: #f3fcfc;
}

.service_sec .box2 .box .container .up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.service_sec .box2 .box .container .up h3 {
  margin-bottom: 25px;
}

.service_sec .box2 .box .container .up h3 span {
  font-size: 38px;
  font-weight: bold;
  color: #fcab10;
  display: block;
}

.service_sec .box2 .box .container .up h3 strong {
  background: #40bcbe;
  font-size: 20px;
  color: #fff;
  width: 100%;
  line-height: 20px;
  height: 20px;
  display: block;
}

.service_sec .box2 .box .container .up p {
  padding-right: 25px;
}

.service_sec .box2 .box .container .down {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 7px rgba(63, 105, 132, 0.38);
  -moz-box-shadow: 0 4px 7px rgba(63, 105, 132, 0.38);
  box-shadow: 0 4px 7px rgba(63, 105, 132, 0.38);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_sec .box2 .box .container .down .left {
  margin-right: 30px;
}

.service_sec .box2 .box .container .down .left h3 {
  font-size: 27px;
  font-weight: bold;
  color: #000;
  border-bottom: 2px solid #40bcbe;
  margin-left: -30px;
  padding-left: 95px;
  background: url(../service/images/icon.png) no-repeat left 30px top;
  padding-bottom: 20px;
  padding-top: 30px;
  margin-bottom: 10px;
}
.service_sec .box2 .box .container .down .left h3 > .sub {
  display: block;
  margin-top: -0.5em;
  font-size: 0.75em;
}
.service_sec .box2 .box .container .down .left h3 > .sub + br {
  display: none;
}

.service_sec .box2 .box .container .down .left h4 {
  text-align: right;
  font-weight: bold;
  color: #fcab10;
  font-size: 21px;
  margin-bottom: 15px;
}

.service_sec .box2 .box .container .under {
  margin-top: 15px;
}
.service_sec .box2 .box .container .under img {
  flex-shrink: 0;
}
.service_sec .box2 .box .container .under a {
  color: #fcab10;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .service_sec .box2 .box .container .under {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 30px;
  }
  .service_sec .box2 .box .container .under img {
    flex-shrink: 0;
    margin-top: -60px;
  }
  .service_sec .box2 .box .container .under a {
    font-size: 1.125em;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_sec .box2 .box {
    padding: 8% 2%;
  }

  .service_sec .box2 .box .container .up {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3%;
  }

  .service_sec .box2 .box .container .up .left {
    width: 100%;
    margin-bottom: 5%;
  }

  .service_sec .box2 .box .container .up .left h3 {
    margin-bottom: 4%;
  }

  .service_sec .box2 .box .container .up .left h3 span {
    font-size: 25px;
  }

  .service_sec .box2 .box .container .up .left h3 strong {
    font-size: 16px;
  }

  .service_sec .box2 .box .container .up .right {
    width: 100%;
  }

  .service_sec .box2 .box .container .down {
    padding: 3%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .service_sec .box2 .box .container .down .left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 7%;
  }

  .service_sec .box2 .box .container .down .left h3 {
    margin-left: 0;
    background: url(../service/images/icon.png) no-repeat left top;
    background-size: 30px auto;
    padding: 10px 0 4% 30px;
    font-size: 20px;
    margin-bottom: 4%;
  }
  .service_sec .box2 .box .container .down .left h3 > .sub {
    margin-top: 0;
    font-size: 0.675em;
  }

  .service_sec .box2 .box .container .down .left h4 {
    font-size: 15px;
    margin-bottom: 4%;
  }

  .service_sec .box2 .box .container .under img {
    display: none;
  }
  .service_sec .box2 .box .container .under a {
    display: block;
    padding: 0.5em;
    border-radius: 9999em;
    border: 1px solid #fcab10;
    text-align: center;
    text-decoration: none;
  }

  .service_sec .box2 .box .container .down .right {
    width: 100%;
  }
}

/* ========== end △ */
/* reason */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .reason_sec {
    padding: 8% 0 0;
  }

  .reason_sec span {
    font-size: 25px;
  }

  .reason_sec span b {
    font-size: 35px;
  }
}

/* ========== end △ */
.reason_sec h3 span {
  font-size: 36px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .reason_sec h3 {
    margin-bottom: 5%;
  }

  .reason_sec h3 span {
    font-size: 25px;
  }

  .reason_sec h3 span b {
    font-size: 35px;
  }
}

/* ========== end △ */
.reason_sec .box:nth-child(2) {
  padding-bottom: 60px;
}

.reason_sec .box:nth-child(2) .container .wrap_box {
  position: relative;
}

.reason_sec .box:nth-child(2) .container .wrap_box .left {
  width: 550px;
  border: 1px solid #40bcbe;
  margin-top: 75px;
}

.reason_sec .box:nth-child(2) .container .wrap_box .left h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #40bcbe;
  line-height: 60px;
}

.reason_sec .box:nth-child(2) .container .wrap_box .left h4 span {
  color: #fff;
  font-size: 65px;
  font-weight: bold;
  line-height: 50px;
}

.reason_sec .box:nth-child(2) .container .wrap_box .left h4 strong {
  color: #fff;
  font-size: 24px;
  padding-left: 50px;
  padding-right: 84px;
}

.reason_sec .box:nth-child(2) .container .wrap_box .left .content {
  padding: 25px 100px 50px 15px;
  min-height: 180px;
}

.reason_sec .box:nth-child(2) .container .wrap_box .left .content h5 {
  font-size: 18px;
  color: #216f70;
  font-weight: bold;
  background: url(../common_img/border_bg2.png) repeat-x center bottom;
  background-size: auto 12px;
  margin-bottom: 15px;
  color: #000;
}

.reason_sec .box:nth-child(2) .container .wrap_box .right {
  position: absolute;
  right: 0;
  top: -35px;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left h4 strong,
.reason_sec .box:nth-child(2) .container .wrap_box .left h4 strong {
  line-height: 1.5;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .reason_sec .box:nth-child(2) {
    padding: 5% 2% 8%;
  }

  .reason_sec .box:nth-child(2) .container .wrap_box .left {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 7%;
  }

  .reason_sec .box:nth-child(2) .container .wrap_box .left h4 {
    line-height: 20px;
  }

  .reason_sec .box:nth-child(2) .container .wrap_box .left h4 span {
    font-size: 45px;
  }

  .reason_sec .box:nth-child(2) .container .wrap_box .left h4 strong {
    font-size: 20px;
    padding-right: 0;
  }

  .reason_sec .box:nth-child(2) .container .wrap_box .left .content {
    padding: 5% 3%;
    min-height: auto;
  }

  .reason_sec .box:nth-child(2) .container .wrap_box .right {
    position: relative;
    top: 0;
  }
}

/* ========== end △ */
.reason_sec .box:nth-child(3) {
  padding: 55px 0;
  background: #f5f6f8;
}

.reason_sec .box:nth-child(3) .container .wrap_box {
  position: relative;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left {
  width: 550px;
  border: 1px solid #40bcbe;
  margin-top: 35px;
  float: right;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #40bcbe;
  line-height: 60px;
  padding: 0px 20px 0px 100px;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left h4 span {
  color: #fff;
  font-size: 65px;
  font-weight: bold;
  line-height: 50px;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left h4 strong {
  color: #fff;
  font-size: 24px;
  padding-left: 50px;
  padding-right: 0;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left .content {
  padding: 20px 20px 20px 100px;
  min-height: 220px;
}

.reason_sec .box:nth-child(3) .container .wrap_box .left .content h5 {
  font-size: 18px;
  color: #216f70;
  font-weight: bold;
  background: url(../common_img/border_bg2.png) repeat-x center bottom;
  background-size: auto 12px;
  margin-bottom: 15px;
  color: #000;
}

.reason_sec .box:nth-child(3) .container .wrap_box .right {
  position: absolute;
  left: 0;
  top: 0px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .reason_sec .box:nth-child(3) {
    padding: 8% 2%;
  }

  .reason_sec .box:nth-child(3) .container .wrap_box .left {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 7%;
  }

  .reason_sec .box:nth-child(3) .container .wrap_box .left h4 {
    line-height: 20px;
    padding: 0;
  }

  .reason_sec .box:nth-child(3) .container .wrap_box .left h4 span {
    font-size: 45px;
  }

  .reason_sec .box:nth-child(3) .container .wrap_box .left h4 strong {
    font-size: 20px;
  }

  .reason_sec .box:nth-child(3) .container .wrap_box .left .content {
    padding: 5% 3%;
    min-height: auto;
  }

  .reason_sec .box:nth-child(3) .container .wrap_box .right {
    position: relative;
    top: 0;
  }
}

/* ========== end △ */
.reason_sec .box:nth-child(4) {
  padding-bottom: 60px;
}

.reason_sec .box:nth-child(4) .container .wrap_box {
  position: relative;
}

.reason_sec .box:nth-child(4) .container .wrap_box .left {
  width: 550px;
  border: 1px solid #40bcbe;
  margin-top: 75px;
}

.reason_sec .box:nth-child(4) .container .wrap_box .left h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #40bcbe;
  line-height: 60px;
}

.reason_sec .box:nth-child(4) .container .wrap_box .left h4 span {
  color: #fff;
  font-size: 65px;
  font-weight: bold;
  line-height: 50px;
}

.reason_sec .box:nth-child(4) .container .wrap_box .left h4 strong {
  color: #fff;
  font-size: 24px;
  padding-left: 50px;
}

.reason_sec .box:nth-child(4) .container .wrap_box .left .content {
  padding: 25px 100px 50px 15px;
  min-height: 180px;
}

.reason_sec .box:nth-child(4) .container .wrap_box .left .content h5 {
  font-size: 18px;
  color: #216f70;
  font-weight: bold;
  background: url(../common_img/border_bg2.png) repeat-x center bottom;
  background-size: auto 12px;
  margin-bottom: 15px;
  color: #000;
}

.reason_sec .box:nth-child(4) .container .wrap_box .right {
  position: absolute;
  right: 0;
  top: -35px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .reason_sec .box:nth-child(4) {
    padding: 8% 2%;
  }

  .reason_sec .box:nth-child(4) .container .wrap_box .left {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 7%;
  }

  .reason_sec .box:nth-child(4) .container .wrap_box .left h4 {
    line-height: 20px;
    padding: 0;
  }

  .reason_sec .box:nth-child(4) .container .wrap_box .left h4 span {
    font-size: 45px;
  }

  .reason_sec .box:nth-child(4) .container .wrap_box .left h4 strong {
    font-size: 20px;
  }

  .reason_sec .box:nth-child(4) .container .wrap_box .left .content {
    padding: 5% 3%;
    min-height: auto;
  }

  .reason_sec .box:nth-child(4) .container .wrap_box .right {
    position: relative;
    top: 0;
  }
}

/**
 * resaon box4
 */
.reason_box4 {
  background-image: url(../images/bg_reas.png);
  & * {
    box-sizing: border-box;
  }
  & .__heading {
    color: #216f70;
    font-size: 1.25em;
  }
  & .__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-block-start: 20px;
    gap: 10px;
  }
  & .__items {
    width: calc(50% - 5px);
    border: 1px solid #40bcbe;
    background-color: #fff;
  }
  & .__head {
    display: block;
    padding: 0.5rem 1rem;
    background-color: #40bcbe;
    color: #fff;
    font-size: 1.125em;
  }
  & .__desc {
    padding: 0.5em;
  }
  & li {
    list-style: outside disc;
    margin-left: 1.5em;
  }
  & li::marker {
    color: #40bcbe;
  }
}
@media screen and (max-width: 639px) {
  .reason_box4 {
    padding: 8% 2%;
  }
  & li {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 640px) {
  .reason_box4 {
    padding-block: 80px;
    & .__heading {
      font-size: 1.8em;
    }
    & .__wrap {
      gap: 20px;
    }
    & .__items {
      width: calc((100% - 80px) / 5);
    }
    & .__head {
      font-size: 1.25em;
    }
  }
}

/**
 * resaon secuirty
 */
.reason_security {
  padding-block: 30px;
  & * {
    box-sizing: border-box;
  }
  & .__sub {
    margin-block: 15px;
  }
  & .__sub strong {
    display: block;
    margin-bottom: 0.1875em;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: #fcab10;
  }
  & .__sub span {
    display: block;
    width: 100%;
    margin-top: 0.5em;
    background-color: #40bcbe;
    color: #fff;
    font-size: 15px;
    line-height: 0.9;
    text-indent: 0.25em;
  }
  & .__sub + p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 639px) {
  .reason_security {
    padding: 8% 2%;
  }
}
@media screen and (min-width: 640px) {
  .reason_security {
    padding-block: 50px;
    & .__catch {
      margin-block-start: -0.5em;
      font-size: 1.5em;
      text-align: center;
    }
    & .__sub {
      margin-top: 3em;
    }
    & .__sub strong {
      font-size: 27px;
    }
    & .__sub span {
      font-size: 20px;
    }
  }
}


/**
 * resaon dx
 */
 .reason_dx {
  padding-block: 30px;
  & * {
    box-sizing: border-box;
  }
  & img {
    height: auto;
  }
  & .dx-icon a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 1em;
    & span {
      font-size: 1.6rem;
    }
  }
  & .dx-fig {
    clear: both;
    width: 100%;
    margin-inline: auto;
    text-align: center;
    & img {
      width: 100%;
      max-width: 850px;
      height: auto;
    }
  }
}
@media screen and (max-width: 639px) {
   .reason_dx {
    padding: 8% 2%;
    & .dx-icon a {
      margin-inline: auto;
      & img {
        width: 25%;
      }
    }
  }
}
@media screen and (min-width: 640px) {
   .reason_dx {
    padding-block: 50px;
    & .dx-header {
      float: left;
      margin-block-start: 2em;
    }
    & .dx-icon {
      float: right;
      & a {
        flex-direction: column;
      }
    }
    & .cm_tt2 {
      text-align: left;
    }
    & .__catch {
      margin-block-start: -1em;
      font-size: 1.5em;
    }
  }
}

/* ========== end △ */
/* flow_sec */
.flow_sec .box1 {
  background: url('../images/bg_title.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  padding: 30px 0;
}

.flow_sec .box1 .container .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flow_sec .box1 .container .wrap_box .box {
  width: 320px;
  height: 131px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

.flow_sec .box1 .container .wrap_box .box:hover {
  -webkit-box-shadow: inset 0px 0px 7px 2px #222;
  -moz-box-shadow: inset 0px 0px 7px 2px #222;
  box-shadow: inset 0px 0px 7px 2px #222;
}

.flow_sec .box1 .container .wrap_box .box:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../common_img/row1.png) no-repeat center top;
  right: 15px;
  bottom: 15px;
  position: absolute;
}

.flow_sec .box1 .container .wrap_box .box a {
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}

.flow_sec .box1 .container .wrap_box .box h3 {
  text-align: center;
  border-bottom: 2px solid #40bcbe;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.flow_sec .box1 .container .wrap_box .box p {
  color: #fcab10;
  font-size: 16px;
  text-align: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .flow_sec .box1 {
    padding: 8% 2%;
    background-repeat: repeat;
    background-size: auto;
  }

  .flow_sec .box1 .container .wrap_box .box {
    width: 100%;
    padding: 5% 3%;
    margin-bottom: 3%;
    height: auto;
  }

  .flow_sec .box1 .container .wrap_box .box:last-child {
    margin-bottom: 0;
  }

  .flow_sec .box1 .container .wrap_box .box h3 {
    font-size: 18px;
  }

  .flow_sec .box1 .container .wrap_box .box p {
    font-size: 15px;
  }
}

/* ========== end △ */
.flow_sec .box2#flow3 .container .wrap_box figure {
  padding-left: 5%;
}

.flow_sec .box2 {
  padding: 50px 0;
}

.flow_sec .box2#flow2 {
  background: url(../images/bg_reas.png);
}

.flow_sec .box2 .container h3 {
  margin-bottom: 35px;
}

.flow_sec .box2 .container h3 strong {
  font-size: 27px;
  font-weight: bold;
  color: #fcab10;
  display: block;
  margin-bottom: 5px;
}

.flow_sec .box2 .container h3 span {
  background: #40bcbe;
  font-size: 20px;
  color: #fff;
  width: 100%;
  line-height: 18px;
  height: 18px;
  display: block;
}

.flow_sec .box2 .container .wrap_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 55px;
}

.flow_sec .box2 .container .wrap_box .box {
  position: relative;
  width: 235px;
}

.flow_sec .box2 .container .wrap_box .box:after {
  display: block;
  width: 65px;
  height: 42px;
  position: absolute;
  background: url(../flow/images/row.png) no-repeat left top;
  content: "";
  top: 45px;
  right: -50px;
  z-index: 2;
}

.flow_sec .box2 .container .wrap_box .box:last-child:after {
  display: none;
}

.flow_sec .box2 .container .wrap_box .box a {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

.flow_sec .box2 .container .wrap_box .box figure {
  border: 2px solid #40bcbe;
  border-top: none;
  border-bottom: none;
}

.flow_sec .box2 .container .wrap_box .box h5 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 2px 0 10px 0;
  background: #40bcbe;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.flow_sec .box2 .container .wrap_box .box .content {
  padding: 15px 15px 30px;
  border: 2px solid #40bcbe;
  border-radius: 0 0 10px 10px;
  position: relative;
  background: #fff;
}

.flow_sec .box2 .container .wrap_box .box .content:after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../common_img/row1.png) no-repeat center top;
  right: 10px;
  bottom: 10px;
  position: absolute;
}

.flow_sec .box2 .container .wrap_table table thead th {
  text-align: center;
  border: 1px solid #40bcbe;
  background: #f5f6f8;
  padding: 15px;
  font-size: 16px;
  color: #216f70;
}

.flow_sec .box2 .container .wrap_table table tbody tr th {
  background: #f5f6f8;
  padding: 15px;
  border: 1px solid #40bcbe;
  text-align: center;
}

.flow_sec .box2 .container .wrap_table table tbody tr td {
  padding: 15px;
  border: 1px solid #40bcbe;
  text-align: center;
  background: #fff;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .flow_sec .box2 {
    padding: 8% 2%;
  }

  .flow_sec .box2 .container h3 strong {
    font-size: 20px;
  }

  .flow_sec .box2 .container h3 span {
    font-size: 15px;
  }

  .flow_sec .box2 .container .wrap_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3%;
  }

  .flow_sec .box2 .container .wrap_box .box {
    width: 49%;
    margin-bottom: 5%;
  }

  .flow_sec .box2 .container .wrap_box .box:after {
    right: -17%;
    top: 10%;
    width: 28%;
    background-size: 100% auto;
  }

  .flow_sec .box2 .container .wrap_box .box:nth-child(2):after {
    display: none;
  }

  .flow_sec .box2 .container .wrap_box .box h5 {
    font-size: 16px;
    padding: 3% 0;
  }

  .flow_sec .box2 .container .wrap_box .box .content {
    padding: 5%;
  }

  .flow_sec .box2 .container .wrap_table table thead th {
    width: 33%;
  }

  .flow_sec .box2#flow3 .container .wrap_box figure {
    text-align: center;
    margin: 0 auto;
    padding-top: 5%;
  }
}

/* ========== end △ */
.flow_contact {
  background: url(../flow/images/bg.png) no-repeat center top;
  background-size: cover;
  padding: 30px 0 50px;
}

.flow_contact .container h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

.flow_contact .container h3 span {
  font-size: 36px;
  display: block;
}

.flow_contact .container h3 strong {
  font-size: 24px;
  font-weight: normal;
}

.flow_contact .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .flow_contact {
    padding: 8% 2%;
  }

  .flow_contact .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flow_contact .container ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 5%;
  }

  .flow_contact .container ul li:last-child {
    margin-bottom: 0;
  }

  .flow_contact .container ul li:last-child img {
    width: 70%;
  }
}

/* ========== end △ */