@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}

@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}

@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}

@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  background: #fff;
  overflow-x: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
  position: relative;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px;
  overflow: hidden;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1200px;
}

@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

/*2カラム*/
a {
  color: #333 !important;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .75;
}

.map {
  margin-bottom: 0;
  min-height: 350px;
}

.map iframe {
  vertical-align: bottom;
}

@media only screen and (max-width: 834px) {
  .map {
    height: 400px !important;
  }
}

.form_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit !important;
      -ms-flex-align: inherit !important;
          align-items: inherit !important;
  border-bottom: 1px solid #ccc;
}

.form_wrap dl:first-child {
  border-top: 1px solid #ccc;
}

.form_wrap dl dt, .form_wrap dl dd {
  border: none !important;
  padding: 10px !important;
}

.form_wrap dl dt {
  background: #f6fcfe !important;
  font-weight: 500;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form_wrap dl dd {
  background: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form_wrap dl dd a {
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
  color: #000 !important;
}

.form_wrap dl dd span {
  color: #f11e1e;
}

.form_wrap dl dd i {
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .form_wrap dl dt {
    width: 100% !important;
    padding: 5px 10px !important;
  }
  .form_wrap dl dd {
    width: 100% !important;
  }
}

.scrollarea {
  border: none;
  max-height: 150px;
  overflow-y: scroll;
  padding: 0 20px;
  position: relative;
}

.scrollarea::-webkit-scrollbar {
  width: 8px;
}

.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}

.scrollarea::-webkit-scrollbar-thumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(180deg, #52c2f0, #3c9ff0);
}

@media only screen and (max-width: 640px) {
  .scrollarea {
    max-height: 240px;
  }
}

.news_list, .cont_06 .ct_item .form_wrap {
  padding: 40px 0;
  border-top: 1px solid #26b1ea;
  border-bottom: 1px solid #26b1ea;
}

.news_list dl, .cont_06 .ct_item .form_wrap dl {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  margin-bottom: 20px;
  border: none !important;
}

.news_list dl dt, .cont_06 .ct_item .form_wrap dl dt {
  width: 100px !important;
  font-weight: normal;
  display: block !important;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
  margin-right: 20px;
}

.news_list dl dd, .cont_06 .ct_item .form_wrap dl dd {
  width: calc(100% - 120px) !important;
  background: inherit !important;
  padding: 0 !important;
}

.news_list dl dd a, .cont_06 .ct_item .form_wrap dl dd a {
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .news_list dl, .cont_06 .ct_item .form_wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .news_list dl dt, .cont_06 .ct_item .form_wrap dl dt {
    width: auto !important;
    margin-bottom: 5px;
  }
  .news_list dl dd, .cont_06 .ct_item .form_wrap dl dd {
    width: 100% !important;
  }
}

.qa_box .box {
  width: 100%;
  padding: 10px;
  padding-left: 55px;
  position: relative;
}

.qa_box .box::before {
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  width: 40px;
  position: absolute;
  left: 0;
  text-align: center;
}

.qa_box .box:first-child {
  font-size: 1.125em;
  color: #3c9ff0;
  background: #f6fcfe;
  margin-bottom: 10px;
}

.qa_box .box:first-child div {
  font-weight: 500;
}

.qa_box .box:first-child::before {
  content: 'Q';
  font-size: 28px;
  height: 100%;
  top: -3px;
}

.qa_box .box:last-child::before {
  content: 'A';
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  background: #3c9ff0;
  color: #fff;
  top: 10px;
}

.qa_list dl {
  border: none !important;
  margin-bottom: 20px;
}

.qa_list dl .clickbox {
  width: 100%;
}

.qa_list dl .clickbox dt {
  width: 100% !important;
  padding: 15px !important;
  padding-left: 65px !important;
  position: relative;
  background: #f6fcfe !important;
  color: #333;
}

.qa_list dl .clickbox dt::before {
  display: block;
  content: 'Q';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 50px;
  font-size: 34px;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #26b1ea;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox dt::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .qa_list dl .clickbox {
    cursor: auto;
    pointer-events: none !important;
  }
}

.qa_list dl .boxOpen {
  width: 100%;
}

.qa_list dl .boxOpen dd {
  width: 100% !important;
  padding: 20px 15px 20px 60px !important;
  position: relative;
}

.qa_list dl .boxOpen dd::before {
  display: block;
  content: 'A';
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 34px;
  color: #26b1ea;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 0;
}

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen dd::before {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 640px) {
  .qa_list dl .boxOpen {
    display: block !important;
  }
}

#pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}

#pagetop a {
  display: block;
  line-height: 50px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  border: 1px solid #fff;
}

#pagetop a::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f106';
  font-weight: 400;
  font-size: 32px;
  line-height: 48px;
  color: #fff !important;
}

.nf_tx h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  line-height: 1.8;
}

@media screen and (max-width: 750px) {
  .nf_tx h2, .nf_tx div {
    text-align: left !important;
  }
}

.nf_btn a {
  width: 270px !important;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 20px 0 10px;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(180deg, transparent 17px, #f7f7f7 17px);
}

.dropdown .second-level li {
  width: 100%;
  line-height: 1.6 !important;
}

.dropdown .second-level li a {
  white-space: nowrap;
  font-size: 15px;
}

.dropdown .second-level li a::after {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
}

table td a {
  text-decoration: underline;
}

table td img {
  height: auto !important;
}

.tbl_scroll table {
  table-layout: auto;
}

.tb_p10 table td {
  padding: 10px !important;
}

@media only screen and (max-width: 640px) {
  .tb_p10 table td {
    padding: 10px 5px !important;
  }
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  height: auto !important;
}

img.imgL {
  margin-right: 3%;
}

img.imgR {
  margin-left: 3%;
}

img.imgL, img.imgR {
  max-width: 50%;
}

@media only screen and (max-width: 640px) {
  img.imgL, img.imgR {
    max-width: 100%;
    width: 100% !important;
    margin: 0 0 20px;
  }
}

.ct_img img {
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.img_w-auto img {
  width: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

form h2.mail {
  display: none;
}

form p.annot {
  display: none;
}

form .form_wrap dt {
  display: block !important;
}

form .form_wrap dt label {
  display: block;
  color: #f11e1e !important;
}

form .form_wrap dd {
  padding: 15px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

form .form_wrap dd > div {
  width: 100%;
}

.contact_form .checkbox dt {
  word-break: keep-all;
}

.contact_form .checkbox dd label {
  display: block;
  width: 100%;
  margin-right: 0;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .contact_form dl dt {
    width: 30% !important;
  }
  .contact_form dl dd {
    width: 70% !important;
  }
}

@media only screen and (max-width: 640px) {
  .contact_form dl dt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .contact_form dl dt label {
    margin-left: 10px;
  }
}

.contact_form dl.file {
  padding-top: 30px;
  border: none !important;
  width: 32%;
  display: inline-block !important;
}

.contact_form dl.file dt {
  font-size: 16px !important;
}

.contact_form dl.file dd div.drop {
  height: 160px;
}

.contact_form dl.file dd label {
  width: 100px;
  height: 28px;
}

@media only screen and (max-width: 834px) {
  .contact_form dl.file {
    width: 100%;
    display: block !important;
  }
  .contact_form dl.file dt, .contact_form dl.file dd {
    width: 100% !important;
  }
}

.submit {
  overflow: hidden;
  width: auto;
  margin: 0 0 40px;
}

.submit button {
  background: #fff;
  color: #666;
  border: 1px solid #26b1ea;
  border-bottom: 4px solid #26b1ea;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: inherit;
  font-weight: 600;
  color: #26b1ea;
  margin: 30px 10px 0;
  padding: 10px 15px;
  min-width: 210px;
  height: auto;
  float: none;
  position: relative;
}

.submit button:hover {
  opacity: 1;
}

.submit button:active {
  border-bottom: 1px solid #26b1ea;
  top: 2px;
  margin-bottom: 3px;
}

.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.8125vw;
  }
}

.policy_link a {
  color: #f11e1e !important;
  margin-right: 3px;
}

.error {
  margin-top: 0 !important;
}

section div.form_wrap.message {
  background: #f7f7f7;
  border: none;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*slick*/
/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
  background: url(../images/contents/h1_bg.jpg) center 48%;
}

@media only screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 60px 0;
  }
}

