﻿@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------------------------------------------------------------
* common
------------------------------------------------------------------------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  box-sizing: border-box;
  min-width: 100%;
}
body {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #2b2b2b;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.07rem;
  font-weight: 500;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.p-tutorial-bubble__note{
  font-weight: bold;
}
.p-tutorial-bubble__button,
.p-tutorial-bubble__button__return{
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
}
.p-tutorial-bubble__button__return{
  background: none;
}

.p-tutorial-bubble__button:hover{
  animation: none;
}
#header #headInner #nav .navList > li,
#header #headInner #nav .navList > li:nth-child(2) {
  width: auto;
  margin-right: 40px;
}
#header #headInner #nav .navList > li > a {
  line-height: 1.2;
  padding-right: 30px;
}
#header #headInner #nav .navList > li:nth-child(2) {
  width: auto;
  margin-right: 30px;
}

.con-inner {
  width: calc(1100 / 1512 * 100%);
  margin: 0 auto;
  max-width: 1300px;
  min-width: 900px;
}
.ub-ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
}
.ub-ttl .sm-txt {
  font-size: 18px;
}
.ub-ttl-wh {
  color: #fff;
}
.ub-ttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
  width: 56px;
  height: 6px;
  background-color: #854de1;
}
.ub-ttl-wh::before {
  background-color: #fff;
}
.ub-ttl .head-txt {
  margin-bottom: 10px;
  display: block;
  font-size: 24px;
  color: #854de1;
}
.ub-ttl .en-txt {
  margin-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #854de1;
}
.ub-ttl-wh .en-txt {
  color: #fff;
}
.lead-center-txt {
  margin-bottom: 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}
.lead-center-txt .pp-txt {
  display: inline-block;
  padding: 0 5px;
  color: #fff;
  background-color: #854de1;
}
@media screen and (max-width: 1024px) {
  .con-inner {
    width: calc(325 / 375 * 100%);
    min-width: initial;
    min-width: auto;
  }
}
@media screen and (max-width: 500px) {
  .ub-ttl {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .ub-ttl .sm-txt {
    font-size: 16px;
  }
  .ub-ttl::before {
    bottom: -20px;
    width: 64px;
    height: 5px;
  }
  .ub-ttl .head-txt {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .ub-ttl .en-txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .lead-center-txt {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .lead-center-txt .pp-txt {
    display: inline-block;
    padding: 0 5px;
    color: #fff;
    background-color: #854de1;
  }
}

/**/
#content {
  /* padding: 145px 0 0; */
  padding: 205px 0 0;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f4f5;
}
#content.liquidContent {
  width: auto;
}

.headnews + #content {
  padding-top: 69px;
}

/* main */
#main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1240px) {
  #main {
    position: static;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    /* padding-top: 17vw; */
    /* padding-top: 32vw; */
    padding-top: 0;
  }
}
#top #main {
  position: static;
}

#mitsumori-page section {
  /* padding: 50px 0 60px; */
}
.sp-pd {
  padding-top: 50px;
  background-color: #fff;
}
.sp-pd-gr {
  padding-top: 50px;
  background-color: #f5f4f5;
}
#mitsumori-page section .section_inner {
  width: 1150px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .sp-pd,
  .sp-pd-gr {
    display: none;
  }
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#content a:hover {
  opacity: 1;
  -webkit-animation: flash 1s;
  animation: flash 1s;
}
@media screen and (max-width: 1380px) {
  #content {
    width: 1380px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  #content {
    width: 100%;
  }
  img {
    width: 100%;
    height: auto;
    border: 0;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

/*section_kiyaku*/
#mitsumori-page #section_kiyaku {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}
#mitsumori-page #section_kiyaku .ttl {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
  font-size: 3.2rem;
}
#mitsumori-page #section_kiyaku .read {
  margin-bottom: 30px;
}
/**/
#mitsumori-page .block_btn {
  display: flex;
  justify-content: center;
}
#mitsumori-page .button {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 60px;
  margin: 0 20px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
#mitsumori-page .button a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  z-index: 2;
  text-decoration: none;
  color: #000;
  line-height: 60px;
  font-size: 2.4rem;
  box-sizing: border-box;
}
#mitsumori-page .button a:hover {
  opacity: 1;
  z-index: 2;
  color: #fff;
}
#mitsumori-page .button .anm-button-bg {
  position: absolute;
  z-index: 0;
  left: -400px;
  transition: all 0.1s ease;
  width: 400px;
  height: 60px;
  background: #000;
}
#mitsumori-page .button:hover .anm-button-bg {
  left: 0 !important;
}
/**/
#mitsumori-page .use {
  margin: 45px 0 0;
  line-height: 1;
}
#mitsumori-page .use p.ttl_use {
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 2rem;
}
#mitsumori-page .use div {
  display: flex;
  justify-content: center;
}
#mitsumori-page .use div p {
  margin-right: 20px;
  padding-right: 20px;
  border-right: solid 1px #000;
}
#mitsumori-page .use div p:last-of-type {
  padding-right: 0;
  border-right: none;
}
#mitsumori-page .use p a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  #mitsumori-page #section_kiyaku {
    padding: 30px 20px 30px;
    border-bottom: solid 1px #d9d9d9;
  }
  #mitsumori-page #section_kiyaku .ttl {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
  #mitsumori-page #section_kiyaku .read {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  /**/
  #mitsumori-page .block_btn {
    display: block;
  }
  #mitsumori-page .button {
    width: 100%;
    height: 40px;
    margin: 0;
  }
  #mitsumori-page .button:first-of-type {
    margin-bottom: 20px;
  }
  #mitsumori-page .button a {
    width: 100%;
    height: 40px;
    max-width: 220px;
    line-height: 40px;
    font-size: 1.6rem;
  }
  #mitsumori-page .button .anm-button-bg {
    width: 100%;
    height: 40px;
    left: -100%;
    background: #fff;
  }
  #mitsumori-page .button a:hover {
    color: #000;
  }
  /**/
  #mitsumori-page .use {
    margin: 30px 0 0;
  }
  #mitsumori-page .use p.ttl_use {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
  #mitsumori-page .use div {
    display: block;
  }
  #mitsumori-page .use div p {
    margin-bottom: 13px;
    padding-right: 0;
    border-right: none;
    font-size: 1.3rem;
  }
  #mitsumori-page .use div p:last-child {
    margin-bottom: 0;
  }
  #mitsumori-page .use p a {
    color: #000;
    text-decoration: none;
  }
}

/* bottom menu */
.btm-menu {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 0;
  z-index: 100;
}
.btm-menu.active {
  display: block;
}
.section_btn_try{
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 9.6px;
  padding: 14.4px;
  border: 2px solid #854de1;
}
.section_btn_try a{
  text-decoration: none;
  font-weight: bold;
  color: #2b2b2b;
}

.btm-menu .section_btn_ud .link {
  border-radius: 80px 0 0 80px;
  cursor: pointer;
}
.btm-menu .section_btn_ud .link:hover{
  animation: none;
}
@media screen and (max-width: 1024px) {
  .btm-menu {
    width: calc(244 / 375 * 100%);
  }
}

/* ==========================================================================
toPageTop
========================================================================== */
/* toPageTop */
#footer .toPageTop {
  display: none;
  position: fixed;
  /*right: calc(50% - 465px - 50px);*/
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}

#footer .toPageTop a {
  display: block;
  background-color: #999791;
  color: #fff;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
}

#footer .toPageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -18px;
  border-right: #fff 1px solid;
}

#footer .toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  transform: rotate(-45deg);
}

/* footer  */
/* ==========================================================================
toPageTop
========================================================================== */
/* toPageTop */
#footer .toPageTop {
  display: none;
  position: fixed;
  /*right: calc(50% - 465px - 50px);*/
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
}

#footer .toPageTop a {
  display: block;
  background-color: #999791;
  color: #fff;
  text-indent: -9999px;
  z-index: 2;
  position: relative;
}

#footer .toPageTop a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  margin: -8px 0 0 -18px;
  border-right: #fff 1px solid;
}

#footer .toPageTop a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  border-right: #fff 1px solid;
  border-top: #fff 1px solid;
  transform: rotate(-45deg);
}

