@charset "UTF-8";
/*=============
	basis
=============*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* for copy
@include import.mq(md-min) {
}
*/
.heading {
  font-size: 1.6923076923em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1241px) {
  .heading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 901px) {
  .heading {
    margin-bottom: 0.5em;
  }
}
.heading-left, .heading-num {
  font-size: 1.6923076923em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  margin-bottom: 1em;
}
@media screen and (min-width: 1241px) {
  .heading-left, .heading-num {
    font-size: 4rem;
  }
}
@media screen and (min-width: 901px) {
  .heading-left, .heading-num {
    margin-bottom: 0.5em;
  }
}
.heading-num {
  padding-left: 1.9em;
  position: relative;
}
.heading_num {
  font-family: "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  color: #C64B14;
  position: absolute;
  top: 0.18em;
  left: 0;
}

.headingFaq {
  padding-left: 1.7083333333em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  position: relative;
  margin-bottom: 1em;
}
.headingFaq::before {
  content: "Q";
  font-family: "Arial", sans-serif;
  font-size: 1.3333333333em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #C64B14;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media screen and (min-width: 1241px) {
  .headingFaq {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 901px) {
  .headingFaq {
    margin-bottom: 0.8em;
  }
}

html {
  height: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
  cursor: default;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
html.scroll-none {
  overflow-y: hidden;
}

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  overflow-x: hidden;
  min-width: 320px;
  color: #494949;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6111111111vw;
  font-weight: 400;
  line-height: 1.6923076923;
  letter-spacing: calc(0 * 0.001em);
  color: #494949;
  position: relative;
}
@media screen and (min-width: 415px) {
  body {
    font-size: 1.4rem;
    line-height: calc(24 / 16);
  }
}
@media screen and (min-width: 769px) {
  body {
    font-size: calc(16 / 10 * 1rem);
  }
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}
a:not([class]) {
  text-decoration: underline;
}
a:not([class]):hover {
  text-decoration: none;
  opacity: 1;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

input,
textarea {
  padding: 0.5em 20px;
  font-family: inherit;
  font-weight: 400;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 1.4rem;
  color: #767676;
}
input::placeholder,
textarea::placeholder {
  font-size: 1.4rem;
  color: #767676;
}

iframe {
  vertical-align: bottom;
  width: 100%;
}

.video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.video > video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

::-moz-selection {
  background: rgba(198, 75, 20, 0.6);
  color: #fff;
}

::selection {
  background: rgba(198, 75, 20, 0.6);
  color: #fff;
}

.u-dib {
  display: inline-block;
}

br.pc {
  display: none;
}
@media screen and (min-width: 901px) {
  br.pc {
    display: inline-block;
  }
}

br.sp {
  display: inline-block;
}
@media screen and (min-width: 901px) {
  br.sp {
    display: none;
  }
}

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

.u-bold {
  font-weight: 700;
}

.mb5 {
  margin-bottom: 5em;
}

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

@media not all and (min-width: 769px) {
  .text-center--tb {
    text-align: center;
  }
}

.small {
  font-size: smaller;
}

@media not all and (min-width: 541px) {
  .sm-none {
    display: none;
  }
}

.ss-visible-inline {
  display: none;
}
@media not all and (min-width: 415px) {
  .ss-visible-inline {
    display: inline;
  }
}

@media not all and (min-width: 769px) {
  .tb-none {
    display: none;
  }
}

a.blank {
  color: inherit;
  text-decoration: inherit;
  display: inherit;
}
a.blank::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1.0625em;
  height: 1.0625em;
  background: url(../img/common/icon_linkItem.svg) center no-repeat;
  background-size: auto 100%;
  transition: all ease-in-out 0.3s;
}

/*=============
	layout
=============*/
.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .flex-tb {
    display: flex;
  }
}

@media screen and (min-width: 901px) {
  .flex-md {
    display: flex;
  }
}

.f-wrap-w {
  flex-wrap: wrap;
}

.f-direction-rr {
  flex-direction: row-reverse;
}

.f-direction-c {
  flex-direction: column;
}

.f-direction-cr {
  flex-direction: column-reverse;
}

.f-justify-c {
  justify-content: center;
}

.f-justify-b {
  justify-content: space-between;
}

.f-justify-c {
  justify-content: center;
}

.f-align-c {
  align-items: center;
}

.f-align-s {
  align-items: flex-start;
}

.f-align-e {
  align-items: flex-end;
}

.readTxt {
  margin-bottom: 4.6875em;
}

/*-------------------
	header
-------------------*/
.header {
  width: 100%;
  height: 64px;
  background: #FFF8F6;
  position: relative;
}
.header::before {
  content: "";
  width: 108.3333333333vw;
  height: 28.8888888889vw;
  background: url(../img/common/header_bgWaveSP.svg) top center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: -28.8888888889vw;
  left: 0;
  z-index: -1;
}
.header::after {
  content: "";
  width: 100%;
  height: 62.5vw;
  max-height: 100vh;
  background: url(../img/common/header_bgCircle.svg) top right no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 901px) {
  .header {
    height: 70px;
    background: none;
  }
  .header::before {
    content: "";
    width: 90%;
    height: 24vw;
    background: url(../img/common/header_bgWave.svg) bottom left no-repeat;
    background-size: contain;
    position: absolute;
    top: -4vw;
    left: 0;
    z-index: -1;
  }
  .header::after {
    z-index: -2;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 10px 15px;
  border-bottom: 1px solid #C64B14;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  transition: all ease-in-out 0.3s;
}
.header_inner.fixed {
  position: absolute;
}
@media screen and (min-width: 901px) {
  .header_inner {
    height: 70px;
    padding: 0 20px;
    background: rgba(255, 255, 255, 0);
    border: none;
  }
  .header_inner.fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.8);
  }
}
.header_left {
  display: flex;
  align-items: center;
  line-height: 1;
}
.header_left .kourou-sp {
  display: inline-block;
  width: 24px;
}
@media screen and (min-width: 901px) {
  .header_left .kourou-sp {
    display: none;
  }
}
.header_left .gnav {
  display: none;
}
@media screen and (min-width: 901px) {
  .header_left .gnav {
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .header_left {
    line-height: inherit;
  }
}
.header_logo {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: 40px;
  margin-right: 8px;
}
@media screen and (min-width: 901px) {
  .header_logo {
    width: 196px;
    height: auto;
    max-width: 100%;
    margin-right: 50px;
  }
}
.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_right .kourou {
  display: none;
}
@media screen and (min-width: 901px) {
  .header_right .kourou {
    display: inline-block;
    width: 114px;
    height: 32px;
    margin-left: 24px;
  }
}
.header_right .header_searchBtn {
  display: none;
}
@media screen and (min-width: 901px) {
  .header_right .header_searchBtn {
    display: inline-flex;
  }
}

/*-------------------
	gnav
-------------------*/
.gnav {
  height: 100%;
  max-width: 100%;
  color: #383D71;
}
.gnav_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
  max-height: 100%;
}
@media screen and (min-width: 901px) {
  .gnav_list {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    height: 70px;
    padding-top: 10px;
  }
}
.gnav_listItem {
  flex: 0 0 auto;
  width: 100%;
  border-bottom: 1px solid #383D71;
}
@media screen and (min-width: 901px) {
  .gnav_listItem {
    width: auto;
    margin: 0 calc(20px - 1em);
    padding-bottom: 10px;
    border-bottom: none;
  }
}
.gnav_link {
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 1em 15px;
  font-weight: 700;
  position: relative;
}
.gnav_link::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #383D71;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  transition: transform ease-in-out 0.3s;
}
.gnav_link:hover, .gnav_link.current, .accordion.open .gnav_link {
  opacity: 1;
  color: #5F638D;
}
.gnav_link:hover::after, .gnav_link.current::after, .accordion.open .gnav_link::after {
  border-color: transparent transparent transparent #5F638D;
  transform: translate(5px, -50%);
}
@media screen and (min-width: 901px) {
  .gnav_link {
    width: auto;
    padding: 0 0.5em;
  }
  .gnav_link::after {
    content: "";
    width: calc(100% - 1em);
    height: 3px;
    border: none;
    background: #5F638D;
    position: absolute;
    top: auto;
    bottom: -2px;
    left: 0.5em;
    transform: scale(0, 1);
    transform-origin: bottom right;
    transition: transform ease-in-out 0.3s;
  }
  .gnav_link:hover::after, .gnav_link.current::after, .accordion.open .gnav_link::after {
    transform: scale(1, 1);
    transform-origin: bottom left;
  }
}

