@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
}

html {
  scroll-padding-top: 110px;
}

@media (max-width: 767px) {
  html {
    scroll-padding-top: 0px;
  }
}

body {
  font-size: 16px;
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  color: #444;
  width: 100%;
  min-width: 1150px;
  word-break: break-all;
  line-height: 1.8;
  overflow-x: hidden;
  background-color: #FFFFFF;
}
input, textarea {
  font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Lucida Grande", Meiryo, sans-serif;
}
a {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  color: #444;
}
.hover {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
p, dt, dd, li, th, td {
  line-height: 1.5;
}
/*clearfix */
.clearfix:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  min-height: 0px;
}
h1 {
  padding: inherit;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  display: inherit;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  border: none;
  vertical-align: top;
  height: auto;
  max-width: 100%;
}
ul, ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.hover:hover {
  opacity: 0.7;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.center {
  text-align: center;
}
.txt-align-center {
  text-align: center;
}
.txt-align-left {
  text-align: left;
}
.txt-align-right {
  text-align: right;
}
.txt-bold {
  font-weight: bold;
}
.txt-normal {
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bold {
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
iframe {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
.common-color-red {
  color: #F00;
}
@media (min-width: 768px) {
  .show-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .show-pc {
    display: none;
  }
  body {
    font-size: 16px;
    width: 100%;
    min-width: 100%;
    overflow-x: hidden;
  }
  input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
  }
  input[type="text"] {
    border-radius: 0;
    -webkit-appearance: none;
  }

}

.m-btn {
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 50px;
  background: #fff;
  border-radius: 38px;
  border: 1px solid #F07E3A;
  color: #F07E3A;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.3s;
}
.m-btn:hover {
  text-decoration: none;
}
.m-btn.-orange {
  background: #F07E3A;
  border-color: #F07E3A;
  color: #fff;
}

.m-btn-arrow {
  transition: 0.4s;
  position: absolute;
  z-index: 10;
  right: 20px;
  width: 10px;
  height: 10px;
}

.m-btn:hover .m-btn-arrow {
  right: 10px;
}


.m-btn.-back .m-btn-arrow {
  right: auto;
  left: 20px;
  transform: scale(-1, 1);
}

.m-btn.-back:hover .m-btn-arrow {
  left: 10px;
}

.m-btn-txt {
  position: relative;
  z-index: 2;
  font-weight: bold;
}

.m-contact-btn {
  width: 100%;
  min-height: 90px;
  border-radius: 60px;
  background: #1ab6cb;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px 5px 70px;
}

@media (max-width: 767px) {
  .m-contact-btn {
    min-height: 70px;
    border-radius: 35px;
    padding: 5px 20px 5px 40px;
  }
}

.m-contact-btn-txt {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .m-contact-btn-txt {
    font-size: 20px;
  }
}

.m-contact-btn-icon {
  width: 44px;
  height: 30px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}

@media (max-width: 767px) {
  .m-contact-btn-icon {
    width: 37px;
    height: 26px;
  }
}

.m-contact-btn:hover{
  text-decoration: none;
}

.m-tel-btn {
  width: 100%;
  min-height: 90px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px 5px 50px;
}

@media (min-width: 768px) {
  a.m-tel-btn[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}

@media (max-width: 767px) {
  .m-tel-btn {
    min-height: 70px;
    border-radius: 35px;
    background: #1AB6CB;
    padding: 5px 20px 5px 50px;
  }
}

.m-tel-btn-txt {
  font-family: "Lexend Deca", sans-serif;
  color: #19B6CB;
  font-size: 32px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .m-tel-btn-txt {
    color: #fff;
    font-size: 24px;
  }
}

.m-tel-btn-small-txt {
  font-size: 14px;
  display: block;
  text-align: center;
}

@media (max-width: 767px) {
  .m-tel-btn-small-txt {
    font-size: 12px;
  }
}

.m-tel-btn-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 2px;
}

.m-tel-btn:hover{
  text-decoration: none;
}

.m-circle {
  width: 390px;
  height: 390px;
  background: #fff7f2;
  filter: blur(50px);
  border-radius: 50%;
  /* background: #ff0000; */
}

@media (max-width: 767px) {
  .m-circle {
    width: 242px;
    height: 242px;
  }
}

.m-title-en {
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #F07E3A;
}

.m-title {
  font-family: "Zen Kaku Gothic New",  "メイリオ", "Lucida Grande", Meiryo, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.44;
}

@media (max-width: 767px) {
  .m-title {
    font-size: 28px;
    line-height: 1.5;
  }
}

.m-title .small  {
  font-size: 24px;
}

@media (max-width: 767px) {
  .m-title .small  {
    font-size: 16px;
  }
}


.font-zenkaku-g {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.font-ld {
  font-family: "Lexend Deca", sans-serif;
}

.color-orange {
  color: #F07E3A;
}

.m-cta {
  border-radius: 60px;
  background: linear-gradient(#e0f4ff 0%, #ebf8ff 100%);
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .m-cta {
    border-radius: 20px;
  }
}

.m-cta-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .m-cta-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.m-cta-item {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .m-cta-item {
    display: block;
    padding: 40px 0 45px;
  }
}

.m-cta-info {
  width: 680px;
}

@media (max-width: 767px) {
  .m-cta-info {
    width: 100%;
    margin-bottom: 35px;
  }
}

.m-cta-img-box {
  width: calc(100% - 680px);
  box-sizing: border-box;
  padding: 20px 0 0 30px;
}

@media (max-width: 767px) {
  .m-cta-img-box {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

.m-cta-img {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.m-cta-img::before {
  content: '';
  width: 195px;
  height: 138px;
  background: url(../image/common/cta_img_bg01.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -70px;
  left: -66px;
  z-index: 1;
}

.m-cta-img::after {
  content: '';
  width: 354px;
  height: 257px;
  background: url(../image/common/cta_img_bg02.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  right: -70px;
  bottom: -63px;
  z-index: 1;
}


@media (max-width: 767px) {
  .m-cta-img::before,
  .m-cta-img::after {
    display: none;
  }
}

.m-cta-img img {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .m-cta-img img {
    max-width: 230px;
  }
}

.m-cta-head {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 30px;
}


@media (max-width: 767px) {
  .m-cta-head {
    display: block;
    text-align: center;
  }
}

.m-cta-head-left {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .m-cta-head-left {
    margin-right: 0;
  }
}

.m-cta-head-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #5397B1;
}

@media (max-width: 767px) {
  .m-cta-head-tip {
    font-size: 24px;
    margin-bottom: 10px;
  }
}

.m-cta-head-tip::before,
.m-cta-head-tip::after {
  background-color: #5397B1;
  content: "";
  height: 2px;
  width: 40px;
}

@media (max-width: 767px) {
  .m-cta-head-tip::before,
  .m-cta-head-tip::after {
    width: 28px;
  }
}

.m-cta-head-tip::before {
  margin-right: 10px;
  transform: rotate(50deg);
}
.m-cta-head-tip::after {
  margin-left: 10px;
  transform: rotate(-50deg);
}

.m-cta-head-box {
  display: flex;
  min-height: 90px;
  border-radius: 10px;
  background: #fff;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #F07E3A;
}

@media (max-width: 767px) {
  .m-cta-head-box {
    display: inline-flex;
    justify-content: center;
    min-height: 63px;
    font-size: 32px;
  }
}

.m-cta-head-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #5397B1;
  padding: 0 0 10px ;
}

@media (max-width: 767px) {
  .m-cta-head-text {
    margin-top: 10px;
    font-size: 24px;
  }
}

.m-cta-info-text {
  color: #5F6164;
  margin-bottom: 40px;
}

.m-cta-link-list {
  width: 100%;
  max-width: 667px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}


@media (max-width: 767px) {
  .m-cta-link-list {
    display: block;
  }
}

.m-cta-link-contact {
  width: 44.9%;
}

@media (max-width: 767px) {
  .m-cta-link-contact {
    width: 100%;
    margin-bottom: 35px;
  }
}

.m-cta-link-tel {
  width: 49%;
}

@media (max-width: 767px) {
  .m-cta-link-tel {
    width: 100%;
  }
}

.m-cta-tel-tip {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
  color: #19B6CB;
  margin-bottom: 10px;
}

.m-cta-tel-tip::before,
.m-cta-tel-tip::after {
  background-color: #19B6CB;
  content: "";
  height: 2px;
  width: 20px;
}
.m-cta-tel-tip::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.m-cta-tel-tip::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}

.m-cta-slider-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .m-cta-slider-wrap {
    overflow-x: hidden;
  }
}

.m-cta-slider .m-cta-slider-item {
  width: 867px;
}

@media (max-width: 767px) {
  .m-cta-slider .m-cta-slider-item {
    width: 432px;
    box-sizing: border-box;
    padding-right: 30px;
  }
}

.vertical-scroll::-webkit-scrollbar,
.side-scroll::-webkit-scrollbar {
  display: none;
}

.vertical-scroll .simplebar-scrollbar::before {
  background: #F07E3A;
  border-radius: 0;
  width: 8px;
  margin-left: 3px;
  margin-top: 2px;
}
.vertical-scroll .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.vertical-scroll .simplebar-track {
  background: #ffffff;
  width: 10px !important;
}

.side-scroll .simplebar-scrollbar::before {
  background: #F07E3A;
  height: 8px !important;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 4px;
}
.side-scroll .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.side-scroll .simplebar-track {
  width: calc(100% - 30px);
  background: #ffffff;
  height: 10px !important;
  border-radius: 4px;
}

.ac_child {
  display: none;
}

.ac_child.open {
  display: block;
}
