@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.75;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.barlow {
  font-family: 'Barlow', sans-serif;
}

header {
  width: 100%;
  height: 140px;
}
header .inner {
  display: flex;
  align-items: center;
  max-width: 1280px;
  height: 108px;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .logo {
  display: flex;
  width: fit-content;
  align-items: flex-end;
  text-decoration: none;
  transform: translateY(-7px);
}
header .logo .img {
  width: 201px;
  display: block;
}
header .tha .logo .img {
padding-top:0px;
}



header .logo .img img {
  width: 100%;
  display: block;
}
header .logo .logo_text {
  margin-bottom: 4px;
  padding-left: 12px;
  color: #000;
  font-size: 13px;
  line-height: 1.35;
}


header .tha .logo .logo_text{
    margin-bottom: 20px;
}


.h_content {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.h_content .tel_box .tel_caption {
  font-size: 14px;
  display: block;
  line-height: 1;
}
.h_content .tel_box .tel_number {
  display: flex;
  line-height: 1;
  margin-top: 8px;
  align-items: flex-start;
  flex-direction: column;
}
.h_content .tel_box .tel_number .in_text {
  display: block;
  line-height: 1;
  color: #ee7a00;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
  line-height: 1;
}
.h_content .tel_box .tel_number .in_text:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 24px;
  top: 5px;
  left: 0;
  background: url(../images/icon_tel.png) no-repeat left top;
  background-size: 18px 24px;
}
.h_content .tel_box a.tel_number {
  display: none;
  text-decoration: none;
}
.h_content .tel_box em {
  font-style: normal;
  font-weight: normal;
  color: #000;
  font-size: 14px;
  line-height: 1;
  margin: 10px 0 0 -10px;
}
.h_content .btn {
  width: fit-content;
  min-width: 210px;
  height: 44px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  background: #223355;
  border: 1px solid #223355;
  border-radius: 45px;
  text-decoration: none;
  position: relative;
  margin-left: 10px;
  overflow: hidden;
}
.h_content .contact_box {
  position: relative;
}
.h_content .contact_caption {
  position: absolute;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff4040;
  left: 5px;
  top: -30px;
  width: 100%;
}
.h_content .contact_caption:before,
.h_content .contact_caption:after {
  content: '';
  position: absolute;
  height: 1.25em;
  width: 0.175em;
  background-color: #ff4040;
  bottom: 0.25em;
}
.h_content .contact_caption:before {
  transform: rotate(-30deg);
  left: 15px;
}
.h_content .contact_caption:after {
  transform: rotate(30deg);
  right: 15px;
}
@media screen and (max-width: 950px) {
  .h_content .contact_box {
    width: 100%;
    max-width: 327px;
    margin-top: 30px;
  }
  .h_content .contact_caption {
    top: -10px;
    left: 0px;
  }
  .inner .h_content .contact_caption {
    display: none;
  }
  .inner .h_content .contact_box {
    margin-top: 0;
  }
}
.h_content .btn.simulator, #thanks_page .btn.simulator{
  background: #216BB1;
  border: 1px solid #216BB1;
  padding: 0 10px 0 20px;
}
.h_content .btn:before, #thanks_page .btn:before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 45px;
  transform: translateX(-105%);
  transition: all .3s;
}
.h_content .btn .in_text, #thanks_page .btn .in_text  {
  position: relative;
  color: #FFF;
  display: flex;
  padding-left: 37px;
  font-size: 20px;
  font-weight: 400;
}
.h_content .btn.simulator .in_text, #thanks_page .btn.simulator .in_text{
  padding-left: 28px;
  font-feature-settings: "palt";
}
.h_content .btn .in_text:after, #thanks_page .btn .in_text:after{
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 28px;
  height: 20px;
  background: url(../images/icon_mail_l.png) no-repeat left center;
  background-size: 28px 20px;
}
.h_content .simulator .in_text:after, #thanks_page .simulator .in_text:after {
  top: 6px;
  width: 20px;
  height: 25px;
  background-size: 20px 25px;
  background: url(../images/icon_simulator_l.png) no-repeat left center;
  background-size: contain;
}
.h_content .btn:hover:before, #thanks_page .btn:hover:befor {
  transform: translateX(0);
}
.h_content .btn:hover .in_text, #thanks_page .btn:hover .in_text  {
  color: #223355;
  z-index: 1;
}
.h_content .btn.simulator:hover .in_text, #thanks_page .btn.simulator:hove {
  color: #216BB1;
}
.h_content .btn:hover .in_text:after, #thanks_page .btn:hover .in_text:after {
  background: url(../images/icon_mail_h.png) no-repeat left top;
  background-size: 28px 20px;
}
.h_content .simulator:hover .in_text:after, #thanks_page .simulator:hover .in_text:after  {
  background: url(../images/icon_simulator_h.png) no-repeat left top;
  background-size: 20px 25px;
}

#header {
  width: 100%;
  height: 140px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: #FFF;
  transition: top .5s;
  box-shadow: 0 5px 5px -3px #aaaaaa50;
}

.menuIconContainer {
  display: none;
}

.banner_fixed {
  background-image: url('../images/contact_banner.png');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999999px;
  overflow: hidden;
  position: fixed;
  height: 317px;
  width: 110px;
  bottom: calc(50% - 156.5px);
  right: -25px;
  z-index: 100;
  transition: transform 0.25s;
}
.banner_fixed:hover {
  transform: translateX(-25px);
}
@media screen and (max-width: 950px) {
  .banner_fixed {
    background-image: url('../images/contact_banner_sp.png');
    background-size: contain;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    height: 65px;
    width: 280px;
    bottom: 0;
    right: calc(50% - 140px);
  }
  .banner_fixed:hover {
    transform: none;
  }
}