.accordion {
  position: relative;
}
.accordion_list {
  width: 320px;
  height: 0;
  padding-top: 14px;
  color: #FFF;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 8px;
  transition: all ease-in-out 0.3s;
}
.accordion_list::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #5F638D transparent;
  position: absolute;
  top: 4px;
  left: 66px;
  opacity: 0;
}
.accordion.open .accordion_list {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.accordion.open .accordion_list::before {
  opacity: 1;
}
.accordion_listItem {
  background: #5F638D;
  overflow: hidden;
}
.accordion_listItem:first-child {
  border-radius: 8px 8px 0 0;
}
.accordion_listItem:last-child {
  padding-bottom: 7px;
  border-radius: 0 0 8px 8px;
}
.accordion_link {
  display: flex;
  align-items: center;
  padding: 0.75em calc(36px + 1em) 0.75em 1.4em;
  position: relative;
  text-decoration: none;
}
.accordion_link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.accordion_link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_more.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: transform ease-in-out 0.3s;
}
.accordion_link:hover::after {
  transform: translate(5px, -50%);
}

/*-------------------
	Main Visual
-------------------*/
.mv {
  width: calc(1200px + 15px * 2);
  max-width: 100%;
  min-height: 560px;
  padding: 2em 15px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 901px) {
  .mv {
    display: flex;
    align-items: center;
    padding: 10px 15px 0;
    font-size: inherit;
  }
}
.mv_inner {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .mv_inner {
    width: 550px;
  }
}
@media screen and (min-width: 1241px) {
  .mv_inner {
    width: 49.8333333333%;
  }
}
.mv_catch {
  font-size: 1.6923076923em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  margin-bottom: 0.5909090909em;
  font-weight: 900;
  line-height: 1.5;
}
@media screen and (min-width: 1241px) {
  .mv_catch {
    font-size: 4rem;
  }
}
@media screen and (min-width: 541px) {
  .mv_catch {
    font-size: 2.0307692308em;
  }
}
@media screen and (min-width: 901px) {
  .mv_catch {
    margin-bottom: 15px;
    font-size: 2.5em;
  }
}
.mv_img {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .mv_img {
    width: 45.5%;
    max-width: calc(100% - 580px - 2em);
    position: absolute;
    top: 52%;
    right: 0.8%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1241px) {
  .mv_img {
    width: 45.5%;
  }
}
.mv_menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.1538461538em;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .mv_menu {
    flex-direction: row;
    margin-top: 22px;
  }
}
.mv_menu-left {
  flex: 0 0 auto;
  width: 100%;
  max-width: 83.3333333333vw;
}
.mv_menu-left .button {
  margin: 0 auto;
}
.mv_menu-left .button:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 901px) {
  .mv_menu-left {
    max-width: 18em;
    margin-right: 2em;
  }
}
@media screen and (min-width: 1241px) {
  .mv_menu-left {
    max-width: 320px;
    margin-right: 40px;
  }
  .mv_menu-left .button:not(:last-child) {
    margin-bottom: 20px;
  }
}
.mv_menu-right {
  flex: 0 0 auto;
  width: 60%;
  max-width: 50vw;
  margin-top: 1em;
}
@media screen and (min-width: 901px) {
  .mv_menu-right {
    max-width: 180px;
    margin-top: 0;
  }
}
.mv_movie {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #FCFBFE;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8461538462;
  letter-spacing: 0;
  color: #C64B14;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.mv_movie:hover {
  opacity: 1;
  background: #C64B14;
  color: #FFF;
}
.mv_movie-title {
  white-space: nowrap;
}
.mv_movie-thum {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  cursor: pointer;
  position: relative;
}
.mv_movie-thum > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mv_button {
  display: flex;
  align-items: center;
  color: #383D71;
  font-weight: 700;
  gap: 1.5em;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: #FCFBFE;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
  margin-top: 1.1538461538em;
  max-width: 400px;
}
@media screen and (min-width: 901px) {
  .mv_button {
    flex-direction: row;
    margin-top: 32px;
    margin-left: 0;
  }
}
.mv_button picture {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  max-height: 176px;
  width: auto;
  max-width: 160px;
}
.mv_button picture img {
  height: auto;
  width: 100%;
}
.mv_button:hover {
  background-color: #383D71;
  color: white;
}

