@charset "UTF-8";
/* CSS Document */
/* Noto Serif JP */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;800;900&display=swap");
/* Noto Sans JP */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  line-height: 1.5;
}

html,
body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background: #fff;
}
html {
  font-size: 62.5%;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
p,
blockquote,
fieldset,
div {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
table {
  margin: 0;
  padding: 0;
  font-size: 100%;
}
caption {
  text-align: left;
}
table,
pre,
code,
select,
textarea,
kbd,
var,
ins,
del,
samp {
  font-size: 100%;
}
address,
cite,
dfn,
em,
strong,
var,
th,
ins,
del,
samp {
  font-weight: normal;
  font-style: normal;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
a,
a:visited {
  text-decoration: none;
  outline: none;
}
hr.separation {
  display: none;
}
fieldset {
  border: none;
}
header,
section,
nav,
aside,
footer,
article {
  display: block;
}

body {
  font-family:
    "Noto Sans JP", sans-serif, YakuHanJP, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.wrap {
  margin: 0 auto;
}
.w1000 {
  width: 1000px;
}
.w1275 {
  width: 1275px;
}
.w1000,
.w1275 {
  max-width: 100%;
}
.inner {
  padding-left: 2%;
  padding-right: 2%;
}
@media (max-device-width: 768px) {
  .inner {
    padding-left: 9.2vw;
    padding-right: 9.2vw;
  }
}
.pc {
  display: block;
}
.sp {
  display: none !important;
}
@media (max-device-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

:root {
  --C-black: #000;
  --C-white: #fff;
  --C-red: #ce1739;
  --C-dark_blue: #0e3962;
  --C-yellow: #fabe00;
}
/* ------------
  common Style
--------------- */
main * {
  box-sizing: border-box;
}
main {
  font-size: 20px;
  font-weight: 500;
  color: var(--C-dark_blue);
}
@media (max-device-width: 768px) {
  main {
    font-size: 3.125vw;
  }
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.red {
  background: var(--C-red);
  color: var(--C-white);
}
.yellow {
  background: var(--C-yellow);
  color: var(--C-dark_blue);
}
/*　古いClearfix
.clearfix {
overflow: hidden;
}
*/

.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
@media (max-device-width: 768px) {
  .mb10 {
    margin-bottom: 1.3021vw !important;
  }
  .mb15 {
    margin-bottom: 1.9531vw !important;
  }
  .mb20 {
    margin-bottom: 2.6042vw !important;
  }
  .mb30 {
    margin-bottom: 3.9062vw !important;
  }
  .mb40 {
    margin-bottom: 5.2083vw !important;
  }
  .mb50 {
    margin-bottom: 6.5104vw !important;
  }
  .mb60 {
    margin-bottom: 7.8125vw !important;
  }
  .mb70 {
    margin-bottom: 9.1145vw !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
@media (max-device-width: 768px) {
  .mt10 {
    margin-top: 1.3021vw !important;
  }
  .mt15 {
    margin-top: 1.9531vw !important;
  }
  .mt20 {
    margin-top: 2.6042vw !important;
  }
  .mt30 {
    margin-top: 3.9062vw !important;
  }
  .mt40 {
    margin-top: 5.2083vw !important;
  }
  .mt50 {
    margin-top: 6.5104vw !important;
  }
  .mt60 {
    margin-top: 7.8125vw !important;
  }
}

.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
@media (max-device-width: 768px) {
  .mr10 {
    margin-right: 1.3021vw !important;
  }
  .mr15 {
    margin-right: 1.9531vw !important;
  }
  .mr20 {
    margin-right: 2.6042vw !important;
  }
  .mr30 {
    margin-right: 3.9062vw !important;
  }
  .mr40 {
    margin-right: 5.2083vw !important;
  }
  .mr50 {
    margin-right: 6.5104vw !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
@media (max-device-width: 768px) {
  .ml10 {
    margin-left: 1.3021vw !important;
  }
  .ml15 {
    margin-left: 1.9531vw !important;
  }
  .ml20 {
    margin-left: 2.6042vw !important;
  }
  .ml30 {
    margin-left: 3.9062vw !important;
  }
  .ml40 {
    margin-left: 5.2083vw !important;
  }
  .ml50 {
    margin-left: 6.5104vw !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
@media (max-device-width: 768px) {
  .pb10 {
    padding-bottom: 1.3021vw !important;
  }
  .pb20 {
    padding-bottom: 2.6042vw !important;
  }
  .pb30 {
    padding-bottom: 3.9062vw !important;
  }
  .pb40 {
    padding-bottom: 5.2083vw !important;
  }
  .pb50 {
    padding-bottom: 6.5104vw !important;
  }
  .pb60 {
    padding-bottom: 7.8125vw !important;
  }
  .pb70 {
    padding-bottom: 70px !important;
  }
}

.tac {
  text-align: center !important;
}
.tar {
  text-align: right !important;
}
.tal {
  text-align: left !important;
}

/* font */
.fs_L {
  font-size: 140%;
}

/* float */
.fL {
  float: left;
}
.fR {
  float: right;
}
.underline {
  text-decoration: underline;
}

/* flex */
.flex {
  display: flex;
}
.flexWrap {
  flex-wrap: wrap;
}
.flexNoWrap {
  flex-wrap: nowrap;
}
.jcSb {
  justify-content: space-between;
}
.jcC {
  justify-content: center;
}
.jcS {
  justify-content: flex-start;
}
.jcE {
  justify-content: flex-end;
}
.flex-direction__column {
  flex-direction: column;
}
/* btn */
.admission-btn {
  width: 435px;
  height: auto;
  margin: 0 auto;
  padding: 25px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  position: relative;
  display: block;
}
.admission-btn::after {
  content: "";
  display: block;
  width: 13px;
  height: 17px;
  background-size: 13px 17px;
  width: 1.2rem;
  height: 1.6rem;
  background-size: 1.2rem 1.6rem;
  background: url(../img/icon_arrow_right--white.svg) no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.admission-btn:hover::after,
.admission-btn_half:hover::after {
  right: 15px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .admission-btn {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4% 0;
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    position: static;
    display: inline-block;
    background-size: 10px 10px;
    right: 0;
    top: 50%;
    opacity: 1;
  }
  .admission-btn::after {
    content: "";
    display: block;
    width: 5%;
    height: 6%;
    background-size: 5% 6%;
    width: 0.7rem;
    height: 1.1rem;
    background-size: 0.7rem 1.1rem;
    position: absolute;
    right: 3%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.5;
  }
}
/* 注釈 */
.annotation {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .annotation {
    font-size: 2.8125vw;
  }
}
/* Material icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: "liga";
}
/* アイコンサイズ */
.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