@media screen and (max-width: 1060px) {
  header .logo .logo_text {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  #header,
  header {
    height: 56px;
  }

  header .logo {
    transform: translateY(-2px);
  }
  header .logo .img {
    width: 140px;
  }

  header .inner {
    padding: 0 8px;
    height: 100%;
  }

  header #h_content.h_content .btn .in_text,
  header #h_content.h_content .tel_box em,
  header #h_content.h_content .tel_box span.tel_caption {
    display: none;
  }

  .menuIconContainer {
    display: block;
  }
  .menuIconContainer .menuTrigger {
    position: relative;
  }
  .menuIconContainer .menuTrigger .menuIconContainerInner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 20px;
    height: 16px;
    display: flex;
    align-items: center;
  }
  .menuIconContainer .menuTrigger .menuIconContainerInner span {
    width: 100%;
    height: 2px;
    background: #FFF;
  }
  .menuIconContainer .menuTrigger .menuIconContainerInner span:before, .menuIconContainer .menuTrigger .menuIconContainerInner span:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    left: 0;
  }
  .menuIconContainer .menuTrigger .menuIconContainerInner span:before {
    top: 0;
  }
  .menuIconContainer .menuTrigger .menuIconContainerInner span:after {
    bottom: 0;
  }

  header #h_content.h_content .btn,
  .menuIconContainer {
    margin-left: 8px;
  }

  .menuTrigger,
  header #h_content.h_content .btn,
  header #h_content.h_content .tel_box .tel_number {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 4px;
    padding: 0;
    background: #223355;
    overflow: hidden;
    text-indent: -99999px;
    margin-top: 0;
  }

  header #h_content.h_content .tel_box span.tel_number {
    display: none;
  }

  header #h_content.h_content .tel_box a.tel_number {
    display: flex;
  }

  header #h_content.h_content .tel_box .tel_number {
    position: relative;
  }
  header #h_content.h_content .tel_box .tel_number:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/icon_tel_l.png) no-repeat left top;
    background-size: 14px 20px;
  }
  header #h_content.h_content .tel_box .tel_number .in_text {
    display: none;
  }

  header #h_content.h_content .btn:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 24px;
    height: 17px;
    background: url(../images/icon_mail_l.png) no-repeat left center;
    background-size: 24px 17px;
  }
  header #h_content.h_content .btn.simulator:after {
    width: 20px;
    height: 25px;
    background: url(../images/icon_simulator_l.png) no-repeat left center;
    background-size: 20px 25px;
  }
  header #h_content.h_content .btn {
    background: #223355;
  }
  header #h_content.h_content .btn.simulator {
    background: #216BB1;
  }
  .h_content .btn:before {
    display: none;
  }
}
.inner {
  width: 100%;
  max-width: 1124px;
  padding: 0 22px;
  margin: auto;
  position: relative;
  z-index: 1;
}

nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1124px;
  padding: 0 22px;
  margin: auto;
}
nav .h_content {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 20px;
  display: none;
}
nav .h_content .tel_box .tel_number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 8px;
}
nav .h_content .tel_box .tel_number .in_text {
  font-size: 32px;
  padding-left: 28px;
  color: #ee7a00;
}
nav .h_content .tel_box .tel_number .in_text:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 28px;
  top: 6px;
  left: 0;
  background: url(../images/icon_tel.png) no-repeat left top;
  background-size: 20px 28px;
}
nav .h_content .tel_box a.tel_number {
  display: flex;
  text-decoration: none;
}
nav .h_content .tel_box span.tel_number {
  display: none;
}
nav .h_content .tel_box .tel_caption {
  text-align: center;
}
nav .h_content .tel_box em {
  display: block;
  margin-top: 12px;
}
nav .h_content .btn {
  width: 100%;
  max-width: 327px;
  margin-top: 24px;
  margin-left: 0;
}
nav .h_content .btn .in_text {
  font-size: 16px;
}
nav .h_content .btn .in_text:after {
  top: 6px;
}
nav .h_content .btn:hover .in_text {
  color: #FFF;
}
nav .h_content .btn:hover .in_text:after {
  background: url(../images/icon_mail_l.png) no-repeat left center;
  background-size: 28px 20px;
}

#header nav {
  justify-content: center;
  max-width: 100%;
  padding: 0;
  margin: auto;
  margin-bottom: 4px;
}
#header .navi {
  display: flex;
  width: 100%;
  max-width: 1280px;
  padding: 0 22px;
  height: 28px;
}
#header .navi .list a:hover {
  color: #ee7a00;
}
#header .navi .list a:hover:after {
  display: none;
}

.navi {
  display: flex;
  width: fit-content;
}
.navi .list {
  width: fit-content;
  margin-right: 40px;
  position: relative;
  overflow: hidden;
}
.navi .list:last-of-type {
  margin-right: 0;
}
.navi .list:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ee7a00;
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all .3s;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  transform: translateX(-105%);
}
.navi .list:hover:before {
  width: 100%;
  transform: translateX(0);
}
.navi .list a,
.navi .list span {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  position: relative;
}
.navi .list a.current,
.navi .list span.current {
  color: #ee7a00;
}
.navi .list a:after {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(238, 122, 0, 0.85);
  position: absolute;
  display: block;
  bottom: 3px;
  left: 0;
  width: 0;
  transition: all .3s;
  z-index: -1;
  animation-timing-function: ease-in-out;
}
.navi .list a:hover:after {
  width: 100%;
}
.navi .list span {
  color: #CCC;
}

