@charset "UTF-8";
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #229893;
  margin: 0px;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Roboto, "メイリオ";
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  text-align: justify;
}

::-moz-selection {
  /* Firefoxの場合 */
  color: white;
  background: #F0AFC9;
}

::selection {
  color: white;
  background: #F0AFC9;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

a {
  color: #6BBAB7;
  text-decoration: none;
  transition: all 0.18s ease-out;
  word-break: break-all;
}

a:hover {
  color: #40A6A2;
  transition: all 0.18s ease-out;
}

img {
  border: 0;
  text-decoration: none;
  margin: 0;
}

img a {
  border: 0;
  text-decoration: none;
  margin: 0;
}

hr {
  visibility: hidden;
  clear: both;
}

strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W6";
}

.nonewline {
  white-space: nowrap;
}

/* Clearfix */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
  min-height: 1%;
}

/* Hides from IE \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE */
main {
  display: block;
  z-index: 0;
}

nav,
figure {
  margin: 0;
}

/*a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../img/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 5px;
  transition: all 0.3s cubic-bezier(0.5, 0.01, 0, 1.01);
}*/
.pc {
  display: block;
}

.sp {
  display: none;
}

#warpper {
  width: 100%;
  height: 100%;
  position: relative;
}

#noscript {
  font-size: 1.8rem;
  color: #229893;
  font-weight: bold;
  text-align: center;
}

#loadingWrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 10000;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #229893;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.menu-trigger {
  display: none;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ヘッダ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
#header_wrapper {
  width: 100%;
  width: calc(100vw - 15px);
  height: 90px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 15px;
  box-sizing: border-box;
}

#head_container {
  height: 90px;
  margin: 0 auto 0 auto;
  min-width: 1040px;
  padding: 0 3% 0 3%;
  line-height: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#head_container > a {
  display: block;
  width: 180px;
  height: 42px;
  position: relative;
  top: -5px;
}
#head_container h1 {
  text-indent: -1000em;
  width: 180px;
  height: 42px;
  margin-top: 0px;
  background: url("../img/kaihipay_logo.svg") 0 0 no-repeat;
  background-size: contain;
  background-position: center center;
  flex-grow: 0;
}
#head_container #memu_wrap {
  height: 90px;
  text-align: right;
  margin: 0 0 0 auto;
}
#head_container #memu_wrap #menu_cont {
  max-width: 725px;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}
#head_container #memu_wrap #menu_cont ul {
  height: 90px;
  display: inline-flex;
  padding: 0;
  box-sizing: border-box;
}
#head_container #memu_wrap #menu_cont ul li {
  padding: 0 0 0 30px;
  line-height: 90px;
  box-sizing: border-box;
  position: relative;
}
#head_container #memu_wrap #menu_cont ul li a {
  display: flex;
  align-items: center;
  height: 90px;
  font-size: 1.2rem;
  color: #6BBAB7;
  letter-spacing: 0.01em;
  font-weight: normal;
  white-space: nowrap;
}
#head_container #memu_wrap #menu_cont ul li a:hover {
  font-size: 1.2rem;
  color: #71BDBA;
}
#head_container #memu_wrap #menu_cont ul li:nth-of-type(2) {
  padding: 0 0 0 10px;
}
#head_container #memu_wrap #menu_cont ul li#tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 90px;
}
#head_container #memu_wrap #menu_cont ul li#tel img {
  width: 195px;
}
#head_container #memu_wrap #menu_cont ul li.head_bt {
  display: flex;
  align-items: center;
}
#head_container #memu_wrap #menu_cont ul li.head_bt a {
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 0;
  border-radius: 100px;
  white-space: nowrap;
}
#head_container #memu_wrap #menu_cont ul li.head_bt a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
#head_container #memu_wrap #menu_cont ul li.head_bt a#bt1 {
  width: 180px;
  background: linear-gradient(to right, #FFB000, #FF6B8E);
  letter-spacing: 0.2em;
  margin-right: 10px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}
#head_container #memu_wrap #menu_cont ul li.head_bt a#bt2 {
  width: 180px;
  background: #fff;
  border: 3px solid #40A6A2;
  color: #229893;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 450px) {
  #head_container #memu_wrap #menu_cont ul li.head_bt span.saitan {
    width: 140px;
    padding-left: 3%;
  }
}
#head_container #memu_wrap #menu_cont ul li span.saitan {
  width: 110px;
  height: 32.6px;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1;
  animation-name: updown1;
  /* アニメーション名の指定 */
  animation-delay: 1s;
  /* アニメーションの開始時間指定 */
  animation-duration: 1s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;
}
#head_container #memu_wrap #menu_cont ul li img {
  width: 100%;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
フッター
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
footer {
  background: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
footer #footer_cont {
  width: 100%;
  max-width: 1150px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 1% 50px 1%;
  box-sizing: border-box;
}
footer #footer_cont #footer_logo {
  width: 48%;
}
footer #footer_cont #footer_logo img {
  width: 250px;
  margin-bottom: 8px;
}
footer #footer_cont #footer_logo img + p {
  font-size: 1.6rem;
  color: #6BBAB7;
  font-weight: bold;
  margin-bottom: 20px;
}
footer #footer_cont #footer_logo #company_info h3 {
  color: #333;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}
footer #footer_cont #footer_logo #company_info address {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 16px;
  font-style: normal;
}
footer #footer_cont #footer_logo #company_info address span {
  font-weight: bold;
  margin-right: 25px;
}
footer #footer_cont #footer_logo .adata a {
  color: #333 !important;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  text-decoration: underline;
}
footer #footer_cont #sec_cont h4 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
  text-align: left;
}
footer #footer_cont #sec_cont p.horizontal-list {
  list-style-type: none;
  padding: 0 5%;
  margin: 0px 0px 16px 0px;
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
}
footer #footer_cont #sec_cont p.sec_text {
  margin: 0 auto;
  display: flex;
  font-size: 1.4rem;
  text-align: left;
  color: #666;
}
footer #footer_cont #sec_cont .sec_text2 {
  margin: 0 auto;
  display: flex;
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  color: #666;
}
footer #footer_cont #sec_cont ul {
  list-style: none;
  padding: 0;
  text-align: left;
  color: #666;
}
footer #footer_cont #sec_cont ul li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 8px;
}
footer #footer_cont #sec_cont ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #666;
  font-size: 1.5em;
  line-height: 0.8;
}
footer #footer_cont #sec_cont .sec_items {
  display: flex;
  width: 100%;
}
footer #footer_cont #sec_cont .sec_items .sec_item {
  display: flex;
  gap: 16px;
}
footer #footer_cont #sec_cont .sec_items .sec_item img {
  margin-top: 8px;
  width: auto;
  height: 92px;
  margin-right: 24px;
}
@media screen and (max-width: 736px) {
  footer #footer_cont #footer_logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 5% 5% 5%;
    box-sizing: border-box;
    text-align: center;
  }
  footer #footer_cont #footer_logo img {
    width: 70%;
    margin-bottom: 8px;
  }
  footer #footer_cont #footer_logo img + p {
    font-size: 1.6rem;
    color: #6BBAB7;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: left;
  }
  footer #footer_cont #footer_logo .adata {
    text-align: left;
    margin-top: 8px;
  }
  footer #footer_cont #footer_logo #company_info {
    text-align: left;
    margin-bottom: 8px;
  }
  footer #footer_cont #footer_logo #company_info h3 {
    color: #666;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
  }
  footer #footer_cont #footer_logo #company_info address {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 8px;
    font-style: normal;
  }
  footer #footer_cont #footer_logo #company_info address span {
    font-weight: bold;
  }
  footer #footer_cont #sec_cont {
    width: 100%;
    padding: 0 5%;
  }
  footer #footer_cont #sec_cont img {
    width: 80%;
    position: static;
    margin-top: 16px;
    margin-right: 16px !important;
  }
}
footer #copyright_item {
  width: 100%;
  height: 40px;
  background: #229893;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em !important;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