/* ==========================================================================
footer styles
========================================================================== */
#footer {
  background-color: #f2f2f2;
  position: relative;
  padding: 20px;
  min-width: 1240px;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  color: #4c4c4c;
}
#footer .inner {
  display: flex;
  margin-top: 0 !important;
  padding: 0 !important;
}
#footer .inner > div {
  -ms-flex: 1;
  flex: 1;
  font-size: 11px;
  line-height: 1;
}
#footer .inner > div.boxAsk {
  border-left: 1px solid #d9d9d9;
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -ms-flex-item-align: center;
  text-align: center;
}
#footer .inner > div.boxAsk div {
  display: inline-block;
}
#footer .inner > div.boxAsk.boxAsk01 {
  border-left: none;
}
#footer .inner > div.boxAsk .txt {
  margin-bottom: 10px;
  font-size: 14px;
}
#footer .inner > div.boxAsk .txt:first-child {
  font-size: 20px;
}
#footer .inner > div.boxAsk .tel {
  font-size: 20px;
  margin-bottom: 5px;
  font-family: Arial;
  font-weight: bold;
}
#footer .inner > div.boxAsk .tel a {
  pointer-events: none;
  text-decoration: none;
  color: #4c4c4c;
  font-weight: bold;
}
#footer .inner > div.boxAsk .email {
  font-size: 20px;
  font-weight: bold;
}
#footer .inner > div.boxAsk .email a {
  color: #4c4c4c;
  font-weight: bold;
}
#footer .inner > div.boxLink {
  border-left: 1px solid #d9d9d9;
  text-align: left;
}
#footer .inner > div.boxLink > ul {
  padding-left: 20px;
}
#footer .inner > div.boxLink > ul li {
  margin-top: 10px;
}
#footer .inner > div.boxLink > ul li a {
  text-decoration: none;
  color: #4c4c4c;
}
#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
#footer .copyright {
  text-align: center;
  border-top: 1px solid #d9d9d9;
  margin-top: 20px;
  padding-top: 10px;
  line-height: 1.6;
  font-size: 11px;
  color: #4c4c4c;
}
@media screen and (max-width: 1024px) {
  #footer {
    min-width: auto;
    height: auto;
    padding: 20px 30px 30px;
  }
  #footer .inner {
    display: block;
  }
  #footer .inner > div {
    font-size: 12px;
    line-height: 1.33;
  }
  #footer .inner > div.boxAsk {
    border-left: none;
    border-bottom: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  #footer .inner > div.boxAsk.boxAsk01 {
    margin-top: 0;
    border-top: none;
  }
  #footer .inner > div.boxAsk .txt {
    margin-bottom: 5px;
    font-size: 13px;
  }
  #footer .inner > div.boxAsk .txt:first-child {
    font-size: 17px;
  }
  #footer .inner > div.boxAsk .tel {
    margin-bottom: 2px;
    font-size: 18px;
  }
  #footer .inner > div.boxAsk .tel a {
    pointer-events: auto;
  }
  #footer .inner > div.boxAsk .email {
    font-size: 18px;
  }
  #footer .inner > div.boxLink {
    padding-top: 20px;
    border: none;
    text-align: center;
  }
}

#footer .inner .outlink {
  display: inline-block;
}
#footer .inner .outlink:after {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/icon_newtab_b.png) no-repeat;
  margin-left: 5px;
  vertical-align: text-top;
}
@media screen and (max-width: 1024px) {
  #footer .copyright {
    border: none;
    margin-top: 55px;
    padding: 0;
  }
}

#footer.new001 .inner {
  justify-content: center;
}
#footer.new001 .inner > div {
  -ms-flex: none;
  flex: none;
  width: 250px;
}
#footer.new001 .inner > div.boxAsk {
  border-left: none;
}
#footer.new001 .inner > div.boxAsk .tel a {
  color: #e06464;
}
#footer.new001 .inner > div.boxAsk {
  -ms-flex: 0;
  flex: 0;
  -ms-flex-preferred-size: 400px;
  flex-basis: 400px;
  -ms-flex-item-align: center;
  align-self: center;
}
#footer.new001 .inner > div.boxAsk .txt {
  margin: 5px 0;
  text-align: center;
  font-size: 11px !important;
  line-height: 1;
}
#footer.new001 .inner > div.boxAsk .txt br {
  display: none;
}
#footer.new001 .inner > div.boxAsk .tel {
  font-size: 45px;
  color: #e06464 !important;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}
#footer.new001 .inner > div.subLogo {
  width: 100px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
#footer.new001 .inner > div.subLogo img {
  width: 90px;
}
@media screen and (max-width: 1024px) {
  #footer.new001 .inner > div {
    -ms-flex: none;
    flex: none;
    width: auto;
  }
  #footer.new001 .inner > div.boxAsk .tel {
    font-size: 18px;
  }
  #footer.new001 .inner > div.subLogo {
    width: auto;
    border-top: 1px solid #d9d9d9;
    margin-top: 25px;
    padding-top: 20px;
    text-align: center;
  }
  #footer.new001 .inner > div.l02 {
    padding-top: 0;
  }
}

footer #stickyFooter {
  background-color: #f2f2f2;
  margin-top: 60px;
  width: 100%;
}

/* -------------------------------------
 * outlink
------------------------------------- */
a.outlink {
  background-image: url(../img/icon_newtab_b.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding-right: 12px !important;
}

/* -------------------------------------------------------------------------------------------------------------------------------------------
* module
------------------------------------------------------------------------------------------------------------------------------------------- */
/* section_btn section_btn_a */
#mitsumori-page .section_btn_a .inner {
  display: flex;
  justify-content: center;
  width: 1058px;
  margin: 0 auto;
}
#mitsumori-page .section_btn_a a {
  display: block;
  width: 450px;
  padding: 10px 0;
  background-color: #ffe333;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
  border-radius: 7px;
  transition: all 0.3s;
}
#mitsumori-page .section_btn_a a .head {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  #mitsumori-page .section_btn_a .inner {
    width: 100%;
  }
  #mitsumori-page .section_btn_a a {
    width: 90%;
    padding: 10px 0;
    line-height: 1.7;
    font-size: 1.8rem;
  }
  #mitsumori-page .section_btn_a a .head {
    font-size: 1rem;
  }
}

/* section_btn section_btn_b */
#mitsumori-page .section_btn_b {
  text-align: center;
}
#mitsumori-page .section_btn_b .inner {
  display: inline-block;
  background-color: #000;
  border-radius: 15px;
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.7);
}
#mitsumori-page .section_btn_b a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  background-color: #ffe333;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 15px;
  transition: all 0.3s; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff9d3+0,ffe333+25,ffe333+100 */
  background: rgb(255, 249, 211); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.7);
}
#mitsumori-page .section_btn_b a:hover {
  opacity: 0.5;
  animation: none;
}
#mitsumori-page .section_btn_b a .tr {
  display: inline-block;
  margin-right: 15px;
  width: 35px;
}
#mitsumori-page .section_btn_b a .tr img {
  width: 100%;
}
#mitsumori-page .section_btn_b a .head {
  margin-right: 5px;
  display: inline-block;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  #mitsumori-page .section_btn_b {
    /* padding: 25px 15px; background: #d3d3d3; */
  }
  #mitsumori-page .section_btn_b .inner {
    width: 100%;
  }
  #mitsumori-page .section_btn_b a .tr {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  #mitsumori-page .section_btn_b a .tr::before {
    top: 6.5px;
    left: 9px;
    border-width: 6px 0 6px 10px;
  }
  #mitsumori-page .section_btn_b a {
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
  }
  #mitsumori-page .section_btn_b a .head {
    font-size: 1.8rem;
  }
}

/* section_btn section_btn_b2 */
#mitsumori-page .section_btn_b2 {
  text-align: center;
}
#mitsumori-page .section_btn_b2 .inner {
  display: inline-block;
  background-color: #000;
  border-radius: 15px;
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.7);
}
#mitsumori-page .section_btn_b2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
  background-color: #ffe333;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 15px;
  transition: all 0.3s; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff9d3+0,ffe333+25,ffe333+100 */
  background: rgb(255, 249, 211); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.7);
}
#mitsumori-page .section_btn_b2 a:hover {
  opacity: 0.5;
  animation: none;
}
#mitsumori-page .section_btn_b2 a .tr {
  display: inline-block;
  margin-right: 15px;
  width: 35px;
}
#mitsumori-page .section_btn_b2 a .tr img {
  width: 100%;
}
#mitsumori-page .section_btn_b2 a .head {
  margin-right: 5px;
  display: inline-block;
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  #mitsumori-page .section_btn_b2 {
    /* padding: 25px 15px; background: #d3d3d3; */
  }
  #mitsumori-page .section_btn_b2 .inner {
    width: 100%;
  }
  #mitsumori-page .section_btn_b2 a .tr {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  #mitsumori-page .section_btn_b2 a .tr::before {
    top: 6.5px;
    left: 9px;
    border-width: 6px 0 6px 10px;
  }
  #mitsumori-page .section_btn_b2 a {
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
  }
  #mitsumori-page .section_btn_b2 a .head {
    font-size: 1.8rem;
  }
}

/* section_btn section_btn_b3 */
#mitsumori-page .section_btn_b3 {
  text-align: center;
}
#mitsumori-page .section_btn_b3 .inner {
  display: inline-block;
  background-color: #000;
  border-radius: 15px;
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.7);
}
#mitsumori-page .section_btn_b3 a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  background-color: #ffe333;
  text-align: center;
  color: #2b2b2b;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 15px;
  transition: all 0.3s; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff9d3+0,ffe333+25,ffe333+100 */
  background: rgb(255, 249, 211); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 249, 211, 1) 0%, rgba(255, 227, 51, 1) 25%, rgba(255, 227, 51, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  box-shadow: 3px 3px 0px 2px rgba(0, 0, 0, 0.7);
}
#mitsumori-page .section_btn_b3 a:hover {
  opacity: 0.5;
  animation: none;
}
#mitsumori-page .section_btn_b3 a .tr {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
#mitsumori-page .section_btn_b3 a .tr img {
  width: 100%;
  vertical-align: top;
}
#mitsumori-page .section_btn_b3 a .head {
  margin-right: 5px;
  display: inline-block;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  #mitsumori-page .section_btn_b3 {
    /* padding: 25px 15px; background: #d3d3d3; */
  }
  #mitsumori-page .section_btn_b3 .inner {
    width: 100%;
  }
  #mitsumori-page .section_btn_b3 a .tr {
    margin-right: 10px;
    width: 25px;
    height: 25px;
  }
  #mitsumori-page .section_btn_b3 a .tr::before {
    top: 6.5px;
    left: 9px;
    border-width: 6px 0 6px 10px;
  }
  #mitsumori-page .section_btn_b3 a {
    width: 100%;
    padding: 15px 0;
    font-size: 1rem;
  }
  #mitsumori-page .section_btn_b3 a .head {
    font-size: 1.8rem;
  }
}