.f-search {
  padding: 7em 15px 18px;
}
.f-search_inner {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
}
.f-search_heading {
  font-size: 1.6923076923em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  text-align: center;
  line-height: 1.25;
  margin-bottom: 1em;
}
@media screen and (min-width: 1241px) {
  .f-search_heading {
    font-size: 3.2rem;
  }
}
.f-search_heading-sub {
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 13px;
}
@media screen and (min-width: 1241px) {
  .f-search_heading-sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 541px) {
  .f-search_heading-sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1241px) {
  .f-search_heading-sub {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 901px) {
  .f-search_heading {
    margin-bottom: 26px;
  }
}
.f-search .searchBox {
  display: block;
  width: 100%;
}
.f-search .searchBox .searchBtn {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/icon_search-gray.svg);
  background-color: transparent;
  background-size: auto 76%;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (min-width: 901px) {
  .f-search .searchBox {
    margin-bottom: 18px;
  }
}
.f-search .searchBox_input {
  width: 100%;
  padding: 0.5em 20px;
  padding-right: calc(20px + 1em);
  border-color: #5F638D;
  opacity: 1;
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}
.f-search .searchBox_input.active {
  width: 100%;
}

.footer {
  padding: 20px 15px 38px;
  background: #F8EAE3;
  position: relative;
}
.footer::before {
  content: "";
  width: 1440px;
  height: 8vw;
  background: url(../img/common/footer_bgWave.svg) bottom center no-repeat;
  background-size: contain;
  position: absolute;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .footer::before {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.footer_inner {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto 3em;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 4.375em;
    text-align: left;
  }
}
@media screen and (min-width: 1241px) {
  .footer_inner {
    align-items: flex-start;
  }
}
.footer_left .kourou {
  display: inline-block;
}
.footer_left .kourou img {
  height: 40px;
}
@media screen and (min-width: 901px) {
  .footer_left {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer_left .kourou img {
    height: 50px;
  }
}
.footer_info {
  margin-top: 1em;
  font-size: 0.875em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 901px) {
  .footer_info {
    margin-top: 0.5em;
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
}
.footer_right {
  margin: 2em auto 0;
}
@media screen and (min-width: 901px) {
  .footer_right {
    flex: none;
    margin: 0;
  }
}

.f-nav {
  font-size: inherit;
  font-weight: 700;
  color: #383D71;
  text-align: center;
}
@media screen and (min-width: 541px) {
  .f-nav {
    display: inline-flex;
    text-align: left;
  }
}
@media screen and (min-width: 901px) {
  .f-nav {
    display: flex;
  }
}
.f-nav_list:not(:last-child) {
  margin-bottom: 0.75em;
}
@media screen and (min-width: 541px) {
  .f-nav_list:not(:last-child) {
    margin-right: 1.4em;
  }
}
@media screen and (min-width: 901px) {
  .f-nav_list:not(:last-child) {
    margin-right: 2.5em;
  }
}
.f-nav_listItem:not(:last-child) {
  margin-bottom: 0.75em;
}
.f-nav_link {
  text-decoration: underline;
}
.f-nav_link:hover {
  text-decoration: none;
  opacity: 1;
}

.copyright {
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.main {
  flex: 1;
  padding: 50px 0 10vw;
  position: relative;
}
.main::before {
  content: "";
  width: 100%;
  height: calc(100% + 320px);
  background: url(../img/common/main_bg.svg) top center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -320px;
  left: 0;
  z-index: -1;
}
.pageCode-index .main {
  padding: 30px 0 80px;
}
@media screen and (min-width: 901px) {
  .main {
    padding-top: 80px;
  }
  .main::before {
    height: calc(100% + 100px);
    top: -100px;
  }
}

.contents_block {
  width: 1100px;
  max-width: calc(100% - 15px * 2);
  margin: 0 auto;
}
.contents_block:not(:last-child) {
  margin-bottom: 9.25em;
}
.contents_block--min {
  width: 1060px;
  max-width: calc(100% - 15px * 2);
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .contents_block--break {
    overflow: hidden;
  }
}

/*-------------------
	drawer
-------------------*/
.drawerBtn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  color: #C64B14;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .drawerBtn {
    display: none;
  }
}
.drawerBtn_border {
  width: 24px;
  height: 3px;
  margin: 10px 0;
  background: #C64B14;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.drawerBtn_border::before, .drawerBtn_border::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #C64B14;
  position: absolute;
  top: -7px;
  left: 0;
  transition: transform ease-in-out 0.3s;
}
.drawerBtn_border::after {
  top: 7px;
}
.drawerBtn_border.open {
  background: transparent;
}
.drawerBtn_border.open::before {
  top: 0;
  transform: rotate(45deg);
}
.drawerBtn_border.open::after {
  top: 0;
  transform: rotate(-45deg);
}

.drawer {
  width: 100%;
  height: 0;
  min-height: 0;
  background: #FFF;
  font-size: 1.4rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 64px;
  left: 0;
  z-index: 9999;
  transition: all ease-in-out 0.3s;
}
.drawer.open {
  height: auto;
  min-height: calc(var(--viewHeight) - 64px);
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (min-width: 901px) {
  .drawer {
    display: none;
  }
}
.drawer_search {
  padding: 16px 30px;
}
.drawer_search .searchBox {
  display: block;
  width: 100%;
  height: 2.5714285714em;
}
.drawer_search .searchBox_input {
  padding: 0.5em 20px;
  width: 100%;
  height: 100%;
  opacity: 1;
  position: relative;
  top: auto;
  right: auto;
  transform: none;
}
.drawer_search .searchBox:hover .searchBtn ~ .searchBox_input {
  width: 100%;
}
.drawer_search .searchBtn {
  width: 73px;
  height: 100%;
  padding-left: 12px;
  border-radius: 0 20px 20px 0;
  background-position: 7px center;
  background-image: url("../img/common/icon_search.svg");
  background-color: #C64B14;
  font-size: inherit;
  font-weight: 700;
  color: #FFF;
  position: absolute;
  right: 0;
  display: block;
}
.drawer_search .searchBtn_txt {
  display: inline-block;
}
.drawer_nav {
  border-top: 1px solid #383D71;
}

/*=============
	component
=============*/
.button {
  width: 100%;
  max-width: 83.3333333333vw;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 7px 1em;
  border: 2px solid #C64B14;
  border-radius: 1.7142857143em;
  background: #C64B14;
  font-size: 1.0769230769em;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.4;
  color: #fff;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 901px) {
  .button {
    max-width: 327px;
  }
}
.button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_more.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: transform ease-in-out 0.3s;
}
.button:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
  color: #C64B14;
}
.button:hover::after {
  background-image: url(../img/common/arrow_more-hover.svg);
  transform: translate(5px, -50%);
}
@media screen and (min-width: 901px) {
  .button {
    padding: 10px 3em;
    font-size: inherit;
  }
}
.button-back {
  width: 100%;
  max-width: 83.3333333333vw;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 7px 1em;
  border: 2px solid #C64B14;
  border-radius: 1.7142857143em;
  background: #C64B14;
  font-size: 1.0769230769em;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.4;
  color: #fff;
  position: relative;
  transition: all ease-in-out 0.3s;
}
@media screen and (min-width: 901px) {
  .button-back {
    max-width: 327px;
  }
}
.button-back:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
  color: #C64B14;
}
@media screen and (min-width: 901px) {
  .button-back {
    padding: 10px 3em;
    font-size: inherit;
  }
}
.button-launch {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.2em auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 7px 1em;
  border: 2px solid #C64B14;
  border-radius: 1.7142857143em;
  background: #C64B14;
  font-size: 1.0769230769em;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: 1.4;
  color: #fff;
  position: relative;
  transition: all ease-in-out 0.3s;
  width: fit-content;
  padding-right: 4em;
}
.button-launch::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_launch.svg) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  transition: all ease-in-out 0.3s;
}
.button-launch:hover {
  opacity: 1;
  background: rgb(255, 255, 255);
  color: #C64B14;
}
.button-launch:hover::after {
  background-image: url(../img/common/icon_launch-orange.svg);
}
@media screen and (min-width: 901px) {
  .button-launch {
    padding: 10px 3em;
    font-size: inherit;
    padding-right: 4em;
  }
}

.closeBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/common/icon_close.svg) center no-repeat;
  background-size: auto 42%;
  background-color: #C64B14;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all ease-in-out 0.3s;
  text-decoration: none;
}
.closeBtn:hover {
  text-decoration: none;
  opacity: 0.7;
}

.searchBox {
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.searchBox_input {
  width: 0px;
  height: 40px;
  padding: 0;
  border: 2px solid #C64B14;
  border-radius: 20px;
  background: #FFF;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.searchBox_input.active {
  width: 320px;
  padding: 0.5em 20px;
  opacity: 1;
}

.header_searchBtn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/common/icon_search.svg) center no-repeat;
  background-size: auto 42%;
  background-color: #C64B14;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.header_searchBtn:hover {
  opacity: 1;
}
.header_searchBtn.active {
  display: none;
}