@media screen and (max-width: 950px) {
  nav {
    flex-wrap: wrap;
    display: none;
    justify-content: center;
    width: 100vw;
    height: calc(100vh - 56px);
    max-width: 100% !important;
    padding: 0;
    margin: auto;
    position: fixed;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 100;
    margin-top: 56px;
    /*transform: translateX(-105%);*/
    opacity: 0;
  }

  .navi {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    height: fit-content !important;
    position: relative;
    padding: 60px 0 58px;
    clip-path: polygon(0 68px, 100% 23px, 100% 87%, 0% 100%);
    clip-path: polygon(0 52px, 100% 0px, 100% 76%, 0% 100%);
    overflow: hidden;
  }
  .navi:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ee7a00;
    z-index: 0;
    transform: translateX(-105%);
    transition: all .3s;
  }
  .navi .list {
    width: 100%;
    height: 44px;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    /*&:last-of-type{
    	display: none;
    }*/
  }
  .navi .list a,
  .navi .list span {
    height: 100%;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
  }
  .navi .list a.current,
  .navi .list span.current {
    color: #FFF;
  }
  .navi .list span {
    color: #CCC;
  }

  #header nav {
    justify-content: center;
    margin: auto;
    margin-top: 56px;
  }
  #header .navi {
    padding: 60px 0 58px;
  }

  nav .h_content {
    display: flex;
    opacity: 0;
  }

  .open #header {
    top: 0 !important;
  }

  .open nav {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .navi .list a:after {
    display: block;
    background: #FFF;
    height: 2px;
  }
  .navi .list a:hover {
    color: #FFF;
  }
  .navi .list a:hover:after {
    display: none;
  }
  .navi .list a.hover:after {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .h_content{
    display: none;
  }
}

.pankuzu {
  margin: -40px 0 70px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.pankuzu.article{
  margin: -40px 0 0;
}
.pankuzu li {
  display: inline;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
}
.pankuzu li:after {
  content: '>';
  padding: 0 0.2em;
  color: #FFF;
}
.pankuzu li:last-child:after {
  content: '';
}
.pankuzu li a {
  text-decoration: none;
  color: #FFF;
}
.pankuzu li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .pankuzu {
    margin: -30px 0 40px;
  }
  .pankuzu.article{
    margin: -30px 0 0;
  }
  .pankuzu li {
    font-size: 12px;
  }
}


.section {
  padding: 96px 0 74px;
}

.section2_bottom,
.section1_bottom,
.common_secttion {
  clip-path: polygon(0% 32%, 100% 0%, 100% 68%, 0% 100%);
  clip-path: polygon(0 150px, 100% 0%, 100% calc(100% - 152px), 0% 100%);
}

.common_secttion {
  padding: 252px 0 0;
}
.common_secttion .inner {
  z-index: 2;
}
.common_secttion.has_bottom {
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 152px), 0% 100%);
  padding: 96px 0 0;
}
.common_secttion:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transform: translateX(-105%);
}

@media screen and (max-width: 1110px) {
  .common_secttion {
    padding: 152px 0 0;
  }
  .common_secttion.has_bottom {
    padding: 96px 0 0;
  }
}
@media screen and (max-width: 910px) {
  .section {
    padding: 56px 0 74px;
  }

  .section2_bottom,
  .section1_bottom,
  .common_secttion {
    clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
  }

  .common_secttion {
    padding: 152px 0 0;
  }
  .common_secttion.has_bottom {
    clip-path: polygon(0 100px, 100% 0%, 100% calc(100% - 100px), 0% 100%);
    padding: 96px 0 0;
  }
}
.section1 {
  position: relative;
}
.section1:after {
  content: "";
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #f8ac28;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section2_bottom,
  .section1_bottom,
  .common_secttion {
    clip-path: polygon(0 52px, 100% 0%, 100% calc(100% - 52px), 0% 100%);
  }

  .common_secttion {
    padding: 96px 0 0;
  }
  .common_secttion.has_bottom {
    clip-path: polygon(0 52px, 100% 0%, 100% calc(100% - 52px), 0% 100%);
    padding: 36px 0 0;
  }
}
.tm {
  width: 40px;
}
.tm .cls-1 {
  fill: #ee7a00;
  opacity: 1;
}
.tm .cls-1.point1 {
  transform: translate(4.49px, -6.68px) rotate(20deg);
}
.tm .cls-1.point2 {
  transform: translate(-1.06px, 0.74px) rotate(-8deg);
}
.tm .cls-1.point3 {
  transform: translate(44.07px, -15.65px) rotate(75deg);
}

@media screen and (max-width: 910px) {
  .tm {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .tm {
    width: 26px;
  }
}
.section2 .cls-1 {
  fill: #FFF;
}

.section_btn {
  width: fit-content;
  margin: auto;
  margin-top: 60px;
  background: #223355;
  border: 1px solid #223355;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 85px;
  min-height: 56px;
  border-radius: 45px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.section_btn .in_text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  z-index: 1;
}
.section_btn .in_text br.sp {
  display: none;
}
.section_btn.cs {
  background: #999;
  border: 1px solid #999;
  width: 100%;
  max-width: 510px;
}

div.section_btn,
button.section_btn,
a.section_btn {
  transition: all .3s;
  position: relative;
}
div.section_btn:after,
button.section_btn:after,
a.section_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: translateX(-105%);
  transition: all .3s;
}
div.section_btn:hover,
button.section_btn:hover,
a.section_btn:hover {
  /*transform: translate3d(3px,3px,0);
  box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.20);*/
}
div.section_btn:hover .in_text,
button.section_btn:hover .in_text,
a.section_btn:hover .in_text {
  color: #223355;
}
div.section_btn:hover:after,
button.section_btn:hover:after,
a.section_btn:hover:after {
  transform: translateX(0);
}