/* block_form */
#mitsumori-page .block_form {
  width: 815px;
  margin: 0 auto;
}
#mitsumori-page .block_form .field {
  display: flex;
  margin-bottom: 30px;
  font-size: 1.5rem;
}
#mitsumori-page .block_form .coutxt {
  margin-bottom: 30px;
}
#mitsumori-page .block_form .field > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#mitsumori-page .block_form .field > div div {
  width: 45%;
}
#mitsumori-page .block_form .field legend {
  position: relative;
  width: 450px;
  padding: 5px 0 0 50px;
  font-weight: bold;
  box-sizing: border-box;
}
#mitsumori-page .block_form .field legend.must::before {
  content: "必須";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  margin-right: 5px;
  padding: 3px 0;
  background: #e23323;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
}
#mitsumori-page .block_form .field:last-of-type legend {
  padding-top: 0;
}
#mitsumori-page .block_form .field:last-of-type legend.must::before {
  top: 5px;
}
/**/
#mitsumori-page .block_form .field input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: solid 1px #cacaca;
  box-sizing: border-box;
}
#mitsumori-page .block_form .field input.size01 {
  width: 78%;
}
/**/
#mitsumori-page .block_form .field textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border: solid 1px #cacaca;
  border-radius: 0;
  box-sizing: border-box;
}
/**/
#mitsumori-page .block_form .field input[type="checkbox"] {
  display: none;
}
#mitsumori-page .block_form .field input[type="checkbox"] + label {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 25px;
  box-sizing: border-box;
}
#mitsumori-page .block_form .field input[type="checkbox"] + label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 15px;
  background: #fff;
  border: solid 1px #cacaca;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
}
#mitsumori-page .block_form .field input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  width: 15px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  box-sizing: border-box;
}
#mitsumori-page .block_form .field input[type="checkbox"] + label a {
  color: #786ab5;
  text-decoration: none;
}
/**/
#mitsumori-page .block_form .btn {
  padding-top: 10px;
}
#mitsumori-page .block_form .btn a {
  position: relative;
  display: block;
  width: 480px;
  margin: 0 auto;
  padding: 24px 0;
  background: #ec6519;
  border-radius: 100px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.28);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 2.2rem;
}
#mitsumori-page .block_form .btn a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  width: 24px;
  height: 23px;
  background: url("../img/btn_arrow.png") 0 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  #mitsumori-page .block_form {
    width: 100%;
  }
  #mitsumori-page .block_form .field {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: dotted 1px #cacaca;
    font-size: 1.5rem;
  }
  #mitsumori-page .block_form .field > div {
    display: block;
    width: 100%;
  }
  #mitsumori-page .block_form .field > div div {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #mitsumori-page .block_form .field > div div:first-child {
    margin-bottom: 20px;
  }
  /**/
  #mitsumori-page .block_form .field legend {
    width: 100%;
    margin-bottom: 15px;
  }
  #mitsumori-page .block_form .field legend.type2 {
    padding: 5px 0 0 0;
  }
  #mitsumori-page .block_form .field legend.must::before {
    margin-right: 3px;
    font-size: 1.2rem;
  }
  /**/
  #mitsumori-page .block_form .field input.size01 {
    width: 100%;
  }
  /**/
  #mitsumori-page .block_form .btn a {
    width: 100%;
    padding: 10px 0;
    font-size: 1.6rem;
  }
  #mitsumori-page .block_form .btn a::after {
    right: 18px;
    width: 24px;
    height: 23px;
    background: url("../img/btn_arrow.png") 0 0 no-repeat;
  }
}

/* -------------------------------------------------------------------------------------------------------------------------------------------
contents
------------------------------------------------------------------------------------------------------------------------------------------- */
/* #section_hero  */
#information {
  position: absolute;
  top: 144px;
  left: 0;
  width: 100%;
  z-index: 999;
}
#information a {
  display: block;
  background-color: #E5E5E5;
  /* background-color: #f5f4f5; */
  /* background-color: #fff; */
  text-align: center;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
  color: #0a1464;
  border: #E5E5E5 7px solid;
  transition: 0.3s all;
}
#information a:hover{
  opacity: 0.5;
  transition: 0.3s all;
}
#information a .new-ttl{
  width: 13%;
  /* background-color: #B5E065; */
  padding: 12px 0;
  /* color: #fff; */
}
#information a .new-content{
  width: 87%;
  padding: 12px 20px;
  text-align: left;
  box-sizing: border-box;
}


#information a .sp-img {
  display: none;
}
#information img {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #information {
    position: static;
    padding-top: 16.7vw;
  }
  #information a .pc-img {
    display: none;
  }
  #information a .sp-img {
    display: block;
  }
  #information a{
    position: static;
    display: block;
    font-size: 14px;
    border: #E5E5E5 3px solid;
  }
  #information a .new-ttl,
  #information a .new-content{
    width: 100%;
    padding: 6px 10px;
  }
}

#section_hero_wrapper {
  background-image: url("../img/update-2312/bg-mv-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#section_hero_wrapper .con-inner {
  position: relative;
  width: 1300px;
}
#section_hero_wrapper .mv-logo {
  margin: 0 0 30px;
}
#section_hero_wrapper .mv-logo-text {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  color: #0a1464;
  margin-bottom: 5px;
}
#section_hero_wrapper .mv-logo-text .sm {
  font-size: 10px;
}
#section_hero_wrapper .logo-img {
  margin: 15px 0 0;
  max-width: 100%;
}
#section_hero_wrapper .logo-img img {
  width: 420px;
  height: auto;
}
#section_hero_wrapper .img {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 712px;
  height: 372px;
}
#section_hero_wrapper .img .video-top {
  position: absolute;
  top: 20px;
  right: 103px;
  width: 507px;
  height: 310px;
  overflow: hidden;
}
#section_hero_wrapper .img .video-top video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
}

#section_hero {
  width: calc(679 / 1512 * 100%);
  /* margin: 0 0 0 calc(205 / 1512 * 100%); */
  padding: 65px 0 25px;
  margin: 0 0 0 auto;
}
#section_hero .head-txt {
  margin-bottom: 10px;
  color: #351f5a;
  font-weight: bold;
}
#section_hero .head-txt .icon {
  display: inline-block;
  margin-left: 5px;
  padding: 0 7.5px;
  background-color: #351f5a;
  color: #fff;
  line-height: 1.5;
}
#section_hero h1 {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 34px;
}
#section_hero h1 .txt {
  display: inline-block;
  margin-bottom: 10px;
  color: #0a1464;
}
#section_hero h1 .grd-txt {
  font-size: 30px;
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(to right, rgba(23, 46, 163, 1) 0%, rgba(144, 34, 229, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section_hero .list {
  margin-bottom: 85px;
}
#section_hero .item {
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #351f5a;
}
#section_hero .item .icon {
  display: inline-block;
  width: 24px;
  margin-right: 5px;
}
#section_hero .item .icon img {
  vertical-align: sub;
}

.section_btn_wrap {
  display: flex;
  justify-content: space-between;
}
.section_btn_ud,
.section_btn_wh {
  width: 280px;
}
.section_btn_ud .link,
.section_btn_wh .link {
  display: block;
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  position: relative;
}
.section_btn_wh .link {
  background: #fff;
  color: #0a1464;
  border: 1px solid #0a1464;
}
.section_btn_ud .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 7px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}
.section_btn_wh .link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../img/update-2312/circle_arrow_blue.png");
  background-size: 15px;
  background-size: contain;
}
.sp-pcimg {
  display: none;
}

@media screen and (max-width: 1024px) {
  #information img {
    width: 100%;
  }
  #section_hero_wrapper .con-inner {
    width: 100%;
  }
  #section_hero_wrapper {
    background-image: url("../img/update-2312/sp-bg-mv-1.png");
    background-size: cover;
  }
  #section_hero_wrapper .img {
    position: relative;
    width: 100%;
    height: auto;
    top: 0;
  }
  #section_hero_wrapper .img .pc-pcimg {
    display: none;
  }
  #section_hero_wrapper .img .video-top {
    top: 30px;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -moz-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    -o-transform: translate(50%, 0);
    transform: translate(50%, 0);
    width: 71%;
    height: 430px;
  }
  #section_hero_wrapper .img .video-top video {
    width: 100%;
    height: 100%;
  }
  #section_hero {
    width: calc(320 / 375 * 100%);
    margin: 0 auto;
    padding: 60px 0;
  }
  .section_btn_ud,
  .section_btn_wh {
    width: 48%;
  }
  .sp-pcimg {
    display: block;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 769px) {
  #section_hero_wrapper .img .video-top {
    top: 30px;
    width: 71%;
    height: 320px;
  }
  #section_hero_wrapper .img .video-top video {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 500px) {
  #section_hero {
    padding: 30px 0;
  }
  #section_hero_wrapper .mv-logo {
    margin-bottom: 20px;
  }
  #section_hero_wrapper .img .video-top {
    top: 10px;
    height: 160px;
  }
  #section_hero_wrapper .mv-logo-text {
    font-size: 14px;
  }
  #section_hero_wrapper .logo-img img {
    width: 100%;
  }
  #section_hero .head-txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #section_hero h1 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  #section_hero h1 .grd-txt {
    font-size: 20px;
  }
  #section_hero .item {
    font-size: 14px;
    display: flex;
    align-items: center;
  }
  #section_hero .item .icon {
    width: 24px;
    margin-right: 5px;
  }
  #section_hero .item .txt {
    width: calc(100% - 29px);
    line-height: 1.3;
  }
  .section_btn_wrap {
    flex-wrap: wrap;
  }
  .section_btn_ud,
  .section_btn_wh {
    width: 100%;
    margin-bottom: 10px;
  }
  .section_btn_ud .link,
  .section_btn_wh .link {
    padding: 13.7px 0;
    font-size: 16px;
  }
  .section_btn_ud .link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
  }
  .sp-pcimg {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 320px) {
  #section_hero_wrapper .img .video-top {
    top: 1px;
  }
}

