@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

textarea {
  resize: vertical;
}

:root {
  --font_base: 16px/1.7 "Zen Kaku Gothic New", serif;
}

:root {
  --default-black: #011C35;
  --default-white: #fff;
  --default-blue: #007BFF;
  --default-blue-light: #DBF1FF;
  --default-yellow:#FFA74E;
  --default-yellow-light:#FFECD2;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

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

.l-header {
  padding: 20px 0;
}
@media screen and (max-width: 1059px) {
  .l-header {
    padding: 12px 0;
  }
}

.l-header .site-name__txt a {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}
@media screen and (max-width: 1059px) {
  .l-header .site-name__txt a {
    line-height: 1.1;
  }
}
.l-header .site-name__btn a {
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.4em;
  border-bottom: 1px solid var(--default-blue);
  transition: 0.3s all;
}
.l-header .site-name__btn a::before {
  content: "";
  background: url("../common/ico_home.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .site-name__btn a:hover {
  color: #003A77;
  border-color: #003A77;
}
.l-header .site-name__btn a:hover::before {
  background: url("../common/ico_home_hover.svg") no-repeat center center;
  background-size: contain;
}

#Top .l-header .l-header_logo a {
  pointer-events: none;
}

.l-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .l-header {
    margin: 0 15px;
    max-width: inherit;
  }
}

.menu-btn {
  display: none;
}
.menu-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
}
.menu-list ul li::before {
  display: none;
}
.menu-list ul li a {
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  padding-left: 1.3em;
}
.menu-list ul li a:hover {
  color: var(--default-blue);
}
.menu-list ul li a::before {
  content: "";
  background: url("../common/ico_arrow_bottom01.svg") no-repeat center center;
  background-size: contain !important;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-cntbtn a {
  font-size: 0.875rem;
  color: var(--default-black);
  position: relative;
  font-weight: 500;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  border-radius: 100vh;
  background: var(--default-yellow);
}
@media screen and (max-width: 767px) {
  .menu-cntbtn a {
    line-height: 1.4;
  }
}
.menu-cntbtn a:hover {
  background: #ed7b3e;
}
.menu-cntbtn a::before {
  content: "";
  background: url("../common/ico_arrow_right01.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .menu-cntbtn a::before {
    width: 1.2em;
    height: 1.2em;
  }
}
.menu-cntbtn a br {
  display: none;
}
@media screen and (max-width: 1059px) {
  .menu-cntbtn a {
    font-size: 0.75rem;
  }
  .menu-cntbtn a span {
    display: none;
  }
  .menu-cntbtn a br {
    display: block;
  }
}

@media screen and (max-width: 1059px) {
  .menu-btn {
    position: fixed;
    bottom: 20px;
    right: 0px;
    width: 58px;
    height: 58px;
    background: var(--default-black);
    border: none;
    border-radius: 5px 0px 0 5px;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease-in-out;
  }
  .menu-btn::before {
    content: "MENU";
    color: #fff;
    font-size: 0.8125rem !important;
    padding-top: 30px;
  }
  .menu-btn span.kebab-ball {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    background: #fff;
    border-radius: 50vh;
    transition: all 0.3s ease-in-out;
  }
  .menu-btn span.kebab-ball:nth-child(1) {
    top: 15%;
    transform: translate(-50%, 0);
  }
  .menu-btn span.kebab-ball:nth-child(2) {
    top: 35%;
    transform: translate(-50%, -50%);
  }
  .menu-btn span.kebab-ball:nth-child(3) {
    top: 55%;
    transform: translate(-50%, -100%);
  }
  .menu-btn.open {
    background: var(--default-blue);
  }
  .menu-btn.open span.kebab-ball:nth-child(1) {
    width: 30px;
    height: 3px;
    top: 56%;
    left: 42%;
    transform: rotate(45deg) translateX(-50%);
  }
  .menu-btn.open span.kebab-ball:nth-child(2) {
    display: none;
  }
  .menu-btn.open span.kebab-ball:nth-child(3) {
    width: 30px;
    height: 3px;
    transform: rotate(-45deg) translateX(-50%);
    left: 40%;
    top: 20%;
  }
  .menu-list {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .menu-list ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    margin: 50px 20px 20px 20px;
    gap: 20px;
  }
  .menu-list ul li {
    padding: 0;
  }
  .menu-list a {
    text-decoration: none;
    color: #fff !important;
    transition: 0.3s;
    font-size: 1.125rem !important;
    border-bottom: 1px solid #fff;
    display: block;
  }
}
@media screen and (max-width: 1059px) and (max-width: 767px) {
  .menu-list a {
    font-size: 1rem !important;
    padding: 0.5em 0.5em 0.5em 1.3em;
  }
}
@media screen and (max-width: 1059px) {
  .menu-list a:hover {
    color: #ffd700;
  }
  .menu-list a::before {
    -webkit-clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
            clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    width: 0.8em !important;
    height: 0.8em !important;
    aspect-ratio: 1;
    background: #fff !important;
  }
  .menu-list.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.footer {
  background: #EEEEEE;
}
.footer-bnr {
  margin-left: auto;
  max-width: 600px;
}
.footer-bnr ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .footer-bnr ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer-bnr ul li {
  padding: 0;
}
.footer-bnr ul li::before {
  display: none;
}
.footer-wrap {
  display: flex;
  padding: 60px 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .footer-info {
    margin-top: 50px;
  }
}
.footer-info__copy {
  font-size: 0.625rem;
}
.footer-info__sitename {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .footer-info__sitename {
    font-size: 1.125rem;
  }
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
  font-weight: 500;
}

html,
body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

main.index {
  background: url("../images/img_index_bg.png") repeat;
  background-size: 65px 65px;
}

.l-container {
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .l-container {
    margin: 0 20px;
    max-width: inherit;
  }
}
.l-container__med {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .l-container__med {
    margin: 0 20px;
  }
}
.l-container.-under {
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .l-container.-under {
    margin: 10px 15px;
  }
}

@media all and (min-width: 768px) {
  .l-grid__pc {
    display: grid;
  }
  .l-grid__pc.col-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
iframe.youtube-16-9 {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 750px;
  display: block;
  margin: auto;
}

.c-title {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .c-title {
    font-size: 2.1875rem;
    margin-bottom: 20px;
  }
}

.text_center {
  text-align: center;
}

@media all and (min-width: 768px) {
  .text_center_Pc {
    text-align: center;
  }
  .text_left_Pc {
    text-align: left;
  }
  .text_right_Pc {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .text_center_Sp {
    text-align: center;
  }
  .text_left_Sp {
    text-align: left;
  }
  .text_right_Sp {
    text-align: right;
  }
}
.c-btn {
  display: inline-block;
  background: var(--default-blue);
  color: #fff;
  padding: 20px 120px 20px 60px;
  border-radius: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 18px 60px 18px 28px;
    letter-spacing: -0.05em;
  }
}
.c-btn:hover {
  background: #0053AC;
}
.c-btn::before {
  content: "";
  background: url("../common/ico_arrow_right01.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 1.7em;
    height: 1.7em;
    right: 20px;
  }
}
.c-btn__large {
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-btn__large {
    font-size: 1rem;
    width: 100%;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

.index-message {
  margin-top: 50px;
}
@media screen and (max-width: 1008px) {
  .index-message .col {
    background: var(--default-yellow-light);
    border-radius: 20px;
    padding: 15px;
  }
}
@media screen and (min-width: 1009px) {
  .index-message .col {
    display: flex;
    position: relative;
    min-height: 400px;
    align-items: center;
  }
}
@media screen and (min-width: 1009px) {
  .index-message .col figure {
    position: absolute;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1009px) {
  .index-message .col figure {
    max-width: 300px;
  }
}
@media screen and (max-width: 1008px) {
  .index-message .col figure {
    max-width: 70%;
    margin: 0 auto;
  }
}
.index-message .col figure img {
  border-radius: 20px;
}
@media screen and (min-width: 1009px) {
  .index-message .col div.txt {
    padding: 60px 40px 20px 100px;
    margin-left: 280px;
    background: var(--default-yellow-light);
    flex: 1;
    border-radius: 20px;
  }
}
.index-message .col div.txt p {
  padding: 4px 15px;
}
.index-hero__wrap {
  background-image: -webkit-linear-gradient(-21deg, rgb(252, 139, 93) 0%, rgb(255, 185, 63) 100%);
  position: relative;
}
.index-hero__wrap figure {
  max-width: 1280px;
  margin: 0 auto;
}
.index-hero__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .index-hero__btn {
    margin-top: 14px;
    padding: 0px 15px 0;
  }
}
.index-feature {
  background: var(--default-blue-light);
  padding: 30px 0;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .index-feature {
    margin: 14px 0 0;
  }
}
.index-feature__inner {
  background: #fff;
  padding: 20px 60px;
  border-radius: 20px;
  counter-reset: mycounter;
}
@media screen and (max-width: 767px) {
  .index-feature__inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-feature__inner .item {
    display: grid;
    grid-template-columns: minmax(120px, min-content) 1fr;
    gap: 14px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 768px) {
  .index-feature__inner .item figure {
    max-width: 150px;
    margin: 0 auto;
  }
}
.index-feature__inner .item-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .index-feature__inner .item-txt {
    align-items: flex-start;
    font-size: 0.875rem;
  }
}
.index-feature__inner .item-txt::before {
  counter-increment: mycounter;
  content: counter(mycounter, decimal-leading-zero);
  display: block;
  color: var(--default-blue);
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0;
}
.index-content {
  margin-top: 70px;
}
.index-content__inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 1009px) {
  .index-content__inner {
    flex-direction: column;
    background: var(--default-yellow-light);
    padding: 20px;
    border-radius: 20px;
  }
}
.index-content__inner .item-txt {
  background: var(--default-yellow-light);
  width: 60%;
  padding: 35px 45px 35px 45px;
  border-radius: 20px;
}
@media screen and (max-width: 1009px) {
  .index-content__inner .item-txt {
    width: 100%;
    background: none;
    padding: 0;
  }
}
.index-content__inner .item-txt__inner {
  padding-right: 20px;
}
@media screen and (max-width: 1009px) {
  .index-content__inner .item-txt__inner {
    padding-right: 0;
  }
}
.index-content__inner .item-txt__inner p {
  background: #fff;
  padding: 4px 15px;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1009px) {
  .index-content__inner .item-txt__inner p {
    display: block;
  }
}
.index-content__inner .item-img {
  position: absolute;
  right: 0;
  margin-top: 40px;
  max-width: 540px;
}
@media screen and (max-width: 1009px) {
  .index-content__inner .item-img {
    position: inherit;
    width: 100%;
    margin: 30px auto 0;
  }
}
.index-content__other {
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .index-content__other {
    margin-top: 60px;
  }
}
.index-content__other .inner-item {
  background: var(--default-blue-light);
  border-radius: 20px;
  padding: 20px 40px 60px 40px;
  max-width: 870px;
  margin: 0 auto;
}
.index-content__other .inner-item__img figure {
  display: flex;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .index-content__other .inner-item__img figure {
    flex-direction: column;
  }
}
.index-content__other .inner-item::before {
  content: "";
  background: url("../images/img_index_08.png") no-repeat center center;
  background-size: contain;
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .index-content__other .inner-item::before {
    display: none;
  }
}
.index-content__other .inner-item__btn {
  text-align: center;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .index-content__other .inner-item__btn {
    margin-top: -15px;
    text-align: left;
  }
}
.index-intro {
  margin-top: 70px;
}
.index-intro__video {
  position: relative;
  cursor: pointer;
}
.index-intro__video::before {
  content: "";
  background: url("../images/img_index_09.svg") no-repeat center center;
  position: absolute;
  right: 60px;
  top: -40px;
  width: 90px;
  height: 60px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .index-intro__video::before {
    display: none;
  }
}
.index-instructor__inner {
  border-top: var(--default-blue-light) 5px solid;
  border-bottom: var(--default-blue-light) 5px solid;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 180px;
  position: relative;
}
.index-instructor__inner::before {
  content: "";
  background: url("../images/img_index_10.png") no-repeat center center;
  width: 150px;
  height: 150px;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .index-instructor__inner::before {
    right: inherit;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
  }
}
.index-instructor__inner .instructor-col {
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
  counter-reset: mycounter;
}
@media screen and (max-width: 767px) {
  .index-instructor__inner .instructor-col {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    place-content: center;
  }
}
.index-instructor__inner .instructor-col__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.index-instructor__inner .instructor-col__item::before {
  counter-increment: mycounter;
  content: counter(mycounter, decimal-leading-zero);
  display: inline-block;
  padding: 1em 0.6em;
  color: var(--default-blue);
  background: var(--default-blue-light);
  font-weight: bold;
  line-height: 1.2;
  margin-right: 10px;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .index-instructor__inner .instructor-col__item::before {
    grid-row: 1/3;
    grid-column: 1/2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .index-instructor__inner .instructor-col__item {
    gap: 5px;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50px 1fr;
  }
}
.index-instructor__inner .instructor-col__item .item-name {
  font-size: 0.9375rem;
  color: #045170;
  border-left: 1px solid #045170;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .index-instructor__inner .instructor-col__item .item-name {
    border-left: none;
    grid-row: 2/3;
    grid-column: 2/3;
    padding-left: 0px;
  }
}
.index-instructor__inner .instructor-col__item .item-head {
  position: relative;
  font-size: 1.25rem;
}
@media all and (min-width: 768px) {
  .index-instructor__inner .instructor-col__item .item-head {
    max-width: 20em;
    min-width: 20em;
  }
}
@media screen and (max-width: 767px) {
  .index-instructor__inner .instructor-col__item .item-head {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.index-instructor__inner .instructor-col__item .item-affiliation {
  font-size: 0.875rem;
}
.index-review {
  padding: 30px 0 80px;
}
.index-review__col {
  background: #eee;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .index-review__col {
    padding: 10px;
  }
}
.index-review__col .item {
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .index-review__col .item {
    padding: 10px;
  }
}
.index-review__col .item-thum {
  max-width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 767px) {
  .index-review__col .item-thum {
    max-width: 60px;
    min-width: 60px;
  }
}
.index-review__col .item-thum img {
  margin: auto;
}
.index-review__col .item-txt {
  background: #fff;
  margin-left: 20px;
  position: relative;
  padding: 10px;
  border-radius: 10px;
}
.index-review__col .item-txt::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 1rem;
  top: 50%;
  left: -20px;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: inline-block;
  background: #fff;
  transform: rotate(90deg);
}
.index-info {
  background: #011C35;
  color: #fff;
  padding: 40px 0;
}
.index-info__app {
  border-bottom: 1px solid #fff;
  padding: 60px 0 60px;
}
.index-info__app:first-child {
  padding-top: 0;
}
.index-info__app .item {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(170px, max-content) minmax(450px, max-content) 1fr;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .index-info__app .item {
    grid-template-columns: repeat(1, 1fr);
  }
}
.index-info__app .item-img img {
  max-width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .index-info__app .item-img {
    margin-top: 26px;
  }
}
.index-info__app .item-list ul li {
  font-weight: 300;
  margin-bottom: 5px;
  padding: 0 15px 0 15px;
}
.index-info__app .item-list .asterisk-14 {
  font-weight: 300;
}
.index-info__app .item-list__url a {
  color: #fff;
  font-size: 1rem;
  position: relative;
  padding-left: 2.4rem;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .index-info__app .item-list__url a {
    font-size: 0.875rem;
  }
}
.index-info__app .item-list__url a:hover {
  color: var(--default-yellow);
}
.index-info__app .item-list__url a:hover::before {
  background: url("../common/ico_url_hover.svg") no-repeat center center;
  background-size: contain;
}
.index-info__app .item-list__url a::before {
  content: "";
  background: url("../common/ico_url.svg") no-repeat center center;
  position: absolute;
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .index-info__app .item-list__url a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.index-info__app .item-list__mail a {
  color: #fff;
  font-size: 1rem;
  position: relative;
  padding-left: 2.4rem;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .index-info__app .item-list__mail a {
    font-size: 0.875rem;
  }
}
.index-info__app .item-list__mail a:hover {
  color: var(--default-yellow);
}
.index-info__app .item-list__mail a:hover::before {
  background: url("../common/ico_mail_hover.svg") no-repeat center center;
  background-size: contain;
}
.index-info__app .item-list__mail a::before {
  content: "";
  background: url("../common/ico_mail.svg") no-repeat center center;
  position: absolute;
  background-size: contain;
  width: 1.75rem;
  height: 1.75rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
}
@media screen and (max-width: 767px) {
  .index-info__app .item-list__mail a::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.index-info__app.-contact {
  border-bottom: none;
}
.index-info__app.-contact .item {
  grid-template-columns: minmax(170px, max-content) minmax(300px, max-content) minmax(180px, max-content);
}
@media screen and (max-width: 767px) {
  .index-info__app.-contact .item {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .index-info__app.-contact .item-img {
    text-align: center;
  }
}
.index-info__app.-contact .item-img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .index-info__app.-contact .item-img img {
    max-width: 60%;
  }
}
.index-info__app.-contact .item-list {
  font-weight: 300;
}
.index-info__app.-contact .item-list__mail {
  font-weight: 500;
}
.index-info__app.-contact .item-list__url {
  font-weight: 500;
}
.index-info__head {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .index-info__head {
    text-align: center;
    margin-bottom: 20px;
  }
}
.index-info ul li::before {
  background: #fff;
}

ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  padding: 4px 0 4px 15px;
  counter-reset: item;
}

ul li:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  height: 4px;
  width: 4px;
  top: 0.9em !important;
  left: 0px;
  border-radius: 100%;
  background: #000;
  vertical-align: middle;
  line-height: 1;
}

.index-heading h2 {
  position: relative;
  font-size: 1.875rem;
  text-align: center;
  padding-top: 24px;
  margin-bottom: 30px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .index-heading h2 {
    line-height: 1.4;
    padding-top: 30px;
  }
}
.index-heading h2::first-letter {
  color: var(--default-blue);
  font-weight: bold;
}
.index-heading h2::after {
  content: "";
  background: url("../common/ico_index_heading01.svg") no-repeat center center;
  background-size: contain;
  width: 80px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .index-heading.-feature h2 {
    letter-spacing: -0.04em;
  }
}
.index-heading.-content h2::after {
  background: url("../common/ico_index_heading02.svg") no-repeat center center;
  width: 90px;
  height: 35px;
}
.index-heading.-intro h2::after {
  background: url("../common/ico_index_heading03.svg") no-repeat center center;
  width: 120px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .index-heading.-intro h2::before {
    content: "";
    background: url("../images/img_index_09.svg") no-repeat center center;
    width: 80px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    position: absolute;
    left: 0;
  }
}
.index-heading.-instructor h2::after {
  background: url("../common/ico_index_heading04.svg") no-repeat center center;
  width: 120px;
  height: 40px;
}
.index-heading.-review h2::after {
  background: url("../common/ico_index_heading05.svg") no-repeat center center;
  width: 80px;
  height: 40px;
}
.index-heading.-message h2 {
  padding-top: 34px;
}
.index-heading.-message h2::after {
  background: url("../common/ico_index_heading06.svg") no-repeat center center;
  width: 80px;
  height: 40px;
}

.js-InOn {
  opacity: 0;
  /* 初期状態で非表示 */
  transform: translateY(50px);
  /* 初期位置を下げる */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.js-InOn.visible {
  opacity: 1;
  /* 可視時に表示 */
  transform: translateY(0);
  /* 位置を元に戻す */
}

.page-heading {
  background: var(--default-yellow-light);
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .page-heading {
    padding: 40px 10px;
  }
}
.page-heading h1 {
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .page-heading h1 {
    font-size: 1.625rem;
  }
}
.instructor-wrap .instructor-col {
  position: relative;
  counter-reset: mycounter;
}
.instructor-wrap .instructor-col__item {
  padding-left: 3em;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .instructor-wrap .instructor-col__item {
    padding-left: 0em;
  }
}
.instructor-wrap .instructor-col__item .item-head {
  display: flex;
  background: var(--default-blue-light);
  padding: 0em 1em 0em 0em;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.instructor-wrap .instructor-col__item .item-head::before {
  counter-increment: mycounter;
  content: counter(mycounter, decimal-leading-zero);
  display: inline-block;
  background: var(--default-blue);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 10px;
  font-size: 1.25rem;
  height: 100%;
  padding: 1em;
}
.instructor-wrap .instructor-col__item .item-name {
  color: #045170;
  padding-left: 70px;
  font-size: 0.875rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .instructor-wrap .instructor-col__item .item-name {
    padding-left: 0;
  }
}
.instructor-wrap .instructor-col__item .item-detail {
  padding-left: 70px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .instructor-wrap .instructor-col__item .item-detail {
    padding-left: 0;
  }
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::-moz-placeholder {
  color: var(--default-gray);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}