.searchBtn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/common/icon_search-orange.svg) center no-repeat;
  background-size: auto 50%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 2;
}
.searchBtn_txt {
  display: none;
}

.active .searchBtn {
  display: inline-flex;
}

.cardList, .cardList-evidence {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}
@media screen and (min-width: 541px) {
  .cardList, .cardList-evidence {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1241px) {
  .cardList.column4, .column4.cardList-evidence {
    grid-template-columns: repeat(4, 1fr);
  }
}
.cardList-evidence {
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}
@media screen and (min-width: 541px) {
  .cardList-evidence {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .cardList-evidence {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
  }
}
.cardList_item {
  padding: 3.25em 1.875em 0.875em;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
  position: relative;
}
.cardList_item::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow_more-hover.svg) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 1.25em;
  right: 1.25em;
  transition: all ease-in-out 0.3s;
}
.cardList-evidence .cardList_item {
  padding: 0;
}
.cardList-evidence .cardList_item::after {
  display: none;
}
.cardList_num {
  font-family: "Arial", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  color: #C64B14;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  transition: all ease-in-out 0.3s;
}
.cardList_item:hover .cardList_num {
  color: #FFF;
}
.cardList_img {
  text-align: center;
}
.cardList-evidence .cardList_img {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.cardList-evidence .cardList_img > img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 541px) {
  .cardList-evidence .cardList_img {
    padding-top: 70.5882352941%;
  }
}
.cardList_title {
  display: flex;
  align-items: flex-end;
  min-height: 3em;
  color: #383D71;
  transition: all ease-in-out 0.3s;
}
.cardList-evidence .cardList_title {
  display: block;
  min-height: 3em;
  padding: 0.8333333333em 0.5em 0.4166666667em 0.8333333333em;
  font-size: clamp(1em, 1.9vw, 1.25em);
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .cardList-evidence .cardList_title {
    font-size: clamp(1.125em, 1.9vw, 1.375em);
  }
}
.cardList_txt {
  display: flex;
  align-items: center;
  min-height: 4.5em;
}
.cardList_icon_new {
  background: #CF2E38;
  border-radius: 2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4em;
  position: absolute;
  top: -1em;
  right: -1em;
  width: 4em;
}

a.cardList_item:hover {
  opacity: 1;
  background: #C64B14;
  color: #FFF;
}
a.cardList_item:hover::after {
  background-image: url(../img/common/arrow_more.svg);
  right: calc(1.25em - 5px);
}
a.cardList_item:hover .cardList_title {
  color: #FFF;
}
a.cardList_item:hover .cardList_img {
  opacity: 0.7;
}