メイン
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
main {
  width: 100%;
  padding-top: 90px;
}
main article {
  padding: 35px 0 0 0;
  margin: 0 auto;
  position: relative;
}
main article > p {
  text-align: center;
  margin: 0 auto 50px auto;
}
main article > p img {
  height: 70px;
}

#hero {
  width: 100%;
  height: 600px;
  position: relative;
  background: url("../img/hero_bg.png") 0 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#hero.active {
  opacity: 1;
  transition: all 1s ease-out;
}
#hero #hero_item {
  width: 100%;
  max-width: 1150px;
  height: 600px;
  position: relative;
}
#hero #hero_item #hero_award {
  width: 225px;
  height: 225px;
  position: absolute;
  top: 11px;
  left: -24px;
}
#hero #hero_item #hero_award img {
  width: 100%;
}
#hero #hero_item #hero_price {
  width: 496px;
  height: 131px;
  position: absolute;
  top: 38px;
  left: 123px;
}
#hero #hero_item #hero_price img {
  width: 100%;
}
#hero #hero_item h2 {
  width: 731px;
  height: 158px;
  position: absolute;
  top: 200px;
  left: -12px;
}
#hero #hero_item h2 img {
  width: 100%;
}
#hero #hero_item #hero_bt {
  width: 400px;
  height: 80px;
  position: absolute;
  bottom: 77px;
  left: 155px;
}
#hero #hero_item #hero_bt a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 80px;
  transition: all 0.3s ease-out;
  box-shadow: 2px 2px 10px rgba(0, 126, 160, 0.2);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#hero #hero_item #hero_bt a span {
  display: block;
  width: 80px;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  position: absolute;
  top: 50%;
  left: -80px;
  animation: bt_anime;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.675, 0.195, 1.065);
}
@keyframes bt_anime {
  0% {
    transform: translateX(0) translate(0, -50%) skew(-30deg, 0);
  }
  40% {
    transform: translateX(500px) translate(0, -50%) skew(-30deg, 0);
  }
  100% {
    transform: translateX(500px) translate(0, -50%) skew(-30deg, 0);
  }
}
#hero #hero_item #hero_bt a::before {
  content: "";
  display: block;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #FFB000, #FF6B8E);
  transition: all 0.3s ease-out;
}
#hero #hero_item #hero_bt a::after {
  content: "";
  width: 23px;
  height: 23px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%) rotate(-45deg);
}
#hero #hero_item #hero_bt a:hover {
  color: #229893;
  background: #ffffff;
  border: 3px solid #40A6A2;
}
#hero #hero_item #hero_bt a:hover::before {
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
#hero #hero_item #hero_bt a:hover::after {
  border-right: 1px solid #229893;
  border-bottom: 1px solid #229893;
  transition: all 0.3s ease-out;
}
#hero #hero_item #main_img {
  width: 1288px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 536px;
}
#hero #hero_item #main_img img {
  width: 100%;
}

@media screen and (max-width: 375px) {
  #hero {
    height: 92vh !important;
    background: url("../img/hero_bg_sp.webp") center center; }
  #hero #hero_item #hero_bt {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 28vh !important;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
}

@media screen and (max-width: 450px) {
  #hero {
    height: 78vh;
    background: url("../img/hero_bg_sp.webp") center center;
  }
  #hero #hero_item {
    width: 100%;
    height: 100%;
    max-width: 1150px;
    position: relative;
  }
  #hero #hero_item #hero_award {
    width: 30%;
    position: absolute;
    top: 2vh;
    left: 1%;
    z-index: 1;
  }
  #hero #hero_item #hero_award img {
    width: 100%;
  }
  #hero #hero_item #hero_price {
    width: 80%;
    height: auto;
    position: absolute;
    top: 2vh;
    left: 10%;
    z-index: 1;
  }
  #hero #hero_item #hero_price img {
    width: 100%;
  }
  #hero #hero_item h2 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 12vh;
    left: 0;
    padding: 0 1%;
    box-sizing: border-box;
    z-index: 1;
  }
  #hero #hero_item h2 img {
    width: 100%;
  }
  #hero #hero_item #hero_bt {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 25vh;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #hero #hero_item #hero_bt a {
    width: 70%;
    height: 100%;
    font-size: 2rem;
    line-height: 50px;
    border-radius: 50px;
  }
  #hero #hero_item #hero_bt a::before {
    height: 50px;
  }
  #hero #hero_item #hero_bt a::after {
    content: "";
    width: 15px;
    height: 15px;
    right: 20px;
  }
  #hero #hero_item #main_img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  #hero #hero_item #main_img img {
    width: 90%;
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#award_cont {
  width: 540px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  opacity: 0;
}
#award_cont.active {
  opacity: 1;
  transition: all 1s ease-out;
}
#award_cont #left_award {
  width: 250px;
}
#award_cont #left_award img {
  width: 100%;
}
#award_cont #right_award {
  width: 250px;
}
#award_cont #right_award img {
  width: 100%;
}

