@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #040922;
  -webkit-text-size-adjust: 100%;
}

/* IE10 */
@media all and (-ms-high-contrast: none) {
  body {
    /*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #040922;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

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

/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  border: 0;
  outline: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}

button, input, select, textarea {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  font-family: inherit;
  font-size: 100%;
}

/*
スマホを基本設計にする
- 〜319px：スマートフォン小
- 320px〜479px：スマートフォン大
- 480px〜767px：スマートフォン横
- 768px〜1023px：タブレット
- 1024px〜1279px：PC小
- 1280px〜：PC大
*/
/*@mixin font-b { font-family: "NUDモトヤシーダ Std W5";}
@mixin font-eb { font-family: "NUDモトヤシーダ Std W6";}
@mixin font-other { font-family: メイリオ,Meiryo,sans-serif;}*/
/*枠青矢印右*/
/*枠青矢印左*/
/*グレーボタン*/
/*エントリーボタン*/
/* Scss Document */
@font-face {
  font-family: "icomoon";
  src: url("../icon/fonts/icomoon.eot?u99gzq");
  src: url("../icon/fonts/icomoon.eot?u99gzq#iefix") format("embedded-opentype"), url("../icon/fonts/icomoon.woff?u99gzq") format("woff"), url("../icon/fonts/icomoon.ttf?u99gzq") format("truetype"), url("../icon/fonts/icomoon.svg?u99gzq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* common */
@font-face {
  font-display: swap;
  font-weight: 800;
  font-style: normal;
  font-family: "Work Sans";
  src: url("../font/WorkSans-ExtraBold.ttf") format("truetype");
}
body {
  color: #222;
  font-family: "Noto Sans JP";
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  body {
    font-size: 17px;
  }
}
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: initial;
  transition: initial;
  padding-top: 0;
}

a, button {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a img, button img {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media only screen and (min-width:1024px) {
  a:hover, button:hover {
    color: #00a2ee;
  }
}
a:hover:before, button:hover:before {
  -webkit-transition: inherit;
  transition: inherit;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.pcOnly {
  display: none !important;
}

.pcMinOnly {
  display: none !important;
}

.pcLargeOnly {
  display: none !important;
}

.spNone {
  display: none !important;
}

@media only screen and (min-width:361px) {
  .pcNone {
    display: block !important;
  }
  .spOnly {
    display: inline-block !important;
  }
}
@media only screen and (min-width:768px) {
  .pcOnly {
    display: none !important;
  }
  .pcNone {
    display: block !important;
  }
  .spNone {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1024px) {
  .pcNone {
    display: none !important;
  }
  .pcOnly {
    display: block !important;
  }
  .pcMinOnly {
    display: block !important;
  }
  .spOnly {
    display: none !important;
  }
}
@media only screen and (min-width:1281px) {
  .pcMinOnly {
    display: none !important;
  }
  .pcLargeOnly {
    display: block !important;
  }
}
/* wrapper */
.wrapper {
  padding-top: 50px;
}
@media only screen and (min-width:1024px) {
  .wrapper {
    padding-top: 0;
  }
}

/* header */
.header {
  background: #fff;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 65px;
  }
}
@media only screen and (min-width:1281px) {
  .header {
    height: 70px;
  }
}
.header .headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-left: 10px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn {
    margin: 0 auto;
    padding: 0 40px;
  }
}
.header .headerIn h1 {
  position: relative;
}
.header .headerIn h1.top_bk:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #8750d6), to(#8750d6));
  background-image: linear-gradient(90deg, #fff, #fff 50%, #8750d6 50%, #8750d6);
  background-size: 200%, 100%;
  border-radius: 5px;
  -webkit-animation-name: loading-bar;
          animation-name: loading-bar;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
          animation-timing-function: cubic-bezier(0.83, 0, 0.17, 1); /* easeInOutQuintのイージング */
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  position: absolute;
  bottom: -3px;
  left: 0;
}
@-webkit-keyframes loading-bar {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@keyframes loading-bar {
  0% {
    background-position: 100% 0;
  }
  50% {
    background-position: 0% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
@media only screen and (min-width:768px) {
  .header .headerIn h1.top_bk {
    /*left: 50%;
    margin-left: -59px;*/
  }
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1.top_bk {
    left: inherit;
    margin-left: 0;
  }
}
.header .headerIn h1.top {
  position: relative;
}
.header .headerIn h1.top:before {
  content: "";
  -webkit-animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  animation: shine 4s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 150%;
  height: 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
  top: -3px;
  left: -160%;
  opacity: 0.9;
  position: absolute;
  z-index: 2;
}
@-webkit-keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
@keyframes shine {
  0% {
    left: -200%;
    opacity: 0;
  }
  70% {
    left: -200%;
    opacity: 0.5;
  }
  71% {
    left: -200%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
.header .headerIn h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: -2px;
}
.header .headerIn h1 a img.logo_parts1 {
  width: 30px;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1 a img.logo_parts1 {
    width: 47px;
  }
}
.header .headerIn h1 a img.logo_parts2 {
  width: 120px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn h1 a img.logo_parts2 {
    width: 170px;
    top: 8px;
  }
}
.header .headerIn h1 a {
  /*img {
  	width: 118px;
  	vertical-align: middle;
  	position: relative;
  	top: -5px;
  	@media only screen and (min-width:1024px) {
  		width: 140px;
  	}
  	@media only screen and (min-width:1281px) {
  		width: 223px;
  	}
  	&.no1 {
  		width: 130px;
  		margin-left: 7px;
  		@media only screen and (min-width:361px) {
  			width: 160px;
  		}
  		@media only screen and (min-width:1024px) {
  			width: 180px;
  		}
  		@media only screen and (min-width:1281px) {
  			width: 293px;
  		}
  	}
  }*/
}
.header .headerIn .catch {
  display: none;
  font-size: 10px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .catch {
    display: block;
    margin-left: 15px;
    font-size: 11px;
    font-weight: bold;
  }
}
@media only screen and (min-width:1281px) {
  .header .headerIn .catch {
    margin-left: 20px;
    font-size: 12px;
  }
}
.header .headerIn .menuBtn {
  z-index: 2;
  cursor: pointer;
  position: relative;
  width: 55px;
  height: 50px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn {
    display: none;
    width: 40px;
    height: 40px;
  }
}
.header .headerIn .menuBtn.active {
  background: #fff;
}
.header .headerIn .menuBtn .icon {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  background: #222;
  border-radius: 50px;
  position: relative;
  top: 15px;
  height: 2px;
  width: 27px;
  margin: 0 auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn .menuBtn .icon {
    top: 10px;
  }
}
.header .headerIn .menuBtn .icon:nth-child(2) {
  margin: 7px auto;
}
.header .headerIn .menuBtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
  top: 2px;
}
.header .headerIn .menuBtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header .headerIn .menuBtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
  top: 24px;
}
.header .headerIn .closeBtn {
  display: none;
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 50px;
}
.header .headerIn .closeBtn.active {
  display: block;
}
.header .headerIn.type02 h1 img.logo_parts1 {
  width: 30px;
  height: auto;
}
@media only screen and (min-width:1024px) {
  .header .headerIn.type02 h1 img.logo_parts1 {
    width: 47px;
  }
}
.header .headerIn.type02 h1 img.logo_parts2 {
  width: 120px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: 5px;
}
@media only screen and (min-width:1024px) {
  .header .headerIn.type02 h1 img.logo_parts2 {
    width: 170px;
    top: 8px;
  }
}

/* main */
.main {
  display: block;
  overflow: hidden;
}

/* menu_pc */
.menu_pc {
  display: none;
}
@media only screen and (min-width:1024px) {
  .menu_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    position: relative;
    top: -4px;
  }
}
@media only screen and (min-width:1024px) {
  .menu_pc li + li {
    margin-left: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .menu_pc li + li {
    margin-left: 30px;
  }
}
.menu_pc li a {
  font-weight: bold;
}
@media only screen and (min-width:1024px) {
  .menu_pc li a {
    font-size: 14px;
  }
}
@media only screen and (min-width:1281px) {
  .menu_pc li a {
    font-size: 15px;
  }
}
.menu_pc li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\e93d";
  font-size: 13px;
  color: #12509d;
}
.menu_pc li a:hover:before {
  color: #00a2ee;
}

/* menu_sp */
.menu_sp {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  font-size: 13px;
  z-index: 1;
}
@media only screen and (min-width:1024px) {
  .menu_sp {
    display: none;
  }
}
.menu_sp.open {
  opacity: 1;
  visibility: visible;
}
.menu_sp.open .menu_spIn {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -ms-transition: none;
}
.menu_sp .menu_spIn {
  background: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 1;
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 50px 0 20px;
}
.menu_sp .menu_spIn .menuList {
  border-top: 1px solid #ccc;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.menu_sp .menu_spIn .menuList li {
  border-bottom: 1px dotted #ccc;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .menuList li:nth-child(2n) {
    border-left: 1px dotted #ccc;
  }
}
@media only screen and (min-width:1024px) {
  .menu_sp .menu_spIn .menuList li + li {
    margin-left: 30px;
  }
}
.menu_sp .menu_spIn .menuList li a {
  display: block;
  position: relative;
  height: 50px;
  padding: 0 13px 0 30px;
  line-height: 50px;
  font-weight: bold;
  font-size: 15px;
}
.menu_sp .menu_spIn .menuList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e93d";
  position: absolute;
  left: 12px;
  color: #12509d;
}
.menu_sp .menu_spIn .linkList {
  margin: 20px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 40px;
  }
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .linkList li {
    margin-right: 15px;
  }
}
.menu_sp .menu_spIn .linkList li + li {
  margin-top: 5px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .linkList li + li {
    margin-top: 0;
  }
}
.menu_sp .menu_spIn .linkList li a {
  font-size: 14px;
  font-weight: bold;
}
.menu_sp .menu_spIn .linkList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e902";
  color: #12509d;
  font-size: 10px;
}
.menu_sp .menu_spIn .linkList li a.blank:before {
  content: "\e920";
  margin-right: 1px;
  font-size: 13px;
}
.menu_sp .menu_spIn .siteList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .siteList {
    margin: 0 40px;
  }
}
.menu_sp .menu_spIn .siteList li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 3%;
}
@media only screen and (min-width:768px) {
  .menu_sp .menu_spIn .siteList li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
.menu_sp .menu_spIn .siteList li a {
  display: block;
}
.menu_sp .menu_spIn .siteList li a img {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.menu_sp .menuBg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* otherCnt */
.otherCnt {
  overflow: hidden;
  background: #f2fbff;
  position: relative;
  padding: 25px 20px;
}
@media only screen and (min-width:768px) {
  .otherCnt {
    padding: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt {
    padding: 65px 0;
  }
}
.otherCnt:before {
  content: "";
  display: block;
  background: url(../img/common/bg01.svg) no-repeat;
  position: absolute;
  top: -32px;
  right: -10px;
  width: 87px;
  height: 115px;
}
@media only screen and (min-width:768px) {
  .otherCnt:before {
    top: -50px;
    right: -19px;
    width: 140px;
    height: 190px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt:before {
    top: -100px;
    right: -50px;
    width: 277px;
    height: 368px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt:before {
    top: -50px;
    right: -19px;
  }
}
.otherCnt:after {
  content: "";
  display: block;
  background: url(../img/common/bg02.svg) no-repeat;
  position: absolute;
  bottom: -15px;
  left: -7px;
  width: 60px;
  height: 115px;
}
@media only screen and (min-width:768px) {
  .otherCnt:after {
    width: 80px;
    height: 150px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt:after {
    top: 180px;
    left: -10px;
    width: 183px;
    height: 342px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt:after {
    bottom: auto;
    top: 130px;
    left: 0;
  }
}
.otherCnt .otherCntIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  opacity: 0;
}
@media only screen and (min-width:1024px) {
  .otherCnt .otherCntIn {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt .otherCntIn {
    width: 1200px;
  }
}
.otherCnt .recruitArea, .otherCnt .contactArea {
  background: #fff;
  border: 1px solid #e3f2f9;
  padding: 20px;
}
@media only screen and (min-width:768px) {
  .otherCnt .recruitArea, .otherCnt .contactArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    z-index: 1;
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    padding: 30px;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt .recruitArea, .otherCnt .contactArea {
    padding: 40px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt .recruitArea, .otherCnt .contactArea {
    padding: 60px 50px;
  }
}
.otherCnt .title {
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.2;
  font-weight: 900;
  font-size: 20px;
}
@media only screen and (min-width:1024px) {
  .otherCnt .title {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
.otherCnt .title span {
  display: block;
  font-size: 13px;
  color: #12509d;
  font-family: "Work Sans", sans-serif;
}
@media only screen and (min-width:1024px) {
  .otherCnt .title span {
    font-size: 16px;
  }
}
.otherCnt .txt {
  margin-bottom: 13px;
  line-height: 1.5;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .otherCnt .txt {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media only screen and (min-width:1281px) {
  .otherCnt .txt {
    margin-bottom: 35px;
  }
}
.otherCnt .btn {
  overflow: hidden;
  display: block;
  background: #12509d;
  position: relative;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.otherCnt .btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #00a2ee;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
@media only screen and (min-width:1024px) {
  .otherCnt .btn:hover {
    cursor: pointer;
    color: #fff;
  }
  .otherCnt .btn:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .otherCnt .btn:hover span {
    -webkit-animation: animButtonSpan01 0.4s;
            animation: animButtonSpan01 0.4s;
  }
}
.otherCnt .btn span {
  position: relative;
  z-index: 1;
  display: block;
}
.otherCnt .btn span:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e93d";
  position: absolute;
  right: 10px;
  color: #fff;
}
@media only screen and (min-width:1024px) {
  .otherCnt .btn span:after {
    right: 12px;
  }
}
@-webkit-keyframes animButtonSpan01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes animButtonSpan01 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0;
  }
  50.001% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  60% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.otherCnt .btn {
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  font-size: 15px;
}
@media only screen and (min-width:768px) {
  .otherCnt .btn {
    width: 100%;
  }
}
@media only screen and (min-width:1024px) {
  .otherCnt .btn {
    width: 300px;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
  }
}

/* footer */
.footer .footerIn {
  position: relative;
  padding: 15px 20px 35px;
}
@media only screen and (min-width:768px) {
  .footer .footerIn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 40px 35px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .footerIn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
  }
}
@media only screen and (min-width:1281px) {
  .footer .footerIn {
    width: 1200px;
  }
}
.footer .sitelogo {
  display: block;
  width: 120px;
  margin: 0 auto 20px;
}
@media only screen and (min-width:768px) {
  .footer .sitelogo {
    margin: 0;
  }
}
@media only screen and (min-width:1024px) {
  .footer .sitelogo {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
  }
}
@media only screen and (min-width:768px) {
  .footer .menuArea {
    margin-left: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .menuArea {
    margin-left: auto;
    text-align: right;
  }
}
.footer .menuArea .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .footer .menuArea .menuList {
    margin-bottom: 15px;
  }
}
.footer .menuArea .menuList li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li + li {
    margin-left: 30px;
  }
}
.footer .menuArea .menuList li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li a {
    font-size: 15px;
  }
}
.footer .menuArea .menuList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\e93d";
  font-size: 13px;
  color: #12509d;
  position: absolute;
  left: 0;
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .menuList li a:before {
    top: 3px;
  }
}
.footer .menuArea .menuList li a:hover:before {
  color: #00a2ee;
}
.footer .menuArea .copy {
  display: block;
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width:768px) {
  .footer .menuArea .copy {
    text-align: left;
  }
}
@media only screen and (min-width:1024px) {
  .footer .menuArea .copy {
    text-align: right;
    font-size: 11px;
  }
}
.footer .pagetop {
  display: block;
  background: rgba(255, 255, 252, 0.8);
  position: absolute;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border: 2px solid #12509d;
  width: 45px;
  height: 45px;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .footer .pagetop {
    bottom: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop {
    display: none;
    position: fixed;
    z-index: 1;
    bottom: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .footer .pagetop {
    width: 50px;
    height: 50px;
  }
}
.footer .pagetop:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: inherit;
  transition: inherit;
  content: "\e93e";
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 2px;
  color: #12509d;
  font-size: 22px;
}
@media only screen and (min-width:1281px) {
  .footer .pagetop:before {
    top: 6px;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop:hover {
    border: 2px solid #00a2ee;
  }
}
@media only screen and (min-width:1024px) {
  .footer .pagetop:hover:before {
    color: #00a2ee;
  }
}
.footer.type02 {
  text-align: center;
  padding-bottom: 5px;
}
.footer.type02 .copy {
  display: block;
  text-align: center;
  font-size: 10px;
}
@media only screen and (min-width:1024px) {
  .footer.type02 .copy {
    font-size: 11px;
  }
}

.mg {
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .mg {
    margin-bottom: 30px;
  }
}

.mg-half {
  margin-bottom: 5px;
}
@media only screen and (min-width:1024px) {
  .mg-half {
    margin-bottom: 10px;
  }
}

.mg-top {
  margin-top: 10px;
}
@media only screen and (min-width:1024px) {
  .mg-top {
    margin-top: 15px;
  }
}

.center-text {
  text-align: center;
}

/* Scss Document */
/* Scss Document */
/* page */
.page {
  position: relative;
}
@media only screen and (min-width:1281px) {
  .page:before {
    content: "";
    display: block;
    background: url(../img/common/bg01.svg) no-repeat;
    position: absolute;
    top: -60px;
    right: 0;
    width: 210px;
    height: 280px;
  }
}
@media only screen and (min-width:1281px) {
  .page:after {
    content: "";
    display: block;
    background: url(../img/common/bg02.svg) no-repeat;
    position: absolute;
    top: -60px;
    left: 0;
    width: 135px;
    height: 255px;
  }
}

/* bread */
.bread {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  padding: 5px 0 20px;
}
@media only screen and (min-width:768px) {
  .bread {
    padding: 5px 0 25px;
  }
}
@media only screen and (min-width:1024px) {
  .bread {
    width: 1140px;
    margin: 15px auto 40px;
    padding: 0;
  }
}
@media only screen and (min-width:1281px) {
  .bread {
    width: 1200px;
  }
}
.bread li {
  display: inline;
  font-size: 12px;
}
@media only screen and (min-width:1024px) {
  .bread li {
    font-size: 13px;
  }
}
.bread li + li:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e93d";
  top: -1px;
  margin: 0 3px 0 0;
  font-size: 10px;
  color: #12509d;
}
@media only screen and (min-width:1024px) {
  .bread li + li:before {
    margin: 0 5px;
  }
}
.bread li a {
  text-decoration: underline;
  color: #000;
}

/* titleArea */
.titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #12509d url(../img/common/bg_pageTitle.png) no-repeat right top;
  background-size: contain;
  position: relative;
  z-index: 1;
  height: 120px;
}
@media only screen and (min-width:1024px) {
  .titleArea {
    background: #12509d url(../img/common/bg_pageTitle_pc.png) no-repeat right top;
    height: 200px;
  }
}
.titleArea .pageTitle {
  padding: 20px;
  line-height: 1.3;
  font-weight: 900;
  color: #fff;
  font-size: 23px;
}
@media only screen and (min-width:768px) {
  .titleArea .pageTitle {
    font-size: 28px;
    padding: 40px;
  }
}
@media only screen and (min-width:1024px) {
  .titleArea .pageTitle {
    width: 1140px;
    margin: 0 auto;
    padding: 0;
    font-size: 45px;
  }
}
@media only screen and (min-width:1281px) {
  .titleArea .pageTitle {
    width: 1200px;
  }
}
.titleArea .pageTitle span {
  position: relative;
  top: -6px;
  margin-left: 15px;
  font-family: "Work Sans", sans-serif;
  color: #7be4ef;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .titleArea .pageTitle span {
    top: -9px;
    margin-left: 20px;
    font-size: 19px;
  }
}

/* cnt */
.cnt > * {
  opacity: 0;
}
.cnt + .cnt {
  margin-top: 25px;
}
@media only screen and (min-width:768px) {
  .cnt + .cnt {
    margin-top: 35px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt + .cnt {
    margin-top: 50px;
  }
}
@media only screen and (min-width:1281px) {
  .cnt + .cnt {
    margin-top: 80px;
  }
}
.cnt .title {
  position: relative;
  border-bottom: 2px solid #12509d;
  margin-bottom: 12px;
  padding: 0 0 6px 20px;
  line-height: 1.2;
  font-weight: 900;
  font-size: 22px;
}
@media only screen and (min-width:768px) {
  .cnt .title {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .title {
    margin-bottom: 25px;
    padding: 0px 0px 13px 32px;
    font-size: 32px;
  }
}
@media only screen and (min-width:1281px) {
  .cnt .title {
    margin-bottom: 35px;
  }
}
.cnt .title:before {
  content: "";
  display: block;
  background: #00a2ee;
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
@media only screen and (min-width:1024px) {
  .cnt .title:before {
    top: 10px;
    width: 24px;
    height: 24px;
  }
}
.cnt .title:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 4px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
@media only screen and (min-width:1024px) {
  .cnt .title:after {
    top: 16px;
    left: 6px;
    width: 12px;
    height: 12px;
  }
}
.cnt .title + .table {
  margin-top: 20px;
}
@media only screen and (min-width:1024px) {
  .cnt .title + .table {
    margin-top: 0;
  }
}
.cnt .title2 {
  background: #12509d;
  position: relative;
  margin-bottom: 8px;
  padding: 12px 13px;
  line-height: 1.3;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (min-width:768px) {
  .cnt .title2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .title2 {
    padding: 14px 15px 16px;
    margin-bottom: 15px;
    font-size: 25px;
  }
}
.cnt .title3 {
  position: relative;
  margin-bottom: 7px;
  padding-left: 13px;
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .cnt .title3 {
    margin-bottom: 10px;
    padding-left: 16px;
    font-size: 21px;
  }
}
.cnt .title3:before {
  content: "";
  display: block;
  background: #00a2ee;
  position: absolute;
  top: 4px;
  left: 0;
  border-radius: 50px;
  width: 8px;
  height: 19px;
}
@media only screen and (min-width:1024px) {
  .cnt .title3:before {
    top: 5px;
    width: 9px;
    height: 24px;
  }
}
.cnt .title3 small {
  display: inline-block;
  line-height: 1.3;
  font-size: 13px;
}
@media only screen and (min-width:1024px) {
  .cnt .title3 small {
    font-size: 16px;
  }
}
.cnt .read {
  line-height: 1.5;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .read {
    font-size: 20px;
  }
}
.cnt .read em {
  font-weight: bold;
  color: #e72c5b;
}
@media only screen and (min-width:1024px) {
  .cnt .read .txt {
    font-size: 17px;
  }
}
.cnt .txt {
  line-height: 1.6;
  font-size: 14px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt {
    font-size: 17px;
  }
}
.cnt .txt + .txt {
  margin-top: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt + .txt {
    margin-top: 15px;
  }
}
.cnt .txt + .list {
  margin-top: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt + .list {
    margin-top: 15px;
  }
}
.cnt .txt em {
  font-weight: bold;
  color: #12509d;
}
.cnt .txt .mail {
  position: relative;
  top: 2px;
  width: 180px;
}
@media only screen and (min-width:1024px) {
  .cnt .txt .mail {
    width: auto;
  }
}
.cnt .en-sent {
  font-family: "Comic Neue", cursive;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4;
  font-size: 13px;
  margin-top: 15px;
}
.cnt .table {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
}
.cnt .table tr {
  border-top: 1px solid #ccc;
}
.cnt .table th {
  display: block;
  background: #f2fbff;
  padding: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (min-width:768px) {
  .cnt .table th {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .table th {
    border: 1px solid #ccc;
    padding: 17px;
    font-size: 17px;
  }
}
.cnt .table th .must {
  display: inline-block;
  background: #e72c5b;
  position: relative;
  top: -2px;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 11px;
  color: #fff;
}
.cnt .table td {
  display: block;
  padding: 14px;
  word-break: break-all;
  line-height: 1.3;
  font-size: 15px;
}
@media only screen and (min-width:768px) {
  .cnt .table td {
    display: table-cell;
    vertical-align: middle;
    width: 80%;
  }
}
@media only screen and (min-width:1024px) {
  .cnt .table td {
    border: 1px solid #ccc;
    padding: 17px;
    font-size: 17px;
  }
}
.cnt .table td a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e916";
  margin-left: 5px;
  color: #12509d;
  font-size: 13px;
}
.cnt .list li {
  position: relative;
  padding-left: 10px;
  line-height: 1.4;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .list li {
    padding-left: 12px;
    font-size: 18px;
  }
}
.cnt .list li:before {
  content: "";
  display: block;
  background: #12509d;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .list li:before {
    top: 10px;
  }
}
.cnt .list li + li {
  margin-top: 2px;
}
@media only screen and (min-width:1024px) {
  .cnt .list li + li {
    margin-top: 5px;
  }
}
.cnt .list li em {
  color: #e72c5b;
}
.cnt .list + .txt {
  margin-top: 10px;
}
.cnt .dlList {
  margin-top: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList {
    margin-top: 20px;
  }
}
.cnt .dlList dt {
  position: relative;
  margin-bottom: 5px;
  font-weight: 900;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList dt {
    margin-bottom: 7px;
    font-size: 21px;
  }
}
.cnt .dlList dd + dt {
  margin-top: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList dd + dt {
    margin-top: 20px;
  }
}
.cnt .dlList dd .tit {
  font-weight: bold;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .dlList dd .tit {
    font-size: 18px;
  }
}
.cnt .dlList dd .tit + .olList {
  margin-top: 0;
}
.cnt .dlList dd .txt + .tit {
  margin-top: 10px;
}
.cnt .olList {
  margin: 10px 0 0 1.3em;
}
@media only screen and (min-width:1024px) {
  .cnt .olList {
    margin: 20px 0 0 1.5em;
  }
}
.cnt .olList + .txt {
  margin-top: 6px;
}
@media only screen and (min-width:1024px) {
  .cnt .olList + .txt {
    margin-top: 10px;
  }
}
.cnt .olList li {
  list-style-type: decimal;
  line-height: 1.4;
  font-size: 15px;
}
@media only screen and (min-width:1024px) {
  .cnt .olList li {
    font-size: 18px;
  }
}
.cnt .olList li + li {
  margin-top: 5px;
}

@media only screen and (min-width:768px) {
  a:hover {
    opacity: 0.9;
  }
}

.wrapper {
  padding-top: 0;
}

.guidance_questionnaire-wrap {
  background-color: #f2f3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100svh;
}
.guidance_questionnaire-wrap header {
  background-color: #f2f3f7;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.guidance_questionnaire-wrap main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.guidance_questionnaire-wrap .button a {
  width: 100%;
  display: block;
  background-color: #e9311e;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  border-radius: 2.5em;
  text-align: center;
  padding: 20px 25px 23px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .button a {
    width: 380px;
    font-size: 20px;
    padding: 25px 25px 28px;
  }
}
.guidance_questionnaire-wrap .cv-col {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  padding: 35px 0 45px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .cv-col {
    padding: 50px 0 60px;
  }
}
.guidance_questionnaire-wrap .cv-col p, .guidance_questionnaire-wrap .cv-col .button {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.guidance_questionnaire-wrap .cv-col p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.3;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .cv-col p {
    font-size: 20px;
  }
}
.guidance_questionnaire-wrap .cv-col p span {
  color: #005bde;
}
.guidance_questionnaire-wrap .mainimage {
  padding: 35px 25px;
  overflow: hidden;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .mainimage {
    padding: 35px 55px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage {
    padding: 75px 0;
  }
}
.guidance_questionnaire-wrap .mainimage section {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .mainimage section {
    max-width: 1200px;
  }
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .mainimage section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.guidance_questionnaire-wrap .mainimage section .text-col {
  margin-bottom: 30px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage section .text-col {
    margin-bottom: 0;
  }
}
.guidance_questionnaire-wrap .mainimage section .text-col .sub-text {
  color: #005bde;
  font-weight: 900;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 5px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage section .text-col .sub-text {
    font-size: 20px;
  }
}
.guidance_questionnaire-wrap .mainimage section .text-col h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .mainimage section .text-col h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage section .text-col h2 {
    font-size: 40px;
    margin-bottom: 35px;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .mainimage section .text-col h2 {
    margin-bottom: 45px;
  }
}
.guidance_questionnaire-wrap .mainimage section .text-col h2 span {
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .mainimage section .text-col h2 span {
    display: block;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage section .text-col h2 span {
    font-size: 23px;
  }
}
.guidance_questionnaire-wrap .mainimage section .mainimage-slider {
  position: relative;
  max-width: 460px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .mainimage section .mainimage-slider {
    max-width: 320px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .mainimage section .mainimage-slider {
    max-width: 610px;
  }
}
.guidance_questionnaire-wrap .mainimage section .mainimage-slider:after {
  content: "";
  background-image: url(../img/guidance_questionnaire/mainimage_jobfair.svg);
  background-repeat: no-repeat;
  width: 250px;
  height: 117px;
  position: absolute;
  right: -25px;
  bottom: -45px;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage section .mainimage-slider:after {
    width: 300px;
    height: 140px;
    right: -65px;
    bottom: -75px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .mainimage section .mainimage-slider:after {
    width: 372px;
    height: 174px;
    right: -65px;
    bottom: -85px;
  }
}
.guidance_questionnaire-wrap .mainimage section .mainimage-slider .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 20px;
  background: #f2f3f7;
  -webkit-box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
          box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .mainimage section .mainimage-slider .swiper-wrapper .swiper-slide img {
    -webkit-box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
            box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
  }
}
.guidance_questionnaire-wrap .read-col {
  background-image: url(../img/guidance_questionnaire/read_bg_sp.webp);
  background-size: cover;
  padding: 45px 25px 40px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .read-col {
    background-image: url(../img/guidance_questionnaire/read_bg_pc.webp);
    background-position: center;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .read-col {
    padding: 95px 0 90px;
  }
}
.guidance_questionnaire-wrap .read-col p {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .read-col p {
    font-size: 25px;
  }
}
.guidance_questionnaire-wrap .read-col p span {
  background: -webkit-gradient(linear, left top, right top, from(#005bde), to(#00c5db));
  background: linear-gradient(to right, #005bde, #00c5db);
  color: #fff;
  padding: 0 5px 2px;
}
.guidance_questionnaire-wrap .trouble {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .trouble {
    max-width: 1200px;
  }
}
.guidance_questionnaire-wrap .trouble {
  padding: 35px 25px 45px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .trouble {
    padding: 35px 35px 45px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble {
    padding: 80px 0;
  }
}
.guidance_questionnaire-wrap .trouble section {
  text-align: center;
}
.guidance_questionnaire-wrap .trouble section h2 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 900;
  color: #005bde;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.guidance_questionnaire-wrap .trouble section h2::before, .guidance_questionnaire-wrap .trouble section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 1.5rem;
  background: #005bde;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section h2::before, .guidance_questionnaire-wrap .trouble section h2::after {
    height: 2.3rem;
  }
}
.guidance_questionnaire-wrap .trouble section h2::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  left: -10px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section h2::before {
    left: -20px;
  }
}
.guidance_questionnaire-wrap .trouble section h2::after {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: -8px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section h2::after {
    right: -15px;
  }
}
.guidance_questionnaire-wrap .trouble section ul {
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .trouble section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
.guidance_questionnaire-wrap .trouble section ul li {
  width: 85%;
  border-radius: 20px;
  background: #f2f3f7;
  -webkit-box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
          box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section ul li {
    -webkit-box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
            box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
  }
}
.guidance_questionnaire-wrap .trouble section ul li {
  padding: 15px 20px 20px;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.08));
  margin-bottom: 30px;
  margin-left: auto;
  text-align: left;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .trouble section ul li {
    width: 30%;
    margin: 0 8px;
    padding: 30px 10px 35px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section ul li {
    margin: 0 15px;
    padding: 35px 25px 40px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .trouble section ul li {
    margin: 0 20px;
    padding: 40px 35px 45px;
  }
}
.guidance_questionnaire-wrap .trouble section ul li:before {
  content: "";
  background-color: #f2f3f7;
  position: absolute;
  width: 40px;
  height: 30px;
  bottom: -30px;
  left: 60px;
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(100% 0, 0 0, 50% 47%);
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section ul li:before {
    clip-path: polygon(70% 0, 0 0, 100% 52%);
  }
}
.guidance_questionnaire-wrap .trouble section ul li:nth-child(2) {
  margin-left: 0;
  margin-right: auto;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .trouble section ul li:nth-child(2) {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section ul li:nth-child(2) {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .trouble section ul li:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.guidance_questionnaire-wrap .trouble section ul li:nth-child(2):before {
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(100% 0, 0 0, 50% 47%);
}
.guidance_questionnaire-wrap .trouble section ul li:nth-child(3):before {
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(100% 0, 0 0, 50% 47%);
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section ul li:nth-child(3):before {
    left: inherit;
    right: 60px;
    clip-path: polygon(100% 0, 32% 0, 5% 71%);
  }
}
.guidance_questionnaire-wrap .trouble section ul li p {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .trouble section ul li p {
    font-size: 14px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section ul li p {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .trouble section ul li p {
    font-size: 20px;
    line-height: 1.6;
  }
}
.guidance_questionnaire-wrap .trouble section ul li p span {
  color: #005bde;
  font-weight: 900;
}
.guidance_questionnaire-wrap .trouble section img {
  margin-bottom: 60px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section img {
    margin-bottom: 90px;
  }
}
.guidance_questionnaire-wrap .trouble section .catch-text {
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#005bde), to(#00c5db));
  background: linear-gradient(to right, #005bde, #00c5db);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 10px 10px 8px;
  position: relative;
  line-height: 1.4;
  display: inline-block;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section .catch-text {
    font-size: 35px;
  }
}
.guidance_questionnaire-wrap .trouble section .catch-text:before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background: #a7c0e3;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section .catch-text:before {
    width: 120px;
    height: 40px;
    top: -60px;
    left: 0;
  }
}
.guidance_questionnaire-wrap .trouble section .catch-text strong {
  font-size: 32px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .trouble section .catch-text strong {
    font-size: 47px;
  }
}
.guidance_questionnaire-wrap .merit {
  padding: 35px 25px 35px;
  border-top: 1px solid #ccc;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit {
    padding: 35px 35px 25px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit {
    padding: 80px 0;
  }
}
.guidance_questionnaire-wrap .merit section {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section {
    max-width: 1200px;
  }
}
.guidance_questionnaire-wrap .merit section .catch-text {
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  border-bottom: 3px solid #005bde;
  margin-bottom: 30px;
  line-height: 1.3;
  padding-bottom: 8px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .catch-text {
    font-size: 25px;
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
    margin-bottom: 35px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .catch-text {
    font-size: 30px;
    margin-bottom: 45px;
  }
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .merit-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item {
  border-radius: 20px;
  background: #f2f3f7;
  -webkit-box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
          box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item {
    -webkit-box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
            box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item {
  margin-bottom: 20px;
  padding: 20px 30px 150px;
  position: relative;
  margin-left: 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item {
    width: 44%;
    padding: 35px 15px 190px;
    margin-bottom: 35px;
    margin-left: 25px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item {
    width: 47%;
    margin-left: 0;
    padding: 35px 15px 45px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item {
    width: 48%;
    padding: 35px 40px 45px;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item:before {
  content: "";
  position: absolute;
  left: -70px;
  top: 25px;
  background-image: url(../img/guidance_questionnaire/merit_icon01.svg);
  background-repeat: no-repeat;
  width: 90px;
  height: 35px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.guidance_questionnaire-wrap .merit section .merit-col .item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/guidance_questionnaire/merit_image01.webp);
  background-repeat: no-repeat;
  background-size: 150px 148px;
  width: 150px;
  height: 148px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:after {
    background-size: 180px 177px;
    width: 180px;
    height: 177px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:after {
    width: 190px;
    height: 187px;
    background-size: 190px 187px;
    left: 10px;
    right: inherit;
    bottom: 0;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:after {
    width: 213px;
    height: 210px;
    background-size: 213px 210px;
    left: 20px;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(2):before {
  background-image: url(../img/guidance_questionnaire/merit_icon02.svg);
}
.guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(2):after {
  background-image: url(../img/guidance_questionnaire/merit_image02.webp);
  width: 104px;
  height: 145px;
  background-size: 104px 145px;
  left: 0;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(2):after {
    width: 129px;
    height: 180px;
    background-size: 129px 180px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(2):after {
    width: 136px;
    height: 190px;
    background-size: 136px 190px;
    left: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(2):after {
    left: 40px;
    width: 148px;
    height: 207px;
    background-size: 148px 207px;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(3):before {
  background-image: url(../img/guidance_questionnaire/merit_icon03.svg);
}
.guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(3):after {
  background-image: url(../img/guidance_questionnaire/merit_image03.webp);
  width: 129px;
  height: 145px;
  background-size: 129px 145px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(3):after {
    width: 160px;
    height: 180px;
    background-size: 160px 180px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(3):after {
    width: 177px;
    height: 200px;
    background-size: 177px 200px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(3):after {
    width: 203px;
    height: 229px;
    background-size: 203px 229px;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(4):before {
  background-image: url(../img/guidance_questionnaire/merit_icon04.svg);
}
.guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(4):after {
  background-image: url(../img/guidance_questionnaire/merit_image04.webp);
  width: 120px;
  height: 150px;
  background-size: 120px 150px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(4):after {
    width: 152px;
    height: 190px;
    background-size: 152px 190px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(4):after {
    width: 168px;
    height: 210px;
    background-size: 168px 210px;
    left: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item:nth-of-type(4):after {
    width: 184px;
    height: 230px;
    background-size: 184px 230px;
    left: 40px;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item p {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item p {
    padding-left: 35%;
    font-size: 20px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .merit section .merit-col .item p {
    font-size: 23px;
  }
}
.guidance_questionnaire-wrap .merit section .merit-col .item p span {
  color: #005bde;
}
.guidance_questionnaire-wrap .point {
  background-color: #434343;
  padding: 40px 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .point {
    padding: 40px 35px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point {
    padding: 80px 0;
  }
}
.guidance_questionnaire-wrap .point section {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .point section {
    max-width: 1200px;
  }
}
.guidance_questionnaire-wrap .point section {
  text-align: center;
}
.guidance_questionnaire-wrap .point section h2 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 23px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 900;
  line-height: 1.8;
  background: -webkit-gradient(linear, left top, right top, from(#005bde), to(#00c5db));
  background: linear-gradient(to right, #005bde, #00c5db);
  color: #fff;
  padding: 0 5px 2px;
  display: inline;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section h2 {
    font-size: 35px;
  }
}
.guidance_questionnaire-wrap .point section .point-col {
  margin-top: 25px;
  margin-bottom: 60px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .point section .point-col {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .point-col {
    margin-bottom: 90px;
  }
}
.guidance_questionnaire-wrap .point section .point-col .item {
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .point section .point-col .item {
    width: 46%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .point-col .item {
    width: 44%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .point section .point-col .item:first-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    right: -28px;
    top: 0;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .point-col .item:first-child:after {
    right: -60px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .point section .point-col .item:first-child:after {
    right: -70px;
  }
}
.guidance_questionnaire-wrap .point section .point-col .item img {
  border-radius: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .point-col .item img {
    margin-bottom: 15px;
  }
}
.guidance_questionnaire-wrap .point section .point-col .item p {
  color: #ddd;
  font-weight: 700;
}
.guidance_questionnaire-wrap .point section .point-col .item p span {
  font-weight: 900;
  border-bottom: 1px solid #ddd;
}
.guidance_questionnaire-wrap .point section .voice h3 {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 20px;
  font-weight: 900;
  color: #ddd;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.guidance_questionnaire-wrap .point section .voice h3:before {
  content: "";
  background-image: url(../img/guidance_questionnaire/voice_title.svg);
  background-repeat: no-repeat;
  width: 45px;
  height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice h3:before {
    width: 57px;
    height: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.guidance_questionnaire-wrap .point section .voice ul li {
  background-color: #fff;
  border-radius: 20px;
  padding: 45px 30px 25px;
  margin-bottom: 15px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice ul li {
    width: 32%;
    margin-bottom: 0;
    padding: 60px 30px 30px;
  }
}
.guidance_questionnaire-wrap .point section .voice ul li p {
  font-weight: 700;
  text-align: left;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice ul li p {
    font-size: 16px;
  }
}
.guidance_questionnaire-wrap .point section .voice ul li p:before {
  content: "";
  background-image: url(../img/guidance_questionnaire/voice_icon.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -25px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice ul li p:before {
    width: 32px;
    height: 25px;
    top: -35px;
  }
}
.guidance_questionnaire-wrap .point section .voice ul li p span {
  color: #005bde;
}
.guidance_questionnaire-wrap .point section .voice ul li p.small-text {
  font-size: 12px;
  margin-top: 7px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .point section .voice ul li p.small-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.guidance_questionnaire-wrap .point section .voice ul li p.small-text:before {
  content: none;
}
.guidance_questionnaire-wrap .faq {
  padding: 35px 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .faq {
    padding: 35px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq {
    padding: 80px 0;
  }
}
.guidance_questionnaire-wrap .faq section {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .faq section {
    max-width: 1200px;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col {
  margin-bottom: 30px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col h2 {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col h2 {
    text-align: left;
    width: calc(100% - 650px);
    font-size: 35px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .faq section .faq-col h2 {
    width: calc(100% - 850px);
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col {
    width: 650px;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col {
    width: 850px;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item {
  border-radius: 20px;
  background: #f2f3f7;
  -webkit-box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
          box-shadow: 4px 4px 5px #d3d3d7, -4px -4px 5px #ffffff;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col .item {
    -webkit-box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
            box-shadow: 5px 5px 6px #d3d3d7, -5px -5px 6px #ffffff;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item {
  margin-bottom: 18px;
  padding: 25px 30px 30px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col .item {
    padding: 35px 50px 40px;
    margin-bottom: 30px;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p.question {
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  padding-left: 40px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p.question {
    font-size: 18px;
    padding-left: 45px;
    margin-bottom: 20px;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p.question:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #005bde;
  position: absolute;
  left: 0;
  top: -2px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p.question:before {
    width: 34px;
    height: 34px;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p.question:after {
  content: "Q";
  color: #fff;
  font-size: 18px;
  position: absolute;
  left: 7px;
  top: -3px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p.question:after {
    font-size: 20px;
    left: 9px;
    top: -1px;
  }
}
.guidance_questionnaire-wrap .faq section .faq-col .qa-col .item p a {
  color: #e9311e;
  text-decoration: underline;
}
.guidance_questionnaire-wrap .faq section .button {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}
.guidance_questionnaire-wrap .form {
  border-top: 1px solid #ccc;
  padding: 35px 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form {
    padding: 35px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form {
    padding: 80px 0;
  }
}
.guidance_questionnaire-wrap .form section {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .form section {
    max-width: 1200px;
  }
}
.guidance_questionnaire-wrap .form section {
  text-align: center;
}
.guidance_questionnaire-wrap .form section p {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.guidance_questionnaire-wrap .form section h2 {
  font-weight: 900;
  font-size: 22px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section h2 {
    font-size: 30px;
  }
}
.guidance_questionnaire-wrap .form section .sub-text {
  font-weight: 900;
  font-size: 14px;
  color: #005bde;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .sub-text {
    font-size: 20px;
  }
}
.guidance_questionnaire-wrap .form section .catch-text {
  font-weight: 900;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 10px;
  line-height: 1.4;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .catch-text {
    font-size: 25px;
  }
}
.guidance_questionnaire-wrap .form section .form-col {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  margin-top: 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col {
    padding: 40px 60px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col {
    margin-top: 45px;
    padding: 60px 100px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .attention-text {
  font-size: 14px;
  font-weight: 500;
  background-color: #f2f3f7;
  padding: 8px 12px;
  text-align: left;
  margin-bottom: 15px;
}
.guidance_questionnaire-wrap .form section .form-col .attention-text span {
  color: #e9311e;
}
.guidance_questionnaire-wrap .form section .form-col .suc-text {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  line-height: 1.7;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .suc-text {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 60px;
  }
}
.guidance_questionnaire-wrap .form section .form-col table {
  text-align: left;
  margin-bottom: 35px;
  width: 100%;
}
.guidance_questionnaire-wrap .form section .form-col table th, .guidance_questionnaire-wrap .form section .form-col table td {
  padding: 8px 0;
  vertical-align: top;
  display: block;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table th, .guidance_questionnaire-wrap .form section .form-col table td {
    display: inline-block;
    padding: 20px 0;
  }
}
.guidance_questionnaire-wrap .form section .form-col table th {
  font-size: 16px;
  width: 100%;
  padding-bottom: 5px;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table th {
    font-size: 18px;
    width: 35%;
    padding-bottom: 20px;
    border-bottom: none;
  }
}
.guidance_questionnaire-wrap .form section .form-col table th span {
  color: #e9311e;
}
.guidance_questionnaire-wrap .form section .form-col table td {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td {
    width: 65%;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td .error {
  font-size: 12px;
  color: #e9311e;
  margin-top: 5px;
  line-height: 1.3;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td .error {
    font-size: 14px;
    margin-top: 10px;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td .small-text {
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td .small-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td .small-text a {
  color: #005bde;
  text-decoration: underline;
}
.guidance_questionnaire-wrap .form section .form-col table td .ather {
  margin-top: 15px;
}
.guidance_questionnaire-wrap .form section .form-col table td .ather p {
  font-weight: 500;
  margin-bottom: 5px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td .ather p {
    font-size: 18px;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td {
  /*都道府県追加*/
}
.guidance_questionnaire-wrap .form section .form-col table td .select-col {
  position: relative;
}
.guidance_questionnaire-wrap .form section .form-col table td .select-col .select-text {
  width: 80%;
  position: absolute;
  top: 17px;
  left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  z-index: 1;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td .select-col .select-text {
    width: 90%;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guidance_questionnaire-wrap .form section .form-col table td .list li {
  margin-right: 20px;
  position: relative;
}
.guidance_questionnaire-wrap .form section .form-col table td .list li:after {
  content: "／";
  font-size: 16px;
  color: #222;
  position: absolute;
  right: -18px;
  top: 0;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col table td .list li:after {
    top: 0;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td .list li:after {
    top: 3px;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td .list li:last-child {
  margin-right: 0;
}
.guidance_questionnaire-wrap .form section .form-col table td .list li:last-child:after {
  content: none;
}
.guidance_questionnaire-wrap .form section .form-col table td .list-problem li {
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}
.guidance_questionnaire-wrap .form section .form-col table td .list-problem li:last-child {
  margin-bottom: 0;
}
.guidance_questionnaire-wrap .form section .form-col table td .list-problem li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col table td .list-problem li:before {
    top: 8px;
  }
}
.guidance_questionnaire-wrap .form section .form-col table td .ather-text {
  font-weight: 500;
  line-height: 1.3;
}
.guidance_questionnaire-wrap .form section .form-col table td .button {
  background-color: #fff;
  height: 60px;
}
.guidance_questionnaire-wrap .form section .form-col table td .button a {
  width: 100%;
  height: 60px;
  display: inline-block;
  padding: 15px 30px 15px 15px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  position: relative;
  font-size: 14px;
  text-align: left;
}
.guidance_questionnaire-wrap .form section .form-col table td .button a:before {
  content: "";
  display: block;
  background: #005bde;
  position: absolute;
  top: 14px;
  right: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.guidance_questionnaire-wrap .form section .form-col table td .button a:after {
  position: relative;
  display: inline-block;
  font-weight: bold;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "+";
  position: absolute;
  top: 10px;
  right: 18px;
  color: #fff;
  font-size: 22px;
}
.guidance_questionnaire-wrap .form section .form-col .input {
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 13px;
  font-size: 16px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .input {
    height: 60px;
    padding: 15px;
    font-size: 18px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .input::-webkit-input-placeholder {
  color: #999;
}
.guidance_questionnaire-wrap .form section .form-col .input::-moz-placeholder {
  color: #999;
}
.guidance_questionnaire-wrap .form section .form-col .input:-ms-input-placeholder {
  color: #999;
}
.guidance_questionnaire-wrap .form section .form-col .input::-ms-input-placeholder {
  color: #999;
}
.guidance_questionnaire-wrap .form section .form-col .input::placeholder {
  color: #999;
}
.guidance_questionnaire-wrap .form section .form-col .input + .input {
  margin-top: 8px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .input + .input {
    margin: 0 0 0 10px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .input.code {
  width: 100%;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .input.code {
    width: 400px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guidance_questionnaire-wrap .form section .form-col .check label {
  width: 48%;
  margin-bottom: 10px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .check label {
    margin-bottom: 15px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .check label:last-child {
  margin-bottom: 0;
}
.guidance_questionnaire-wrap .form section .form-col .check span {
  color: #000;
  position: relative;
  display: inline-block;
  padding-left: 32px;
  font-size: 16px;
  line-height: 1.4;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .check span {
    font-size: 18px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .check input[type=checkbox] {
  display: none;
}
.guidance_questionnaire-wrap .form section .form-col .check input[type=checkbox] + span::before, .guidance_questionnaire-wrap .form section .form-col .check input[type=checkbox] + span::after {
  position: absolute;
  top: 1px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.guidance_questionnaire-wrap .form section .form-col .check label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 24px;
  height: 24px;
  border: 2px #ccc solid;
  border-radius: 3px;
  background-color: #fff;
}
.guidance_questionnaire-wrap .form section .form-col .check label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 5px 8px;
  width: 6px;
  height: 9px;
  top: 2px;
  left: 1px;
}
.guidance_questionnaire-wrap .form section .form-col .check label input[type=checkbox]:checked + span::before {
  background-color: #005bde;
}
.guidance_questionnaire-wrap .form section .form-col .check label input[type=checkbox]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.guidance_questionnaire-wrap .form section .form-col .check.long label {
  width: 100%;
}
.guidance_questionnaire-wrap .form section .form-col .btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList {
    padding-top: 35px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .btnList button {
  width: 100%;
  background-color: #e9311e;
  color: #fff;
  font-weight: 900;
  font-size: 16px;
  border-radius: 2.5em;
  text-align: center;
  padding: 18px 25px 20px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList button {
    width: 200px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList button {
    width: 300px;
    font-size: 18px;
    padding: 20px 25px 23px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .btnList button:hover {
  cursor: pointer;
}
.guidance_questionnaire-wrap .form section .form-col .btnList button.btn_back {
  background-color: #999999;
  padding: 10px 25px 12px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList button.btn_back {
    margin-right: 25px;
    padding: 20px 25px 23px;
  }
}
.guidance_questionnaire-wrap .form section .form-col .btnList li:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList li:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.guidance_questionnaire-wrap .form section .form-col .btnList li:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList li:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.guidance_questionnaire-wrap .form section .form-col .btnList li .button a {
  width: 200px;
  font-size: 14px;
  padding: 15px 25px 17px;
  margin: auto;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .form section .form-col .btnList li .button a {
    width: 250px;
    font-size: 16px;
    padding: 18px 25px 20px;
  }
}
.guidance_questionnaire-wrap {
  /*モーダル*/
}
.guidance_questionnaire-wrap .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 100;
}
.guidance_questionnaire-wrap .modal-fadein {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.guidance_questionnaire-wrap .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.guidance_questionnaire-wrap .modal__content {
  background: #fff;
  padding: 25px;
  position: absolute;
  width: 90%;
  height: 70vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  overflow-y: scroll;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .modal__content {
    width: 90%;
    padding: 35px 45px;
    margin: auto;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .modal__content {
    background: #fff;
    padding: 45px 65px;
    position: absolute;
    max-width: 1000px;
    height: 70vh;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    overflow-y: auto;
  }
}
.guidance_questionnaire-wrap .modal__content .modal-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .modal__content .modal-check {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.guidance_questionnaire-wrap .modal__content .modal-check input[type=checkbox] {
  display: none;
  position: absolute;
  opacity: 0;
}
.guidance_questionnaire-wrap .modal__content .modal-check label {
  width: 48.5%;
  margin: 0 0 15px 0;
  font-size: 14px;
  background-color: #fff;
  border-radius: 2em;
  text-align: center;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .modal__content .modal-check label {
    margin: 0 20px 20px 0;
    width: calc(33.3333% - 13.3333333333px);
  }
  .guidance_questionnaire-wrap .modal__content .modal-check label:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:1281px) {
  .guidance_questionnaire-wrap .modal__content .modal-check label {
    margin: 0 20px 20px 0;
    width: calc(25% - 15px);
  }
  .guidance_questionnaire-wrap .modal__content .modal-check label:nth-child(3n) {
    margin-right: 20px;
  }
  .guidance_questionnaire-wrap .modal__content .modal-check label:nth-child(4n) {
    margin-right: 0;
  }
}
.guidance_questionnaire-wrap .modal__content .modal-check label input[type=checkbox] + span {
  display: block;
  color: #828282;
  background-color: transparent;
  border: 1px solid #c7c7c7;
  border-radius: 2em;
  padding: 8px 13px 10px;
}
.guidance_questionnaire-wrap .modal__content .modal-check label input[type=checkbox]:checked + span {
  background-color: #005bde;
  border: 1px solid #005bde;
  color: #fff;
}
.guidance_questionnaire-wrap .modal__content .modal-check label span:before, .guidance_questionnaire-wrap .modal__content .modal-check label span:after {
  content: none;
}
.guidance_questionnaire-wrap .modal__content .radio-col {
  display: block;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .modal__content .radio-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px !important;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .modal__content .radio-col {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.guidance_questionnaire-wrap .modal__content .radio-col label {
  width: 100%;
  margin: 0 0 15px 0 !important;
}
.guidance_questionnaire-wrap .modal__content .radio-col label:nth-child(3n) {
  margin-right: 0 !important;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap .modal__content .radio-col label {
    width: 48.5%;
    margin: 0 0 20px 0 !important;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap .modal__content .radio-col label {
    margin: 0 30px 30px 0 !important;
    width: calc(33.3333333% - 20px);
  }
}
.guidance_questionnaire-wrap a.js-modal-close {
  display: block;
  width: 250px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .guidance_questionnaire-wrap a.js-modal-close {
    display: block;
    width: 200px;
    margin: auto;
    cursor: pointer;
  }
}
.guidance_questionnaire-wrap a.js-modal-close span {
  width: 100%;
  text-align: center;
  background-color: #005bde;
  padding: 15px;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  color: #fff !important;
  font-weight: bold !important;
}
@media only screen and (max-width: 640px) {
  .guidance_questionnaire-wrap a.js-modal-close span {
    text-align: center;
    padding: 10px 20px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
  }
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap footer .menuArea {
    margin: 0 30px;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap footer .menuArea {
    margin: 0;
  }
}
.guidance_questionnaire-wrap footer .menuArea .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 25px;
}
@media only screen and (min-width:768px) {
  .guidance_questionnaire-wrap footer .menuArea .menuList {
    margin-bottom: 35px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.guidance_questionnaire-wrap footer .menuArea .menuList li {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-bottom: 8px;
  margin-right: 10px;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap footer .menuArea .menuList li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap footer .menuArea .menuList li + li {
    margin-left: 30px;
  }
}
.guidance_questionnaire-wrap footer .menuArea .menuList li a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap footer .menuArea .menuList li a {
    font-size: 15px;
  }
}
.guidance_questionnaire-wrap footer .menuArea .menuList li a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: "\e93d";
  font-size: 13px;
  color: #12509d;
  position: absolute;
  left: 0;
}
@media only screen and (min-width:1024px) {
  .guidance_questionnaire-wrap footer .menuArea .menuList li a:before {
    top: 3px;
  }
}
.guidance_questionnaire-wrap footer .menuArea .menuList li a:hover:before {
  color: #00a2ee;
}
.guidance_questionnaire-wrap footer .copyright {
  text-align: center;
  font-size: 12px;
  padding-bottom: 5px;
}