@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

em {
  font-style: normal; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
/*@function pcW($koPcW){  
  @return $koPcW/1192*100%;
}*/
[class^="i-"] {
  display: inline-block;
  line-height: 1; }
  [class^="i-"] svg {
    width: 100%;
    height: auto;
    vertical-align: middle; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.oya-youso {
  display: flex;
  flex-direction: column; }

.ko-youso {
  -webkit-box-flex: 1;
  flex-grow: 1; }

/* General Style
/* --------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  color: #2B2B2B;
  background-color: #FFFFFC;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%; }
  @media print, screen and (min-width: 768px) {
    body {
      font-size: 1.6em; } }

img {
  max-width: 100%;
  height: auto; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover img {
  opacity: 1; }

.bvh {
  image-rendering: -webkit-optimize-contrast; }

/* レスポンシブルimages */
.rpimg {
  width: 100%;
  height: auto; }

/* レスポンシブルimages */
.wrapper {
  position: relative;
  border-top: 10px solid #EA869B; }

/* header                                         
/* --------------------------------------------------- */
#header, .header-inner {
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%; }
  @media print, screen and (min-width: 970px) {
    #header, .header-inner {
      background-image: url("../img/common/header_bg.png"); } }

.header-inner {
  max-width: 970px;
  padding: 0 10px;
  margin: 0 auto; }
  @media print, screen and (max-width: 969px) {
    .header-inner {
      aspect-ratio: 970 / 180;
      background-image: url("../img/common/header_bg.png"); } }
  @media print, screen and (min-width: 970px) {
    .header-inner {
      height: 180px; } }
  @media screen and (max-width: 480px) {
    .header-inner {
      background-image: url("../img/common/header_bg_sp.png"); } }

/* contents                                           
/* --------------------------------------------------- */
.main-contents {
  line-height: 1.75;
  padding: 6.5104166667vw 0 0; }
  @media print, screen and (min-width: 768px) {
    .main-contents {
      padding: min(6.1855670103vw, 60px) 0 0; } }
  .main-contents section {
    margin: 0 auto;
    padding: 0 min(5vw, 24px);
    font-size: 1.4rem;
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      .main-contents section {
        max-width: 970px;
        padding: 0 0.625em;
        font-size: min(1.6494845361vw, 1.6rem); } }
  .main-contents .dot-line + .dot-line {
    border-top: 1px dashed #A9A9A9; }
  .main-contents .dot-line {
    margin-top: 2.8571428571em;
    padding-top: 2.8571428571em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .dot-line {
        margin-top: 3.125em;
        padding-top: 3.125em; } }
    .main-contents .dot-line.first {
      margin-top: 0; }
  .main-contents .solid-line {
    border-top: 1px solid #A9A9A9;
    margin-top: 2.8571428571em;
    padding-top: 2.8571428571em;
    padding-bottom: 2.8571428571em;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .main-contents .solid-line {
        margin-top: 3.125em;
        padding-top: 2.5em;
        padding-bottom: 2.5em; } }
    .main-contents .solid-line p {
      margin-top: 0; }
  .main-contents .bg01 {
    background-color: #EFFCFF;
    padding: 2.8571428571em 0 4.9285714286em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .bg01 {
        padding: 3.125em 0 4.9375em; } }
  .main-contents .bg02 {
    background-color: #EFFCFF;
    padding: 2.1428571429em 0 2.7857142857em; }
    @media print, screen and (min-width: 768px) {
      .main-contents .bg02 {
        padding: 1.875em 0 2.4375em; } }
    .main-contents .bg02 section {
      text-align: center; }
  .main-contents * + p, .main-contents * + ul {
    margin-top: 1.25em; }
  .main-contents a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a:hover img {
    opacity: 1; }
  .main-contents a, .main-contents a:visited, .main-contents a:active {
    color: #0068B7;
    text-decoration: underline; }
  .main-contents a.link {
    font-size: 118%; }
  .main-contents a:hover {
    color: #D9333F; }

/* footer                                           
/* --------------------------------------------------- */
#footer {
  position: relative;
  border-bottom: 10px solid #EA869B;
  background-color: #fff;
  width: 100%; }
  #footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 100%;
    background-image: url("../img/common/foot-bg.png");
    background-repeat: repeat-x;
    background-position: top center;
    background-image: auto 100%; }
  #footer .inner {
    padding: 3.3571428571em min(5vw, 24px) 2.5714285714em; }
    @media print, screen and (min-width: 768px) {
      #footer .inner {
        padding: 3.5625em 0.625em 2.875em;
        font-size: min(1.6494845361vw, 1.6rem); } }
  #footer .dl-contact {
    display: inline-grid;
    gap: 1.5em; }
    @media print, screen and (min-width: 768px) {
      #footer .dl-contact {
        grid-template-columns: min(14.4329896907vw, 140px) auto;
        align-items: start; } }
    #footer .dl-contact dt {
      color: #fff;
      background-color: #EA869B;
      font-weight: 500;
      display: grid;
      place-items: center;
      padding: 2em 1em; }
      @media print, screen and (min-width: 768px) {
        #footer .dl-contact dt {
          aspect-ratio: 1.4; } }
    #footer .dl-contact dd {
      line-height: 1.75;
      text-align: left; }
      @media print, screen and (max-width: 767px) {
        #footer .dl-contact dd {
          font-size: 1.3rem; } }
  #footer .memo {
    font-size: min(2.5vw, 1.2rem);
    margin-top: 1.5em; }
    @media print, screen and (min-width: 768px) {
      #footer .memo {
        font-size: min(1.4432989691vw, 1.4rem); } }

/*==ナビゲーション全体の設定*/
/* 2階層ナビ */
#g-nav .gn {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center; }
  @media print, screen and (max-width: 969px) {
    #g-nav .gn {
      display: block; } }
#g-nav ul {
  list-style: none; }
  #g-nav ul li {
    position: relative; }
    @media print, screen and (max-width: 969px) {
      #g-nav ul li {
        padding: 0; } }
    @media print, screen and (min-width: 970px) {
      #g-nav ul li {
        margin: 0 0 0 2em; } }
    #g-nav ul li a, #g-nav ul li .a-tag {
      white-space: nowrap;
      display: block;
      text-decoration: none;
      color: #000;
      font-weight: 600;
      position: relative;
      overflow: hidden;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      @media print, screen and (max-width: 969px) {
        #g-nav ul li a, #g-nav ul li .a-tag {
          border-top: 1px solid #8f8e91;
          padding: 1.5em 44px 1.5em 1.5em;
          text-align: left;
          font-size: min(calc(18/430*100vw), 1.8rem);
          background-image: url("../img/common/arrow.png");
          background-repeat: no-repeat;
          background-position: right calc(20/430*100%) center;
          background-size: 16px 17px; } }
      @media print, screen and (min-width: 970px) {
        #g-nav ul li a, #g-nav ul li .a-tag {
          padding: 5px 0;
          display: -webkit-flex;
          display: flex;
          -webkit-box-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          align-items: center; }
          #g-nav ul li a:not(:first-chid), #g-nav ul li .a-tag:not(:first-chid) {
            vertical-align: top; } }
      @media print, screen and (max-width: 969px) {
        #g-nav ul li a:hover, #g-nav ul li .a-tag:hover {
          color: #000; } }
    @media print, screen and (min-width: 970px) {
      #g-nav ul li.RPbutton {
        display: none; } }
    #g-nav ul li.RPbutton a {
      border-top: none;
      color: #000;
      background-color: #80B2ED; }
@media print, screen and (max-width: 969px) {
  #g-nav.panelactive {
    opacity: 1;
    right: 0; }
    #g-nav.panelactive #g-nav-list {
      position: fixed;
      z-index: 998;
      width: 70%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 60px;
      background-color: #fff;
      box-shadow: -2px 0px 11px -1px #000000; } }

/* ハンバーガーメニューボタン */
@media print, screen and (max-width: 969px) {
  .openbtn1 {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background-color: #fff; }
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 21px;
      height: 2px;
      border-radius: 2px;
      background-color: #000;
      width: 18px; }
      .openbtn1 span:nth-of-type(1) {
        top: 23px; }
      .openbtn1 span:nth-of-type(2) {
        top: 29px; }
      .openbtn1 span:nth-of-type(3) {
        top: 35px; }
    .openbtn1.active {
      background-color: #fff; }
    .openbtn1.active span:nth-of-type(1) {
      top: 21px;
      left: 20px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      background-color: #000; }
    .openbtn1.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn1.active span:nth-of-type(3) {
      top: 33px;
      left: 20px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
      background-color: #D55670; } }
.overlay {
  position: fixed;
  top: 0;
  right: -100%;
  display: block;
  height: 100%;
  width: 100%; }
  @media print, screen and (min-width: 970px) {
    .overlay {
      display: none; } }
  .overlay.active {
    right: 0; }

/* Layout                                           
/* --------------------------------------------------- */
.Num-frame-col2 {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 1em; }
  @media print, screen and (min-width: 768px) {
    .Num-frame-col2 {
      grid-template-columns: 1fr 5.2631578947% 1fr; } }
  .Num-frame-col2 .arrow {
    display: grid;
    place-items: center; }
    @media print, screen and (max-width: 767px) {
      .Num-frame-col2 .arrow {
        padding: 1em; } }
  @media print, screen and (max-width: 767px) {
    .Num-frame-col2 .i-arrow01 {
      transform: rotate(90deg); } }

.Num-frame {
  border: 1px solid #EA869B;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr; }
  .Num-frame dt {
    background-color: #EA869B;
    color: #fff;
    font-weight: 700;
    width: 40px;
    aspect-ratio: 1;
    display: grid;
    place-items: center; }
  .Num-frame dd {
    padding: 1em 1em 2em;
    text-align: center;
    display: grid; }
  .Num-frame .btn01 {
    justify-self: center;
    align-self: end; }
  .Num-frame p {
    text-align: left; }
    @media print, screen and (min-width: 768px) {
      .Num-frame p {
        min-height: 3.45em; } }
  .Num-frame a {
    margin-top: 1.85em; }
  .Num-frame .pc {
    display: none; }
    @media print, screen and (min-width: 768px) {
      .Num-frame .pc {
        display: inline; } }
  .Num-frame .tb {
    display: inline; }
    @media print, screen and (min-width: 768px) {
      .Num-frame .tb {
        display: none; } }
  .Num-frame:first-of-type .btn01 {
    background-color: #D55670; }
    .Num-frame:first-of-type .btn01:hover {
      background-color: #D9333F; }

.Num-frame.v2 {
  border: 1px solid #80B2ED; }
  .Num-frame.v2 dt {
    background-color: #80B2ED; }
  .Num-frame.v2 .btn01 {
    background-color: #0068B7; }
    .Num-frame.v2 .btn01:hover {
      background-color: #D9333F !important; }
  .Num-frame.v2:first-of-type .btn01 {
    background-color: #0068B7; }
    .Num-frame.v2:first-of-type .btn01:hover {
      background-color: #D9333F !important; }

.frame01 {
  border: 2px solid #D9333F;
  margin: 3.5714285714em auto 4.2142857143em;
  display: inline-grid;
  grid-template-columns: 1fr;
  gap: 1em 2em;
  padding: 2em;
  text-align: left; }
  @media print, screen and (min-width: 768px) {
    .frame01 {
      margin: 4.375em 0 4.9375em;
      grid-template-columns: auto 1fr;
      align-items: center; } }
  .frame01 dt {
    color: #D9333F;
    font-weight: 500; }

.Course-col3 {
  border-top: 1px solid #A9A9A9;
  display: grid;
  margin-top: 1em;
  position: relative;
  /*&.last::after {
  	content: "";
  	border: 3px solid $c-g1;
  	position: absolute;
  	top: -1px;
  	left: 0;
  	width: calc(100% - 6px);
  	height: calc(100% - 3px);
  }*/ }
  @media print, screen and (min-width: 768px) {
    .Course-col3 {
      grid-template-columns: min(18.5567010309vw, 180px) 1fr min(21.6494845361vw, 210px); } }
  .Course-col3:last-of-type {
    border-bottom: 1px solid #A9A9A9; }
  .Course-col3.last {
    margin-bottom: 3em; }
  .Course-col3 + .Course-col3 {
    margin-top: 0; }
  @media print, screen and (max-width: 767px) {
    .Course-col3 > * {
      padding: 1em; } }
  @media print, screen and (min-width: 768px) {
    .Course-col3 > * {
      padding: 1em 0; } }
  .Course-col3 dt, .Course-col3 dd:last-of-type {
    background-color: #F5F5F5;
    font-weight: 500;
    display: grid; }
  .Course-col3 dt {
    place-content: center;
    place-items: center;
    font-size: 1.6rem;
    text-align: center; }
    @media print, screen and (min-width: 768px) {
      .Course-col3 dt {
        font-size: min(1.8556701031vw, 1.8rem); } }
  .Course-col3 dt em {
    background-color: #62CC97;
    color: #fff;
    display: inline-block;
    padding: 0.25em 1em;
    margin-bottom: 0.25em;
    line-height: 1;
    border-radius: 1em;
    font-size: 1.4rem; }
    @media print, screen and (min-width: 768px) {
      .Course-col3 dt em {
        font-size: min(1.6494845361vw, 1.6rem); } }
  .Course-col3 dt span {
    color: #D9333F;
    font-size: 1.2rem; }
    @media print, screen and (min-width: 768px) {
      .Course-col3 dt span {
        font-size: min(1.3402061856vw, 1.3rem); } }
  .Course-col3 dd:last-of-type {
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 1.5em; }
    @media print, screen and (max-width: 767px) {
      .Course-col3 dd:last-of-type {
        margin-bottom: 1em;
        padding: 1em;
        border-bottom: 1px solid #A9A9A9; } }
  .Course-col3 dd:first-of-type {
    display: grid;
    align-items: center; }
    @media print, screen and (min-width: 768px) {
      .Course-col3 dd:first-of-type {
        padding: 1em 0 1em min(4.1237113402vw, 40px); } }
    .Course-col3 dd:first-of-type ol {
      display: inline-block; }
  .Course-col3 dd:last-of-type {
    font-weight: 400; }

.Course-col2 {
  display: grid;
  margin-top: 1em;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .Course-col2 {
      grid-template-columns: 1fr 1fr; } }
  .Course-col2 li {
    padding: 1em;
    font-weight: 500; }
    @media print, screen and (min-width: 768px) {
      .Course-col2 li {
        padding: 1em 1em 1em 1.5em; } }
  .Course-col2 li:first-child {
    padding: 1em; }
    @media print, screen and (max-width: 767px) {
      .Course-col2 li:first-child {
        border-bottom: 1px dashed #A9A9A9; } }
    @media print, screen and (min-width: 768px) {
      .Course-col2 li:first-child {
        padding: 1em 1.5em 1em 1em;
        border-right: 1px dashed #A9A9A9; } }
  .Course-col2 .btn01 {
    background-color: #D9333F;
    margin: 0 auto; }

.Move-col2 {
  display: grid;
  gap: 1em min(5.1546391753vw, 50px);
  margin-top: 10px;
  position: relative; }
  @media print, screen and (min-width: 768px) {
    .Move-col2 {
      grid-template-columns: min(53.6082474227vw, 520px) 1fr;
      align-items: end; } }

.Btn-col2 {
  display: inline-grid;
  gap: 1em 1em; }
  @media print, screen and (min-width: 768px) {
    .Btn-col2 {
      grid-template-columns: repeat(2, auto); } }

/* Parts                                         
/* --------------------------------------------------- */
/* タイトル */
.h01 {
  padding: 1.0526315789% 2.1052631579%;
  text-align: center;
  font-size: min(4.5833333333vw, 2.2rem);
  font-weight: 700;
  color: #fff;
  background-color: #EA869B;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .h01 {
      grid-template-columns: 1fr;
      padding: 2.1052631579% 3.1578947368%; } }
  @media print, screen and (min-width: 481px) {
    .h01 {
      padding: 1.0526315789% 2.1052631579%;
      column-gap: 0.9em;
      font-size: min(2.2680412371vw, 2.2rem); } }
  @media print, screen and (min-width: 481px) and (max-width: 767px) {
    .h01 {
      font-size: min(2.8865979381vw, 2.8rem); } }
  .h01 em {
    display: grid;
    font-weight: 500;
    font-size: min(4.1666666667vw, 2rem);
    color: #D55670;
    background-color: #fff; }
    @media screen and (max-width: 480px) {
      .h01 em {
        align-items: center;
        justify-content: center;
        grid-template-columns: auto  auto;
        column-gap: 0.5em;
        margin-bottom: 0.3em; } }
    @media print, screen and (min-width: 481px) {
      .h01 em {
        place-content: center;
        place-items: center;
        border-radius: 50%;
        width: min(10.4166666667vw, 50px);
        aspect-ratio: 1;
        line-height: 1;
        font-size: min(1.5463917526vw, 1.5rem);
        width: min(6.1855670103vw, 60px); } }
  .h01 .num {
    line-height: 1;
    font-weight: 500;
    font-size: min(5vw, 2.4rem); }
    @media print, screen and (min-width: 768px) {
      .h01 .num {
        display: block;
        font-size: min(2.8865979381vw, 2.8rem); } }

.h01.v2 {
  background-color: #0068B7; }
  .h01.v2 em {
    color: #0068B7; }

.h02 {
  background-color: #D55670;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 0.5em 1.5em;
  margin-top: 2em;
  line-height: 1;
  border-radius: 1em; }

.h02.v2 {
  background-color: #0068B7; }

.h03 {
  background-color: #2D9561;
  color: #fff;
  font-weight: 700;
  padding: 1em;
  line-height: 1.4;
  text-align: center;
  font-size: min(4.1666666667vw, 2rem); }
  @media print, screen and (min-width: 768px) {
    .h03 {
      display: grid;
      place-items: center;
      aspect-ratio: 950/80;
      font-size: min(2.2680412371vw, 2.2rem); } }

.h04 {
  display: grid;
  grid-template-columns: 46px 1fr; }
  @media print, screen and (min-width: 768px) {
    .h04 {
      grid-template-columns: min(5.1546391753vw, 50px) 1fr; } }
  .h04 .i-move {
    aspect-ratio: 1;
    background-color: #62CC97;
    padding: 14px; }
    @media print, screen and (min-width: 768px) {
      .h04 .i-move {
        padding: 0.875em; } }
  .h04 .txt {
    background-color: #F5F5F5;
    font-weight: 500;
    font-size: 1.6rem;
    display: grid;
    align-items: center;
    padding-left: 1em; }
    @media print, screen and (min-width: 768px) {
      .h04 .txt {
        font-size: min(2.0618556701vw, 2rem); } }

.h05 {
  font-size: 1.6rem;
  font-weight: 500; }
  .h05 em {
    background-color: #62CC97;
    color: #fff;
    display: inline-block;
    padding: 0.25em 1em;
    margin-bottom: 0.25em;
    line-height: 1;
    border-radius: 1em;
    font-size: 1.4rem;
    margin-right: 1em; }
    @media print, screen and (min-width: 768px) {
      .h05 em {
        font-size: min(1.6494845361vw, 1.6rem); } }

.h04 + .h05 {
  margin-top: 2.1428571429em; }
  @media print, screen and (min-width: 768px) {
    .h04 + .h05 {
      margin-top: 1.875em; } }

.h06 {
  font-weight: 500;
  margin-top: 1.5714285714em;
  padding-left: 1em;
  text-indent: -1em; }
  @media print, screen and (min-width: 768px) {
    .h06 {
      margin-top: 1.375em; } }

.Move-col2 + .h06 {
  margin-top: 2.1428571429em; }
  @media print, screen and (min-width: 768px) {
    .Move-col2 + .h06 {
      margin-top: 1.875em; } }

p + h5.font-bold {
  margin-top: 1.25em !important; }

.read01 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6; }
  @media print, screen and (min-width: 768px) {
    .read01 {
      font-size: min(2.0618556701vw, 2rem); } }

h2 + .read01 {
  margin-top: 1.5em !important; }

.read02 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6; }
  @media print, screen and (min-width: 768px) {
    .read02 {
      font-size: min(1.8556701031vw, 1.8rem); } }

/* Other */
.mt0 {
  margin-top: 0em !important; }

.mt05 {
  margin-top: 0.5em !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt25 {
  margin-top: 2.5em !important; }

.mt3 {
  margin-top: 3em !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 0.5em !important; }

.mb10 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb20 {
  margin-bottom: 2em !important; }

.mb25 {
  margin-bottom: 2.5em !important; }

.mb30 {
  margin-bottom: 3em !important; }

.mb40 {
  margin-bottom: 4em !important; }

.mb50 {
  margin-bottom: 5em !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.ml3 {
  margin-left: 3em !important; }

.mr1 {
  margin-right: 1em !important; }

.mr2 {
  margin-right: 2em !important; }

.mr3 {
  margin-right: 3em !important; }

.font-bold {
  font-weight: 500 !important; }

.font-bold2 {
  font-weight: 700 !important; }

.font-normal {
  font-weight: 400 !important; }

.float-left {
  float: left !important; }

.ml4ps {
  margin-left: 4% !important; }

.mr4ps {
  margin-right: 4% !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.ta-c {
  text-align: center !important; }

strong {
  font-weight: 600; }

.fs-l {
  font-size: 118%; }

.fc-red {
  color: #D9333F; }

.nowrap {
  white-space: nowrap !important; }

.sup, sup {
  font-size: 0.7em;
  vertical-align: top; }

a.nolink {
  pointer-events: none; }

.kerning_before {
  margin-left: -0.5em; }

.kerning_after {
  letter-spacing: -0.5em; }

.kerning_before2 {
  margin-left: -0.3em; }

/* btn */
.btn01, .btn02, .btn03, .btn04, .btn05 {
  text-decoration: none !important;
  display: inline-block;
  color: #fff !important;
  line-height: 1; }
  .btn01:hover, .btn02:hover, .btn03:hover, .btn04:hover, .btn05:hover {
    text-decoration: none !important; }

.btn01 {
  background-color: #D55670;
  color: #fff !important;
  padding: 1em 2em;
  text-align: center;
  font-size: min(3.75vw, 1.8rem); }
  @media print, screen and (min-width: 768px) {
    .btn01 {
      font-size: min(2.0618556701vw, 2rem); } }
  .btn01 [class^="i-"] {
    margin-left: 10px; }
  .btn01:hover {
    background-color: #0068B7 !important; }

.btn01.v2 {
  background-color: #2D9561; }

.btn01.v3 {
  background-color: #2D9561;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media print, screen and (min-width: 768px) {
    .btn01.v3 {
      font-size: min(2.0618556701vw, 2rem); } }
  .btn01.v3 em {
    font-size: 1.3rem;
    display: block; }
    @media print, screen and (min-width: 768px) {
      .btn01.v3 em {
        font-size: min(1.5463917526vw, 1.5rem); } }
  .btn01.v3 .i-opwn {
    position: absolute;
    right: 10px;
    bottom: 10px; }

.Move-col2 + .btn01.v2 {
  margin-top: 2.1428571429em; }
  @media print, screen and (min-width: 768px) {
    .Move-col2 + .btn01.v2 {
      margin-top: 1.875em; } }

.btn01.v4 {
  background-color: #D55670; }

.btn02 {
  display: inline-grid;
  justify-content: start;
  align-items: center;
  background-color: #D9333F;
  aspect-ratio: 3.75;
  height: 100%;
  font-weight: 500; }
  @media print, screen and (max-width: 767px) {
    .btn02 {
      grid-template-columns: 46px auto auto;
      column-gap: 10px;
      padding: 0 20px;
      width: 100%;
      max-width: 280px;
      font-size: 1.8rem; } }
  @media print, screen and (min-width: 768px) {
    .btn02 {
      grid-template-columns: min(5.1546391753vw, 50px) auto auto;
      column-gap: min(1.0309278351vw, 10px);
      padding: 0 min(2.6804123711vw, 26px);
      width: min(30.9278350515vw, 300px);
      font-size: min(2.0618556701vw, 2rem); } }
  .btn02:hover {
    background-color: #0068B7 !important; }
  .btn02 span:last-child {
    margin-left: 8px; }
    @media print, screen and (min-width: 768px) {
      .btn02 span:last-child {
        margin-left: min(0.824742268vw, 8px); } }

.btn02.v2 {
  justify-content: center;
  background-color: #2D9561;
  aspect-ratio: 4; }
  @media print, screen and (max-width: 767px) {
    .btn02.v2 {
      grid-template-columns: auto auto;
      max-width: 260px; } }
  @media print, screen and (min-width: 768px) {
    .btn02.v2 {
      grid-template-columns: auto auto;
      width: min(28.8659793814vw, 280px); } }

.btn02.v3 {
  background-color: #0068B7; }
  .btn02.v3:hover {
    background-color: #D9333F !important; }

.btn03 {
  background-color: #fff;
  color: #2b2b2b !important;
  border: 1px solid #2b2b2b;
  display: grid;
  grid-template-columns: auto auto;
  place-content: center;
  place-items: center;
  line-height: 1;
  text-align: center;
  width: 210px;
  aspect-ratio: 6; }
  .btn03:hover {
    color: #fff !important;
    background-color: #2b2b2b !important; }
    .btn03:hover svg {
      stroke: #fff; }
  .btn03 .i-download {
    margin-left: 10px; }
    .btn03 .i-download svg {
      stroke: #2b2b2b; }
  .btn03:hover .i-download svg {
    stroke: #fff; }

.btn04 {
  display: inline-grid;
  justify-content: start;
  align-items: center;
  grid-template-columns: auto auto;
  background-color: #0068B7;
  aspect-ratio: 4.375;
  height: 100%;
  font-weight: 500; }
  @media print, screen and (max-width: 767px) {
    .btn04 {
      column-gap: 10px;
      padding: 0 20px;
      width: 100%;
      max-width: 280px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    .btn04 {
      column-gap: min(1.0309278351vw, 10px);
      padding: 0 min(2.6804123711vw, 26px);
      width: min(36.0824742268vw, 350px);
      font-size: min(2.0618556701vw, 2rem); } }
  .btn04 .i-camera {
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    height: min(7.0833333333vw, 34px);
    width: min(7.0833333333vw, 34px); }
    @media print, screen and (min-width: 768px) {
      .btn04 .i-camera {
        height: min(3.9175257732vw, 38px);
        width: min(3.9175257732vw, 38px); } }
    .btn04 .i-camera svg {
      fill: #0068B7;
      width: min(4.5833333333vw, 22px); }
      @media print, screen and (min-width: 768px) {
        .btn04 .i-camera svg {
          width: min(2.4742268041vw, 24px); } }
  .btn04:hover {
    background-color: #D9333F; }
  .btn04:hover .i-camera svg {
    fill: #D9333F; }

.btn04.interview {
  display: inline-grid;
  justify-content: start;
  align-items: center;
  background-color: #D9333F;
  aspect-ratio: 370/84;
  font-weight: 500; }
  @media print, screen and (max-width: 767px) {
    .btn04.interview {
      grid-template-columns: 34px auto;
      column-gap: 10px;
      padding: 0 10px;
      width: 100%;
      max-width: 280px;
      font-size: 1.6rem; } }
  @media print, screen and (min-width: 768px) {
    .btn04.interview {
      grid-template-columns: min(5.1546391753vw, 50px) auto;
      column-gap: min(1.0309278351vw, 10px);
      padding: 0 min(1.7525773196vw, 17px);
      width: min(38.1443298969vw, 370px);
      font-size: min(2.0618556701vw, 2rem); } }
  .btn04.interview:hover {
    background-color: #0068B7; }

.btn-cap {
  display: block;
  text-align: center;
  font-weight: 500; }
  @media print, screen and (max-width: 767px) {
    .btn-cap {
      margin-top: 2em;
      font-size: 1.4rem; } }
  @media print, screen and (min-width: 768px) {
    .btn-cap {
      margin-top: min(3.0927835052vw, 30px);
      width: min(30.9278350515vw, 300px); } }

.btn-cap2 {
  text-align: center;
  font-weight: 500;
  color: #D9333F; }
  @media print, screen and (max-width: 767px) {
    .btn-cap2 {
      margin: min(9.5833333333vw, 46px) 0 min(10.4166666667vw, 50px);
      font-size: 1.2rem; } }
  @media print, screen and (min-width: 768px) {
    .btn-cap2 {
      margin: min(4.7422680412vw, 46px) 0 min(5.1546391753vw, 50px);
      font-size: min(1.4432989691vw, 1.4rem); } }

/* ul */
.ul-dot li {
  display: -ms-grid;
  display: grid;
  gap: 0;
  grid-template-columns: 1.5em 1fr; }
.ul-dot li::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #EA869B;
  border-radius: 50%;
  display: inline-block;
  margin: 0.5em auto 0; }

.ul-dot.v2 li::before {
  background-color: #a9a9a9; }

/* ol */
ol.num {
  counter-reset: number 0; }
  ol.num > li {
    padding-left: 1.5em;
    position: relative;
    /*&:not(:first-child) {
    	margin-top: 0.5em;
    }*/ }
    ol.num > li::before {
      counter-increment: number 1;
      content: counter(number) ".";
      position: absolute;
      top: 0;
      left: 0; }
  ol.num > li.num3::before {
    counter-increment: number 3; }
  ol.num > li.num4::before {
    counter-increment: number 4; }
  ol.num > li.num5::before {
    counter-increment: number 5; }
  ol.num > li.num6::before {
    counter-increment: number 6; }
  ol.num > li.num7::before {
    counter-increment: number 7; }
  ol.num > li.num8::before {
    counter-increment: number 8; }
  ol.num > li.num9::before {
    counter-increment: number 9; }
  ol.num > li.num10::before {
    counter-increment: number 10; }
  ol.num > li.num11::before {
    counter-increment: number 11; }
  ol.num ul {
    margin-top: 5px; }
  ol.num .num-maru {
    margin-left: 1.5em; }

ol.num-squ, ol.num-cir {
  counter-reset: number 0; }
  ol.num-squ li, ol.num-cir li {
    padding-left: 2.5em;
    margin: 0 0 0.5em;
    position: relative;
    line-height: 1.6em; }
    ol.num-squ li::before, ol.num-cir li::before {
      counter-increment: number 1;
      content: counter(number) "";
      position: absolute;
      top: 0;
      left: 0;
      width: 0.9em;
      height: 0.9em;
      font-size: 94%;
      line-height: 1;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      color: #0068B7;
      border: 1px solid #0068B7;
      background-color: #fff; }

ol.num-cir li::before {
  border-radius: 50%; }

/* iframe */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

.googleMap iframe {
  width: 100%;
  height: 600px; }
  @media print, screen and (min-width: 768px) {
    .googleMap iframe {
      height: 780px; } }

.sp-display {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-display {
      display: block; } }

.tb-display {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .tb-display {
      display: none; } }

.tbpc-display {
  display: none; }
  @media print, screen and (min-width: 481px) and (max-width: 767px) {
    .tbpc-display {
      display: block; } }
  @media print, screen and (min-width: 768px) {
    .tbpc-display {
      display: block; } }

.pc-display {
  display: none; }
  @media print, screen and (min-width: 768px) {
    .pc-display {
      display: block; } }

.tel-link, .mail-link {
  text-decoration: none !important;
  color: #000 !important; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