@media screen and (max-width: 450px) {
  #award_cont {
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 4% 0 4%;
  }
  #award_cont #left_award {
    width: 48%;
    margin-bottom: 10px;
  }
  #award_cont #right_award {
    width: 48%;
  }
}
section > p {
  color: #62B6C3;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: -15px;
}
section > h2 {
  display: inline-block;
  margin: 0 auto 29px auto;
  font-size: 4.6rem;
  color: #229893;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0 5% 0 5%;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
section > h2 + h2 {
  margin-top: -45px;
}
section > h2::before {
  content: "";
  width: 100%;
  display: block;
  height: 8px;
  background: #FFF4DE;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 736px) {
  section > p {
    font-size: 2.2rem;
    margin-bottom: 0;
    padding: 0 5%;
  }
  section > h2 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  section > h2 + h2 {
    margin-top: -45px;
  }
  section > h2::before {
    content: "";
    width: 90%;
    bottom: 0px;
  }
}
section .item_cont {
  width: 100%;
  background: linear-gradient(to right, #effae1, #e6f8f2);
  padding: 50px 3%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s cubic-bezier(0.28, 0.485, 0.39, 0.885);
  transform: translate(0, 50px);
  opacity: 0;
}
section .item_cont.active {
  transform: translate(0, 0);
  opacity: 1;
}
section .item_cont_w {
  width: 100%;
  background: #fff;
  padding: 0 3%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s cubic-bezier(0.28, 0.485, 0.39, 0.885);
  transform: translate(0, 50px);
  opacity: 0;
}
section .item_cont_w.active {
  transform: translate(0, 0);
  opacity: 1;
}
section .item_cont_y {
  width: 100%;
  background: linear-gradient(to right, #fffbf0, #fff6f5);
  padding: 50px 3%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s cubic-bezier(0.28, 0.485, 0.39, 0.885);
  transform: translate(0, 50px);
  opacity: 0;
}
section .item_cont_y.active {
  transform: translate(0, 0);
  opacity: 1;
}
@media screen and (max-width: 736px) {
  section .item_cont {
    padding: 50px 5%;
  }
  section .item_cont_w {
    padding: 0 5%;
  }
  section .item_cont_y {
    padding: 50px 5%;
  }
}
section .item_cont_cta {
  width: 100%;
  background: linear-gradient(to right, #fff3f0, #fff9ef);
  margin-top: 80px;
  padding: 30px 3%;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section .item_cont_cta .cta_item {
  width: 50%;
  max-width: 575px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section .item_cont_cta .cta_item h3 {
  color: #FF7E7C;
  font-size: 3.7rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  text-shadow: 2px 2px 0 #fff;
  margin-top: -10px;
}
section .item_cont_cta .cta_item p {
  color: #FF7E7C;
  font-size: 2.7rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-shadow: 2px 2px 0 #fff;
  text-shadow: 2px 2px 0 #fff;
  line-height: 1.6;
}
section .item_cont_cta .cta_bt {
  width: 85%;
  height: 80px;
}
section .item_cont_cta .cta_bt a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  line-height: 80px;
  font-weight: bold;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 80px;
  transition: all 0.3s ease-out;
  box-shadow: 2px 2px 10px rgba(158, 90, 0, 0.2);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
section .item_cont_cta .cta_bt a span {
  display: block;
  width: 80px;
  height: 100px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.2));
  position: absolute;
  top: 50%;
  left: -80px;
  animation: bt_anime2;
  animation-duration: 2.1s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0, 0.675, 0.195, 1.065);
}
@keyframes bt_anime2 {
  0% {
    transform: translateX(0) translate(0, -50%) skew(-30deg, 0);
  }
  40% {
    transform: translateX(600px) translate(0, -50%) skew(-30deg, 0);
  }
  100% {
    transform: translateX(600px) translate(0, -50%) skew(-30deg, 0);
  }
}
section .item_cont_cta .cta_bt a::before {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(to right, #FFB000, #FF6B8E);
  transition: all 0.3s ease-out;
}
section .item_cont_cta .cta_bt a::after {
  content: "";
  width: 23px;
  height: 23px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translate(0, -50%) rotate(-45deg);
}
section .item_cont_cta .cta_bt a:hover {
  color: #229893;
  background: #ffffff;
  border: 3px solid #6BBAB7;
}
section .item_cont_cta .cta_bt a:hover::before {
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
section .item_cont_cta .cta_bt a:hover::after {
  border-right: 1px solid #229893;
  border-bottom: 1px solid #229893;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 736px) {
  section .item_cont_cta .cta_item {
    width: 100%;
  }
  section .item_cont_cta .cta_item h3 {
    font-size: 3rem;
  }
  section .item_cont_cta .cta_item p {
    font-size: 2rem;
    line-height: 1.4;
  }
  section .item_cont_cta .cta_item .cta_bt {
    width: 100%;
    padding-top: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  section .item_cont_cta .cta_item .cta_bt a {
    font-size: 1.8rem;
    width: 90%;
    height: 60px;
    line-height: 60px;
  }
  section .item_cont_cta .cta_item .cta_bt a::before {
    height: 60px;
  }
  section .item_cont_cta .cta_item .cta_bt a::after {
    content: "";
    width: 15px;
    height: 15px;
    right: 20px;
  }
}

#section_movie,
#section_1,
#section_2,
#section_3,
#section_4,
#section_5,
#section_6,
#section_7,
#section_8,
#section_9,
#section_10,
#section_11,
#section_12,
#section_13 {
  overflow: hidden;
  margin-bottom: 130px;
  position: relative;
}

@media screen and (max-width: 736px) {
  #section_movie,
  #section_1,
  #section_2,
  #section_3,
  #section_4,
  #section_5,
  #section_6,
  #section_7,
  #section_8,
  #section_9,
  #section_10,
  #section_11,
  #section_12,
  #section_13 {
    margin-bottom: 100px;
  }
}
#section_movie {
  width: 100%;
  background: #FFDF67;
  padding: 50px 3%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_movie #movie_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1150px;
}
#section_movie #movie_cont #movie_left {
  width: 50%;
  padding-right: 3%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_movie #movie_cont #movie_left #mov_icon {
  width: 20%;
  padding-right: 2%;
  box-sizing: border-box;
}
#section_movie #movie_cont #movie_left #mov_icon img {
  width: 100%;
}
#section_movie #movie_cont #movie_left h2 {
  width: 80%;
  display: inline-block;
  font-size: 3.8rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
  text-shadow: 2px 2px 0 #fff;
  text-shadow: 2px 2px 0 #fff;
  position: relative;
}
#section_movie #movie_cont #movie_left h2 span {
  display: block;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #section_movie #movie_cont #movie_left h2 {
    font-size: 2.8vw;
  }
}
#section_movie #movie_cont #movie_right {
  width: 50%;
  padding-top: 28.125%;
  position: relative;
}
#section_movie #movie_cont #movie_right iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
#section_movie #movie_cont #movie_right #movie_img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}
#section_movie #movie_cont #movie_right #movie_img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 736px) {
  #section_movie {
    width: 100%;
    padding: 50px 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  #section_movie #movie_cont #movie_left {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #section_movie #movie_cont #movie_left #mov_icon {
    width: 20%;
    padding-right: 2%;
    box-sizing: border-box;
  }
  #section_movie #movie_cont #movie_left #mov_icon img {
    display: block;
    margin-top: 12%;
    width: 95%;
  }
  #section_movie #movie_cont #movie_left h2 {
    width: 80%;
    font-size: 6vw;
    margin-bottom: 10%;
  }
  #section_movie #movie_cont #movie_left h2 span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    width: 90%;
  }
  #section_movie #movie_cont #movie_right {
    width: 90%;
    padding-top: 50%;
  }
  #section_movie #movie_cont #movie_right #movie_img {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #section_movie #movie_cont #movie_right #movie_img img {
    width: 100%;
    display: block;
  }
}
.remodal iframe {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 675px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

#section_1 {
  width: 100%;
}
#section_1 .item_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_1 .item_cont #paymethod_cont {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section_1 .item_cont #paymethod_cont h3 {
  width: 100%;
  padding: 3px 0;
  font-size: 3.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