.section_btn_wrap {
  display: flex;
}
.section_btn_wrap .section_btn {
  width: calc((100% - 60px)/2);
  margin-right: 60px;
  padding: 0 20px;
}
.section_btn_wrap .section_btn:last-of-type {
  margin-right: 0;
}
.section_btn_wrap .section_btn .icon {
  background: #FFF;
  border-radius: 2px;
  display: flex;
  color: #223355;
  font-size: 14px;
  font-weight: 500;
  padding: 0 4px;
  height: 22px;
  line-height: 1;
  align-items: center;
  transform: translateY(2px);
  margin-left: 5px;
  z-index: 2;
  transition: all .3s;
}
.section_btn_wrap .section_btn:hover .icon {
  background: #223355;
  color: #FFF;
}

@media screen and (max-width: 940px) {
  .section_btn_wrap .section_btn {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    padding: 0 10px;
  }
  .section_btn_wrap .section_btn .in_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 810px) {
  .section_btn {
    margin-top: 32px;
    padding: 0 20px;
    min-height: 56px;
    width: 100%;
    max-width: 510px;
  }
  .section_btn .in_text {
    font-size: 14px;
    text-align: center;
  }
  .section_btn .in_text br.sp {
    display: block;
  }

  .section_btn_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
  .section_btn_wrap .section_btn {
    width: 100%;
    margin: auto;
    padding: 0 20px;
    position: relative;
  }
  .section_btn_wrap .section_btn:last-of-type {
    margin: auto;
    margin-top: 24px;
  }
  .section_btn_wrap .section_btn .in_text {
    font-size: 14px;
  }
  .section_btn_wrap .section_btn .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .section_btn_wrap {
    margin-top: 0;
  }
}
.section_title {
  text-align: center;
}
.section_title .in_text {
  width: fit-content;
  font-size: 48px;
  position: relative;
  margin: auto;
  display: flex;
}
.section_title .in_text .icon_title {
  position: absolute;
  right: -20px;
  top: -40px;
}
.section_title .in_text .icon_title.sp {
  display: none;
}
.section_title .in_text .icon_title.pc {
  display: block;
}

@media screen and (max-width: 910px) {
  .section_title .in_text {
    font-size: 42px;
  }

  .section_title .in_text .icon_title {
    position: absolute;
    right: -20px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .section_title .in_text .icon_title {
    position: absolute;
    right: -16px;
    top: -22px;
  }
}
.subtitle {
  text-align: center;
}
.subtitle .in_text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.75;
}
.subtitle .in_text br.sp {
  display: none;
}

@media screen and (max-width: 910px) {
  .subtitle .in_text {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .subtitle .in_text {
    font-size: 18px;
  }
  .subtitle .in_text br.sp {
    display: block;
  }
}
.read {
  font-size: 16px;
  text-align: center;
  line-height: 2;
}

.section1 .read {
  color: #343434;
}

.section_title + .read,
.subtitle + .read {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .section1 .read {
    color: #000;
  }
}
.bottom_contact {
  clip-path: polygon(0 150px, 100% 0%, 100% 100%, 0% 100%);
  padding: 192px 0 104px;
  margin-top: -152px;
  position: relative;
}
.bottom_contact:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ee7a00;
  transform: translateX(-105%);
}
.bottom_contact .inner {
  position: relative;
  z-index: 1;
}
.bottom_contact .section_title .in_text {
  color: #FFF;
}
.bottom_contact .subtitle .in_text {
  color: #FFF;
}
.bottom_contact .subtitle .in_text br.sp {
  display: none;
}
.bottom_contact .read {
  color: #FFF;
}
.bottom_contact .section_btn.contact_btn {
  width: 100%;
  max-width: 680px;
  min-height: 80px;
  height: 80px;
  background: #223355;
  border: 1ps solid #223355;
  margin-top: 40px;
}

.bottom_contact .contact_box {
  
}
.bottom_contact .contact_caption {
  position: relative;
  display: table;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #fff000;
  margin: 45px auto -20px;
  padding: 0 30px;
}
.bottom_contact .contact_caption:before,
.bottom_contact .contact_caption:after {
  content: '';
  position: absolute;
  height: 1.25em;
  width: 0.175em;
  background-color: #fff000;
  bottom: 0.25em;
}
.bottom_contact .contact_caption:before {
  transform: rotate(-30deg);
  left: 0;
}
.bottom_contact .contact_caption:after {
  transform: rotate(30deg);
  right: 0;
}
@media screen and (max-width: 950px) {
  .bottom_contact .contact_caption {
    font-size: 22px;
    margin: 30px auto 0px;
  }
}
.bottom_contact .section_btn.contact_btn .in_text {
  color: #FFF;
  font-size: 32px;
  padding-left: 53px;
}
.bottom_contact .section_btn.contact_btn .in_text:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 11px;
  width: 45px;
  height: 30px;
  background: url(../images/icon_mail_l.png) no-repeat left top;
  background-size: 45px 30px;
}
.bottom_contact .section_btn.contact_btn:hover .in_text {
  color: #223355;
}
.bottom_contact .section_btn.contact_btn:hover .in_text:after {
  background: url(../images/icon_mail_h.png) no-repeat left top;
  background-size: 45px 30px;
}
.bottom_contact .btn_note {
  font-size: 14px;
  color: #FFF;
  width: 100%;
  max-width: 680px;
  margin: auto;
  margin-top: 12px;
  text-align: center;
}
.bottom_contact .tel_box {
  text-align: center;
  margin-top: 28px;
}
.bottom_contact .tel_box .tel_number {
  position: relative;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.bottom_contact .tel_box .tel_number .in_text {
  color: #FFF;
  font-size: 32px;
  position: relative;
  font-weight: 700;
  padding-left: 28px;
  line-height: 1;
}
.bottom_contact .tel_box .tel_number .in_text:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 28px;
  top: 5px;
  left: 0;
  background: url(../images/icon_tel_l.png) no-repeat left top;
  background-size: 20px 28px;
}
.bottom_contact .tel_box a.tel_number {
  display: none;
  text-decoration: none;
}
.bottom_contact .tel_box em {
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  font-size: 18px;
  line-height: 1;
}