#local-keyvisual h1, #local-keyvisual .blog_title {
  text-align: center;
  letter-spacing: 3px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 640px) {
  #local-keyvisual h1, #local-keyvisual .blog_title {
    font-size: 36px;
  }
}

#local-keyvisual h1 span, #local-keyvisual .blog_title span {
  display: block;
  width: 100%;
  letter-spacing: 0.01em;
  font-family: 'Anton',sans-serif;
  font-size: 0.6em;
  font-weight: normal;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  margin-top: -80px;
  margin-bottom: 50px;
}

.pan1 .pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pan1 .pankuzu li:not(:first-child) {
  margin-left: 10px;
}

.pan1 .pankuzu li:not(:last-child) {
  margin-right: 10px;
}

.pan1 .pankuzu li:not(:last-child) a {
  text-decoration: underline;
  text-underline-position: under;
}

.pan1 .pankuzu li:last-child a {
  cursor: text;
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .pan1 .pankuzu {
    font-size: 15px;
  }
}

.blog_title {
  line-height: 2;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: auto !important;
  z-index: 100;
  width: 100% !important;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: .4s;
  transition: .4s;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.is-show {
  -webkit-transform: translateY(0) !important;
      -ms-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

body::before, body::after {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

body::before {
  z-index: 9999;
  -webkit-transition: .6s;
  transition: .6s;
  background: #3c9ff0;
}

body::after {
  z-index: 9998;
  -webkit-transition: .8s ease-out;
  transition: .8s ease-out;
  background: #26b1ea;
  opacity: 0.7;
}

body.fo::before {
  left: 150vw;
}

body.fo::after {
  left: 150vw;
}

.hover {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #26b1ea;
  color: #26b1ea;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  z-index: 99;
}

.hover:hover {
  opacity: 1;
  color: #fff !important;
}

.hover:hover:after {
  left: 0;
  z-index: -1;
}

.hover:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #26b1ea;
  content: "";
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

.sitemap_li li {
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 8px solid #26b1ea;
}

.sitemap_li li a:hover {
  text-decoration: underline;
}

.top_bloglist {
  padding: 40px 20px 30px 40px;
}

@media only screen and (max-width: 640px) {
  .top_bloglist {
    padding: 20px;
    padding-right: 10px;
  }
}

.blog_list {
  max-height: 140px;
  overflow-y: auto;
  border: none !important;
  display: block !important;
  padding-right: 10px;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.blog_list::-webkit-scrollbar {
  width: 10px;
}

.blog_list::-webkit-scrollbar-track {
  background: inherit;
}

.blog_list::-webkit-scrollbar-thumb {
  background: #26b1ea;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog_list > div {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog_list > div .blog_photo, .blog_list > div .detail {
  display: none;
}

.blog_list > div .blog_text {
  width: calc(100% - 20px) !important;
  padding: 0 !important;
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog_list > div .blog_text .blog_date {
  font-size: 16px;
  color: #26b1ea !important;
  font-weight: bold;
  margin-right: 40px;
}

.blog_list > div .blog_text h3 {
  margin-bottom: 0;
}

.blog_list > div .blog_text h3 a span {
  font-weight: 500;
  text-decoration: underline;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

@media only screen and (max-width: 640px) {
  .blog_list > div .blog_text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog_list > div .blog_text .blog_date {
    width: 100%;
    margin-right: 0;
  }
}

#blog {
  background: #fff;
}

#blog #nav_global {
  font-size: 16px;
}

.blog {
  padding: 50px 0 80px;
  background: #fff !important;
}

.blog .wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .blog .wrap {
    max-width: inherit;
  }
}

@media only screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.blog a {
  color: #666 !important;
  text-decoration: underline !important;
}

.blog a:visited {
  color: #aaa !important;
}

.blog div.detail, .blog div.detail2 {
  margin-top: 15px;
}

.blog aside {
  padding: 0;
  overflow: visible;
}

@media only screen and (max-width: 834px) {
  .blog aside {
    width: 80%;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}

.blog aside table td.blog {
  padding: 0;
  background: #3c9ff0 !important;
}

.blog aside table td.blog label {
  background: none !important;
  width: auto !important;
  height: auto !important;
  line-height: initial !important;
}

.blog aside #form_calendar table tbody tr td:hover {
  background: #edf1f3 !important;
}

@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}

.blog #contents {
  margin: 0;
  margin-left: 4%;
}

@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px dashed #ccc;
  }
}

.blog #contents article {
  font-size: 16px;
  line-height: 1.8;
}

.blog #contents article .date {
  color: #3c9ff0;
  font-size: 16px;
}

.blog #contents h1 {
  color: #333;
  font-size: 24px;
  margin-bottom: 40px;
  padding: 15px;
  background: #26b1ea;
}

.blog #contents h1 span {
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .blog #contents h1 {
    margin-bottom: 20px;
  }
}

.blog #contents h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.blog #contents h3 {
  font-size: 22px;
  color: #666;
  margin-bottom: 10px;
  margin-top: 40px;
}