#section_1 .item_cont #paymethod_cont .pay_item {
  width: 124px;
  height: 124px;
  border-radius: 168px;
  margin: 0 5% 10% 5%;
  position: relative;
  text-align: center;
}
#section_1 .item_cont #paymethod_cont .pay_item img {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_1 .item_cont #paymethod_cont .pay_item img.pay_img1 {
  width: 120px;
}
#section_1 .item_cont #paymethod_cont .pay_item img.pay_img2 {
  width: 120px;
}
#section_1 .item_cont #paymethod_cont .pay_item img.pay_img3 {
  width: 120px;
}
#section_1 .item_cont #paymethod_cont .pay_item img.pay_img4 {
  width: 120px;
}
#section_1 .item_cont #paymethod_cont .pay_item img.pay_img5 {
  width: 120px;
}
#section_1 .item_cont #paymethod_cont .pay_item img.pay_img6 {
  width: 120px;
}
#section_1 .item_cont #paymethod_cont .pay_item p {
  display: inline-block;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  padding: 0 10%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 736px) {
  #section_1 .item_cont #paymethod_cont h3 {
    font-size: 2.8rem;
  }
  #section_1 .item_cont #paymethod_cont .pay_item {
    width: 40%;
    height: auto;
    border-radius: 168px;
    margin: 0 3% 10% 3%;
    position: relative;
    text-align: center;
  }
  #section_1 .item_cont #paymethod_cont .pay_item img {
    position: static;
    top: 42%;
    left: 50%;
    transform: translate(0, 0);
  }
  #section_1 .item_cont #paymethod_cont .pay_item img.pay_img1 {
    width: 80%;
  }
  #section_1 .item_cont #paymethod_cont .pay_item img.pay_img2 {
    width: 80%;
  }
  #section_1 .item_cont #paymethod_cont .pay_item img.pay_img3 {
    width: 80%;
  }
  #section_1 .item_cont #paymethod_cont .pay_item img.pay_img4 {
    width: 80%;
  }
  #section_1 .item_cont #paymethod_cont .pay_item img.pay_img5 {
    width: 80%;
  }
  #section_1 .item_cont #paymethod_cont .pay_item img.pay_img6 {
    width: 80%;
  }
  #section_1 .item_cont #paymethod_cont .pay_item p {
    font-size: 1.2rem;
  }
}
#section_1 .item_cont #paymethod_cont #paymethod_item1 {
  width: 30%;
  border-radius: 20px;
  background: #fff;
  border: 4px solid #7ACBED;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section_1 .item_cont #paymethod_cont #paymethod_item1 h3 {
  color: #7ACBED;
}
#section_1 .item_cont #paymethod_cont #paymethod_item1 .pay_item p {
  background: #7ACBED;
}
#section_1 .item_cont #paymethod_cont #paymethod_item2 {
  width: 30%;
  background: #fff;
  border: 4px solid #FF8FA4;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section_1 .item_cont #paymethod_cont #paymethod_item2 h3 {
  color: #FF8FA4;
}
#section_1 .item_cont #paymethod_cont #paymethod_item2 .pay_item p {
  background: #F4797E;
}
#section_1 .item_cont #paymethod_cont #paymethod_item3 {
  width: 30%;
  background: #fff;
  border: 4px solid #66cc99;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
#section_1 .item_cont #paymethod_cont #paymethod_item3 h3 {
  color: #66cc99;
}
#section_1 .item_cont #paymethod_cont #paymethod_item3 .pay_item p {
  background: #66cc99;
}
@media screen and (max-width: 736px) {
  #section_1 .item_cont #paymethod_cont #paymethod_item1 {
    width: 100%;
  }
  #section_1 .item_cont #paymethod_cont #paymethod_item2 {
    width: 100%;
  }
  #section_1 .item_cont #paymethod_cont #paymethod_item3 {
    width: 100%;
  }
  #section_1 .item_cont #paymethod_cont #paymethod_item4 {
    width: 100%;
  }
}
#section_1 .item_cont .pay_type {
  width: 100%;
  max-width: 1150px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0, 126, 160, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 40px;
  box-sizing: border-box;
}
#section_1 .item_cont .pay_type #mid_cont {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_1 .item_cont .pay_type #mid_cont h3 {
  width: 358px;
  color: #229893;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-align: left;
  line-height: 1.6;
}
#section_1 .item_cont .pay_type #pay_type_item {
  width: 54.5%;
}
#section_1 .item_cont .pay_type #pay_type_item img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  #section_1 .item_cont .pay_type #mid_cont {
    width: 100%;
  }
  #section_1 .item_cont .pay_type #mid_cont h3 {
    width: 100%;
    font-size: 2.3rem;
    margin-bottom: 10%;
  }
  #section_1 .item_cont .pay_type #pay_type_item {
    width: 100%;
  }
}

#section_2 {
  overflow: hidden;
  width: 100%;
}
#section_2 .item_cont_w {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_2 .item_cont_w #img_item {
  width: 1102px;
  position: relative;
  margin-top: 0px;
  margin-bottom: 50px;
}
#section_2 .item_cont_w #img_item img {
  width: 100%;
  position: relative;
  left: 30px;
}
#section_2 .item_cont_w p {
  display: inline-block;
  margin: 0 auto 29px auto;
  font-size: 2.8rem;
  font-weight: bold;
  color: #808080;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0 1% 0 1%;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
}
#section_2 .item_cont_w p .c_g {
  color: #229893;
}
#section_2 .item_cont_w p::before {
  content: "";
  width: 100%;
  display: block;
  height: 8px;
  background: #FFF4DE;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (max-width: 736px) {
  #section_2 .item_cont_w #img_item {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  #section_2 .item_cont_w #img_item img {
    width: 100%;
    position: relative;
    left: 0;
  }
  #section_2 .item_cont_w p {
    font-size: 2rem;
  }
  #section_2 .item_cont_w p::before {
    bottom: 3px;
  }
}

#section_3 .mid_cont {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
#section_3 .mid_cont h2 {
  display: inline-block;
  margin: 0 auto 29px auto;
  font-size: 4.6rem;
  color: #229893;
  text-align: center;
  letter-spacing: 0.04em;
  padding: 0 5% 0 5%;
  box-sizing: border-box;
  z-index: 0;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#section_3 .mid_cont h2 + h2 {
  margin-top: -45px;
}
#section_3 .mid_cont h2::before {
  content: "";
  width: 100%;
  display: block;
  height: 8px;
  background: #FFF4DE;
  position: absolute;
  bottom: 19px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 736px) {
  #section_3 .mid_cont > p {
    font-size: 2.2rem;
    margin-bottom: 0;
    padding: 0 5%;
  }
  #section_3 .mid_cont > h2 {
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: -0.1em;
  }
  #section_3 .mid_cont > h2 + h2 {
    font-size: 2.8rem;
    letter-spacing: 0em;
    margin-top: -20px;
  }
  #section_3 .mid_cont > h2::before {
    content: "";
    width: 90%;
    bottom: 0px;
  }
}
#section_3 .item_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#section_3 .item_cont #use_img {
  width: 100%;
  max-width: 1250px;
}
#section_3 .item_cont #use_img img {
  width: 100%;
}
#section_3 .item_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_3 .item_cont #paysys_cont {
  width: 100%;
  max-width: 960px;
  border-radius: 20px;
  background: #fff;
  padding: 0 2% 0 2%;
  box-sizing: border-box;
}
#section_3 .item_cont #paysys_cont h3 {
  width: 100%;
  color: #6BBAB7;
  padding: 1% 0 4% 0;
  font-size: 4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 736px) {
  #section_3 .item_cont #paysys_cont h3 {
    font-size: 2.4rem;
    padding: 5% 0 5% 0;
  }
}
#section_3 .item_cont #paysys_cont #paysys_item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#section_3 .item_cont #paysys_cont #paysys_item .sys_item00 {
  width: 100%;
  height: 100%;
  position: relative;
}
#section_3 .item_cont #paysys_cont #paysys_item p {
  display: inline-block;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  background: #40A6A2;
  padding: 0 10%;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 736px) {
  #section_3 .item_cont #paysys_cont .sys_item {
    width: 40%;
    height: auto;
    position: relative;
    margin-bottom: 7%;
    text-align: center;
  }
  #section_3 .item_cont #paysys_cont .sys_item img {
    position: static;
    transform: translate(0, 0);
  }
  #section_3 .item_cont #paysys_cont .sys_item img.sys_img1 {
    width: 100%;
  }
  #section_3 .item_cont #paysys_cont .sys_item img.sys_img2 {
    width: 100%;
  }
  #section_3 .item_cont #paysys_cont .sys_item img.sys_img3 {
    width: 100%;
  }
  #section_3 .item_cont #paysys_cont .sys_item img.sys_img4 {
    width: 100%;
  }
  #section_3 .item_cont #paysys_cont .sys_item p {
    font-size: 1.2rem;
  }
}

#section_4 .item_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#section_4 .item_cont #use_img {
  width: 100%;
  max-width: 1250px;
}
#section_4 .item_cont #use_img img {
  width: 100%;
}

#section_5 .item_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_5 .item_cont #func_cont {
  width: 100%;
  max-width: 1150px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
#section_5 .item_cont #func_cont .fanc_item {
  width: 23.8%;
  padding: 2%;
  box-sizing: border-box;
  background: #fff;
  border: 4px solid #229893;
  border-radius: 10px;
  text-align: center;
}
#section_5 .item_cont #func_cont .fanc_item h3 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10%;
}
#section_5 .item_cont #func_cont .fanc_item img {
  width: 100px;
  margin-bottom: 10%;
}
#section_5 .item_cont #func_cont .fanc_item ul li {
  font-size: 1.4rem;
  font-weight: bold;
  color: #666;
  line-height: 1.4;
  text-align: left;
  position: relative;
  padding-left: 33px;
  margin-bottom: 12%;
}
#section_5 .item_cont #func_cont .fanc_item ul li:last-child {
  margin-bottom: 5%;
}
#section_5 .item_cont #func_cont .fanc_item ul li::before {
  content: "";
  width: 21px;
  height: 21px;
  background: #fff url("../img/list_icon.png") 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 980px) {
  #section_5 .item_cont #func_cont .fanc_item {
    width: 48%;
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 736px) {
  #section_5 .item_cont #func_cont .fanc_item {
    width: 48%;
    padding: 4%;
  }
  #section_5 .item_cont #func_cont .fanc_item h3 {
    font-size: 1.7rem;
  }
  #section_5 .item_cont #func_cont .fanc_item ul li {
    font-size: 1.2rem;
    padding-left: 22px;
  }
  #section_5 .item_cont #func_cont .fanc_item ul li::before {
    width: 15px;
    height: 15px;
  }
}

#section_6 {
  width: 100%;
}
#section_6 .item_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_6 .item_cont #coop_cont {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section_6 .item_cont #coop_cont .coop_item_cont {
  width: 31.6%;
  border-radius: 20px;
  background: #fff;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 3px 3px 10px rgba(0, 126, 160, 0.15);
}
#section_6 .item_cont #coop_cont .coop_item_cont h3 {
  width: 100%;
  padding: 3px 0;
  font-size: 3.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #FF7E7C;
  margin-top: 3%;
}
#section_6 .item_cont #coop_cont .coop_item_cont .coop_item {
  width: 100%;
  height: 150px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#section_6 .item_cont #coop_cont .coop_item_cont .coop_item img {
  width: 65%;
}
#section_6 .item_cont #coop_cont .coop_item_cont .coop_item img.coop__img2 {
  margin-top: -30px;
}
#section_6 .item_cont #coop_cont .coop_item_cont p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  line-height: 2.2;
  margin: 0 7.5% 7.5% 7.5%;
}
#section_6 .item_cont #coop_cont .coop_item_cont p.item_link {
  text-align: center;
}
#section_6 .item_cont #coop_cont .coop_item_cont p.item_link a {
  font-size: 1.6rem;
  display: inline;
  padding: 5px 10px;
  margin: 10px auto 0 auto;
  text-align: center;
  border-radius: 50px;
  background: #FFCC00;
  color: #000;
  transition: all 0.18s ease-out;
}
#section_6 .item_cont #coop_cont .coop_item_cont p.item_link a:hover {
  color: #069966;
  transition: all 0.18s ease-out;
}
@media screen and (max-width: 736px) {
  #section_6 .item_cont #coop_cont .coop_item_cont {
    width: 100%;
    margin-bottom: 40px;
  }
  #section_6 .item_cont #coop_cont .coop_item_cont:last-child {
    margin-bottom: 0;
  }
  #section_6 .item_cont #coop_cont .coop_item_cont h3 {
    font-size: 3rem;
  }
  #section_6 .item_cont #coop_cont .coop_item_cont .coop_item {
    height: 100px;
  }
  #section_6 .item_cont #coop_cont .coop_item_cont p {
    font-size: 1.4rem;
  }
}

#section_7 .item_cont_y {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_7 .item_cont_y #services_cont {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section_7 .item_cont_y #services_cont .services_item {
  width: 47.4%;
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
  padding-right: 20px;
  box-sizing: border-box;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_1 {
  border: 4px solid #FF9545;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_1 h3 {
  color: #FF9545;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_1 ul li::before {
  background: #FF9545;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_2 {
  border: 4px solid #73C8EC;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_2 h3 {
  color: #73C8EC;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_2 ul li::before {
  background: #73C8EC;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_3 {
  border: 4px solid #AAD572;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_3 h3 {
  color: #AAD572;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_3 ul li::before {
  background: #AAD572;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_4 {
  border: 4px solid #FF9FB1;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_4 h3 {
  color: #FF9FB1;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_4 ul li::before {
  background: #FF9FB1;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_5 {
  margin-bottom: 0;
  border: 4px solid #c0ade7;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_5 h3 {
  color: #c0ade7;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_5 ul li::before {
  background: #c0ade7;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_6 {
  margin-bottom: 0;
  border: 4px solid #69d2c2;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_6 h3 {
  color: #69d2c2;
}
#section_7 .item_cont_y #services_cont .services_item.services_item_6 ul li::before {
  background: #69d2c2;
}
@media screen and (max-width: 736px) {
  #section_7 .item_cont_y #services_cont .services_item.services_item_1, #section_7 .item_cont_y #services_cont .services_item.services_item_2, #section_7 .item_cont_y #services_cont .services_item.services_item_3, #section_7 .item_cont_y #services_cont .services_item.services_item_4, #section_7 .item_cont_y #services_cont .services_item.services_item_5 {
    margin-bottom: 30px;
  }
}
#section_7 .item_cont_y #services_cont .services_item .services_img {
  width: 50%;
}
#section_7 .item_cont_y #services_cont .services_item .services_img img {
  width: 270px;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-left: -20px;
}
#section_7 .item_cont_y #services_cont .services_item .services_txt {
  width: 45%;
  padding: 8px 0px;
}
#section_7 .item_cont_y #services_cont .services_item .services_txt h3 {
  font-size: 3.4rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
  padding-top: 10px;
  line-height: 1.2;
}
#section_7 .item_cont_y #services_cont .services_item .services_txt ul li {
  font-size: 1.8rem;
  color: #666;
  font-weight: bold;
  white-space: nowrap;
  padding-left: 22px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.4;
}
#section_7 .item_cont_y #services_cont .services_item .services_txt ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 736px) {
  #section_7 .item_cont_y #services_cont .services_item {
    width: 100%;
  }
  #section_7 .item_cont_y #services_cont .services_item .services_img {
    width: 40%;
    text-align: center;
  }
  #section_7 .item_cont_y #services_cont .services_item .services_img img {
    width: 100%;
    margin: 0 0 0 -15%;
  }
  #section_7 .item_cont_y #services_cont .services_item .services_txt {
    width: 60%;
  }
  #section_7 .item_cont_y #services_cont .services_item .services_txt h3 {
    font-size: 2.6rem;
    text-align: center;
  }
  #section_7 .item_cont_y #services_cont .services_item .services_txt ul {
    text-align: left;
  }
  #section_7 .item_cont_y #services_cont .services_item .services_txt ul li {
    font-size: 1.4rem;
    display: inline-block;
  }
}
#section_7 .item_cont_w {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_7 .item_cont_w h3 {
  width: 100%;
  color: #229893;
  font-size: 3.6rem;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.01em;
  padding: 60px 0 20px 0;
  text-align: center;
}
#section_7 .item_cont_w #install_cont {
  width: 100%;
  max-width: 1150px;
  text-align: center;
}
#section_7 .item_cont_w #install_cont img {
  width: 60.1%;
}
@media screen and (max-width: 736px) {
  #section_7 .item_cont_w h3 {
    font-size: 2.8rem;
    line-height: 1.6;
  }
  #section_7 .item_cont_w #install_cont img {
    width: 90%;
  }
}

#section_8 .item_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_8 .item_cont .install_item {
  width: 100%;
  max-width: 1150px;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(0, 126, 160, 0.15);
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_8 .item_cont .install_item:last-child {
  margin-bottom: 0;
}
#section_8 .item_cont .install_item .inst_img {
  width: 37%;
}
#section_8 .item_cont .install_item .inst_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section_8 .item_cont .install_item .inst_txt {
  width: 63%;
  padding: 3% 3% 3% 4%;
  box-sizing: border-box;
}
#section_8 .item_cont .install_item .inst_txt.inst_1 dfn {
  background: #AAD572;
}
#section_8 .item_cont .install_item .inst_txt.inst_2 dfn {
  background: #73C8EC;
}
#section_8 .item_cont .install_item .inst_txt.inst_3 dfn {
  background: #FF9FB1;
}
#section_8 .item_cont .install_item .inst_txt dfn {
  display: inline-block;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  padding: 0 5%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 5px;
  font-style: normal;
}
#section_8 .item_cont .install_item .inst_txt h3 {
  font-size: 3rem;
  color: #229893;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0px;
  margin-left: -3px;
}
#section_8 .item_cont .install_item .inst_txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 2;
  margin-bottom: 15px;
}
#section_8 .item_cont .install_item .inst_txt p span {
  color: #229893;
  font-weight: bold;
}
#section_8 .item_cont .install_item .inst_txt p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  #section_8 .item_cont .install_item .inst_img {
    width: 100%;
    height: 240px;
  }
  #section_8 .item_cont .install_item .inst_txt {
    width: 100%;
    padding: 8%;
  }
  #section_8 .item_cont .install_item .inst_txt h3 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  #section_8 .item_cont .install_item .inst_txt p {
    font-size: 1.2rem;
  }
}

#section_9 .item_cont_w {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_9 .item_cont_w #price_cont {
  width: 69.56%;
  max-width: 800px;
}
#section_9 .item_cont_w #price_cont img {
  width: 100%;
  margin-bottom: 20px;
}
#section_9 .item_cont_w #price_cont p {
  font-size: 1.4rem;
  color: #4D4D4D;
  margin-bottom: 12px;
}
@media screen and (max-width: 736px) {
  #section_9 .item_cont_w #price_cont {
    width: 100%;
  }
}

#section_10 .article_box {
  max-width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 12px 25px 60px 25px;
}
#section_10 .article_box .price_notice {
  margin-top: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
}
#section_10 .article_box #price_table_cont #price_table {
  padding: 0;
  border: 4px solid #89C8C6;
  border-radius: 10px;
  margin: 0;
}
#section_10 .article_box #price_table_cont #price_table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
#section_10 .article_box #price_table_cont #price_table table tr#company_name {
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  background: #89C8C6;
  height: 70px;
}
#section_10 .article_box #price_table_cont #price_table table tr#company_name td {
  color: #fff !important;
}
#section_10 .article_box #price_table_cont #price_table table tr td {
  font-family: Roboto, "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, "Lato", sans-serif;
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #89C8C6;
  font-weight: bold;
}
#section_10 .article_box #price_table_cont #price_table table tr td:first-child {
  text-align: left;
}
#section_10 .article_box #price_table_cont #price_table table tr td.td_head {
  color: #229893;
  background: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 20px;
  z-index: 10;
}
#section_10 .article_box #price_table_cont #price_table table tr td span {
  font-size: 1.2rem;
}
#section_10 .article_box #price_table_cont #price_table #tkprice_td {
  padding: 0;
  position: relative;
}
#section_10 .article_box #price_table_cont #price_table #tk_price {
  width: calc(100% + 2px);
  height: calc(100% + 24px);
  border-radius: 10px;
  padding: 12px 0 0 0;
  background: #009966;
  position: absolute;
  top: -13px;
  left: -1px;
  box-shadow: 5px 5px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.7);
}
#section_10 .article_box #price_table_cont #price_table #tk_price.active {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.5);
}
#section_10 .article_box #price_table_cont #price_table #tk_price table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  table-layout: fixed;
  padding: 0;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr {
  border-bottom: 1px solid #B4E3EF;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr td {
  height: 50px;
  padding: 0 30px;
  border: 0;
  text-align: center;
  color: #fff;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr td#tk_logo {
  height: 70px;
  text-align: center;
  line-height: 0;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr td#tk_logo img {
  width: 90%;
  margin-top: -12px;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr td.tk_value {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr td.tk_value span {
  color: #ffffc8;
  font-size: 2rem;
  padding-top: 5px;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr:last-child {
  border-bottom: 0;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr:last-child td {
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  text-align: center;
}
#section_10 .article_box #price_table_cont #price_table #tk_price table tr:last-child td span {
  position: relative;
}
@media screen and (max-width: 736px) {
  #section_10 .article_box #price_table_cont {
    width: 830px;
  }
  #section_10 .article_box #price_table_cont #price_table {
    width: 700px;
    padding: 0;
    border: 4px solid #89C8C6;
    border-radius: 10px;
  }
  #section_10 .article_box #price_table_cont #price_table table tbody tr td {
    height: 40px;
  }
  #section_10 .article_box #price_table_cont #price_table table tbody tr td.td_head {
    height: 40px !important;
    color: #229893;
    background: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    padding-left: 20px;
    position: sticky;
    left: -8px;
    z-index: 10;
  }
  #section_10 .article_box #price_table_cont #price_table table tbody tr td.td_head:before {
    content: "";
    height: 40px !important;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #89C8C6;
    border-bottom: 1px solid #89C8C6;
  }
  #section_10 .article_box #price_table_cont #price_table table tbody tr td span {
    font-size: 1.2rem;
    display: block;
    text-align: center;
  }
  #section_10 .article_box #price_table_cont #price_table table tbody tr:last-child td.td_head {
    height: 64px !important;
  }
  #section_10 .article_box #price_table_cont #price_table table tbody tr:last-child td.td_head:before {
    content: "";
    height: 64px !important;
  }
  #section_10 .article_box #price_table_cont #price_table #tk_price table tr td {
    height: 40px;
  }
}

#section_11 h2 {
  margin-bottom: 0;
}
#section_11 h2 + p {
  color: #62B6C3;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
#section_11 .item_cont_w {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_11 .item_cont_w #flow_cont {
  width: 100%;
  max-width: 1174px;
}
#section_11 .item_cont_w #flow_cont img {
  width: 100%;
}
@media screen and (max-width: 736px) {
  #section_11 h2 {
    margin-bottom: 0;
  }
  #section_11 h2 + p {
    padding-top: 5%;
    font-size: 2rem;
  }
}