/* section01 */
#section01 .problem_box {
  padding: 80px 0 180px;
  /* background-color: #fff; */
  position: relative;
}
#section01 .problem_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/update-2312/bg-problem-1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#section01 .problem_box-a::before {
  background-image: url("../img/update-2312/bg-problem-a-1.png");
}

#section01 .problem_box .con-inner {
  width: calc(1300 / 1512 * 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#section01 .problem_box h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}
#section01 .problem_box-a h2 {
  color: #fff;
}
#section01 .problem_box-a h2 .bg {
  display: inline-block;
  padding: 5px 5px 0;
  line-height: 1;
  color: #5d369e;
  background-color: #fff;
}
#section01 .problem_box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section01 .problem_box .item {
  box-sizing: border-box;
}
#section01 .problem_box .item .txt {
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#section01 .problem_box-a .item .txt {
  color: #5d369e;
}
#section01 .problem_box .item:nth-child(1) {
  margin-top: 20px;
  padding-top: 68px;
  width: 370px;
  height: 222px;
  background: url("../img/update-2312/bg-hukidashi-1.png") no-repeat;
  background-size: contain;
}
#section01 .problem_box-a .item:nth-child(1) {
  background: url("../img/update-2312/bg-hukidashi-a-1.png") no-repeat;
}
#section01 .problem_box .item:nth-child(1) .txt {
  width: 329px;
}
#section01 .problem_box .item:nth-child(2) {
  padding-top: 38px;
  width: 313px;
  height: 194px;
  background: url("../img/update-2312/bg-hukidashi-2.png") no-repeat;
  background-size: contain;
}
#section01 .problem_box-a .item:nth-child(2) {
  background: url("../img/update-2312/bg-hukidashi-a-2.png") no-repeat;
}
#section01 .problem_box .item:nth-child(3) {
  margin-top: 20px;
  padding-top: 65px;
  width: 329px;
  height: 200px;
  background: url("../img/update-2312/bg-hukidashi-3.png") no-repeat;
  background-size: contain;
}
#section01 .problem_box-a .item:nth-child(3) {
  background: url("../img/update-2312/bg-hukidashi-a-3.png") no-repeat;
}
#section01 .problem_box .item:nth-child(3) .txt {
  width: 285px;
  margin: 0 0 0 auto;
}
#section01 .problem_box .item:nth-child(4) {
  margin-top: 20px;
  padding-top: 48px;
  width: 459px;
  height: 185px;
  background: url("../img/update-2312/bg-hukidashi-4.png") no-repeat;
  background-size: contain;
}
#section01 .problem_box-a .item:nth-child(4) {
  background: url("../img/update-2312/bg-hukidashi-a-4.png") no-repeat;
}
#section01 .problem_box .item:nth-child(4) .txt {
  width: 394px;
}
#section01 .problem_box .item:nth-child(5) {
  margin-top: 20px;
  padding-top: 38px;
  width: 414px;
  height: 160px;
  background: url("../img/update-2312/bg-hukidashi-5.png") no-repeat;
  background-size: contain;
}
#section01 .problem_box-a .item:nth-child(5) {
  background: url("../img/update-2312/bg-hukidashi-a-5.png") no-repeat;
}
#section01 .problem_box .item:nth-child(5) .txt {
  width: 368px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 1024px) {
  #section01 .problem_box::before {
    background-image: url("../img/update-2312/sp-bg-problem-1.png");
    background-size: cover;
  }
  #section01 .problem_box-a::before {
    background-image: url("../img/update-2312/sp-bg-problem-a-1.png");
    background-size: cover;
  }
  #section01 .problem_box .con-inner {
    width: calc(351 / 375 * 100%);
  }
  #section01 .problem_box .item .txt {
    line-height: 1.25;
  }
  #section01 .problem_box .item:nth-child(1) {
    padding-top: 50px;
    margin-left: calc(65 / 351 * 100%);
    width: calc(167 / 351 * 100%);
    height: 220px;
    background: url("../img/update-2312/sp-bg-hukidashi-1.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box-a .item:nth-child(1) {
    background: url("../img/update-2312/sp-bg-hukidashi-a-1.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box .item:nth-child(1) .txt {
    width: 100%;
  }
  #section01 .problem_box .item:nth-child(2) {
    margin-top: -50px;
    padding-top: 60px;
    width: calc(177 / 351 * 100%);
    height: 214px;
    background: url("../img/update-2312/sp-bg-hukidashi-2.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box-a .item:nth-child(2) {
    background: url("../img/update-2312/sp-bg-hukidashi-a-2.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box .item:nth-child(3) {
    margin-top: -80px;
    padding-top: 50px;
    width: calc(170 / 351 * 100%);
    height: 216px;
    background: url("../img/update-2312/sp-bg-hukidashi-3.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box-a .item:nth-child(3) {
    background: url("../img/update-2312/sp-bg-hukidashi-a-3.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box .item:nth-child(3) .txt {
    width: 100%;
  }
  #section01 .problem_box .item:nth-child(4) {
    margin-top: -20px;
    padding-top: 80px;
    width: calc(180 / 351 * 100%);
    height: 250px;
    background: url("../img/update-2312/sp-bg-hukidashi-4.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box-a .item:nth-child(4) {
    background: url("../img/update-2312/sp-bg-hukidashi-a-4.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box .item:nth-child(4) .txt {
    width: 100%;
  }
  #section01 .problem_box .item:nth-child(5) {
    margin-top: -60px;
    padding-top: 68px;
    width: calc(157 / 351 * 100%);
    height: 226px;
    background: url("../img/update-2312/sp-bg-hukidashi-5.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box-a .item:nth-child(5) {
    background: url("../img/update-2312/sp-bg-hukidashi-a-5.png") no-repeat;
    background-size: contain;
  }
  #section01 .problem_box .item:nth-child(5) .txt {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #section01 .problem_box {
    padding: 40px 0 90px;
  }
  #section01 .problem_box h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  #section01 .problem_box .item .txt {
    font-size: 12px;
  }
  #section01 .problem_box .item:nth-child(1) {
    margin-top: 0;
    padding-top: 20px;
    width: calc(167 / 351 * 100%);
    height: 110px;
  }
  #section01 .problem_box .item:nth-child(2) {
    margin-top: -25px;
    padding-top: 30px;
    height: 107px;
  }
  #section01 .problem_box .item:nth-child(3) {
    margin-top: -40px;
    padding-top: 25px;
    height: 108px;
  }
  #section01 .problem_box .item:nth-child(4) {
    margin-top: -10px;
    padding-top: 40px;
    height: 125px;
  }
  #section01 .problem_box .item:nth-child(5) {
    margin-top: -30px;
    padding-top: 29px;
    height: 113px;
  }
}

@media screen and (max-width: 360px) {
  #section01 .problem_box .item .txt {
    font-size: 10px;
  }
}

/* solution box */
#section01 .solution_box {
  padding: 50px 0;
  position: relative;
}
#section01 .solution_box::before {
  content: "";
  position: absolute;
  bottom: -295px;
  right: 30px;
  width: 240px;
  height: 630px;
  background-image: url("../img/update-2312/bg-solution-1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#section01 .solution_box .ttl_box {
  margin-bottom: 20px;
  text-align: center;
}
#section01 .solution_box .ttl_box h2 {
  display: inline-block;
  font-size: 48px;
  line-height: 1.5;
  background: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section01 .solution_box .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
#section01 .solution_box .item {
  width: calc(356 / 1100 * 100%);
  margin-bottom: 20px;
  padding: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
#section01 .solution_box .item dt {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
#section01 .solution_box .item dt .icon {
  width: calc(64 / 308 * 100%);
}
#section01 .solution_box .item dt .txt {
  width: calc(233 / 308 * 100%);
  font-size: 18px;
  background: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
#section01 .solution_box .item dt .txt .bg {
  font-size: 26px;
}
#section01 .solution_box .item-txt {
  font-size: 20px;
  letter-spacing: -0.04em;
}

@media screen and (max-width: 1024px) {
  #section01 .solution_box {
    padding: 50px 0;
  }
  #section01 .solution_box-a {
    padding: 50px 0 220px;
  }
  #section01 .solution_box::before {
    display: none;
  }
  #section01 .solution_box-a::before {
    display: block;
    z-index: 3;
  }
  #section01 .solution_box .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 40px;
  }
  #section01 .solution_box .item dt .icon {
    width: calc(55 / 279 * 100%);
  }
  #section01 .solution_box .item dt .txt {
    width: calc(210 / 279 * 100%);
    font-size: 38px;
    line-height: 1.2;
  }
  #section01 .solution_box .item dt .txt .bg {
    font-size: 46px;
  }
  #section01 .solution_box .item-txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  #section01 .solution_box {
    padding: 25px 0;
  }
  #section01 .solution_box-a {
    padding: 25px 0 90px;
  }
  #section01 .solution_box-a::before {
    width: 120px;
  }
  #section01 .solution_box .ttl_box {
    margin-bottom: 10px;
  }
  #section01 .solution_box .ttl_box h2 {
    font-size: 20px;
  }
  #section01 .solution_box .item {
    margin-bottom: 20px;
    padding: 20px;
  }
  #section01 .solution_box .item dt {
    margin-bottom: 20px;
  }
  #section01 .solution_box .item dt .txt {
    font-size: 16px;
  }
  #section01 .solution_box .item dt .txt .bg {
    font-size: 23px;
  }
  #section01 .solution_box .item-txt {
    font-size: 14px;
  }
}