.dlList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.5em;
  grid-row-gap: 2em;
}
@media screen and (min-width: 541px) {
  .dlList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .dlList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .dlList.dl_video {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dlList.dl_video iframe {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
  aspect-ratio: 16/9;
  height: auto;
}
.dlList_item {
  display: inline-block;
  color: #383D71;
}
.dlList_item:hover {
  opacity: 1;
  color: #C64B14;
}
.dlList_item:hover .dlList_img {
  opacity: 0.7;
}
.dlList_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
}
.dlList_img > img {
  display: inline-block;
}
.dlList_item:hover .dlList_img {
  background: #C64B14;
}
.dlList_title {
  display: block;
  margin: 0 auto;
}
.dlList_date {
  display: block;
  font-size: 0.875em;
  margin: 0 auto;
}

a.dlList_item.blank {
  position: relative;
}
a.dlList_item.blank::after {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 901px) {
  .tools_bmi .dlList,
  .tools_prediabetes .dlList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 541px) {
  .tools_alcohol-female .dlList,
  .tools_alcohol-male .dlList {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 901px) {
  .tools_alcohol-female .dlList,
  .tools_alcohol-male .dlList {
    grid-template-columns: 2fr 1fr 2fr 1fr;
  }
}

@media screen and (min-width: 541px) {
  .tools_physical .dlList {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 901px) {
  .tools_physical .dlList {
    grid-template-columns: 2fr 2fr 1fr;
  }
}

@media screen and (min-width: 541px) {
  .tools_sleep .dlList {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (min-width: 901px) {
  .tools_sleep .dlList {
    grid-template-columns: 2fr 1fr 2fr;
  }
}

@media screen and (min-width: 901px) {
  .tools_headphone .dlList {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 901px) {
  .tools_vegetable .dlList {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faqList_item:not(:last-child) {
  margin-bottom: 2px;
}
.faqList_title {
  padding-left: 1.7083333333em;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  position: relative;
  padding: 0.8em 3em 0.3em 2.4em;
  background: #F7F7FE;
  font-size: 1.2em;
  transition: all ease-in-out 0.3s;
}
.faqList_title::before {
  content: "Q";
  font-family: "Arial", sans-serif;
  font-size: 1.3333333333em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #C64B14;
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media screen and (min-width: 1241px) {
  .faqList_title {
    font-size: 2.4rem;
  }
}
.faqList_title::before {
  display: none;
}
.faqList_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6666666667em 0.375em 0 0.375em;
  border-color: #383D71 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(0deg);
  transition: transform ease-in-out 0.3s;
}
.faqList_title.open {
  background: #383D71;
  color: #FFF;
}
.faqList_title.open::after {
  border-color: #FFF transparent transparent transparent;
  transform: translateY(-50%) rotate(180deg);
}
.faqList_title-num {
  font-family: "Arial", sans-serif;
  font-size: 1.3333333333em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #C64B14;
  position: absolute;
  top: 0.6em;
  left: 0.6em;
}
.faqList_title-txt {
  text-decoration: underline;
}
.faqList_title:hover .faqList_title-txt, .faqList_title.open .faqList_title-txt {
  text-decoration: none;
}
.faqList_anser {
  padding: 0 1.5em;
  background: #FCFBFE;
}
.faqList_anser.open {
  padding: 1.5em;
}
.faqList_anser .button-launch {
  margin-bottom: 0.5em;
}
.faqList_subTitle {
  margin-bottom: 0.8em;
  font-weight: 700;
}
.faqList_subTitle-sub, .faqList_subTitle-main {
  display: block;
}
.faqList_subTitle-main {
  margin-top: 0.3em;
  font-size: 1.3em;
  color: #383D71;
}
@media screen and (min-width: 1241px) {
  .faqList_subTitle-main {
    font-size: 1.5em;
  }
}
.faqList_img {
  margin: 2em auto 0;
  text-align: center;
}

.toolsList {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2rem;
}
@media not all and (min-width: 541px) {
  .toolsList {
    flex-direction: column;
  }
}
.toolsList_item {
  padding: 3.25em 1.875em 0.875em;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
  position: relative;
}
.toolsList_item::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/arrow_more-hover.svg) center no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: 1.25em;
  right: 1.25em;
  transition: all ease-in-out 0.3s;
}
.toolsList .toolsList_item {
  padding: 0;
  width: calc(33.333% - 2rem);
}
.toolsList .toolsList_item::after {
  display: none;
}
@media not all and (min-width: 541px) {
  .toolsList .toolsList_item {
    width: 100%;
    max-width: none;
  }
}
.toolsList_item:last-of-type {
  margin-right: auto;
}
.toolsList_num {
  font-family: "Arial", sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  color: #C64B14;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  transition: all ease-in-out 0.3s;
}
.toolsList_img {
  text-align: center;
}
.toolsList .toolsList_img {
  display: block;
  width: 100%;
  padding-top: 50%;
  position: relative;
}
.toolsList .toolsList_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px 8px 0px 0px;
}
@media screen and (min-width: 541px) {
  .toolsList .toolsList_img {
    padding-top: 70.5882352941%;
  }
}
.toolsList_title {
  display: flex;
  align-items: flex-end;
  min-height: 3em;
  color: #383D71;
  transition: all ease-in-out 0.3s;
}
.toolsList .toolsList_title {
  display: block;
  min-height: 3em;
  padding: 0.8333333333em 0.5em 0.4166666667em 0.8333333333em;
  font-size: clamp(1em, 1.9vw, 1.25em);
  line-height: 1.5;
}
@media screen and (min-width: 901px) {
  .toolsList .toolsList_title {
    font-size: clamp(1.125em, 1.9vw, 1.375em);
  }
}
.toolsList_txt {
  display: flex;
  align-items: center;
  min-height: 4.5em;
}
.toolsList_icon_new {
  background: #CF2E38;
  border-radius: 2em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4em;
  position: absolute;
  top: -1em;
  right: -1em;
  width: 4em;
}

a.toolsList_item:hover {
  opacity: 1;
  background: #C64B14;
  color: #FFF;
}
a.toolsList_item:hover::after {
  background-image: url(../img/common/arrow_more.svg);
  right: calc(1.25em - 5px);
}
a.toolsList_item:hover .toolsList_title {
  color: #FFF;
}
a.toolsList_item:hover .toolsList_img {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .pickUp {
    display: flex;
    align-items: flex-start;
  }
}
.pickUp_item {
  display: block;
  border-radius: 8px;
  background: #FFF;
  overflow: hidden;
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
}
.pickUp_item:not(:last-child) {
  margin-bottom: 3em;
}
@media screen and (min-width: 769px) {
  .pickUp_item {
    width: 30.9090909091%;
  }
  .pickUp_item:not(:nth-child(3n)) {
    margin-right: 3.6363636364%;
  }
}
.pickUp_img {
  display: block;
  width: 100%;
  padding-top: 40%;
  position: relative;
}
.pickUp_img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .pickUp_img {
    padding-top: 58.8235294118%;
  }
}
.pickUp_detail {
  padding: 1.5em 1em 2em;
}
@media screen and (min-width: 901px) {
  .pickUp_detail {
    padding: 30px 28px;
  }
}
.pickUp_title {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0;
  color: #383D71;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 1241px) {
  .pickUp_title {
    font-size: 1.5em;
  }
}

.modalBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: var(--viewHeight);
  min-height: 100vh;
  max-height: 100vh;
  padding: 15px;
  background: rgba(73, 73, 73, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out 0.3s;
}
.modalBox.open {
  opacity: 1;
  pointer-events: inherit;
}
.modalBox_inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

/*-------------------
	andMore
-------------------*/
.andMore_btn {
  cursor: pointer;
}
.andMore_target {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.andMore_target.open {
  height: auto;
  margin-bottom: 4em;
  overflow: visible;
  opacity: 1;
}

/*-------------------
	carousel
-------------------*/
.carousel {
  margin-bottom: 80px;
  position: relative;
  width: 100%;
}
.carousel .swiper {
  box-shadow: 4px 4px 32px rgba(0, 0, 0, 0.12);
  width: 90%;
  max-width: 980px;
  height: 70.7142857143%;
  margin: 0 auto;
}
.carousel .swiper-button-next, .carousel .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 7vw;
  max-width: 48px;
  height: 7vw;
  max-height: 48px;
  margin-top: calc(0px - 3.5vw);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.carousel .swiper-button-next:hover, .carousel .swiper-button-prev:hover {
  opacity: 0.7;
}
.carousel .swiper-button-next::after,
.carousel .swiper-button-prev::after {
  content: "";
  background: #383D71 url(../img/common/arrow_more.svg) center no-repeat;
  background-size: 50%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.carousel .swiper-button-next {
  right: 0;
}
.carousel .swiper-button-prev {
  left: 0;
  transform: rotate(180deg);
}
.carousel-link .button {
  background-color: #383D71;
  border-color: #383D71;
}
.carousel-link .button:hover {
  background: rgb(255, 255, 255);
  color: #383D71;
}
.carousel-link .button:hover::after {
  background-image: url(../img/common/arrow_more-hover_navy.svg);
}
.carousel-link .subLink {
  display: block;
  margin-top: 1.5em;
  text-align: center;
  width: 100%;
}

/*=============
	page
=============*/
.index-step {
  width: 100%;
  max-width: calc(1260px + 15px * 2);
  padding: 0 15px;
  margin: 0 auto 4.375em;
}

.index-tools .u-txt {
  margin-bottom: 2.375em;
}

.index-evidence .u-txt {
  margin-bottom: 2.8125em;
}
.index-evidence .button {
  margin-top: 2em;
}

.relatedList {
  background: #fff;
}
.relatedList_body {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 2em;
}
@media screen and (max-width: 541px) {
  .relatedList_body {
    flex-direction: column;
  }
}
.relatedList_inner {
  padding: 1.5em;
  margin-bottom: 1em;
}
.relatedList_title {
  margin-bottom: 0.8125em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.relatedList_item {
  margin-bottom: 3em;
  width: 48%;
}
@media screen and (max-width: 541px) {
  .relatedList_item {
    width: 100%;
  }
}
.relatedList_item_title {
  display: block;
  margin-bottom: 0.5em;
}
.relatedList_item_link {
  color: #383D71;
  text-decoration: underline;
  display: block;
}
.relatedList_item_link::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0.5em;
  width: 1.0625em;
  height: 1.0625em;
  background: url(../img/common/icon_linkItem.svg) center no-repeat;
  background-size: auto 100%;
  transition: all ease-in-out 0.3s;
}
.relatedList_item_link_img {
  display: block;
  height: 60px;
  margin-bottom: 0.5em;
  width: auto;
  max-width: 460px;
}

.pageCode-step_evidence .readTxt {
  margin-bottom: 30px;
}

.evidence {
  padding: 1.5em;
  background: #FFF;
}
.evidence_head {
  margin-bottom: 2em;
}

.about_inner {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 1em;
}
.about_inner_title {
  margin-bottom: 2.5em;
}
.about_inner ul {
  list-style-type: disc;
  margin-bottom: 1.5em;
}
.about_inner ul li {
  margin-left: 1.5em;
}
.about_title {
  margin-bottom: 0.8125em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.about p {
  margin-bottom: 2.5em;
}
.about p.u-txt {
  margin-bottom: 1em;
}
.about p.u-txt:last-child {
  margin-bottom: 0;
}
.about dl {
  margin-bottom: 2.5em;
}
.about dl dt {
  font-weight: bold;
  margin-bottom: 0.8125em;
}
.about_img {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
}

.faq_inner {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 1em;
}
.faq_inner_title {
  margin-bottom: 2.5em;
}
.faq .faqList_body_title {
  color: #383D71;
  font-weight: bold;
  margin-bottom: 0.8125em;
}
.faq .faqList_body_title-num {
  padding-right: 1em;
}
.faq .faqList_body_txt {
  margin-bottom: 1.5em;
  padding-left: 2em;
  text-indent: -2em;
}
.faq .faqList_body_txt:last-child {
  margin-bottom: 0;
}
.faq .faqList_body_txt-num {
  color: #383D71;
  font-weight: bold;
  padding-right: 1em;
}
.faq .faqList_body_txt ul {
  list-style-type: disc;
}
.faq .faqList_body_txt ul li {
  margin-left: 1.5em;
  text-indent: 0;
}
.faq_img {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
}

.policy_inner {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 1em;
}
.policy_inner_title {
  margin-bottom: 0.8125em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.policy .u-txt {
  margin-bottom: 1.5em;
}
.policy .u-txt:last-child {
  margin-bottom: 0;
}
.policy ol {
  margin-bottom: 2.5em;
}
.policy ol li {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.policy_img {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
}

.step_contents_inner_title {
  margin-bottom: 1em;
  margin-top: 2.5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.step_contents_inner_subTitle {
  margin-bottom: 0.8125em;
  font-size: 1.125em;
  font-weight: bold;
  color: #383D71;
}
.step_contents_inner .dlList {
  margin-bottom: 2.5em;
}
.step_contents_inner .dlList_item_subLink {
  border-top: #767676 1px dotted;
  margin-top: 0.5em;
  padding-top: 0.5em;
  width: 100%;
}
.step_contents_inner .dlList:last-child {
  margin-bottom: 6em;
}

.step .readTxt {
  margin-bottom: 2.5em;
}
.step_inner {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 2.5em;
}
.step_inner_title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.step_title {
  margin-bottom: 0.8125em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.step .u-txt {
  margin-bottom: 1em;
}
.step .u-txt:last-child {
  margin-bottom: 0;
}
.step dl {
  margin-bottom: 2.5em;
}
.step dl dt {
  font-weight: bold;
  margin-bottom: 0.8125em;
}
.step_img {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
}
.step .businessDetail .u-txt {
  margin-bottom: 2.5em;
}
.step .businessDetail_button {
  color: #fff;
  font-weight: bold;
  background-color: #383D71;
  border-radius: 1.5em;
  margin: 2.5em auto;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  width: 60%;
  min-width: 280px;
}
.step .businessDetail_button:after {
  content: "▼";
  position: absolute;
  right: 2em;
}
.step .businessDetail_button.open {
  background: #fff;
  border: #383D71 2px solid;
  color: #383D71;
}
.step .businessDetail_button.open:after {
  content: "▲";
  color: #383D71;
}
.step .businessDetail_item_contents_title {
  color: #383D71;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.step .businessDetail_evidence_subTitle {
  font-weight: bold;
  margin-bottom: 1em;
}
.step .businessDetail_evidence_legend {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 541px) {
  .step .businessDetail_evidence_legend {
    flex-direction: column;
  }
}
.step .businessDetail_evidence_legend li {
  margin-bottom: 1em;
}
.step .businessDetail_evidence_legend span {
  position: relative;
  margin: 0;
  padding-left: 3.5em;
}
.step .businessDetail_evidence_legend span:before {
  margin-left: -3.5em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: -0.25em;
}
.step .businessDetail_evidence_legend span.businessDetail_evidence_legend-full::before {
  content: "黄色";
  background: #F8EAD2;
}
.step .businessDetail_evidence_legend span.businessDetail_evidence_legend-empty::before {
  content: "灰色";
  background: #DCDCDC;
}
.step .businessDetail_evidence_legend span.businessDetail_evidence_legend-warning::before {
  content: "赤色";
  background: #F6BCB1;
}
.step .businessDetail_evidence_list_title {
  font-weight: bold;
  padding: 1.5em 1.5em 0.5em;
}
.step .businessDetail_evidence_list_title.full {
  background: #F8EAD2;
}
.step .businessDetail_evidence_list_title.empty {
  background: #DCDCDC;
}
.step .businessDetail_evidence_list_title.warning {
  background: #F6BCB1;
}
.step .businessDetail_evidence_list ul:last-child {
  margin-bottom: 1em;
}
.step .businessDetail_evidence_list ul:last-child li:last-child {
  padding-bottom: 1em;
}
.step .businessDetail_evidence_list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1.5em;
}
.step .businessDetail_evidence_list ul li:first-child span {
  margin-left: auto;
}
.step .businessDetail_evidence_list ul li.full {
  background: #F8EAD2;
}
.step .businessDetail_evidence_list ul li.empty {
  background: #DCDCDC;
}
.step .businessDetail_evidence_list ul li.warning {
  background: #F6BCB1;
}
.step .businessDetail_document {
  background: #F7F7FE;
  padding: 1.5em;
}
.step .businessDetail_document_title {
  font-weight: bold;
  margin-bottom: 1em;
}
.step .businessDetail_document ol li {
  margin-left: 1.5em;
}

.step .readTxt {
  margin-bottom: 2.5em;
}
.step_inner {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 1em;
}
.step_inner_title {
  margin-bottom: 1.5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
  display: flex;
  justify-content: space-between;
}
.step_inner_title span {
  font-size: small;
}
@media screen and (max-width: 541px) {
  .step_inner_title {
    flex-direction: column;
  }
}
.step_inner .u-txt {
  margin-bottom: 1em;
}
.step_inner .u-txt:last-child {
  margin-bottom: 0;
}
.step_inner .upload {
  background: #F7F7FE;
  margin-bottom: 2.5em;
  padding: 1.5em;
}
.step_inner .upload .u-txt {
  margin-bottom: 1.5em;
}
.step_inner .upload_item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.step_inner .upload_item:last-child {
  margin-bottom: 0;
}
.step_inner .upload_item_title {
  margin: 0 1em 0 0;
  min-width: 6em;
}
.step_inner .upload_item_button {
  margin: 0 1em 0 0;
  max-width: 60%;
}
.step_inner .upload_item_button label span {
  border-bottom: #383D71 1px dotted;
  color: #383D71;
  font-weight: bold;
  margin-right: 1em;
}
.step_inner .upload_item_button label.button-back {
  margin-top: 0;
}
.step_inner .upload_item_button input {
  padding: 0.25em 0;
}
.step_inner .upload_button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.step_inner .upload_button-clear {
  padding: 0 0.5em;
}
.step_inner .upload_button-clear .button-back {
  border-color: #767676;
  background: #767676;
  margin: 0;
}
.step_inner .upload_button-clear .button-back:hover {
  background-color: #fff;
  color: #767676;
}
.step_inner .upload_button-submit {
  padding: 0 0.5em;
}
.step_inner .upload_button-submit .button-back {
  margin: 0;
}
@media screen and (max-width: 541px) {
  .step_inner .upload {
    display: none;
  }
}
.step_inner .health_result_table {
  border-collapse: collapse;
  width: 100%;
}
.step_inner .health_result_table th {
  background: #383D71;
  color: #fff;
  padding: 0.125em;
}
.step_inner .health_result_table td {
  padding: 0.25em 0.125em;
  text-align: center;
}
.step_inner .health_result_table tr:nth-child(odd) td {
  background-color: #F7F7FE;
}
.step_title {
  margin-bottom: 0.8125em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}

.tools .readTxt {
  margin-bottom: 2.5em;
}
.tools .readTxt h3 {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 0.25em;
}
.tools_inner {
  background: #F7F7FE;
  padding: 1.5em;
  margin-bottom: 6em;
}
.tools_inner_title {
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
  justify-content: space-between;
  line-height: 1.25;
}
.tools_inner_title span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 541px) {
  .tools_inner_title {
    flex-direction: column;
  }
}
.tools_inner .u-txt {
  margin-bottom: 1em;
}
.tools_inner .u-txt:last-child {
  margin-bottom: 0;
}
.tools_inner .upload {
  background: #F7F7FE;
  margin-bottom: 2.5em;
  padding: 1.5em;
}
.tools_inner .upload .u-txt {
  margin-bottom: 1.5em;
}
.tools_inner .upload_item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.tools_inner .upload_item:last-child {
  margin-bottom: 0;
}
.tools_inner .upload_item_title {
  margin: 0 1em 0 0;
  min-width: 6em;
}
.tools_inner .upload_item_button {
  margin: 0 1em 0 0;
  max-width: 60%;
}
.tools_inner .upload_item_button label span {
  border-bottom: #383D71 1px dotted;
  color: #383D71;
  font-weight: bold;
  margin-right: 1em;
}
.tools_inner .upload_item_button label.button-back {
  margin-top: 0;
}
.tools_inner .upload_item_button input {
  padding: 0.25em 0;
}
.tools_inner .upload_button {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tools_inner .upload_button-clear {
  padding: 0 0.5em;
}
.tools_inner .upload_button-clear .button-back {
  border-color: #767676;
  background: #767676;
  margin: 0;
}
.tools_inner .upload_button-clear .button-back:hover {
  background-color: #fff;
  color: #767676;
}
.tools_inner .upload_button-submit {
  padding: 0 0.5em;
}
.tools_inner .upload_button-submit .button-back {
  margin: 0;
}
@media screen and (max-width: 541px) {
  .tools_inner .upload {
    display: none;
  }
}
.tools_inner .health_result_table {
  border-collapse: collapse;
  width: 100%;
}
.tools_inner .health_result_table th {
  background: #383D71;
  color: #fff;
  padding: 0.125em;
}
.tools_inner .health_result_table td {
  padding: 0.25em 0.125em;
  text-align: center;
}
.tools_inner .health_result_table tr:nth-child(odd) td {
  background-color: #F7F7FE;
}
.tools_title {
  margin-bottom: 0.8125em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.tools .u-txt {
  margin-bottom: 1em;
}
.tools .u-txt:last-child {
  margin-bottom: 0;
}
.tools h5 {
  color: #383D71;
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 1em;
}
.tools dl {
  margin-bottom: 2.5em;
}
.tools dl:last-child {
  margin-bottom: 0;
}
.tools dl dt {
  font-weight: bold;
  margin-bottom: 0.8125em;
}
.tools dl dd {
  margin-bottom: 1em;
}
.tools dl dd:last-child {
  margin-bottom: 0;
}
.tools dl dd ol {
  margin-left: 1.25em;
}
.tools dl dd ol li {
  margin-top: 0.5em;
}
.tools dl dd ul {
  list-style: disc;
  margin-left: 1.25em;
}
.tools dl dd ul li {
  margin-top: 0.5em;
}
.tools_list_table {
  word-break: break-all;
  word-wrap: break-all;
}
.tools_list_table .thead th {
  background: #383D71;
  color: white;
}
.tools_list_table td {
  background: white;
  padding: 0.5em;
}
.tools_list_table td:first-child {
  min-width: 17em;
}
.tools_list_table td:nth-child(2) {
  min-width: 12em;
}
.tools_list_table td ul {
  list-style: disc;
  margin-left: 1.25em;
}
@media screen and (max-width: 651px) {
  .tools_list_table {
    width: 100%;
  }
  .tools_list_table .thead {
    display: none;
  }
  .tools_list_table tr {
    width: 100%;
  }
  .tools_list_table tr td {
    display: flex;
    margin: 0.1em 0;
    align-items: stretch;
    padding: 0.5em;
    width: 100%;
  }
  .tools_list_table tr td:first-child {
    background: #383D71;
    color: #fff;
    font-weight: bold;
    text-align: left;
    max-width: none;
  }
  .tools_list_table tr td:first-child::before {
    display: none;
  }
  .tools_list_table tr td:last-child {
    text-align: left;
  }
  .tools_list_table tr td:before {
    background: rgba(56, 61, 113, 0.2);
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
    padding: 0.5em;
    margin: -0.5em 1em -0.5em -0.5em;
    /* height: 100%; */
    min-width: 5em;
  }
}
.tools_img {
  display: block;
  margin-bottom: 2.5em;
  text-align: center;
}
.tools .businessDetail .u-txt {
  margin-bottom: 2.5em;
}
.tools .businessDetail_button {
  color: #fff;
  font-weight: bold;
  background-color: #383D71;
  border-radius: 1.5em;
  margin: 2.5em auto;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  width: 60%;
  min-width: 280px;
}
.tools .businessDetail_button:after {
  content: "▼";
  position: absolute;
  right: 2em;
}
.tools .businessDetail_button.open {
  background: #fff;
  border: #383D71 2px solid;
  color: #383D71;
}
.tools .businessDetail_button.open:after {
  content: "▲";
  color: #383D71;
}
@media screen and (max-width: 541px) {
  .tools .businessDetail_button {
    width: 100%;
  }
}
.tools .businessDetail_item_contents_title {
  color: #383D71;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.tools .businessDetail_item_contents_title .tools-date {
  font-size: 62.5%;
  font-weight: 400;
}
@media screen and (max-width: 651px) {
  .tools .businessDetail_item_contents_title {
    flex-direction: column;
  }
}
.tools .businessDetail_evidence_subTitle {
  font-weight: bold;
  margin-bottom: 1em;
}
.tools .businessDetail_evidence_legend {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 541px) {
  .tools .businessDetail_evidence_legend {
    flex-direction: column;
  }
}
.tools .businessDetail_evidence_legend li {
  margin-bottom: 1em;
}
.tools .businessDetail_evidence_legend span {
  position: relative;
  margin: 0;
  padding-left: 3.5em;
}
.tools .businessDetail_evidence_legend span:before {
  margin-left: -3.5em;
  padding: 0.25em 0.5em;
  position: absolute;
  top: -0.25em;
}
.tools .businessDetail_evidence_legend span.businessDetail_evidence_legend-full::before {
  content: "黄色";
  background: #F8EAD2;
}
.tools .businessDetail_evidence_legend span.businessDetail_evidence_legend-empty::before {
  content: "灰色";
  background: #DCDCDC;
}
.tools .businessDetail_evidence_legend span.businessDetail_evidence_legend-warning::before {
  content: "赤色";
  background: #F6BCB1;
}
.tools .businessDetail_evidence_list_title {
  font-weight: bold;
  padding: 1.5em 1.5em 0.5em;
}
.tools .businessDetail_evidence_list_title.full {
  background: #F8EAD2;
}
.tools .businessDetail_evidence_list_title.empty {
  background: #DCDCDC;
}
.tools .businessDetail_evidence_list_title.warning {
  background: #F6BCB1;
}
.tools .businessDetail_evidence_list ul:last-child {
  margin-bottom: 1em;
}
.tools .businessDetail_evidence_list ul:last-child li:last-child {
  padding-bottom: 1em;
}
.tools .businessDetail_evidence_list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 1.5em;
}
.tools .businessDetail_evidence_list ul li:first-child span {
  margin-left: auto;
}
.tools .businessDetail_evidence_list ul li.full {
  background: #F8EAD2;
}
.tools .businessDetail_evidence_list ul li.empty {
  background: #DCDCDC;
}
.tools .businessDetail_evidence_list ul li.warning {
  background: #F6BCB1;
}
.tools .businessDetail_evidence_list ul li span {
  text-align: right;
}
.tools .businessDetail_document {
  background: #F7F7FE;
  padding: 1.5em;
}
.tools .businessDetail_document_title {
  font-weight: bold;
  margin-bottom: 1em;
}
.tools .businessDetail_document ol li {
  margin-left: 1.5em;
}
@media screen and (max-width: 651px) {
  .tools .businessDetail_document {
    padding: 0.5em;
  }
}
.tools .businessDetail_document_list {
  word-break: break-all;
  word-wrap: break-all;
}
.tools .businessDetail_document_list .thead th {
  background: #383D71;
  color: white;
}
.tools .businessDetail_document_list td {
  background: white;
  padding: 0.5em;
}
.tools .businessDetail_document_list td:first-child {
  max-width: 4em;
  min-width: 3em;
  text-align: center;
}
.tools .businessDetail_document_list td:nth-child(2) {
  min-width: 14em;
}
.tools .businessDetail_document_list td:last-child {
  min-width: 6em;
  text-align: center;
}
@media screen and (max-width: 651px) {
  .tools .businessDetail_document_list {
    width: 100%;
  }
  .tools .businessDetail_document_list .thead {
    display: none;
  }
  .tools .businessDetail_document_list tr {
    width: 100%;
  }
  .tools .businessDetail_document_list tr td {
    display: flex;
    margin: 0.1em 0;
    align-items: stretch;
    padding: 0.5em;
    width: 100%;
  }
  .tools .businessDetail_document_list tr td:first-child {
    background: #383D71;
    color: #fff;
    font-weight: bold;
    text-align: left;
    max-width: none;
  }
  .tools .businessDetail_document_list tr td:first-child::before {
    display: none;
  }
  .tools .businessDetail_document_list tr td:last-child {
    text-align: left;
  }
  .tools .businessDetail_document_list tr td:before {
    background: rgba(56, 61, 113, 0.2);
    content: attr(data-label);
    font-weight: bold;
    margin-right: 10px;
    padding: 0.5em;
    margin: -0.5em 1em -0.5em -0.5em;
    /* height: 100%; */
    min-width: 5em;
  }
}
.tools .supervisor_profile_inner {
  display: flex;
}
.tools .supervisor_profile_inner figure {
  height: 160px;
  margin-right: 2em;
  width: 160px;
}
.tools .supervisor_profile_inner figure img {
  clip-path: circle(80px at 50% 80px);
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
  max-height: none;
}
@media screen and (max-width: 541px) {
  .tools .supervisor_profile_inner figure {
    height: 80px;
    width: 80px;
  }
  .tools .supervisor_profile_inner figure img {
    clip-path: circle(40px at 50% 40px);
    width: 80px;
  }
}
.tools .supervisor_profile_inner dl {
  margin-bottom: 1em;
}
.tools .supervisor_profile_inner dl dt {
  font-size: 1.5em;
}
.tools .supervisor_profile_inner dl dd {
  margin-bottom: 1em;
}
.tools .supervisor_profile_inner dl dd dl {
  display: flex;
  margin-bottom: 0;
}
.tools .supervisor_profile_inner dl dd dl dt {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  min-width: 3.5em;
}
.tools .supervisor_profile_inner dl dd dl dd {
  margin-bottom: 0;
  margin-left: 1em;
}
.tools .supervisor_profile_inner dl dd ul {
  list-style: none;
  margin-left: 0;
}
.tools .supervisor_profile_inner dl dd ul li {
  margin-top: 0;
  padding-left: 1em;
}
.tools .supervisor_button {
  color: #fff;
  font-weight: bold;
  background-color: #383D71;
  border-radius: 1.5em;
  margin: 0 auto 1.5em;
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  width: 60%;
  min-width: 280px;
}
.tools .supervisor_button:after {
  content: "▼";
  position: absolute;
  right: 2em;
}
.tools .supervisor_button.open {
  background: #fff;
  border: #383D71 2px solid;
  color: #383D71;
}
.tools .supervisor_button.open:after {
  content: "▲";
  color: #383D71;
}
.tools .supervisor_button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 541px) {
  .tools .supervisor_button {
    width: 100%;
  }
}
.tools .supervisor_contents {
  background: #F7F7FE;
  padding: 1.5em;
}
.tools .supervisor_contents_list {
  display: flex;
  margin: 0 0 1.5em 0;
}
.tools .supervisor_contents_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 541px) {
  .tools .supervisor_contents_list {
    flex-direction: column;
  }
}
.tools .supervisor_contents_list h5 {
  color: #383D71;
  font-weight: 700;
  width: 10em;
}
.tools .supervisor_contents_list_inner h6 {
  font-weight: 700;
}
.tools .supervisor_contents_list_inner ul {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.5em;
}
.tools .supervisor_contents_list_inner ul:last-child {
  margin-bottom: 0;
}

.tools_contents_inner_title {
  margin-bottom: 1em;
  margin-top: 2.5em;
  font-size: 1.5em;
  font-weight: bold;
  color: #383D71;
}
.tools_contents_inner_subTitle {
  margin-bottom: 0.8125em;
  font-size: 1.125em;
  font-weight: bold;
  color: #383D71;
}
.tools_contents_inner .dlList {
  margin-bottom: 4em;
}
.tools_contents_inner .dlList_item_subLink {
  border-top: #767676 1px dotted;
  margin-top: 0.5em;
  padding-top: 0.5em;
  width: 100%;
}
.tools_contents_inner .dlList:last-child {
  margin-bottom: 6em;
}
.tools_contents_inner .dlList_text {
  border: #DCDCDC 1px dotted;
  border-radius: 4px;
  display: block;
  font-size: 0.875em;
  margin: 1em auto 0;
  padding: 0.5em 1em;
  width: 100%;
}
.tools_contents_inner p {
  background: #FFF8F6;
  border-radius: 1em;
  margin-bottom: 4rem;
  padding: 1.5em;
}
.tools_contents_inner p img {
  padding-top: 1.5em;
  width: clamp(240px, 40%, 480px);
}

.search_inner {
  background: #fff;
  padding: 1.5em;
  margin-bottom: 1em;
}
.search_note {
  margin-bottom: 2em;
}
.search_note span {
  font-weight: bold;
}
.search_title {
  margin-bottom: 2.5em;
}
.search_list-item {
  margin-bottom: 1.5em;
}
.search_list-item a {
  text-decoration: none;
}
.search_list-item h3 {
  font-size: 1.125em;
  font-weight: bold;
  color: #383D71;
  margin-bottom: 0.25em;
}
.search_list-item p {
  text-decoration: underline;
}
.search_list-item:last-of-type {
  margin-bottom: 0;
}
.search_pagenation {
  display: flex;
  justify-content: space-between;
}

.search-highlight {
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */