@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "BIZ UDPGothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "Jost", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(2.66vw, 40px);
  --headerHeight: 110px;
  --contentsWideS: 1088px;
  --contentsWideM: 1200px;
  --contentsWideL: 1312px;
}

@media screen and (max-width: 767px) {
  :root {
    --sideW: 6.66vw;
    --headerHeight: 82px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  font: 400 16px/1.8 "BIZ UDPGothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.06em;
  color: #03053E;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 5em 0 7.5em;
}

.inner, .inner_l, .inner_m, .inner_s {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_s {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

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

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 0.8s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 0.8s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 40px);
}
.fade_anim_bottom.lazy {
  animation-delay: 0.8s;
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(40px, 0);
}

.ttl_cmn_01 {
  text-align: center;
  margin-bottom: 36px;
  font-size: 2.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .ttl_cmn_01 {
    font-size: 1.75em;
  }
}
.ttl_cmn_01:before {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: no-repeat center/contain;
}

.sec_01 .ttl_cmn_01:before {
  width: 53px;
  aspect-ratio: 53/32;
  background-image: url(../images/sec_01_01.svg);
  margin-bottom: 17px;
}

.sec_02 .ttl_cmn_01:before {
  width: 55px;
  aspect-ratio: 55/44;
  background-image: url(../images/sec_02_01.svg);
  margin-bottom: 17px;
}

.sec_03 .ttl_cmn_01:before {
  width: 52px;
  aspect-ratio: 52/48;
  background-image: url(../images/sec_03_01.svg);
  margin-bottom: 17px;
}

.sec_04 .ttl_cmn_01:before {
  width: 37px;
  aspect-ratio: 37/56;
  background-image: url(../images/sec_04_01.svg);
  margin-bottom: 17px;
}

.sec_05 .ttl_cmn_01:before {
  width: 44px;
  aspect-ratio: 1/1;
  background-image: url(../images/sec_05_01.svg);
  margin-bottom: 17px;
}

.sec_06 .ttl_cmn_01:before {
  width: 48px;
  aspect-ratio: 1/1;
  background-image: url(../images/sec_06_01.svg);
  margin-bottom: 17px;
}

.sec_04 .ttl_cmn_01,
.sec_06 .ttl_cmn_01 {
  margin-bottom: 70px;
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

.header {
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header {
    top: 16px;
  }
}
.header .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .header .inner {
    align-items: center;
    flex-direction: column;
    gap: 16px;
  }
}
.header__logo {
  width: 21.25em;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 15.375em;
  }
}
.header__logo a {
  display: block;
}
.header__logo a img {
  display: block;
  width: 100%;
  max-width: unset;
}

.font_size {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.font_size p {
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.font_size ul {
  display: flex;
  gap: 8px;
}
.font_size ul li {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.font_size button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.66em;
  aspect-ratio: 2/1;
  border-radius: 10px;
  background-color: #4F5293;
  color: #fff;
}

.footer {
  background: url(../images/footer_bg_01.jpg) no-repeat center/cover;
  padding: 24px 0;
  text-align: center;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 0.75em;
    padding: 16px 0 64px;
  }
}

.anc_video {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 72px;
  aspect-ratio: 72/240;
  writing-mode: vertical-rl;
  background-color: #03053E;
  color: #fff;
  border-radius: 10px 0 0 10px;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .anc_video {
    right: 50%;
    top: unset;
    bottom: 0;
    transform: translateX(50%);
    width: 240px;
    aspect-ratio: 240/48;
    writing-mode: unset;
    border-radius: 10px 10px 0 0;
    gap: 12px;
    font-size: 1.125em;
    letter-spacing: 0.16em;
  }
}
.anc_video:after {
  content: "";
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../images/sec_05_02.svg) no-repeat center/contain;
}

section > .inner_m,
section > .inner_s {
  padding: 104px var(--sideW) 160px;
}
@media screen and (max-width: 767px) {
  section > .inner_m,
  section > .inner_s {
    padding: 56px var(--sideW) 96px;
  }
}

.main_visual {
  height: max(56.25vw, 880px);
  background: no-repeat center top/cover;
  background-image: url(../images/main_visual.jpg);
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .main_visual {
    background-image: url(../images/main_visual_sp.jpg);
    height: max(100svh, 800px);
    padding-top: 147px;
  }
}

.catch_copy {
  margin: 0 auto;
  width: max(53vw, 720px);
}
.catch_copy img {
  display: block;
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .catch_copy {
    width: 100%;
  }
}

.sec_01 {
  background-color: #EFF2F7;
}
.sec_01 .inner_m {
  background: url(../images/sec_01_02.svg) no-repeat center top 56px/calc(100% - var(--sideW) * 2);
}
.sec_01__lead {
  font-size: 1.5em;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_01__lead {
    font-size: 1.125em;
    text-align: justify;
    margin-bottom: 32px;
  }
}
.sec_01 dl {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .sec_01 dl {
    font-size: 1em;
    line-height: 1.5;
  }
}
.sec_01 dl .group {
  display: flex;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .sec_01 dl .group {
    display: block;
    margin-bottom: 12px;
  }
}
.sec_01 dl .group:last-child {
  margin-bottom: 0;
}
.sec_01 dl dt {
  flex-shrink: 0;
  width: 26.22%;
  background-color: #4F5293;
  color: #fff;
  display: grid;
  place-content: center;
  padding: 0.9em;
}
@media screen and (max-width: 767px) {
  .sec_01 dl dt {
    width: 100%;
    padding: 1em;
    border-radius: 5px 5px 0 0;
  }
}
.sec_01 dl dd {
  width: 100%;
  flex-grow: 1;
  background-color: #fff;
  padding: 0.9em 3.93%;
}
@media screen and (max-width: 767px) {
  .sec_01 dl dd {
    padding: 1em 6.15%;
    text-align: center;
    border-radius: 0 0 5px 5px;
  }
}

.sec_02 ul {
  display: flex;
  gap: 2.6%;
}
@media screen and (max-width: 767px) {
  .sec_02 ul {
    flex-direction: column;
    gap: 30px;
  }
}
.sec_02 ul li {
  background-color: #EFF2F7;
  border-radius: 20px;
  padding: 112px 3.3% 48px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_02 ul li {
    padding-left: 7.38%;
    padding-right: 7.38%;
  }
}
.sec_02 ul li .type {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.sec_02 ul li .type:before {
  content: "";
  display: block;
  width: 120px;
  aspect-ratio: 1/1;
  background: no-repeat center/cover;
  margin-bottom: 12px;
}
.sec_02 ul li .type.girl:before {
  background-image: url(../images/sec_02_02.svg);
}
.sec_02 ul li .type.boy:before {
  background-image: url(../images/sec_02_03.svg);
}
.sec_02 ul li .type.teacher:before {
  background-image: url(../images/sec_02_04.svg);
}
.sec_02 ul li p {
  text-align: justify;
  font-size: 0.9375em;
  letter-spacing: 0.05em;
  line-height: 2;
}

.sec_03 {
  background-color: #EFF2F7;
}
.sec_03__lead {
  font-size: 1.5em;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_03__lead {
    font-size: 1.125em;
    text-align: justify;
    margin-bottom: 32px;
  }
}
.sec_03 .result {
  margin-top: 80px;
  background-color: #E1E7F0;
  border-radius: 20px;
  padding: 50px 5% 65px;
}
.sec_03 .result h3 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 1em;
}
.sec_03 .result p {
  font-size: 1.25em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .sec_03 .result {
    margin-top: 46px;
    text-align: justify;
    padding: 48px 9.84%;
  }
  .sec_03 .result h3 {
    font-size: 1.375em;
    margin-bottom: 0.75em;
  }
  .sec_03 .result p {
    font-size: 1.0625em;
  }
}

.before_after {
  display: flex;
  gap: 56px;
}
.before_after > div {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .before_after {
    flex-direction: column;
    gap: 88px;
  }
}
.before_after h3 {
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6em 1.375em 0.4em;
  background-color: #AAAABD;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.before_after .figure {
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .before_after .figure {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.before_after .figure a {
  display: block;
  width: calc((100% - 16px) / 2);
  position: relative;
}
@media screen and (max-width: 767px) {
  .before_after .figure a {
    width: 100%;
    pointer-events: none;
  }
}
.before_after .figure a:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/sec_03_10.svg) no-repeat center/contain;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media screen and (max-width: 767px) {
  .before_after .figure a:after {
    content: none;
  }
}
.before_after p {
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2;
}
.before_after .before {
  position: relative;
}
.before_after .before:after {
  position: absolute;
  top: 226px;
  left: calc(100% + 19px);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 24px solid #bfcde2;
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .before_after .before:after {
    top: calc(100% + 25px);
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.before_after .after h3 {
  background-color: #F9857F;
}

.sec_04 ul li {
  margin-bottom: 160px;
  display: flex;
  gap: 6.66%;
}
@media screen and (max-width: 767px) {
  .sec_04 ul li {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 80px;
  }
}
.sec_04 ul li:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .sec_04 ul li:nth-child(even) {
    flex-direction: column;
  }
}
.sec_04 ul li:last-child {
  margin-bottom: 0;
}
.sec_04 ul li .box_image {
  flex-shrink: 0;
  width: 38%;
}
@media screen and (max-width: 767px) {
  .sec_04 ul li .box_image {
    width: 100%;
  }
}
.sec_04 ul li .box_image .image {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.sec_04 ul li .box_image .image:last-child {
  margin-bottom: 0;
}
.sec_04 ul li .box_text {
  flex-grow: 1;
}
.sec_04 ul li .box_text h3 {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec_04 ul li .box_text h3 {
    font-size: 1.25em;
    line-height: 1.5;
  }
}
.sec_04 ul li .box_text h3:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  background-color: #E1E7F0;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.sec_04 ul li .box_text .para {
  text-align: justify;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_04 ul li .box_text .para {
    font-size: 1em;
  }
}
.sec_04 ul li .box_text .para p {
  margin-bottom: 1.5em;
}
.sec_04 ul li .box_text .para p:last-child {
  margin-bottom: 0;
}
.sec_04 .summary {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .sec_04 .summary {
    margin-top: 80px;
  }
}
.sec_04 .summary h3 {
  border-radius: 20px 20px 0 0;
  background-color: #4F5293;
  color: #fff;
  text-align: center;
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding: 30px 3% 28px;
}
@media screen and (max-width: 767px) {
  .sec_04 .summary h3 {
    font-size: 1.25em;
    padding: 20px 3%;
  }
}
.sec_04 .summary p {
  background-color: #EFF2F7;
  font-size: 1.375em;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 56px 4.66% 66px;
}
@media screen and (max-width: 767px) {
  .sec_04 .summary p {
    font-size: 1.0625em;
    padding: 32px 9.84%;
    border-radius: 0 0 20px 20px;
  }
}

.sec_05 {
  background-color: #EFF2F7;
}
.sec_05 ul {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 767px) {
  .sec_05 ul {
    flex-direction: column;
    gap: 46px;
  }
}
.sec_05 ul li {
  width: 31.3333333333%;
}
@media screen and (max-width: 767px) {
  .sec_05 ul li {
    width: 100%;
  }
}
.sec_05 ul li a,
.sec_05 ul li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16/9;
  position: relative;
}
.sec_05 ul li a:hover,
.sec_05 ul li .image:hover {
  opacity: 0.7;
}
.sec_05 ul li a:after,
.sec_05 ul li .image:after {
  content: "";
  display: block;
  width: 80px;
  aspect-ratio: 80/56;
  background: url(../images/sec_05_02.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec_05 ul li a:after,
  .sec_05 ul li .image:after {
    width: 66px;
  }
}
.sec_05 ul li a img,
.sec_05 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_05 ul li p {
  margin-top: 16px;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .sec_05 ul li p {
    font-size: 1em;
  }
}

.sec_06 .para {
  text-align: justify;
  font-size: 1.375em;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .sec_06 .para {
    font-size: 1.0625em;
  }
}
.sec_06 .para p {
  margin-bottom: 1.5em;
}
.sec_06 .para p:last-child {
  margin-bottom: 0;
}
.sec_06 .para span {
  font-weight: 700;
  background-color: #FFF3B8;
}

.notice {
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 50px;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .notice {
    font-size: 0.875em;
    line-height: 2;
    text-align: justify;
    margin-bottom: 40px;
  }
}