#section_12 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_12 iframe {
  width: 100%;
  max-width: 1150px;
  height: 1400px;
  border: none;
}

#section_13 .item_cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#section_13 .item_cont #security_cont {
  width: 100%;
  max-width: 1150px;
}
#section_13 .item_cont #security_cont .security_item {
  padding: 2%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
#section_13 .item_cont #security_cont .security_item .logo_item {
  width: 16%;
  margin: 2%;
}
#section_13 .item_cont #security_cont .security_item .logo_item img {
  width: 100%;
  margin-bottom: 10%;
}
#section_13 .item_cont #security_cont .security_item .logo_item img.small {
  width: 60%;
  margin-bottom: 10%;
}
#section_13 .item_cont #security_cont .security_item .logo_item img.w80 {
  width: 80%;
}
#section_13 .item_cont #security_cont .security_item h3 {
  font-size: 2rem;
  font-weight: bolder;
  padding-bottom: 1.5%;
  margin: 0 4%;
}
#section_13 .item_cont #security_cont .security_item p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #666;
  line-height: 2.2;
  margin: 0 4%;
  word-wrap: break-word;
  min-width: 100px;
}
#section_13 .item_cont #security_cont .security_item .text_item {
  width: 74%;
  padding: 2%;
}
#section_13 .item_cont #security_cont .security_item .text_item02 {
  width: 100%;
  padding: 2% 1%;
  text-align: left;
}
#section_13 .item_cont #security_cont .security_item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  #section_13 .item_cont #security_cont .security_item {
    width: 100%;
    margin-bottom: 2.5%;
  }
}
@media screen and (max-width: 736px) {
  #section_13 .item_cont #security_cont .security_item {
    width: 100%;
    padding: 4%;
    margin-bottom: 4%;
  }
  #section_13 .item_cont #security_cont .security_item .text_item {
    width: 100%;
    padding: 2%;
  }
  #section_13 .item_cont #security_cont .security_item .logo_item {
    width: 50%;
    margin: 2%;
  }
  #section_13 .item_cont #security_cont .security_item p {
    font-size: 1.4rem;
    font-weight: bold;
    color: #666;
    line-height: 2.2;
    margin: 0 4%;
    min-width: 100px;
    word-break: break-all;
  }
  #section_13 .item_cont #security_cont .security_item h3 {
    font-size: 1.9rem;
    font-weight: boldr;
  }
  #section_13 .item_cont #security_cont .security_item ul li {
    font-size: 1.2rem;
    padding-left: 22px;
  }
  #section_13 .item_cont #security_cont .security_item ul li::before {
    width: 15px;
    height: 15px;
  }
}