.blog #contents img {
  margin: 20px 0 !important;
}

.blog #contents dt span.date {
  color: #aaa;
}

.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}

.blog #contents .flex_text {
  font-size: 16px;
}

.top_ig_list .sns_list {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media only screen and (max-width: 834px) {
  .top_ig_list .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top_ig_list .sns_list > div {
  border-bottom: none;
  margin-bottom: 10px;
  width: 32%;
}

.top_ig_list .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}

.top_ig_list .sns_list > div .sns_photo img {
  width: 100% !important;
}

.top_ig_list .sns_list > div .sns_text {
  display: none;
}

@media only screen and (max-width: 640px) {
  .top_ig_list .sns_list > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 32%;
  }
  .top_ig_list .sns_list > div .sns_photo {
    width: 100%;
    margin-right: 0;
  }
  .top_ig_list .sns_list > div:nth-child(n + 10) {
    display: none;
  }
}

.ct_instagram .sns_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none;
}

.ct_instagram .sns_list > div {
  border-bottom: 1px dashed #ccc;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ct_instagram .sns_list > div:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.ct_instagram .sns_list > div .sns_photo {
  width: 30% !important;
  padding: 0;
}

.ct_instagram .sns_list > div .sns_text {
  width: 65%;
  padding: 0;
  font-size: 16px;
}

.ct_instagram .sns_list > div .sns_text .sns_date {
  color: #666;
  padding: 5px 1em;
  margin-bottom: 20px;
  background: #26b1ea;
}

.ct_instagram .sns_list > div .sns_text ul {
  display: none;
}

@media only screen and (max-width: 834px) {
  .ct_instagram .sns_list > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .ct_instagram .sns_list > div:not(:last-child) {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 640px) {
  .ct_instagram .sns_list > div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ct_instagram .sns_list > div .sns_photo {
    width: 100% !important;
    margin-bottom: 40px;
  }
  .ct_instagram .sns_list > div .sns_text {
    width: 100%;
    font-size: 18px;
  }
}

.items {
  margin-left: -20px !important;
}

.items article {
  padding: 15px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}

.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}

.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}

.items article .photo::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}

.items article .price {
  color: #ff0000;
  font-weight: bold;
}

.search form input {
  padding: 10px 37px 10px 5px !important;
}

.search form select {
  height: 100% !important;
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}

.search form :after {
  top: 15px !important;
}

@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}

@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media only screen and (max-width: 640px) {
  .i1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.i1 .photo {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.i1 .photo .large {
  margin-left: 0;
}

.i1 .photo .large img {
  width: 100%;
}

.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}

.i1 .photo .small ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2%;
}

.i1 .photo .small ul li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}

.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}

.i1 .photo .small ul li::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}

.i1 .item_view h2 {
  font-weight: bold;
}

@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}

.i1 .item_view h2 span {
  display: none;
}

.i1 .item_view .struct {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.i1 .item_view .struct .item_option {
  width: 100%;
}

.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}

.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}

.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}

@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}

.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}

.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f06a';
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .top_header {
    padding-bottom: 100px !important;
  }
}

@media only screen and (max-width: 640px) {
  .top_header {
    padding-bottom: 50px !important;
  }
}

.header_container {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .header_container {
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

.header_container .h_logo .logo_pc {
  width: 400px;
}

@media screen and (max-width: 900px) {
  .header_container .h_logo .logo_pc {
    display: none;
  }
}

.header_container .h_logo .logo_sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .header_container .h_logo .logo_sp {
    display: block;
    width: 300px;
  }
}

.header_container .h_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header_container .h_info .ctL {
  line-height: 1;
  text-align: right;
  margin-right: 20px;
}

.header_container .h_info .ctL p {
  font-size: 14px;
  margin-top: 11px;
}

.header_container .h_info .link_tel {
  font-size: 22px;
}

.header_container .h_info .link_contact {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
  width: 220px;
  height: 44px;
}

.header_container .h_info .link_contact::before, .header_container .h_info .link_contact::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_container .h_info .link_contact::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  z-index: -1;
}

.header_container .h_info .link_contact::after {
  background: -webkit-gradient(linear, left top, right top, from(#f0c9d6), to(#ed7eb4));
  background: linear-gradient(90deg, #f0c9d6, #ed7eb4);
  z-index: -2;
}

.header_container .h_info .link_contact span {
  display: block;
  line-height: 50px;
  color: #fff !important;
  font-weight: 500;
  padding-right: 14px;
}

.header_container .h_info .link_contact span::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header_container .h_info .link_contact:hover {
  opacity: 1;
}

.header_container .h_info .link_contact:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .header_container .h_info .link_contact {
    width: 85%;
    height: 62px;
    margin: 0 auto;
  }
  .header_container .h_info .link_contact::before, .header_container .h_info .link_contact::after {
    border-radius: 31px;
  }
  .header_container .h_info .link_contact span {
    text-align: center;
    line-height: 62px;
  }
}

.header_container .h_info .link_contact span {
  line-height: 42px;
}

@media screen and (max-width: 900px) {
  .header_container .h_info {
    margin-right: 62px;
    margin-top: -5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_container .h_info .ctL {
    margin-right: 15px;
  }
  .header_container .h_info .ctL p {
    margin-top: 5px;
  }
  .header_container .h_info .link_tel {
    font-size: 20px;
  }
  .header_container .h_info .link_contact {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
    background: linear-gradient(90deg, #52c2f0, #3c9ff0);
    color: #fff !important;
  }
  .header_container .h_info .link_contact::before {
    font-family: "Font Awesome 5 Pro";
    content: '\f2b6';
    font-weight: 700;
    font-size: 24px;
    width: auto;
    height: auto;
    border-radius: 0;
    position: static;
    background: none;
  }
  .header_container .h_info .link_contact::after {
    display: none;
  }
  .header_container .h_info .link_contact span {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .header_container .h_info .ctL {
    margin-right: 10px;
  }
  .header_container .h_info .ctL p {
    display: none;
  }
  .header_container .h_info .link_tel {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#e7f7fd), to(#e2eefd));
    background: linear-gradient(90deg, #e7f7fd, #e2eefd);
    display: block;
    text-align: center;
  }
  .header_container .h_info .link_tel::before {
    margin-right: 0;
  }
  .header_container .h_info .link_tel span {
    display: none;
  }
}

#nav_global {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 10px;
}

#nav_global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#nav_global ul li {
  font-weight: 500;
  padding: 0 25px;
}

#nav_global ul li a {
  font-weight: 500;
  padding: 0 5px;
  position: relative;
}

#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #26b1ea;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global ul li:hover a {
  color: #26b1ea !important;
}

#nav_global ul li:hover a::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

#nav_global ul .dropdown:hover {
  color: #26b1ea;
}

#nav_global ul .dropdown:hover .second-level li a {
  color: #333 !important;
}

#nav_global ul .dropdown .second-level {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(180deg, transparent 5px, #f6fcfe 5px);
}

#nav_global ul .dropdown .second-level li {
  padding: 5px 10px;
}

#nav_global ul .dropdown .second-level li a {
  position: relative;
}

#nav_global ul .dropdown .second-level li a::before {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #26b1ea;
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#nav_global ul .dropdown .second-level li:hover a {
  color: #26b1ea !important;
}

#nav_global ul .dropdown .second-level li:hover a::before {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1200px) {
  #nav_global {
    margin-top: 0;
  }
  #nav_global ul li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 900px) {
  #nav_global {
    display: none;
  }
}

#mainArea {
  width: 90%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
}

#mainArea picture img {
  width: 100vw;
  height: calc(100vh - 125px) !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: top;
     object-position: top;
  border-radius: 100px 0 100px 0;
}

#mainArea .main_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 5%;
  left: -5%;
}

#mainArea .main_copy > div {
  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;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 201, 214, 0.9)), to(rgba(237, 126, 180, 0.9)));
  background: linear-gradient(90deg, rgba(240, 201, 214, 0.9), rgba(237, 126, 180, 0.9));
}

#mainArea .main_copy > div p {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: -7px;
}

#mainArea .main_copy > div p span {
  font-size: 22px;
  display: block;
  margin-bottom: 10px;
}

#mainArea .main_copy > div:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  #mainArea picture img {
    height: 70vh !important;
  }
  #mainArea .main_copy {
    bottom: -18%;
    left: -9%;
  }
  #mainArea .main_copy > div {
    width: 220px;
    height: 220px;
  }
  #mainArea .main_copy > div p {
    font-size: 26px;
  }
  #mainArea .main_copy > div p span {
    font-size: 20px;
  }
}

@media screen and (min-width: 641px) and (max-width: 834px) {
  #mainArea .main_copy > div {
    width: 194px;
    height: 194px;
  }
}

@media only screen and (max-width: 640px) {
  #mainArea {
    width: 100%;
  }
  #mainArea .main_copy {
    bottom: -8%;
    left: 10px;
  }
  #mainArea .main_copy > div {
    width: 160px;
    height: 160px;
  }
  #mainArea .main_copy > div p {
    font-size: 24px;
  }
  #mainArea .main_copy > div p span {
    font-size: 17px;
    font-weight: 500;
  }
}

.clone-nav .h_logo .logo_pc {
  margin-top: -7px;
  width: 350px;
}

.clone-nav .h_info {
  margin-right: 62px;
  margin-top: -5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clone-nav #nav_global {
  display: none;
}

#footer {
  background: -webkit-gradient(linear, left top, right top, from(#e7f7fd), to(#e2eefd));
  background: linear-gradient(90deg, #e7f7fd, #e2eefd);
  text-align: left;
}

.footer_container {
  font-size: 16px;
  padding: 60px 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1000px) {
  .footer_container {
    display: block;
    text-align: center;
  }
}

.footer_container .f_logo {
  width: 100%;
  margin-bottom: 20px;
}

.footer_container .f_logo a {
  font-weight: 600;
}

.footer_container .f_logo em {
  display: block;
}

.footer_container .f_info p {
  line-height: 1.5;
}

.footer_container .f_info p:not(:last-child) {
  margin-top: 10px;
}

.footer_container .f_info p:not(:first-of-type) {
  margin-left: -7px;
}

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.nav_footer > div li {
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}

.nav_footer > div li::before {
  display: block;
  content: '';
  width: 8px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 50%;
}

.nav_footer > div li a {
  padding: 0 5px;
}

.nav_footer > div li:hover a {
  color: #26b1ea !important;
}

@media screen and (max-width: 1000px) {
  .nav_footer {
    width: 100%;
    max-width: 640px;
    margin: 40px auto 0;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .nav_footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -15px;
  }
  .nav_footer .nav_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nav_footer .nav_box li {
    width: 49%;
    margin-bottom: 15px;
  }
  .nav_footer .nav_box li::before {
    display: none;
  }
  .nav_footer .nav_box li a {
    display: block;
    line-height: 50px;
    background: #26b1ea;
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
}

#copy {
  text-align: center;
  line-height: 46px;
  background: #26b1ea;
  color: #fff;
}

#copy a {
  color: #fff !important;
}

h2 {
  font-size: 34px;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 30px;
}

.title_01 h2 {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #26b1ea;
  padding-bottom: 10px;
}

.title_01 h2 br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .title_01 h2 br {
    display: block;
  }
}

.title_01 h3 {
  display: inline-block;
  padding: 0 1em 5px 1em;
  border-bottom: 2px solid #26b1ea;
}

@media only screen and (max-width: 640px) {
  .title_01 h3 {
    padding: 0;
    padding-bottom: 5px;
  }
}

.title_02 h2 {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  background: #26b1ea;
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  padding: 6px 20px 10px;
  position: relative;
}

.title_02 h2::before {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-bottom: 15px solid transparent;
  border-right: 20px solid #3c9ff0;
}

@media only screen and (max-width: 640px) {
  .title_02 h2 {
    font-size: 22px;
    padding: 13px 20px 15px;
  }
}

.title_02 h3 {
  font-weight: 600;
  border-bottom: 1px solid #26b1ea;
  padding-bottom: 10px;
}

.title_03 h2 {
  color: #9a958f;
  padding-bottom: 5px;
  border-bottom: 1px solid #9a958f;
}

@media only screen and (max-width: 640px) {
  .title_03 h2 {
    font-size: 24px;
  }
}

.title_03 h3 {
  color: #26b1ea;
  margin-bottom: 15px;
}

.title_04 h3 {
  font-size: 26px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}

.title_04 h3::before {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(-45deg, #99d8f3, #99d8f3 5px, #fff 5px, #fff 10px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 640px) {
  .ct_tx div {
    text-align: left !important;
  }
}

.txbox_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.txbox_01::after {
  display: none;
}

.txbox_01 div {
  width: 57%;
}

.txbox_01 img {
  width: 38% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .txbox_01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_01 div {
    width: 100%;
  }
  .txbox_01 img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.txbox_01-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txbox_01-reverse::after {
  display: none;
}

.txbox_01-reverse div {
  width: 57%;
}

.txbox_01-reverse img {
  width: 38% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .txbox_01-reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_01-reverse div {
    width: 100%;
  }
  .txbox_01-reverse img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.txbox_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.txbox_02::after {
  display: none;
}

.txbox_02 div {
  width: 57%;
}

.txbox_02 img {
  width: 38% !important;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .txbox_02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 640px) {
  .txbox_02 div {
    width: 100%;
  }
  .txbox_02 img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.txbox_02 div {
  width: 70%;
}

.txbox_02 img {
  width: 25% !important;
}

@media only screen and (max-width: 640px) {
  .txbox_02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .txbox_02 div {
    width: 100%;
  }
  .txbox_02 img {
    width: 70% !important;
    margin-bottom: 20px;
  }
}

em {
  font-weight: bold;
  font-size: 24px;
}

.tx_red {
  color: #f0c9d6;
}

.bg_01 {
  background: -webkit-gradient(linear, left top, right top, from(#e7f7fd), to(#e2eefd));
  background: linear-gradient(90deg, #e7f7fd, #e2eefd);
  padding: 40px;
}

@media only screen and (max-width: 834px) {
  .bg_01 {
    padding: 30px 20px;
  }
}

.bg_02 {
  border: 6px double #f0c9d6;
  border-radius: 20px;
  padding: 25px 40px;
}

@media only screen and (max-width: 834px) {
  .bg_02 {
    padding: 30px 20px;
  }
}

.bg_03 {
  background: #f6fcfe;
  padding: 40px;
}

@media only screen and (max-width: 834px) {
  .bg_03 {
    padding: 30px 20px;
  }
}

.df_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_01 .ct_tx {
  width: 57%;
}

.df_01 .ct_img {
  width: 38%;
}

.df_01 .ct_item {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .df_01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 834px) {
  .df_01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_01 .ct_tx {
    width: 100%;
  }
  .df_01 .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_01 .ct_img {
    width: 70%;
  }
  .df_01 .ct_img img {
    width: 100% !important;
  }
  .df_01 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_01 .ct_item {
    width: 100%;
  }
  .df_01 .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .df_01 .ct_img {
    width: 100%;
  }
}

.df_01-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.df_01-reverse .ct_tx {
  width: 57%;
}

.df_01-reverse .ct_img {
  width: 38%;
}

.df_01-reverse .ct_item {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .df_01-reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 834px) {
  .df_01-reverse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_01-reverse .ct_tx {
    width: 100%;
  }
  .df_01-reverse .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_01-reverse .ct_img {
    width: 70%;
  }
  .df_01-reverse .ct_img img {
    width: 100% !important;
  }
  .df_01-reverse .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_01-reverse .ct_item {
    width: 100%;
  }
  .df_01-reverse .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .df_01-reverse .ct_img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .df_01-reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.df_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.df_02 .ct_tx {
  width: 57%;
}

.df_02 .ct_img {
  width: 38%;
}

.df_02 .ct_item {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .df_02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 834px) {
  .df_02 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_02 .ct_tx {
    width: 100%;
  }
  .df_02 .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_02 .ct_img {
    width: 70%;
  }
  .df_02 .ct_img img {
    width: 100% !important;
  }
  .df_02 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_02 .ct_item {
    width: 100%;
  }
  .df_02 .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .df_02 .ct_img {
    width: 100%;
  }
}

.df_02 .ct_tx {
  width: 45%;
  padding: 70px 40px;
  margin-left: auto;
  margin-right: 3%;
}

.df_02 .ct_img {
  width: 45%;
}

@media screen and (max-width: 1000px) {
  .df_02 {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1200px) {
  .df_02 {
    max-width: inherit;
  }
}

@media screen and (max-width: 1000px) {
  .df_02 .ct_tx {
    width: 90%;
    margin: 0 0 40px;
  }
  .df_02 .ct_img {
    width: 90%;
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .df_02 .ct_tx, .df_02 .ct_img {
    width: 100%;
  }
}

.df_02-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.df_02-reverse .ct_tx {
  width: 57%;
}

.df_02-reverse .ct_img {
  width: 38%;
}

.df_02-reverse .ct_item {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .df_02-reverse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 834px) {
  .df_02-reverse {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_02-reverse .ct_tx {
    width: 100%;
  }
  .df_02-reverse .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_02-reverse .ct_img {
    width: 70%;
  }
  .df_02-reverse .ct_img img {
    width: 100% !important;
  }
  .df_02-reverse .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_02-reverse .ct_item {
    width: 100%;
  }
  .df_02-reverse .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .df_02-reverse .ct_img {
    width: 100%;
  }
}

.df_02-reverse .ct_tx {
  width: 49%;
  padding: 70px 40px;
  margin-left: 4%;
  margin-right: auto;
}

.df_02-reverse .ct_img {
  width: 45%;
}

@media screen and (max-width: 1000px) {
  .df_02-reverse {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

@media screen and (max-width: 1000px) and (max-width: 1200px) {
  .df_02-reverse {
    max-width: inherit;
  }
}

@media screen and (max-width: 1000px) {
  .df_02-reverse .ct_tx {
    width: 90%;
    margin: 0 auto 40px 0;
  }
  .df_02-reverse .ct_img {
    width: 90%;
    margin: 0 0 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .df_02-reverse .ct_tx, .df_02-reverse .ct_img {
    width: 100%;
  }
}

.df_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
}

.df_03 .ct_tx {
  width: 57%;
}

.df_03 .ct_img {
  width: 38%;
}

.df_03 .ct_item {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .df_03 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 834px) {
  .df_03 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .df_03 .ct_tx {
    width: 100%;
  }
  .df_03 .ct_tx:not(:last-child) {
    margin-bottom: 50px;
  }
  .df_03 .ct_img {
    width: 70%;
  }
  .df_03 .ct_img img {
    width: 100% !important;
  }
  .df_03 .ct_img:not(:last-child) {
    margin-bottom: 20px;
  }
  .df_03 .ct_item {
    width: 100%;
  }
  .df_03 .ct_item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .df_03 .ct_img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .df_03 {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.no-wrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.box_cont3 .box {
  width: 32%;
  margin-bottom: 40px;
}

.box_cont3 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}

.box_cont3 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont3 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cont3 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 640px) {
  .box_cont3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .box_cont3 .box {
    width: 100%;
  }
  .box_cont3 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

.box_cont4 .box {
  width: 23%;
  text-align: center;
  margin-bottom: 40px;
}

.box_cont4 .box:not(:nth-child(4n)) {
  margin-right: calc(8% / 3);
}

.box_cont4 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont4 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 100%;
}

.box_cont4 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.box_cont4 .box h3 {
  font-size: 1.15em;
  margin-bottom: 0;
}

@media only screen and (max-width: 834px) {
  .box_cont4 .box {
    width: 49%;
  }
  .box_cont4 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
  .box_cont4 .box:nth-child(2n) {
    margin-right: 0;
  }
}

.box_cont5 .box {
  width: 19%;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.box_cont5 .box:not(:nth-child(5n)) {
  margin-right: calc(5% / 4);
}

.box_cont5 .box .imgwrap {
  margin-bottom: 10px;
  position: relative;
}

.box_cont5 .box .imgwrap::after {
  display: block;
  content: '';
  width: 100%;
  padding-top: 75%;
}

.box_cont5 .box .imgwrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1000px) {
  .box_cont5 .box {
    width: 23%;
  }
  .box_cont5 .box:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(4n)) {
    margin-right: calc(8% / 3);
  }
}

@media only screen and (max-width: 834px) {
  .box_cont5 .box {
    width: 32%;
  }
  .box_cont5 .box:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .box_cont5 .box:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

.ul_01 li, .li_check li, .li_check02 li {
  font-weight: 500;
  padding-left: 1.5em;
  margin-bottom: 10px;
  position: relative;
}

.ul_01 li::before, .li_check li::before, .li_check02 li::before {
  display: block;
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}

.ul_01 li span, .li_check li span, .li_check02 li span {
  color: #dc143c;
}

.li_check {
  padding: 0 20px;
}

.li_check li {
  font-size: 1.125em;
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 700;
  color: #26b1ea;
  font-size: 24px;
  top: -2px;
}

@media only screen and (max-width: 834px) {
  .li_check {
    padding: 0;
  }
}

.li_check02 li {
  font-size: 1.125em;
  padding: 5px;
  padding-left: 2em;
  margin-bottom: 5px;
}

.li_check02 li::before {
  font-family: "Font Awesome 5 Pro";
  content: '\f14a';
  font-weight: 400;
  color: #26b1ea;
  font-size: 24px;
  top: -2px;
}

.li_count01 li {
  padding: 5px 5px 5px 30px;
  position: relative;
}

.li_count01 li span {
  font-size: 1.25em;
  font-weight: 500;
  color: #26b1ea;
  position: absolute;
  top: 2px;
  left: 5px;
}

.li_count01 li em {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1em;
  font-weight: 500;
  border-bottom: 1px solid #ccc;
  margin-left: -30px;
  display: block;
}

.form01 dl dt {
  background: none !important;
  color: #ed7eb4;
}

.btn_01 {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
}

.btn_01::before, .btn_01::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_01::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  z-index: -1;
}

.btn_01::after {
  background: -webkit-gradient(linear, left top, right top, from(#f0c9d6), to(#ed7eb4));
  background: linear-gradient(90deg, #f0c9d6, #ed7eb4);
  z-index: -2;
}

.btn_01 span {
  display: block;
  line-height: 50px;
  color: #fff !important;
  font-weight: 500;
  padding-right: 14px;
}

.btn_01 span::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_01:hover {
  opacity: 1;
}

.btn_01:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .btn_01 {
    width: 85%;
    height: 62px;
    margin: 0 auto;
  }
  .btn_01::before, .btn_01::after {
    border-radius: 31px;
  }
  .btn_01 span {
    text-align: center;
    line-height: 62px;
  }
}

.btn_01 a:not(:last-child) {
  margin-bottom: 20px;
}

.btn_02 {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
  width: 400px;
  height: 70px;
}

.btn_02::before, .btn_02::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_02::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  z-index: -1;
}

.btn_02::after {
  background: -webkit-gradient(linear, left top, right top, from(#f0c9d6), to(#ed7eb4));
  background: linear-gradient(90deg, #f0c9d6, #ed7eb4);
  z-index: -2;
}

.btn_02 span {
  display: block;
  line-height: 50px;
  color: #fff !important;
  font-weight: 500;
  padding-right: 14px;
}

.btn_02 span::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_02:hover {
  opacity: 1;
}

.btn_02:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .btn_02 {
    width: 85%;
    height: 62px;
    margin: 0 auto;
  }
  .btn_02::before, .btn_02::after {
    border-radius: 31px;
  }
  .btn_02 span {
    text-align: center;
    line-height: 62px;
  }
}

.btn_02::before, .btn_02::after {
  border-radius: 35px;
}

.btn_02 a span {
  font-size: 20px;
  line-height: 69px;
}

@media only screen and (max-width: 640px) {
  .btn_02 {
    height: 70px;
  }
  .btn_02 a span {
    line-height: 70px;
  }
}

.btn_03 {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_03::before, .btn_03::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_03::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  z-index: -1;
}

.btn_03::after {
  background: -webkit-gradient(linear, left top, right top, from(#f0c9d6), to(#ed7eb4));
  background: linear-gradient(90deg, #f0c9d6, #ed7eb4);
  z-index: -2;
}

.btn_03 span {
  display: block;
  line-height: 50px;
  color: #fff !important;
  font-weight: 500;
  padding-right: 14px;
}

.btn_03 span::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn_03:hover {
  opacity: 1;
}

.btn_03:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .btn_03 {
    width: 85%;
    height: 62px;
    margin: 0 auto;
  }
  .btn_03::before, .btn_03::after {
    border-radius: 31px;
  }
  .btn_03 span {
    text-align: center;
    line-height: 62px;
  }
}

.btn_03::before {
  opacity: 0;
}

.btn_03:hover {
  opacity: 0.7;
}

.link_tel {
  font-weight: 600;
  color: #26b1ea !important;
}

.link_tel::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f879';
  font-weight: 700;
  margin-right: 5px;
}

.link_contact span::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f2b6';
  font-weight: 700;
  margin-right: 10px;
}

.dl_01 dl {
  border-bottom: none !important;
  margin-bottom: 15px;
  font-size: 18px;
}

.dl_01 dl:first-child {
  border-top: none !important;
}

.dl_01 dl dt {
  display: block !important;
  background: #26b1ea !important;
  color: #fff;
  font-weight: 400;
  min-width: 220px;
}

.dl_01 dl dd {
  padding: 5px 0 5px 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: calc(100% - 220px);
}

@media only screen and (max-width: 640px) {
  .dl_01 dl dt {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .dl_01 dl dd {
    width: 100% !important;
    max-width: inherit;
    padding-left: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.table_01 table tr {
  border-bottom: 1px solid #ccc;
}

.table_01 table tr:first-child {
  border-top: 1px solid #ccc;
}

.table_01 table tr td {
  border: none;
}

.table_01 table tr td:first-child {
  word-break: keep-all;
  vertical-align: top;
  padding-right: 30px !important;
}

.table_01 table tr td:first-child div {
  font-weight: 500;
  color: #3c9ff0;
}

.flex2cl_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex2cl_01 .flxL {
  width: 57%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}

.flex2cl_01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex2cl_01 .flxR .img {
  width: 100%;
}

.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
  }
}

@media only screen and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}

.flex2cl_02 .box img {
  width: 100% !important;
}

.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902% !important;
}

@media screen and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.4390% !important;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0 !important;
  }
}

.flex3cl .box {
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex3cl .box img {
  width: 100% !important;
}

.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -3.22581%;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.flex4cl .box {
  position: relative;
  width: 21.77419%;
  margin-left: 3.22581%;
  margin-bottom: 30px;
}

@media screen and (min-width: 834px) and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.flex4cl .box img {
  width: 100% !important;
}

.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}

.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.objc_01 .box {
  display: block;
  position: relative;
}

.objc_01 .box:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 75%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box:before {
    display: none;
  }
}

.objc_01 .box img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_01 .box img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_01 div {
  text-align: center;
}

.objc_02 .box > a {
  display: block;
  position: relative;
}

.objc_02 .box > a:before {
  position: relative;
  z-index: 1;
  content: "";
  padding-top: 100%;
  display: block;
  width: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a:before {
    display: none;
  }
}

.objc_02 .box > a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 834px) {
  .objc_02 .box > a img {
    position: static;
    margin-bottom: 10px;
  }
}

.objc_02 div {
  text-align: center;
}

/* home */
.cont_01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 60px;
}

.cont_01 h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
}

.cont_01 h1 br {
  display: none;
}

.cont_01 h1 em {
  font-size: 34px;
  display: block;
}

.cont_01 .ct_tx {
  width: 65%;
  background: -webkit-gradient(linear, left top, right top, from(#e7f7fd), to(#e2eefd));
  background: linear-gradient(90deg, #e7f7fd, #e2eefd);
  padding: 80px 0;
  margin-left: auto;
  margin-right: 0;
}

.cont_01 .ct_tx article {
  width: 71%;
  min-width: 625px;
  margin-left: 17%;
}

.cont_01 .ct_img {
  width: 42%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .cont_01 {
    padding-bottom: 0;
  }
  .cont_01 .ct_tx {
    padding-bottom: 100px;
    width: 80%;
  }
  .cont_01 .ct_tx article {
    width: 81%;
    margin-left: 10%;
  }
  .cont_01 .ct_img {
    position: static;
    width: 80%;
    margin-top: -60px;
  }
}

@media screen and (max-width: 1000px) {
  .cont_01 .ct_tx {
    padding: 60px 5% 100px;
  }
  .cont_01 .ct_tx h1 br {
    display: block;
  }
  .cont_01 .ct_tx article {
    width: 100%;
    min-width: inherit;
    margin-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .cont_01 .ct_tx {
    width: 90%;
  }
  .cont_01 .ct_img {
    width: 90%;
  }
}

.top_news {
  max-width: 1000px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.top_news h2 {
  margin-bottom: 20px;
}

.cont_02 {
  position: relative;
  padding-top: 60px;
}

.cont_02 .ct_tx {
  width: 65%;
  background: -webkit-gradient(linear, left top, right top, from(#e7f7fd), to(#e2eefd));
  background: linear-gradient(90deg, #e7f7fd, #e2eefd);
  padding: 80px 9% 80px 14%;
  margin-left: auto;
  margin-right: 0;
}

.cont_02 .ct_img {
  width: 42%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .cont_02 {
    padding-top: 0;
  }
  .cont_02 .ct_tx {
    width: 80%;
    margin: 0;
    padding: 60px 8% 100px;
  }
  .cont_02 .ct_img {
    position: static;
    width: 70%;
    margin: -60px 0 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .cont_02 .ct_tx {
    width: 90%;
  }
  .cont_02 .ct_tx h1 em {
    font-size: 31px;
  }
  .cont_02 .ct_img {
    width: 83%;
  }
}

.cont_03 {
  background: #f6fcfe;
  padding: 80px 0;
}

.cont_03 h2 br {
  display: none;
}

@media only screen and (max-width: 640px) {
  .cont_03 h2 br {
    display: block;
  }
}

.cont_03 .ct_box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -50px;
}

.cont_03 .ct_box .box {
  width: 48%;
  margin: 0 auto 50px;
}

.cont_03 .ct_box .box article {
  position: relative;
}

.cont_03 .ct_box .box article div {
  position: absolute;
  bottom: 8%;
  left: 0;
  width: 100%;
}

.cont_03 .ct_box .box article div a {
  margin: 0 auto;
}

.cont_03 .ct_box .box a {
  display: block;
  width: 300px;
  height: 50px;
  text-align: center;
  position: relative;
  z-index: 0;
  width: 90%;
  max-width: 300px;
}

.cont_03 .ct_box .box a::before, .cont_03 .ct_box .box a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cont_03 .ct_box .box a::before {
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
  z-index: -1;
}

.cont_03 .ct_box .box a::after {
  background: -webkit-gradient(linear, left top, right top, from(#f0c9d6), to(#ed7eb4));
  background: linear-gradient(90deg, #f0c9d6, #ed7eb4);
  z-index: -2;
}

.cont_03 .ct_box .box a span {
  display: block;
  line-height: 50px;
  color: #fff !important;
  font-weight: 500;
  padding-right: 14px;
}

.cont_03 .ct_box .box a span::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont_03 .ct_box .box a:hover {
  opacity: 1;
}

.cont_03 .ct_box .box a:hover::before {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .cont_03 .ct_box .box a {
    width: 85%;
    height: 62px;
    margin: 0 auto;
  }
  .cont_03 .ct_box .box a::before, .cont_03 .ct_box .box a::after {
    border-radius: 31px;
  }
  .cont_03 .ct_box .box a span {
    text-align: center;
    line-height: 62px;
  }
}

.cont_03 .ct_box .box a::before, .cont_03 .ct_box .box a::after {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 640px) {
  .cont_03 .ct_box .box {
    width: 90%;
  }
  .cont_03 .ct_box .box a {
    max-width: inherit;
  }
  .cont_03 .ct_box .box img {
    width: 100% !important;
  }
}

.cont_04 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cont_04 a {
  width: 40%;
  position: relative;
}

.cont_04 a .box article {
  height: 190px;
}

.cont_04 a .box div {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cont_04 a .box div::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: '\f105';
  font-weight: 400;
  font-size: 26px;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cont_04 a .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 1200px) {
  .cont_04 a {
    width: 50%;
  }
}

@media only screen and (max-width: 640px) {
  .cont_04 a {
    width: 90%;
  }
  .cont_04 a:first-child {
    margin-bottom: 20px;
  }
}

.cont_05 {
  padding: 80px 0;
  background: url(../images/top/bg01.jpg) 64% center/cover;
}

.cont_05 .btn_02 .link_tel::after {
  display: none;
}

@media only screen and (max-width: 640px) {
  .cont_05 article h2 {
    text-align: center !important;
  }
  .cont_05 article div br {
    display: none;
  }
  .cont_05 .btn_02 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.cont_06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cont_06 .ct_item {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_06 .ct_item h2 {
  font-size: 28px;
  margin-bottom: 0;
}

.cont_06 .ct_item .form_wrap {
  width: 100%;
  margin-top: 40px;
}

.cont_06 .ct_item .form_wrap .scrollarea {
  max-height: 300px;
}

.cont_06 .ct_item .top_ig_list {
  margin-top: 40px;
}

.cont_06 .btn_03 {
  width: 160px;
  height: 36px;
}

.cont_06 .btn_03 span {
  line-height: 36px;
  font-size: 14px;
}

@media only screen and (max-width: 834px) {
  .cont_06 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont_06 .ct_item {
    width: 100%;
  }
  .cont_06 .ct_item:last-child {
    margin-top: 80px;
  }
  .cont_06 .btn_03 {
    width: 200px;
    height: 40px;
    margin-right: 0;
  }
  .cont_06 .btn_03 span {
    line-height: 40px;
  }
}

@media only screen and (max-width: 640px) {
  .cont_06 .ct_item .form_wrap dl dd {
    width: calc(100% - 120px) !important;
  }
}

.visit_01 .no-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.visit_01 .no-wrap .box:not(:last-child) {
  margin-right: 5%;
}

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

.rehabilitation_01 .ct_item_01 {
  width: 60%;
}

.rehabilitation_01 .ct_item_02 {
  width: 35%;
}

@media screen and (max-width: 700px) {
  .rehabilitation_01 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rehabilitation_01 .ct_item_01, .rehabilitation_01 .ct_item_02 {
    width: 100%;
  }
}

.rehabilitation_01 ul li {
  font-size: 18px;
  border: 1px solid #3c9ff0;
  padding: 10px;
  padding-left: 70px;
  margin-bottom: 40px;
  position: relative;
  overflow: visible !important;
}

.rehabilitation_01 ul li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  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;
  background: #3c9ff0;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}

.rehabilitation_01 ul li:not(:last-child)::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f0d7';
  font-weight: 700;
  font-size: 26px;
  color: #3c9ff0;
  opacity: 0.4;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -44px;
  left: 0;
  -webkit-transform: scale(1.5, 1);
      -ms-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
}

@media screen and (max-width: 700px) {
  .rehabilitation_01 ul {
    max-width: 600px;
    margin: 0 auto;
  }
}

.rehabilitation_01 dl {
  border: 1px solid #26b1ea;
  max-width: 400px;
  margin: 0 auto;
}

.rehabilitation_01 dl:first-child {
  border-top: none;
  margin-bottom: 20px;
}

.rehabilitation_01 dl dt, .rehabilitation_01 dl dd {
  width: 100% !important;
  font-size: 18px;
}

.rehabilitation_01 dl dt {
  background: #26b1ea !important;
  color: #fff;
}

.rehabilitation_03 {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 0;
  position: relative;
}

.rehabilitation_03::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: '\f322';
  font-weight: 400;
  font-size: 50px;
  color: #f0c9d6;
  opacity: 0.3;
  text-align: center;
  width: 100%;
  position: absolute;
  top: -85px;
  left: 0;
  -webkit-transform: scale(1.5, 1);
      -ms-transform: scale(1.5, 1);
          transform: scale(1.5, 1);
}

.rehabilitation_03 article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ed7eb4;
  font-size: 18px;
}

.rehabilitation_03 article h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-right: 40px;
}

.flow_01, .flow_02 {
  max-width: 960px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.flow_01 .box, .flow_02 .box {
  width: 100%;
  padding: 30px 40px;
  background: -webkit-gradient(linear, left top, right top, from(#e7f7fd), to(#e2eefd));
  background: linear-gradient(90deg, #e7f7fd, #e2eefd);
  border-radius: 20px;
  margin-bottom: 60px;
}

.flow_01 .box:not(:last-child), .flow_02 .box:not(:last-child) {
  position: relative;
  overflow: visible !important;
}

.flow_01 .box:not(:last-child)::after, .flow_02 .box:not(:last-child)::after {
  display: block;
  content: '';
  width: 25px;
  height: 60px;
  background: #f0f4f5;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flow_01 .box article, .flow_02 .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flow_01 .box article img, .flow_02 .box article img {
  max-width: 220px;
}

.flow_01 .box article div, .flow_02 .box article div {
  width: 70%;
}

.flow_01 .box article div h4, .flow_02 .box article div h4 {
  color: #26b1ea;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  .flow_01 .box, .flow_02 .box {
    padding: 30px 20px;
  }
  .flow_01 .box article, .flow_02 .box article {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flow_01 .box article img, .flow_02 .box article img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .flow_01 .box article div, .flow_02 .box article div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flow_02 .box article div {
  font-size: 18px;
}

.flow_02 .box article div em {
  margin-left: 30px;
  color: #26b1ea;
}

@media only screen and (max-width: 640px) {
  .flow_02 .box article {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flow_02 .box article img {
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    width: 25% !important;
  }
  .flow_02 .box article div {
    margin-bottom: 0;
  }
  .flow_02 .box article div em {
    margin-left: 20px;
  }
}

.company_01 .title_03 h3 {
  color: #ed7eb4;
}

.company_01 ul {
  font-size: 1.125em;
}

.company_01 ul li::first-letter {
  color: #f0c9d6;
  font-size: 1.25em;
  font-weight: 600;
  margin-right: 5px;
}

.company_01 ul li:not(:last-child) {
  margin-right: 5%;
}

.company_02 .title_01 h2 {
  font-size: 26px;
}

@media only screen and (max-width: 640px) {
  .company_02 .title_01 h2, .company_02 .title_01 div {
    text-align: left !important;
  }
}

.company_02 .link_btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.company_02 .link_btn .box {
  width: 30%;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#52c2f0), to(#3c9ff0));
  background: linear-gradient(90deg, #52c2f0, #3c9ff0);
}

.company_02 .link_btn .box:not(:last-child) {
  margin-right: 2%;
}

.company_02 .link_btn .box a {
  display: block;
  line-height: 60px;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
}

.company_02 .link_btn .box div {
  font-weight: 500;
}

.company_02 .link_btn .box i {
  margin-right: 10px;
}

@media only screen and (max-width: 834px) {
  .company_02 .link_btn .box {
    width: 60%;
  }
  .company_02 .link_btn .box:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .company_02 .link_btn .box {
    width: 85%;
  }
}

/* title */
/*# sourceMappingURL=assets.css.map */