/* estimate answer */
#section01 .estimate_answer {
  padding: 50px 0;
}
#section01 .estimate_answer .list {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 .estimate_answer .item {
  width: calc(326 / 1100 * 100%);
  padding: 40px 20px 20px;
  background-color: #fff;
  border-radius: 2px 44px 2px 2px;
  box-sizing: border-box;
  position: relative;
}
#section01 .estimate_answer .item-icon {
  width: 13px;
  height: 18px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #0c1857;
  align-self: center;
}
#section01 .estimate_answer .item .no {
  position: absolute;
  top: -23.5px;
  left: 0;
  width: 128px;
  text-align: center;
  padding: 6.75px 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #854de1;
}
#section01 .estimate_answer .item:nth-child(5) .no {
  color: #351f5a;
  background-color: #a9e14d;
}
#section01 .estimate_answer .item .no .fg {
  font-size: 24px;
}
#section01 .estimate_answer .item .img {
  width: calc(110 / 285 * 100%);
  margin: 0 auto 10px;
}
#section01 .estimate_answer .item-ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
#section01 .estimate_answer .item:nth-child(5) .icon {
  position: absolute;
  top: -17px;
  right: 30px;
  width: 88px;
}
#section01 .estimate_answer .item:nth-child(5) .icon img{
  width: 100%;
  height: auto;
}
#section01 .estimate_answer .item:nth-child(5) .item-ttl {
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  #section01 .estimate_answer .item {
    width: 100%;
    padding: 80px 40px 40px;
    font-size: 32px;
  }
  #section01 .estimate_answer .item-icon {
    margin: 50px auto 100px;
    width: 36px;
    height: 18px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
  }
  #section01 .estimate_answer .item .no {
    top: -47px;
    width: 256px;
    padding: 13.5px 0;
    font-size: 36px;
    line-height: 1.4;
  }
  #section01 .estimate_answer .item .no .fg {
    font-size: 48px;
  }
  #section01 .estimate_answer .item .img {
    width: calc(100 / 265 * 100%);
    margin: 0 auto 20px;
  }
  #section01 .estimate_answer .item-ttl {
    font-size: 48px;
  }
  #section01 .estimate_answer .item:nth-child(5) .icon {
    top: -25px;
    right: 110px;
    width: 176px;
  }
  #section01 .estimate_answer .item:nth-child(5) .item-ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 500px) {
  #section01 .estimate_answer {
    padding: 25px 0;
  }
  #section01 .estimate_answer .list {
    margin-top: 80px;
  }
  #section01 .estimate_answer .item {
    padding: 40px 20px 20px;
    border-radius: 2px 44px 2px 2px;
    font-size: 16px;
  }
  #section01 .estimate_answer .item-icon {
    margin: 25px auto 50px;
    width: 26px;
    height: 13px;
  }
  #section01 .estimate_answer .item .no {
    top: -23.5px;
    width: 128px;
    padding: 6.75px 0;
    font-size: 18px;
  }
  #section01 .estimate_answer .item .no .fg {
    font-size: 24px;
  }
  #section01 .estimate_answer .item .img {
    margin: 0 auto 10px;
  }
  #section01 .estimate_answer .item-ttl {
    font-size: 24px;
  }
  #section01 .estimate_answer .item:nth-child(5) .icon {
    top: -10px;
    right: 45px;
    width: 88px;
  }
  #section01 .estimate_answer .item:nth-child(5) .item-ttl {
    font-size: 20px;
  }
}

/* how to work */
.howto_work {
  padding: 50px 0 100px;
}
.howto_work img {
  width: 100%;
  height: auto;
}
.howto_work .list .item {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.howto_work .list .item:first-of-type {
  flex-direction: row-reverse;
}
.howto_work .list .item .mvbox {
  width: 52%;
}
.howto_work .list .item .video {
  position: relative;
}
.howto_work .list .item .video .play-btn,
.howto_work .list .item .video .play-btn-2 {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #f5f4f5;
}
.howto_work .list .item .video .play-btn.playActive,
.howto_work .list .item .video .play-btn-2.playActive {
  display: none;
}
.howto_work .list .item .video .play-btn img,
.howto_work .list .item .video .play-btn-2 img {
  width: 100.1%;
  height: 100%;
}
.howto_work .list .item .video video {
  display: block;
  width: 100%;
}
.howto_work .list .item .txtbox {
  width: 42%;
  margin-top: 44px;
  background-color: #fff;
  position: relative;
  border-radius: 8px 48px 8px 48px;
  padding: 50px 40px 40px;
  box-sizing: border-box;
}
.howto_work .no {
  position: absolute;
  top: -24px;
  left: 40px;
  font-weight: bold;
}
.howto_work .no-fg {
  font-size: 64px;
  color: #a9e14d;
  margin-right: 42px;
  font-family: "Plus Jakarta Sans";
}
.howto_work .no-txt {
  font-size: 40px;
  position: relative;
}
.howto_work .no-txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -22px;
  width: 2px;
  height: 23px;
  background-color: #333;
}
.howto_work .list .item-ttl {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
.howto_work .list .item .txt {
  font-size: 18px;
}
.howto_work .list .item .txt .line-gr {
  padding: 0 3px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 3.5px) calc(100% - 3.5px), #a9e14d 3.5px, transparent 3.5px), radial-gradient(circle at 3.5px calc(100% - 3.5px), #a9e14d 3.5px, transparent 3.5px), linear-gradient(to bottom, #fff calc(100% - 7px), transparent calc(100% - 7px)),
    linear-gradient(to right, transparent 3.5px, #a9e14d 3.5px, #a9e14d calc(100% - 3.5px), transparent calc(100% - 3.5px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.howto_work .usecase-box .no {
  position: static;
  margin-bottom: 20px;
}
.howto_work .usecase-box_list {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #defcac80;
  border-radius: 16px 48px 16px 48px;
  padding: 24px;
}
.howto_work .usecase-box_item {
  width: 31.5%;
  background-color: #fff;
  border-radius: 8px 48px 8px 48px;
  padding: 24px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.howto_work .usecase-box_item::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 12px;
  background-image: url(../img/update-2312/icon-clip-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 36px;
}
.howto_work .usecase-box_item .case-no {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background-color: #a9e14d;
  line-height: 1;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 40px;
}
.howto_work .usecase-box_item .img {
  margin-bottom: 15px;
}
.howto_work .usecase-box_item .item-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 60px;
  line-height: 1.5;
  color: #111;
}
.howto_work .usecase-box_item .txt {
  text-align: left;
  line-height: 1.5;
}
.howto_work .usecase-box_item:nth-child(3) .item-ttl {
  margin-top: 1em;
}
.howto_work .link-txt {
  text-align: right;
}
.howto_work .link-txt a {
  display: inline-block;
  align-items: center;
  justify-content: flex-end;
  font-size: 20px;
  color: #82c515;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  border-bottom: #82c515 1px solid;
}
.howto_work .link-txt a .icon {
  display: inline-block;
  width: 9px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.howto_work .link-txt a .icon img {
  vertical-align: text-top;
}

@media screen and (max-width: 1024px) {
  .howto_work .list .item {
    margin-bottom: 96px;
  }
  .howto_work .list .item:first-of-type {
    flex-direction: row;
  }
  .howto_work .list .item .mvbox {
    width: 100%;
    margin-bottom: 80px;
  }
  .howto_work .list .item .txtbox {
    width: 100%;
    padding: 96px 48px;
    border-radius: 16px 96px 16px 96px;
  }
  .howto_work .no {
    line-height: 1;
    top: -64px;
    left: 48px;
  }
  .howto_work .no-fg {
    font-size: 112px;
  }
  .howto_work .no-txt {
    font-size: 64px;
  }
  .howto_work .list .item-ttl {
    font-size: 40px;
    line-height: 1.4;
  }
  .howto_work .list .item .txt {
    font-size: 32px;
  }
  .howto_work .usecase-box_list {
    padding: 48px 48px 0;
  }
  .howto_work .usecase-box_item {
    width: 100%;
    margin-bottom: 48px;
    padding: 48px;
  }
  .howto_work .usecase-box_item::before {
    top: -18px;
    left: 24px;
    width: 38px;
    height: 72px;
  }
  .howto_work .usecase-box_item .case-no {
    font-size: 28px;
    padding: 10px 28px;
  }
  .howto_work .usecase-box_item .item-ttl {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .howto_work .usecase-box_item .txt {
    font-size: 28px;
  }
  .howto_work .link-txt a {
    font-size: 32px;
  }
  .howto_work .link-txt a .icon {
    width: 13px;
    height: 35px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 500px) {
  .howto_work .list .item {
    margin-bottom: 48px;
  }
  .howto_work .list .item .mvbox {
    margin-bottom: 40px;
  }
  .howto_work .list .item .txtbox {
    padding: 48px 24px;
    border-radius: 8px 48px 8px 48px;
  }
  .howto_work .no {
    top: -32px;
    left: 12px;
  }
  .howto_work .no-fg {
    font-size: 56px;
    margin-right: 28px;
  }
  .howto_work .no-txt::before {
    left: -18px;
  }
  .howto_work .no-txt {
    font-size: 32px;
  }
  .howto_work .list .item-ttl {
    font-size: 20px;
  }
  .howto_work .list .item .txt {
    font-size: 16px;
  }
  .howto_work .usecase-box_list {
    padding: 24px 24px 0;
  }
  .howto_work .usecase-box_item {
    margin-bottom: 24px;
    padding: 24px;
  }
  .howto_work .usecase-box_item::before {
    top: -9px;
    left: 12px;
    width: 19px;
    height: 36px;
  }
  .howto_work .usecase-box_item .case-no {
    font-size: 14px;
    padding: 5px 14px;
  }
  .howto_work .usecase-box_item .item-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .howto_work .usecase-box_item .txt {
    font-size: 14px;
  }
  .howto_work .link-txt a {
    font-size: 16px;
  }
  .howto_work .link-txt a .icon {
    width: 6.5px;
    height: 17px;
    margin-left: 5px;
  }
}

/* al and experts */
.block_ai {
  padding: 0 0 100px;
}
.block_ai .img {
  width: calc(962 / 1100 * 100%);
  margin: 0 auto 40px;
}
.block_ai .img img {
  width: 100%;
  height: auto;
}
.block_ai .lead-txt {
  text-align: center;
  font-weight: 700;
}
.block_ai .lead-txt .hl-gr {
  margin: 5px 0 10px;
  display: inline-block;
  padding: 3px 10px;
  font-size: 28px;
  color: #351f5a;
  background-color: #a9e14d;
  border-radius: 2px;
}
.block_ai .icon {
  width: 20px;
  margin: 0 auto 20px;
}
.block_ai .icon img {
  width: 100%;
  height: auto;
}
.block_ai .list {
  width: calc(962 / 1100 * 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block_ai .list .item {
  margin-bottom: 20px;
  width: 48.7%;
  padding: 32px 40px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
}
.block_ai .list .item-ttl {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #5d369e;
  font-weight: 700;
}
.block_ai .list .item-ttl .icon {
  width: 48px;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 1024px) {
  .block_ai .img {
    width: 100%;
    margin-bottom: 80px;
  }
  .block_ai .lead-txt {
    font-size: 28px;
  }
  .block_ai .lead-txt .hl-gr {
    font-size: 32px;
  }
  .block_ai .icon {
    width: 40px;
    margin: 30px auto 40px;
  }
  .block_ai .list {
    width: 100%;
  }
  .block_ai .list .item {
    width: 100%;
    margin-bottom: 32px;
    padding: 48px;
  }
  .block_ai .list .item-ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .block_ai .list .item-ttl .icon {
    width: 80px;
    margin-right: 20px;
  }
  .block_ai .item > .txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .block_ai {
    padding: 0 0 60px;
  }
  .block_ai .img {
    margin-bottom: 40px;
  }
  .block_ai .lead-txt {
    font-size: 14px;
  }
  .block_ai .lead-txt .hl-gr {
    font-size: 16px;
  }
  .block_ai .icon {
    width: 20px;
    margin: 15px auto 20px;
  }
  .block_ai .list .item {
    margin-bottom: 16px;
    padding: 24px;
  }
  .block_ai .list .item-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .block_ai .list .item-ttl .icon {
    width: 40px;
    margin-right: 10px;
  }
  .block_ai .item > .txt {
    font-size: 14px;
  }
}

/* block_movie */
#section01 .block_movie {
  padding: 50px 0 50px;
}
#section01 .block_movie .video {
  position: relative;
}
#section01 .block_movie .video .play-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
}
#section01 .block_movie .video .play-btn.playActive {
  display: none;
}
#section01 .block_movie .video .play-btn img {
  width: 100.1%;
  height: 100%;
}
#section01 .block_movie .video video {
  display: block;
  width: 100%;
}

@media screen and (max-width: 500px) {
  #section01 .block_movie {
    padding: 25px 0 25px;
  }
}

/* technology　box */
.technology_box {
  padding: 195px 0 100px;
  margin-top: -145px;
}
.technology_box .img img {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .technology_box {
    padding: 100px 0 50px;
    margin-top: -75px;
  }
}

/* section02 reason */
#first-visitors,
#section03,
#section04,
#section05,
#tryit {
  padding: 205px 0 60px;
  margin-top: -145px;
}
#section02 {
  margin-top: -145px;
  padding-top: 145px;
}

.reason {
  padding: 75px 0;
  background: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  #first-visitors,
  #section03,
  #section04,
  #section05 {
    padding: 187px 0 60px;
    margin-top: -127px;
  }
  #section02 {
    margin-top: -127px;
    padding-top: 127px;
  }
}
@media screen and (max-width: 500px) {
  #first-visitors,
  #section03,
  #section04,
  #section05 {
    padding: 92px 0 30px;
    margin-top: -62px;
  }
  #section02 {
    margin-top: -62px;
    padding-top: 62px;
  }
  .reason {
    padding: 30px 0;
  }
}

#section02 .reason-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section02 .reason-box .item {
  width: calc(316 / 1100 * 100%);
  text-align: center;
}
#section02 .reason-box .item .cir-box {
  width: 316px;
  height: 316px;
  border-radius: 50%;
  background-color: #fff;
  padding-top: 70px;
  box-sizing: border-box;
}
#section02 .reason-box .item .cir-box .txt {
  margin: 10px 0 10px;
  font-size: 28px;
}
#section02 .reason-box .item .cir-box .no-txt {
  display: inline-block;
  font-size: 48px;
  background: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  line-height: 1.3;
}
#section02 .reason-box .item .cir-box .no-txt-fg {
  font-size: 72px;
}
#section02 .reason-box .item .desc-txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #section02 .reason-box .list {
    justify-content: space-evenly;
  }
  #section02 .reason-box .item {
    width: calc(155 / 325 * 100%);
    margin-bottom: 50px;
  }
  #section02 .reason-box .item:last-of-type {
    margin-bottom: 0;
  }
  #section02 .reason-box .item .cir-box .star-icon {
    width: calc(67 / 167 * 100%);
    margin: 0 auto;
    display: block;
  }
  #section02 .reason-box .item .cir-box .txt {
    margin: 10px 0 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  #section02 .reason-box .item {
    margin-bottom: 20px;
  }
  #section02 .reason-box .item .cir-box {
    width: 155px;
    height: 155px;
    padding-top: 20px;
  }
  #section02 .reason-box .item .cir-box .txt {
    margin: 5px 0 5px;
    font-size: 18px;
    line-height: 1.3;
  }
  #section02 .reason-box .item .cir-box .no-txt {
    font-size: 20px;
    line-height: 1.3;
  }
  #section02 .reason-box .item .cir-box .no-txt-fg {
    font-size: 40px;
  }
  #section02 .reason-box .item .desc-txt {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  #section02 .reason-box .item {
    width: 100%;
  }
  #section02 .reason-box .item .cir-box {
    margin: 0 auto;
  }
}

#tryit{
  position: relative;
}
#tryit .doc{
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(1100 / 1512 * 100%);
  text-align: right;
}
.doc-img{
  width: 120px;
  margin: 0 180px 0 auto;
}
.doc-img img{
  width: 100%;
}
.doc .doc-btn{
  width: 300px;
  margin: 10px 0 0 auto;
}
.doc .doc-btn a{
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0a1464;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 10px;
}
.doc .doc-btn a .icon{
  width: 20px;
  margin-right: 8px;
}
.doc .doc-btn a .icon img{
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  #tryit .doc{
    position: static;
    transform: translateX(0);
    margin: 0 auto;
    width: 90%;
    font-size: 32px;
  }
   .doc-img{
    width: 40%;
    margin: 0 auto;
   }
   .doc .doc-btn{
    width: 100%;
   }
   .doc .doc-btn a .icon{
    width: 30px;
  }
}
@media screen and (max-width: 500px) {
  #tryit .doc{
    font-size: 16px;
  }
  .doc .doc-btn a .icon{
    width: 20px;
  }
}

/* section03 voice */
#section03 .voice-box .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 24px;
  background-color: #fff;
  box-sizing: border-box;
}
#section03 .voice-box .item .img {
  width: calc(351 / 1052 * 100%);
}
#section03 .voice-box .item .img img {
  width: 100%;
}
#section03 .voice-box .item .txtbox {
  width: calc(677 / 1052 * 100%);
}
#section03 .voice-box .item-ttl {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.5;
}
#section03 .voice-box .txt {
  margin-bottom: 10px;
  line-height: 1.5;
}
#section03 .voice-box .info-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#section03 .voice-box .info-box .post {
  padding: 0 16.5px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  color: #854de1;
  background-color: #f8f8f8;
}
#section03 .voice-box .info-box .fg {
  padding: 4px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  border-radius: 32px;
  background: linear-gradient(to right, rgba(23, 46, 163, 1) 0%, rgba(144, 34, 229, 1) 100%);
}

@media screen and (max-width: 1024px) {
  #section03 .voice-box .item {
    margin-bottom: 40px;
    padding: 32px;
  }
  #section03 .voice-box .item .img {
    width: 100%;
    margin-bottom: 32px;
  }
  #section03 .voice-box .item .txtbox {
    width: 100%;
  }
  #section03 .voice-box .item-ttl {
    margin: 20px 0;
    font-size: 36px;
  }
  #section03 .voice-box .txt {
    margin-bottom: 20px;
    font-size: 28px;
  }
  #section03 .voice-box .info-box .post {
    padding: 5.5px 16.5px;
    font-size: 22px;
    border-radius: 8px;
  }
  #section03 .voice-box .info-box .fg {
    padding: 8px 34px;
    font-size: 24px;
    border-radius: 64px;
  }
}
@media screen and (max-width: 500px) {
  #section03 .voice-box .item {
    margin-bottom: 20px;
    padding: 16px;
  }
  #section03 .voice-box .item .img {
    margin-bottom: 16px;
  }
  #section03 .voice-box .item-ttl {
    margin: 10px 0;
    font-size: 18px;
  }
  #section03 .voice-box .txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #section03 .voice-box .info-box .post {
    padding: 2.5px 8px;
    font-size: 11px;
    border-radius: 4px;
  }
  #section03 .voice-box .info-box .fg {
    padding: 4px 17px;
    font-size: 12px;
    border-radius: 32px;
  }
}

/* section04 examples */
#section04 .product-list-box {
  margin-bottom: 10px;
  background-color: #fff;
}
#section04 .product-list-box .head-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#section04 .product-list-box .head-box::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../img/update-2312/icon-plus-1.png") 0 0 no-repeat;
  background-size: contain;
}
#section04 .product-list-box .head-box.on::after {
  background: url("../img/update-2312/icon-line-1.png") 0 0 no-repeat;
  background-size: contain;
}
#section04 .product-list-box .head-box .img {
  width: calc(546 / 1100 * 100%);
}
#section04 .product-list-box .head-box .img img {
  width: 100%;
}
#section04 .product-list-box .head-box .txtbox {
  width: calc(480 / 1100 * 100%);
  font-size: 24px;
  font-weight: bold;
}
#section04 .product-list-box .body-box {
  display: none;
  padding: 24px;
}

@media screen and (max-width: 1024px) {
  #section04 .product-list-box {
    margin-bottom: 40px;
  }
  #section04 .product-list-box .head-box::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
  }
  #section04 .product-list-box .head-box .img {
    width: calc(156 / 327 * 100%);
  }
  #section04 .product-list-box .head-box .txtbox {
    width: calc(160 / 327 * 100%);
    font-size: 32px;
  }
  #section04 .product-list-box .body-box {
    padding: 32px;
  }
}
@media screen and (max-width: 500px) {
  #section04 .product-list-box {
    margin-bottom: 20px;
  }
  #section04 .product-list-box .head-box::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  #section04 .product-list-box .head-box .txtbox {
    font-size: 16px;
  }
  #section04 .product-list-box .body-box {
    padding: 16px;
  }
}
@media screen and (max-width: 360px) {
  #section04 .product-list-box .head-box::after {
    right: 10px;
  }
  #section04 .product-list-box .head-box .txtbox {
    font-size: 14px;
  }
}
#section04 .examples-box .list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
#section04 .examples-box .item {
  width: calc(367 / 1133 * 100%);
  margin-right: calc(16 / 1133 * 100%);
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
  border: #854de1 1px solid;
  /* background-color: #f6f6f6; */
}
#section04 .examples-box .item:nth-child(3n) {
  margin-right: 0;
}
#section04 .examples-box .item-ttl {
  text-align: center;
  padding: 8px 0;
  font-size: 20px;
  line-height: 1.2;
  /* color: #854de1; */
  /* background-color: #f6f6f6; */
  border-radius: 30px;
  background: linear-gradient(to right, rgba(23, 46, 163, 1) 0%, rgba(144, 34, 229, 1) 100%);
  color: #fff;
}
#section04 .examples-box .item-ttl .grd-txt {
  display: inline-block;
  background: linear-gradient(to right, rgba(23, 46, 163, 1) 0%, rgba(144, 34, 229, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#section04 .examples-box .img img {
  width: 100%;
}
#section04 .examples-box .item .info-box {
  display: flex;
  font-size: 13px;
  line-height: 1;
  word-break: break-all;
  background-color: #f6f6f6;
  margin-bottom: 3px;
  border-radius: 4px;
}
#section04 .examples-box .item .info-box .name {
  width: 35%;
  padding: 10px 5px;
}
#section04 .examples-box .item .info-box .cont {
  width: 65%;
  padding: 10px 5px;
}
#section04 .examples-box .item .features-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#section04 .examples-box .item .features-box dl {
  width: calc(156 / 319 * 100%);
  padding: 8px 0;
  text-align: center;
  border: 1px solid #f5c61c;
  border-image: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  border-image-slice: 1;
  border-radius: 2px;
  background: linear-gradient(to right, rgba(255, 210, 47, 0.2) 0%, rgba(255, 106, 41, 0.1) 100%);
  box-sizing: border-box;
}
#section04 .examples-box .item .features-box dt {
  width: 76px;
  margin: 0 auto 8px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  padding: 4px 0;
  border-radius: 100px;
  background: linear-gradient(to right, rgba(245, 198, 28, 1) 0%, rgba(255, 113, 52, 1) 100%);
  color: #fff;
}
#section04 .examples-box .item .features-box dd {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #ff7134;
}
#section04 .examples-box .item .features-box dd .fg {
  font-size: 28px;
}

@media screen and (max-width: 1024px) {
  #section04 .examples-box .item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    padding: 32px;
  }
  #section04 .examples-box .item-ttl {
    width: calc(180 / 295 * 100%);
    padding: 17px 0;
    font-size: 32px;
    border-radius: 60px;
  }
  #section04 .examples-box .item .info-box {
    font-size: 28px;
    margin-bottom: 20px;
    padding: 16px 32px;
    border-radius: 8px;
    flex-wrap: wrap;
  }
  #section04 .examples-box .item .info-box .name,
  #section04 .examples-box .item .info-box .cont {
    width: 100%;
  }
  #section04 .examples-box .item .features-box dl {
    width: calc(144 / 295 * 100%);
    padding: 16px 0;
  }
  #section04 .examples-box .item .features-box dt {
    width: calc(76 / 128 * 100%);
    margin: 0 auto 16px;
    font-size: 26px;
    padding: 11px 0;
    border-radius: 100px;
  }
  #section04 .examples-box .item .features-box dd {
    font-size: 28px;
  }
  #section04 .examples-box .item .features-box dd .fg {
    font-size: 56px;
  }
}
@media screen and (max-width: 500px) {
  #section04 .examples-box .item {
    margin-bottom: 20px;
    padding: 16px;
  }
  #section04 .examples-box .item-ttl {
    padding: 8.5px 0;
    font-size: 16px;
    border-radius: 30px;
  }
  #section04 .examples-box .item .info-box {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border-radius: 4px;
  }
  #section04 .examples-box .item .features-box dl {
    padding: 8px 0;
  }
  #section04 .examples-box .item .features-box dt {
    margin: 0 auto 8px;
    font-size: 13px;
    padding: 5.5px 0;
    border-radius: 50px;
  }
  #section04 .examples-box .item .features-box dd {
    font-size: 14px;
  }
  #section04 .examples-box .item .features-box dd .fg {
    font-size: 28px;
  }
}

/* section05 examples */
#section05 .product-list-box {
  margin-bottom: 10px;
  background-color: #fff;
}
#section05 .product-list-box .head-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
}
#section05 .product-list-box .head-box::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../img/update-2312/icon-plus-1.png") 0 0 no-repeat;
  background-size: contain;
}
#section05 .product-list-box .head-box.on::after {
  background: url("../img/update-2312/icon-line-1.png") 0 0 no-repeat;
  background-size: contain;
}
#section05 .product-list-box .head-box .img {
  width: calc(546 / 1100 * 100%);
}
#section05 .product-list-box .head-box .txtbox {
  width: calc(480 / 1100 * 100%);
  font-size: 24px;
  font-weight: bold;
}
#section05 .product-list-box .body-box {
  display: none;
  padding: 24px;
}
#section05 .product-list-box .body-box .item {
  margin-bottom: 8px;
  padding: 24px;
  background-color: #f6f6f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
}
#section05 .product-list-box .body-box .item-name {
  width: calc(220 / 996 * 100%);
  font-weight: bold;
}
#section05 .product-list-box .body-box .item-cont {
  width: calc(771 / 996 * 100%);
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #section05 .product-list-box {
    margin-bottom: 40px;
  }
  #section05 .product-list-box .head-box::after {
    content: "";
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
  }
  #section05 .product-list-box .head-box .img {
    width: calc(156 / 327 * 100%);
  }
  #section05 .product-list-box .head-box .txtbox {
    width: calc(160 / 327 * 100%);
    font-size: 32px;
  }
  #section05 .product-list-box .body-box {
    padding: 32px;
  }
  #section05 .product-list-box .body-box .item {
    margin-bottom: 8px;
    padding: 32px;
  }
  #section05 .product-list-box .body-box .item-name {
    width: 100%;
    font-size: 28px;
  }
  #section05 .product-list-box .body-box .item-cont {
    width: 100%;
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  #section05 .product-list-box {
    margin-bottom: 20px;
  }
  #section05 .product-list-box .head-box::after {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  #section05 .product-list-box .head-box .txtbox {
    font-size: 16px;
  }
  #section05 .product-list-box .body-box {
    padding: 16px;
  }
  #section05 .product-list-box .body-box .item {
    margin-bottom: 4px;
    padding: 16px;
  }
  #section05 .product-list-box .body-box .item-name {
    font-size: 14px;
  }
  #section05 .product-list-box .body-box .item-cont {
    font-size: 14px;
  }
}
@media screen and (max-width: 360px) {
  #section05 .product-list-box .head-box::after {
    right: 10px;
  }
  #section05 .product-list-box .head-box .txtbox {
    font-size: 14px;
  }
}

/* section_faq */
#section_faq {
  padding: 210px 0 130px;
  margin-top: -150px;
}
#section_faq .head-box {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
  background-color: #fff;
  border-radius: 8px;
}
#section_faq .head-box .txtbox {
  width: calc(710 / 1036 * 100%);
}
#section_faq .head-box .txtbox .head-box-ttl {
  font-size: 18px;
  font-weight: bold;
}
#section_faq .head-box .txtbox .txt {
  font-size: 14px;
  margin: 10px 0;
}
#section_faq .head-box .txtbox .pp-btn {
  width: 202px;
}
#section_faq .head-box .txtbox .pp-btn a {
  display: block;
  padding: 3px 0;
  text-align: center;
  border: #854de1 1px solid;
  font-size: 14px;
  color: #854de1;
  border-radius: 24px;
  text-decoration: none;
}
#section_faq .head-box .txtbox .pp-btn a .icon {
  display: inline-block;
  width: 18px;
  margin-left: 8px;
}
#section_faq .head-box .txtbox .pp-btn a .icon img {
  vertical-align: middle;
}
#section_faq .head-box .img {
  width: calc(108 / 1036 * 100%);
  position: relative;
  margin-top: 100px;
}
#section_faq .head-box .img .doc{
  position: absolute;
  top: -80px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#section_faq .head-box .img .doc-img{
  margin: 0;
  width: 80px;
}
#section_faq .head-box .img .doc .doc-btn{
  width: 230px;
}
#section_faq .head-box .img .doc .doc-btn a{
  font-size: 13px;
  padding: 5px;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#section_faq .faq_cat_item {
  margin-bottom: 10px;
  padding: 24px;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 8px;
}
#section_faq li:last-child {
  margin-bottom: 0;
}
#section_faq li .cat {
  position: relative;
  display: flex;
  cursor: pointer;
}
#mitsumori-page #section_faq li .q p:first-child span {
  display: block;
  width: 65px;
  margin-right: 17px;
  padding: 5px 0;
  background: #afafaf;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
}
#mitsumori-page #section_faq li .q p:last-child {
  padding: 5px 25px 0 0;
}
#mitsumori-page #section_faq li .q::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/update-2312/icon-arrow-1.png") 0 0 no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#mitsumori-page #section_faq li .q.on::after {
  transform: rotate(0deg);
}
#mitsumori-page #section_faq li .a {
  display: none;
}
#mitsumori-page #section_faq li .a div {
  display: flex;
  padding: 30px 10px 20px;
}
#mitsumori-page #section_faq li .a p:first-child span {
  display: inline-block;
  width: 65px;
  margin-right: 17px;
  padding: 5px 0;
  background: #786ab5;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 1.9rem;
}

#mitsumori-page #section_faq .cat::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: url("../img/update-2312/icon-arrow-1.png") 0 0 no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
#mitsumori-page #section_faq .cat.on::after {
  transform: rotate(0deg);
}
#mitsumori-page #section_faq .faq {
  /* display: none; */
  margin-top: 10px;
}
#section_faq .faq_item {
  margin-bottom: 8px;
  padding: 16px;
  font-weight: bold;
  background: #f8f8f8;
  line-height: 1.5;
  font-size: 16px;
  border-radius: 8px;
}
#section_faq .q_item p .icon {
  color: #854de1;
}
#section_faq .a_item {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
}
#section_faq .a_item a {
  word-break: break-all;
}
#mitsumori-page #section_faq .faq_txt {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
#mitsumori-page #section_faq .faq_txt .sp-br {
  display: none;
}

@media screen and (max-width: 1024px) {
  #section_faq {
    padding: 186px 0 130px;
    margin-top: -126px;
  }
  #section_faq .head-box {
    margin-bottom: 40px;
    padding: 48px 64px;
    border-radius: 8px;
  }
  #section_faq .head-box .txtbox {
    width: 100%;
  }
  #section_faq .head-box .txtbox .head-box-ttl {
    font-size: 32px;
  }
  #section_faq .head-box .txtbox .txt {
    font-size: 28px;
    margin: 20px 0;
  }
  #section_faq .head-box .txtbox .pp-btn {
    width: 100%;
  }
  #section_faq .head-box .txtbox .pp-btn a {
    padding: 14px 0;
    font-size: 28px;
    border-radius: 48px;
  }
  #section_faq .head-box .txtbox .pp-btn a .icon {
    width: 48px;
    margin-left: 16px;
  }
  #section_faq .head-box .img {
    display: none;
  }

  #section_faq .faq_cat_item {
    margin-bottom: 20px;
    padding: 32px;
    font-size: 32px;
    border-radius: 16px;
  }
  #mitsumori-page #section_faq li {
    margin-bottom: 20px;
    padding: 32px;
    font-size: 36px;
  }
  #mitsumori-page #section_faq li .q p:first-child span {
    width: 45px;
    padding: 15px 0;
    align-items: center;
    font-size: 1.5rem;
  }
  #mitsumori-page #section_faq li .q p:last-child {
    padding: 0 40px 0 0;
    line-height: 1.5;
  }
  #mitsumori-page #section_faq li .q p.txt_l2 {
    padding-top: 10px;
  }
  #mitsumori-page #section_faq li .a div {
    padding: 20px 10px 10px;
    font-size: 1.5rem;
  }
  #mitsumori-page #section_faq li .a p:first-child span {
    width: 45px;
    padding: 15px 0;
    font-size: 1.5rem;
  }

  #mitsumori-page #section_faq .q_item {
    margin-bottom: 20px;
  }
  #mitsumori-page #section_faq .q_item p {
    display: flex;
  }
  #mitsumori-page #section_faq .a_item {
    margin: 0;
    font-size: 26px;
  }
  #mitsumori-page #section_faq .faq_txt .sp-br {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  #section_faq {
    padding: 122px 0 60px;
    margin-top: -62px;
  }
  #section_faq .head-box {
    margin-bottom: 20px;
    padding: 24px 32px;
    border-radius: 4px;
  }
  #section_faq .head-box .txtbox .head-box-ttl {
    font-size: 16px;
  }
  #section_faq .head-box .txtbox .txt {
    font-size: 14px;
    margin: 10px 0;
  }
  #section_faq .head-box .txtbox .pp-btn a {
    padding: 7px 0;
    font-size: 14px;
    border-radius: 24px;
  }
  #section_faq .head-box .txtbox .pp-btn a .icon {
    width: 24px;
    margin-left: 8px;
  }

  #section_faq .faq_cat_item {
    margin-bottom: 10px;
    padding: 16px;
    font-size: 16px;
    border-radius: 8px;
  }
  #mitsumori-page #section_faq li {
    margin-bottom: 10px;
    padding: 16px;
    font-size: 18px;
  }
  #mitsumori-page #section_faq li .q p:first-child span {
    width: 45px;
    padding: 15px 0;
    align-items: center;
    font-size: 1.5rem;
  }
  #mitsumori-page #section_faq li .q p:last-child {
    padding: 0 40px 0 0;
    line-height: 1.5;
  }
  #mitsumori-page #section_faq li .q p.txt_l2 {
    padding-top: 10px;
  }
  #mitsumori-page #section_faq li .a div {
    padding: 20px 10px 10px;
    font-size: 1.5rem;
  }
  #mitsumori-page #section_faq li .a p:first-child span {
    width: 45px;
    padding: 15px 0;
    font-size: 1.5rem;
  }

  #mitsumori-page #section_faq .q_item {
    margin-bottom: 10px;
  }
  #mitsumori-page #section_faq .a_item {
    margin: 0;
    font-size: 13px;
  }
}

/* section_dl */
#mitsumori-page #section_dl {
  background: #f8f6ff;
}
#mitsumori-page #section_dl .section_inner {
  width: 950px;
}
#mitsumori-page #section_dl .ttl {
  margin-bottom: 40px;
  padding: 10px 0;
  background: #faee00;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2.2rem;
}
#mitsumori-page #section_dl iframe {
  margin-bottom: 60px;
}
#mitsumori-page #section_dl .block_form_box {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 60px;
}
#mitsumori-page #section_dl .block_form_img img {
  width: 100%;
  height: auto;
}
#mitsumori-page #section_dl .block_form_btn {
  margin-top: 60px;
  text-align: center;
}
#mitsumori-page #section_dl .block_form_btn a {
  position: relative;
  display: block;
  color: #2b2b2b;
  font-weight: bold;
  padding: 15px;
  width: 400px;
  margin: 0 auto;
  border: #2b2b2b 3px solid;
  font-size: 24px;
  text-decoration: none;
  border-radius: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #mitsumori-page #section_dl .section_inner {
    width: 100%;
  }
  #mitsumori-page #section_dl .ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
  #mitsumori-page #section_dl .block_form_btn a {
    width: 100%;
    font-size: 16px;
    padding: 8px;
  }
}


/* アンケート　form */
#questionnaire_form {
  padding: 100px 0;
}
#questionnaire_form .lead-txt{
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: bold;
  color: #0a1464;
}
#questionnaire_form .wrap-box{
  margin: 20px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#questionnaire_form .wrap-box .txtbox{
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #0a1464;
  line-height: 2;
}
#questionnaire_form .wrap-box .imgbox{
  width: 40%;
}
#questionnaire_form .wrap-box .imgbox img{
  width: 100%;
  height: auto;
}
#questionnaire_form #section_kv_form .form {
  padding: 60px 0 0;
  background-color: #fff;
}
#questionnaire_form #section_kv_form .form iframe {
  height: 2600px;
}

.pd-main h1{
  margin: 0 !important;
}

@media screen and (max-width: 1024px) {
  #questionnaire_form #section_kv_form .form {
    padding: 60px 0 0;
  }
  #questionnaire_form .wrap-box .txtbox{
    width: 100%;
  }
  #questionnaire_form .wrap-box .imgbox{
    margin: 30px 0 0 auto;
    width: 50%;
  }
  #questionnaire_form #section_kv_form .form iframe {
    height: 2700px;
  }
}
@media screen and (max-width: 767px) {
  #questionnaire_form {
    padding: 60px 0;
  }
  #questionnaire_form .lead-txt{
    font-size: 24px;
  }
  #questionnaire_form .wrap-box .txtbox{
    font-size: 16px;
    line-height: 1.5;
  }
  #questionnaire_form .wrap-box .imgbox{
    margin: 20px 0 0;
    width: 100%;
  }
  #questionnaire_form #section_kv_form .form iframe {
    height: 3420px;
  }
}
@media screen and (max-width: 374px) {
  #questionnaire_form #section_kv_form .form iframe {
    height: 3530px;
  }
}


/*end css
------------------------------------------------------------------------------------------------------------------------------------------- */