@media screen and (max-width: 910px) {
  .bottom_contact {
    padding: 140px 0 64px;
    clip-path: polygon(0 100px, 100% 0%, 100% 100%, 0% 100%);
    margin-top: -100px;
  }
  .bottom_contact .section_btn.contact_btn {
    width: 100%;
    max-width: 510px;
    min-height: 60px;
    height: 60px;
  }
  .bottom_contact .section_btn.contact_btn .in_text {
    font-size: 24px;
    padding-left: 45px;
  }
  .bottom_contact .section_btn.contact_btn .in_text:after {
    top: 10px;
    width: 35px;
    height: 23px;
    background: url(../images/icon_mail_l.png) no-repeat left top;
    background-size: 35px 23px;
  }
  .bottom_contact .section_btn.contact_btn:hover .in_text:after {
    background: url(../images/icon_mail_h.png) no-repeat left top;
    background-size: 35px 23px;
  }
  .bottom_contact .tel_box {
    text-align: center;
    margin-top: 28px;
  }
  .bottom_contact .tel_box .tel_number {
    margin-top: 8px;
  }
  .bottom_contact .tel_box .tel_number .in_text {
    font-size: 24px;
    padding-left: 18px;
  }
  .bottom_contact .tel_box .tel_number .in_text:after {
    width: 15px;
    height: 20px;
    top: 3px;
    left: 0;
    background: url(../images/icon_tel_l.png) no-repeat left top;
    background-size: 15px 20px;
  }
  .bottom_contact .tel_box em {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .bottom_contact {
    padding: 76px 0 56px;
    margin-top: -52px;
    clip-path: polygon(0 52px, 100% 0%, 100% 100%, 0% 100%);
  }
  .bottom_contact .section_btn.contact_btn {
    width: 100%;
    max-width: 510px;
    height: 64px;
    padding: 0;
    margin-top: 16px;
  }
  .bottom_contact .section_btn.contact_btn .in_text {
    font-size: 20px;
    padding-left: 40px;
    font-weight: 500;
  }
  .bottom_contact .section_btn.contact_btn .in_text:after {
    top: 7px;
    width: 30px;
    height: 20px;
    background: url(../images/icon_mail_l.png) no-repeat left top;
    background-size: 30px 20px;
  }
  .bottom_contact .section_btn.contact_btn:hover .in_text:after {
    background: url(../images/icon_mail_h.png) no-repeat left top;
    background-size: 30px 20px;
  }
  .bottom_contact .tel_box {
    margin-top: 32px;
  }
  .bottom_contact .tel_box .tel_number {
    font-size: 24px;
    padding-left: 0;
    margin-top: 8px;
    flex-direction: column;
    align-items: center;
  }
  .bottom_contact .tel_box .tel_number .in_text {
    font-size: 28px;
    padding-left: 25px;
  }
  .bottom_contact .tel_box .tel_number .in_text:after {
    width: 20px;
    height: 28px;
    top: 2px;
    left: 0;
    background: url(../images/icon_tel_l.png) no-repeat left top;
    background-size: 20px 28px;
  }
  .bottom_contact .tel_box a.tel_number {
    display: flex;
    text-decoration: none;
  }
  .bottom_contact .tel_box span.tel_number {
    display: none;
    text-decoration: none;
  }
  .bottom_contact .tel_box em {
    font-size: 14px;
    margin-top: 12px;
  }

  .bottom_contact .subtitle .in_text br.sp {
    display: block;
  }
}
footer {
  background: #efece5;
}
footer .operating_company {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
@media screen and (max-width: 910px) {
  footer .operating_company {
    display: block;
    padding: 30px 0;
  }
}
footer .operating_company .logo_link {
  display: block;
  max-width: 40%;
  width: 300px;
  border-right: 2px solid #000;
}
@media screen and (max-width: 910px) {
  footer .operating_company .logo_link {
    max-width: 100%;
    width: 250px;
    border-right: none;
    border-bottom: 2px solid #000;
    padding: 0 0 20px;
    margin: auto;
  }
}
footer .operating_company .caption {
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px;
}
footer .operating_company .company_logo {
  width: 160px;
  display: block;
  margin: 22px auto 8px;
}
footer .operating_company .company_logo .img {
  width: 100%;
  display: block;
}
footer .operating_company .company_logo .img img {
  width: 100%;
  display: block;
}
footer .operating_company .company_free {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 515px;
  max-width: 60%;
}
@media screen and (max-width: 910px) {
  footer .operating_company .company_free {
    display: block;
    font-size: 12px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}
footer .operating_company .company_free .badges {
  display: flex;
  width: 210px;
  margin: 0 15px 0 0;
}

footer .operating_company .company_free .badges > a {
  display: block;
  width: 50%;
}

footer .operating_company .company_free .badges > a > img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 910px) {
  footer .operating_company .company_free .badges {
    margin: 30px auto 15px;
  }
}

/*202310追加*/
footer .operating_company a {
    text-decoration: none;
    color: #000;
   
}


footer .operating_company .company_name {
  font-size: 16px;
  text-align: center;
}
footer .footer {
  background: #000;
  display: flex;
  width: 100%;
  height: 96px;
}
footer .footer .inner {
  display: flex;
  height: 100%;
  max-width: 1280px;
  align-items: center;
}
footer .footer a,
footer .footer .copyright {
  color: #FFF;
  display: block;
  width: fit-content;
  text-decoration: none;
  font-size: 14px;
}
footer .footer a {
  transition: color .3s;
}
footer .footer a:hover {
  color: #ee7a00;
}
footer .footer a + a {
  margin-left: 40px;
}
footer .footer .copyright {
  margin-left: auto;
}

@media screen and (max-width: 910px) {
  footer .footer {
    background: #000;
    display: flex;
    width: 100%;
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  footer .operating_company {
    padding: 32px 0;
  }
  footer .operating_company .caption {
    font-size: 12px;
  }
  footer .operating_company .company_logo {
    width: 120px;
    margin: 16px auto 16px;
  }
  footer .operating_company .company_name {
    font-size: 12px;
  }
  footer .footer {
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 18px 0 83px;
  }
  footer .footer .inner {
    flex-wrap: wrap;
  }
  footer .footer a {
    font-size: 12px;
  }
  footer .footer .copyright {
    width: 100%;
    font-size: 10px;
    color: #999;
    margin-top: 12px;
  }

  footer .footer a + a {
    margin-left: 24px;
  }
}
.blank_target {
  position: relative;
  display: flex;
  width: fit-content;
  padding-right: 25px;
}
.blank_target:before, .blank_target:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 8px;
  border: 1px solid #FFF;
  transition: all .3s;
}
.blank_target:before {
  background: none;
  top: 9px;
  right: 6px;
}
.blank_target:after {
  background: #FFF;
  top: 6px;
  right: 3px;
}
.blank_target:hover:before {
  border: 1px solid #ee7a00;
}
.blank_target:hover:after {
  background: #ee7a00;
  border: 1px solid #ee7a00;
}

.contact_form_body .blank_target:before {
  top: 6px;
}
.contact_form_body .blank_target:after {
  top: 3px;
}
.contact_form_body .blank_target:hover:before {
  border: 1px solid #223355;
}
.contact_form_body .blank_target:hover:after {
  background: #223355;
  border: 1px solid #223355;
}

@media screen and (max-width: 767px) {
  #form_page .contact_form .section_btn .in_text.blank_target {
    font-size: 12px;
  }

  .blank_target:before {
    top: 7px;
  }
  .blank_target:after {
    top: 4px;
  }

  .contact_form_body .blank_target:before {
    top: 5px;
  }
  .contact_form_body .blank_target:after {
    top: 2px;
  }
}
.attention {
  background: linear-gradient(transparent 70%, #ffff00 0%);
  display: inline;
}

.text_fade,
.main_read_sp .main_read,
.slide_fade {
  opacity: 0;
}

.this_anime.start:after {
  animation: slideIn 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 2s forwards;
}

.start.bottom_contact:after,
.start.common_secttion:after {
  animation: slideIn2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s forwards;
}

.start .icon_title,
.start .section_title .in_text .icon_title,
.start .service-card .card .item_btn .icon_title, .start.section_title .in_text .icon_title {
  animation: blinking 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s infinite;
}
.start .text_fade, .start.text_fade {
  animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s forwards;
}

.menuIconContainer .menuTrigger.active .menuIconContainerInner span {
  background: none;
}

.menuIconContainer .menuTrigger.active .menuIconContainerInner span:before {
  animation: openmenu1 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}

.menuIconContainer .menuTrigger.active.reverc_active .menuIconContainerInner span:before {
  animation: reverc_active1 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}

.menuIconContainer .menuTrigger.active .menuIconContainerInner span:after {
  animation: openmenu2 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}

.menuIconContainer .menuTrigger.active.reverc_active .menuIconContainerInner span:after {
  animation: reverc_active2 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}

.open nav {
  animation: fadeIn 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}

.open nav .navi:after {
  animation: slideIn2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s forwards;
}

.open nav .h_content {
  animation: fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s forwards;
}

.close_navi nav {
  display: block;
  opacity: 1;
  animation: fadeOut 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s forwards;
}
.close_navi nav .navi:after {
  transform: translateX(0);
  animation: slideOut2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s forwards;
}
.close_navi nav .h_content {
  opacity: 1;
  animation: fadeOut 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s forwards;
}

.isie {
  display: none !important;
}

.js_isIe .section_title .in_text {
  display: inline-block !important;
}
.js_isIe .section_title .in_text .icon_title {
  display: none !important;
  width: 40px;
  height: 26px;
  top: -10px;
}
.js_isIe .section_title .in_text .icon_title.isie {
  display: block !important;
}
.js_isIe .section_title .in_text .icon_title.isie img {
  width: 100%;
  display: block;
}
.js_isIe .bottom_contact:after {
  background: url(../images/bottom_contact_ie.png) no-repeat left top;
  background-size: cover;
}
.js_isIe .isie {
  display: block !important;
}

@keyframes openmenu1 {
  0% {
    top: 0px;
    transform: rotate(0);
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 7px;
    transform: rotate(-45deg);
  }
}
@keyframes reverc_active1 {
  0% {
    top: 7px;
    transform: rotate(-45deg);
  }
  50% {
    top: 7px;
    transform: rotate(0);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}
@keyframes openmenu2 {
  0% {
    bottom: 0px;
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    transform: rotate(45deg);
  }
}
@keyframes reverc_active2 {
  0% {
    bottom: 7px;
    transform: rotate(45deg);
  }
  50% {
    bottom: 7px;
    transform: rotate(0);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}
@keyframes slideIn {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes slideIn2 {
  0% {
    transform: translateX(-105%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(105%);
  }
}
@keyframes slideOut2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-105%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(105%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideUp2 {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-105%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes extend {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes extend2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes blinking {
  	/*
  	0% {
  		opacity: 1;
  	  }
  	  10% {
  		opacity: 0;
  	  }

  	  20% {
  		opacity: 1;

  	  }

  	  30%{
  		opacity: 0;

  	  }
  	  40%{
  		opacity: 1;

  	  }
  	  100%{
  		opacity: 1;

  	  }
  	*/
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bslloon1 {
  0% {
    opacity: 0;
    transform: translate(4.49px, -6.68px) rotate(20deg);
  }
  10% {
    opacity: 1;
    transform: translate(4.49px, -6.68px) rotate(20deg);
  }
  20% {
    opacity: 0;
    transform: translate(4.49px, -6.68px) rotate(20deg);
  }
  30% {
    opacity: 1;
    transform: translate(4.49px, -6.68px) rotate(20deg);
  }
  100% {
    opacity: 1;
    transform: translate(4.49px, -6.68px) rotate(20deg);
  }
}
@keyframes bslloon2 {
  0% {
    opacity: 0;
    transform: translate(-1.06px, 0.74px) rotate(-8deg);
  }
  10% {
    opacity: 1;
    transform: translate(-1.06px, 0.74px) rotate(-8deg);
  }
  20% {
    opacity: 0;
    transform: translate(-1.06px, 0.74px) rotate(-8deg);
  }
  30% {
    opacity: 1;
    transform: translate(-1.06px, 0.74px) rotate(-8deg);
  }
  100% {
    opacity: 1;
    transform: translate(-1.06px, 0.74px) rotate(-8deg);
  }
}
@keyframes bslloon3 {
  0% {
    opacity: 0;
    transform: translate(44.07px, -15.65px) rotate(75deg);
  }
  10% {
    opacity: 1;
    transform: translate(44.07px, -15.65px) rotate(75deg);
  }
  20% {
    opacity: 0;
    transform: translate(44.07px, -15.65px) rotate(75deg);
  }
  30% {
    opacity: 1;
    transform: translate(44.07px, -15.65px) rotate(75deg);
  }
  100% {
    opacity: 1;
    transform: translate(44.07px, -15.65px) rotate(75deg);
  }
}
@keyframes tf {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0%, 0);
  }
}
@keyframes diagonal {
  0% {
    transform: translate3d(-150%, 179%, 0);
    clip-path: polygon(0 0%, 0% 0%, 0% 0%, 0% 0%);
  }
  100% {
    transform: translate3d(0%, 0px, 0);
    clip-path: polygon(0 79%, 100% 58%, 100% 79%, 0% 100%);
  }
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 360;
  }
  99.9%,to {
    stroke-dasharray: 210 360;
  }
}
@keyframes circle_sp {
  0% {
    stroke-dasharray: 0 360;
  }
  99.9%,to {
    stroke-dasharray: 360 360;
  }
}
@keyframes link_animation {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(10px);
  }
  20% {
    transform: translateY(0px);
  }
  30% {
    transform: translateY(10px);
  }
  40% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes link_animation2 {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  10% {
    transform: translateY(10px) rotate(45deg);
  }
  20% {
    transform: translateY(0px) rotate(45deg);
  }
  30% {
    transform: translateY(10px) rotate(45deg);
  }
  40% {
    transform: translateY(0px) rotate(45deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
.rakutian_flow {
  width: 100%;
  max-width: 768px;
  margin: auto;
  margin-top: 72px;
}
.rakutian_flow .list {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.rakutian_flow .list .list_box {
  width: 100%;
  border-radius: 8px;
  background: #efefef;
  padding: 12px 18px 32px 88px;
  opacity: 0;
  transform: translateY(40px);
}
.rakutian_flow .list .list_box .flow_title {
  font-size: 24PX;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
}
.rakutian_flow .list .list_box .flow_text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
  text-align: justify;
  color: #343434;
}
.rakutian_flow .list .flow_num {
  width: 64px;
  height: 64px;
  background: #FFF;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #FFF;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-feature-settings: "palt";
}
.rakutian_flow .list .flow_num:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ee7a00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.rakutian_flow .list .flow_num:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 3px;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2,
.rakutian_flow .list .flow_num .float_border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rakutian_flow .list .flow_num .float_border2:before,
.rakutian_flow .list .flow_num .float_border:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2:after,
.rakutian_flow .list .flow_num .float_border:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0%;
  height: 3px;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2:before {
  left: initial;
  right: 0;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2:after {
  background: #ee7a00;
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
}
.rakutian_flow .list:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 29px;
  width: 3px;
  height: 0;
  background: #ee7a00;
  z-index: 0;
}
.rakutian_flow .list:last-of-type {
  padding-bottom: 0;
}
.rakutian_flow .list:last-of-type:after {
  display: none;
}

.rakutian_flow .list .list_box {
  position: relative;
}
.rakutian_flow .list .list_box .section_btn {
  position: absolute;
  bottom: -16px;
  right: 16px;
  padding: 0 20px;
  min-height: 32px;
  background-color: #216BB1;
  border: 1px solid #216BB1;
}
.rakutian_flow .list .list_box .section_btn:hover .in_text{
  color: #216BB1;
}
.rakutian_flow .list .list_box .section_btn .in_text {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 910px) {
  .flow_section_title{
    margin: 0;
  }
  .rakutian_flow {
    margin-top: 56px;
  }
  .rakutian_flow .list .list_box {
    padding: 12px 18px 24px 64px;
  }
  .rakutian_flow .list .list_box .flow_title {
    font-size: 20px;
  }
  .rakutian_flow .list .list_box .flow_text {
    font-size: 14px;
    margin-top: 8px;
  }
  .rakutian_flow .list:first-of-type .list_box {
    padding-bottom: 34px;
  }
  .rakutian_flow .list .flow_num {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding-top: 3px;
  }
  .rakutian_flow .list .flow_num:after {
    height: 2px;
  }
  .rakutian_flow .list .flow_num .float_border2:before,
  .rakutian_flow .list .flow_num .float_border:before {
    width: 2px;
  }
  .rakutian_flow .list .flow_num .float_border2:after,
  .rakutian_flow .list .flow_num .float_border:after {
    height: 2px;
  }
  .rakutian_flow .list:after {
    left: 19px;
    width: 2px;
  }

  .rakutian_flow .list .list_box .section_btn {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .flow_section_title{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .rakutian_flow {
    margin-top: 40px;
  }
  .rakutian_flow .list {
    padding-bottom: 24px;
  }
  .rakutian_flow .list .list_box {
    padding: 8px 18px 24px 64px;
  }
  .rakutian_flow .list .list_box .flow_title {
    font-size: 16px;
  }
  .rakutian_flow .list .list_box .flow_text {
    font-size: 14px;
    margin-top: 8px;
    color: #000;
  }
  .rakutian_flow .list:first-of-type .list_box {
    padding-bottom: 64px;
  }

  .rakutian_flow .list .list_box .section_btn {
    max-width: 247px;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: 0 0 0 64px;
    padding: 0 10px;
  }
}
.rakutian_flow.variation {
  max-width: 925px;
  margin: 30px 0 15px;
}
.rakutian_flow.variation .list .list_box .flow_title span {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  color: #f2993b;
  border-radius: 10px;
  padding: 0 20px;
  margin: 0 0 0 10px;
}
.rakutian_flow.variation .list .flow_num:before,
.rakutian_flow.variation .list .flow_num:after,
.rakutian_flow.variation .list .flow_num .float_border:before,
.rakutian_flow.variation .list .flow_num .float_border:after,
.rakutian_flow.variation .list .flow_num .float_border2:before,
.rakutian_flow.variation .list .flow_num .float_border2:after,
.rakutian_flow.variation .list:after {
  background: #f2993b;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s forwards;
}
.start.rakutian_flow .list:nth-of-type(1):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
}
.start.rakutian_flow .list:nth-of-type(2):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}
.start.rakutian_flow .list:nth-of-type(3):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s forwards;
}

.models_btn {
  display: table;
  margin: 20px auto 40px;
}

.models_btn img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.model_item {
  background-color: #fff;
  border: 2px solid #ee7a00;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 0;
}

.model_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #9c9c9b;
  margin: 0 0 10px;
}

.model_tgs {
  font-size: 18px;
  background-color: #e4e4e4;
  border-radius: 6px;
  padding: 5px 15px;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .model_tgs {
    font-size: 16px;
  }
}

.model_tgs span {
  display: inline-block;
  color: #646464;
  font-weight: 700;
  margin: 0 15px 0 0;
}

@media screen and (max-width: 767px) {
  .model_tgs span {
    display: block;
    margin: 0 0 5px 0;
  }
}

.model_dsc {
  font-size: 16px;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .model_dsc {
    font-size: 14px;
  }
}

.model_lst {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -18px 0 0;
}

.model_img {
  display: block;
  background-color: #dadada;
  background-position: 50% 80%;
  background-size: auto 60%;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #484848;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  height: 150px;
  padding: 15px 15px 15px calc(15px + 1.5em);
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .model_img {
    font-size: 14px;
    height: 125px;
  }
}

.model_img:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  height: 1em;
  width: 1em;
  margin: 0 0.5em 0 -1.5em;
}

.model_lst li {
  font-size: 20px;
  font-weight: 700;
  color: #dadada;
  line-height: 1;
  width: 150px;
  margin: 0 18px 18px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .model_lst li {
    font-size: 18px;
    width: calc(50% - 18px);
  }
}

.model_lst li small {
  font-size: 70%;
  font-weight: normal;
}

.model_lst li.checked {
  color: #484848;
}

.model_lst li.checked .model_img {
  background-color: #f8ac28;
}

.model_lst li.checked .model_img:before {
  background-image: url('../../images/icon_check.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.model_lst li:nth-child(1) .model_img { background-image: url('../../images/icon_partner01_white.png'); }
.model_lst li:nth-child(2) .model_img { background-image: url('../../images/icon_partner02_white.png'); }
.model_lst li:nth-child(3) .model_img { background-image: url('../../images/icon_partner03_white.png'); }
.model_lst li:nth-child(4) .model_img { background-image: url('../../images/icon_partner04_white.png'); }
.model_lst li:nth-child(5) .model_img { background-image: url('../../images/icon_partner05_white.png'); }
.model_lst li:nth-child(6) .model_img { background-image: url('../../images/icon_partner06_white.png'); }

.model_fft {
  text-align: right;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  margin: 0 30px 0 0;
}

@media screen and (max-width: 767px) {
  .model_fft {
    font-size: 14px;
    margin: 0;
  }
}

.model_fft b {
  font-size: 250%;
}


/*202404追加*/
#thanks_page .common_text{
	text-align: center;
	line-height: 1.6em;
}