/*a[target="_blank"]::after {
content: "";
display: inline-block;
width: 13px;
height: 13px;
background-image: url(../img/icon_blank.svg);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
position: relative;
top: -2px;
left: 5px;
transition: all 0.3s cubic-bezier(0.5, 0.01, 0, 1.01);
}
*/
@media screen and (max-width: 834px) {
  #head_container {
    min-width: auto;
  }
  #head_container > a {
    display: block;
    width: 120px;
  }
  #head_container h1 {
    width: 120px;
  }
  #head_container #memu_wrap ul li {
    padding: 0 0 0 10px !important;
  }
  #head_container #memu_wrap ul li a {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  #head_container #memu_wrap ul li a:hover {
    font-size: 1.2rem;
  }
  #head_container #memu_wrap ul li#head_bt a {
    margin-top: 25px;
    font-size: 1.2rem;
    width: 140px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
  }
  #head_container #memu_wrap ul li#head_bt a:hover {
    opacity: 1;
  }
  #head_container #memu_wrap ul li#head_bt a::before {
    content: "";
    width: 140px;
    height: 30px;
  }
  #head_container #memu_wrap ul li#head_bt a::after {
    content: "";
    width: 140px;
    height: 30px;
  }
}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
@media screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  #header_wrapper {
    height: 60px;
    width: 100vw !important;
    padding-left: 0;
  }
  #head_container {
    height: 60px;
    padding: 0 5% 0 5%;
  }
  #head_container > a {
    display: block;
    width: 40%;
    height: 40px;
    top: 0;
  }
  #head_container h1 {
    text-indent: -1000em;
    width: 100%;
    height: 35px;
    margin-top: 0px;
    background: url("../img/kaihipay_logo.svg") 0 0 no-repeat;
    background-size: contain;
    background-position: center center;
    flex-grow: 0;
  }
  .menu-trigger {
    position: absolute;
    top: 15px;
    right: 5%;
  }
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    width: 36px;
    height: 30px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #229893;
    border-radius: 2px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }
  #head_container #memu_wrap {
    width: 0;
    height: 60px;
    background-color: #ffffff;
    margin-right: 0;
    position: static;
    z-index: 1;
  }
  #head_container #memu_wrap #menu_cont {
    display: none;
    width: 100%;
    height: 190px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  }
  #head_container #memu_wrap #menu_cont ul {
    flex-wrap: wrap;
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0);
    z-index: 0;
  }
  #head_container #memu_wrap #menu_cont ul li {
    width: 100%;
    height: auto;
    padding: 0 0 0 0 !important;
    color: #666666;
    line-height: 60px;
    border-top: 0 solid #E6E6E6;
  }
  #head_container #memu_wrap #menu_cont ul li a {
    font-size: 1.4rem;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
    padding-left: 5%;
  }
  #head_container #memu_wrap #menu_cont ul li:nth-of-type(2)::after {
    content: "";
    width: 0;
    height: 0;
  }
  #head_container #memu_wrap #menu_cont ul li#tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3% 0;
  }
  #head_container #memu_wrap #menu_cont ul li#tel a img {
    width: 50%;
    margin-bottom: 5%;
  }
  #head_container #memu_wrap #menu_cont ul li.head_bt {
    display: flex;
    align-items: center;
  }
  #head_container #memu_wrap #menu_cont ul li.head_bt a {
    height: 60px;
    line-height: 60px;
  }
  #head_container #memu_wrap #menu_cont ul li.head_bt a#bt1 {
    width: 80%;
    height: 60px;
    margin: 5% auto;
  }
  #head_container #memu_wrap #menu_cont ul li.head_bt a#bt2 {
    width: 80%;
    height: 60px;
    margin: 0 auto 5% auto;
  }
  #memu_wrap nav ul li,
  #hidden_btn_sp {
    width: 100%;
    height: 60px;
    padding-left: 5%;
    color: #666666;
    line-height: 60px;
    border-top: 1px solid #E6E6E6;
  }
  main {
    padding-top: 60px;
    /*h2{
    	font-size: 2.0rem;
    	line-height: 1.4;
    	letter-spacing: 0em;
    	&::before {
    		content: '';
    		bottom: 4px;
    	}
    }
    h3{
    	margin-bottom: 20px;
    	font-size: 1.6rem;
    	color: $c1;
    	line-height: 1.4;
    }*/
  }
  main article {
    padding: 5% 0 0 0;
    margin: 0 auto;
  }
  main article > p {
    text-align: center;
    margin: 0 auto 50px auto;
  }
  main article > p img {
    height: 70px;
  }
  #section_1,
  #section_2,
  #section_3,
  #section_4,
  #section_5,
  #section_6,
  #section_7,
  #section_8 {
    margin-bottom: 20%;
  }
  .from_bt {
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .from_bt a {
    font-size: 1.6rem;
    width: 100%;
    max-width: 90%;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
  }
  .from_bt a.tk_contact {
    margin-bottom: 15px;
  }
  .from_bt a.tk_contact span::before {
    content: "";
    top: 0px;
  }
  #section_1 {
    height: auto;
  }
  #section_1 #intro_cont {
    padding: 10% 0;
    justify-content: center;
    flex-wrap: wrap;
  }
  #section_1 #intro_cont .intro_item1 {
    width: 90%;
  }
  #section_1 #intro_cont .intro_item1 h2 {
    display: none;
  }
  #section_1 #intro_cont .intro_item2 {
    width: 90%;
    text-align: center;
  }
  #section_1b h2 {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #section_1b h2 img {
    width: 90%;
    margin: 0 0 10px -10px;
  }
  #section_1b h2 span {
    margin: 0;
    display: block;
    font-size: 1.8rem;
    margin-top: -10px;
  }
  #section_1b #overview {
    width: 100%;
    display: flex;
    justify-content: center;
    background: linear-gradient(to right, #1E559B, #00B9E2);
  }
  #section_1b #overview #ov_wrap {
    min-height: auto;
    padding: 8% 3%;
    flex-wrap: wrap;
  }
  #section_1b #overview #ov_wrap #ov_item1 {
    width: 100%;
    padding: 0 4% 0 4%;
  }
  #section_1b #overview #ov_wrap #ov_item1 p {
    padding: 3% 0 0 0;
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #section_1b #overview #ov_wrap #ov_item1 #tk_pbt {
    padding: 2% 10px;
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 100px;
  }
  #section_1b #overview #ov_wrap #ov_item2 {
    width: 100%;
    min-height: auto;
  }
  #section_1b #overview #ov_wrap #ov_item2 img {
    position: static;
    width: 100%;
    max-width: auto;
  }
  #section_2 {
    overflow: hidden;
  }
  #section_2 .article_box1,
  #section_2 .article_box2 {
    width: 100%;
    height: auto;
  }
  #section_2 .article_box1 .item_box,
  #section_2 .article_box2 .item_box {
    flex-wrap: wrap;
  }
  #section_2 .article_box1 .item_box .item_img,
  #section_2 .article_box2 .item_box .item_img {
    width: 100%;
    height: auto;
  }
  #section_2 .article_box1 .item_box .item_img img,
  #section_2 .article_box2 .item_box .item_img img {
    position: static;
    transform: translate(0, 0);
    height: 150px;
    margin: 5% 0 5% 0;
  }
  #section_2 .article_box1 .item_box .item_txt,
  #section_2 .article_box2 .item_box .item_txt {
    width: 100%;
  }
  #section_2 .article_box1 .item_box h3,
  #section_2 .article_box2 .item_box h3 {
    font-size: 2rem;
    padding-bottom: 10px;
  }
  #section_2 .article_box1 .item_box p,
  #section_2 .article_box2 .item_box p {
    padding-right: 0;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #section_2 .article_box1 {
    padding: 5% 0;
  }
  #section_2 .article_box1 .item_box {
    flex-direction: column-reverse;
  }
  #section_2 .article_box2 {
    padding: 5% 0;
  }
  #section_2 .article_box2 h3 {
    color: #1F569C;
  }
  #section_2 .article_box2 p {
    color: #666;
  }
  #section_2 .article_box2 .item_txt {
    margin-left: 0;
  }
  #section_2 .article_box2 .item_img {
    text-align: center;
  }
  #section_3 #merit_cont {
    padding: 35px 5% 10px 5%;
    margin-bottom: 10%;
  }
  #section_3 .article_box {
    padding: 0;
    flex-wrap: wrap;
  }
  #section_3 .article_box .item_box {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 35px;
  }
  #section_3 .article_box .item_box .item_txt {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  #section_3 .article_box .item_box .item_txt h3 {
    width: 100%;
    padding: 10% 5% 2% 5%;
    height: auto;
    font-size: 2.4rem;
    color: #fff;
    line-height: 1.2;
    position: static;
  }
  #section_3 .article_box .item_box .item_txt img {
    display: block;
    width: 80%;
    max-height: 140px;
    height: auto;
    margin: 0 0 0 3%;
  }
  #section_3 .article_box .item_box .item_txt p {
    width: 100%;
    padding: 0 7% 8% 7%;
    box-sizing: border-box;
    font-size: 1.2rem;
    position: static;
    margin-top: -5%;
  }
  /*
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  スライダー
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  */
  #slider_cont {
    position: relative;
    height: 100%;
    height: auto;
    margin-bottom: 80px;
  }
  #slider_cont .swiper-container {
    width: 874px;
    position: relative;
  }
  #slider_cont .swiper-container .swiper-wrapper {
    width: 280px;
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;
    margin-right: 20px !important;
    height: auto;
    position: relative;
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide .slide_txt {
    display: block;
    width: 100%;
    height: auto;
    min-height: 240px;
    box-sizing: border-box;
    padding: 8% 8% 80px 8%;
    position: relative;
    top: 0;
    right: 0;
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide .slide_txt h2 {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide .slide_txt p {
    margin-bottom: 5px;
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide .slide_txt .sl_bt {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide .slider_img {
    display: block;
    width: 100%;
    height: 120px;
    position: static;
  }
  #slider_cont .swiper-container .swiper-wrapper .swiper-slide .slider_img a {
    display: block;
    width: 500px;
    height: 300px;
  }
  #slider_cont .swiper-container .swiper-button-prev,
  #slider_cont .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  #slider_cont .swiper-container .swiper-button-prev img,
  #slider_cont .swiper-container .swiper-button-next img {
    width: 100%;
  }
  #slider_cont .swiper-container .swiper-button-prev img:hover,
  #slider_cont .swiper-container .swiper-button-next img:hover {
    opacity: 1;
  }
  #slider_cont .swiper-container .swiper-button-prev,
  #slider_cont .swiper-container .swiper-container-rtl .swiper-button-next {
    left: 285px;
  }
  #slider_cont .swiper-container .swiper-button-next,
  #slider_cont .swiper-container .swiper-container-rtl .swiper-button-prev {
    right: 285px;
  }
  #slider_cont .swiper-container .swiper-button-prev,
  #slider_cont .swiper-container .swiper-button-next {
    top: 50%;
  }
  #section_5 .article_box {
    margin-bottom: 10%;
  }
  #section_5 .article_box #manage_cont {
    justify-content: center;
    flex-wrap: wrap;
  }
  #section_5 .article_box #manage_cont #mange_left {
    width: 100%;
    text-align: center;
    padding-top: 10%;
  }
  #section_5 .article_box #manage_cont #mange_left img {
    width: 80%;
    position: static;
    transform: translate(0, 0);
  }
  #section_5 .article_box #manage_cont #manage_right {
    width: 100%;
    padding-top: 25px;
    justify-content: center;
  }
  #section_5 .article_box #manage_cont #manage_right .mange_item {
    width: 90%;
    margin-bottom: 5%;
  }
  #section_5 .article_box #manage_cont #manage_right .mange_item h3 {
    font-size: 1.6rem;
  }
  #section_5 .article_box #manage_cont #manage_right .mange_item p {
    font-size: 1.2rem;
  }
  #section_10::before {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
  #section_10 .article_box {
    width: 100%;
    overflow-x: scroll;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3% 5% 15% 2%;
  }
  #section_10 .article_box .price_notice {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=common.css.map */