@charset "UTF-8";
/*
Theme Name: 学費等支援ガイド2025
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
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;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* =======================================
記事詳細
========================================*/
#entrybody {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 0;
  word-break: break-all;
  line-height: 180%;
}
#entrybody a {
  color: #22ABD8;
  text-decoration: underline;
}
#entrybody a:hover {
  text-decoration: none;
}
#entrybody ul, #entrybody ol {
  margin-top: 12px;
  margin-bottom: 12px;
  list-style-position: inside;
  text-align: left;
}
#entrybody ul ul, #entrybody ul ol, #entrybody ol ul, #entrybody ol ol {
  margin-left: 2em;
}
#entrybody ul li, #entrybody ol li {
  text-align: left;
}
#entrybody ol {
  list-style-type: decimal;
}
#entrybody li ul {
  margin-top: 3px;
}
#entrybody li li {
  font-size: 13px;
  font-size: 1.3rem;
}
#entrybody strong,
#entrybody strong span {
  font-weight: bold !important;
}
#entrybody span strong,
#entrybody del strong,
#entrybody em strong {
  font-weight: bold !important;
}
#entrybody em {
  font-style: italic !important;
}
#entrybody dfn {
  font-style: normal;
  border-bottom: 1px dotted #333;
}
#entrybody p {
  line-height: 180%;
  margin-bottom: 1.2em;
  clear: both;
  *zoom: 1;
}
#entrybody p:after {
  display: block;
  content: "";
  clear: both;
}
#entrybody blockquote {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #d6e1e1;
  border-radius: 10px;
  padding: 4.545% 5%;
}
#entrybody blockquote cite {
  font-style: italic;
}
#entrybody blockquote p:last-child {
  margin-bottom: 0;
}
#entrybody blockquote a {
  color: #333;
}
#entrybody img {
  margin-bottom: 1em;
}
#entrybody iframe {
  max-width: 100%;
}
#entrybody .u-youtube-wrap {
  padding-top: 56.25%;
}
#entrybody h1 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 150%;
}
#entrybody h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
  margin-top: 50px;
}
#entrybody h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 180px;
  border-bottom: 4px solid #666;
}
#entrybody h3 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 150%;
}
#entrybody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}
#entrybody h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
}
#entrybody h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
}
#entrybody table {
  width: 100%;
}
#entrybody table thead {
  background-color: #666;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
#entrybody table thead th,
#entrybody table thead td {
  border-color: #fff;
}
#entrybody table th,
#entrybody table td {
  border: 1px solid #d7e2e2;
  padding: 6px 8px;
  text-align: left;
}
#entrybody table th {
  font-weight: bold;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  border: none;
  background: #f1f1f1;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 0;
}
.wp-caption img {
  margin: 5px;
}
.wp-caption p.wp-caption-text {
  margin-bottom: 4px;
}

.wp-smiley {
  margin: 0;
}

body#tinymce ul,
body#tinymce ol {
  margin-bottom: 1.5em;
}
body#tinymce ul li {
  list-style: disc;
}
body#tinymce ol li {
  list-style: decimal;
}

@media screen and (max-width: 768px) {
  #entrybody {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .alignleft,
  img.alignleft {
    margin-right: 0;
    float: none;
  }

  .alignright,
  img.alignright {
    margin-left: 0;
    float: none;
  }

  img.alignleft,
  img.alignright,
  img.aligncenter {
    margin-bottom: 10px !important;
  }
}
/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #222;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

:-ms-input-placeholder {
  color: #C4C4C4;
}

::-moz-placeholder {
  color: #C4C4C4;
}

::-placeholder {
  color: #C4C4C4;
}

a {
  color: #22AC38;
  text-decoration: underline;
}
a:hover {
  color: #22AC38;
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a, a img {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}

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

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
/*=======================================
ヘッダー
=========================================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.l-header .logo {
  width: 19.42%;
}
.l-header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-header .nav li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  padding: 20px;
}
.l-header .nav li.contact {
  margin-left: 20px;
}
.l-header .nav li.contact a {
  background: #FF99A8;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  width: 160px;
  text-align: center;
  padding: 14px 10px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l-header .nav li.contact span {
  display: block;
  padding-top: 28px;
  background: url(../img/icon_email.svg) no-repeat center top;
  background-size: 31px auto;
}

/*=======================================

=========================================*/
.p-kv {
  background: url(../img/kv_img1.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  position: relative;
  margin-bottom: 202px;
  height: 100vh;
  height: 100dvh;
  display: flex;
  align-items: center;
}
.p-kv .txt1 {
  width: 56.25%;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
.p-kv .txt1 .h {
  font-size: 80px;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.p-kv .txt1 .h strong {
  font-size: 130px;
  font-size: 13rem;
  font-weight: 900;
}
.p-kv .nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -110px;
}
.p-kv .nav ul {
  display: flex;
  justify-content: center;
}
.p-kv .nav li {
  margin-left: 15px;
  margin-right: 15px;
}
.p-kv .nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  background: #FF99A8;
  color: #fff;
  border-radius: 100%;
  width: 220px;
  height: 220px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.15;
  position: relative;
}
.p-kv .nav li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: 20px;
  border-top: 14px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.p-kv .nav li span {
  font-size: 30px;
  font-size: 3rem;
}

.p-introduction {
  margin-bottom: 80px;
}
.p-introduction-title1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.p-introduction-title1 .h {
  color: #fff;
  background: #FF99A8;
  border-radius: 80px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 640px;
  text-align: center;
}
.p-introduction-title1 .h.green {
  background: #7BCBC3;
}
.p-introduction .lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-introduction .lead .t {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #8BA1AE;
  margin-bottom: 16px;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
.p-introduction .average {
  margin-bottom: 80px;
}
.p-introduction .average ul {
  background: #F2F5F6;
  padding: 44px 20px 52px;
  margin-bottom: 110px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.p-introduction .average ul:before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/introduction_arrow1.svg) no-repeat center;
  background-size: contain;
  width: 137px;
  height: 115px;
  left: 0;
  right: 0;
  bottom: -93px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
.p-introduction .average ul li {
  width: 20%;
  margin-bottom: 60px;
  text-align: center;
}
.p-introduction .average ul li:nth-last-child(-n+5) {
  margin-bottom: 0;
}
.p-introduction .average ul li .img1 {
  margin-bottom: 16px;
}
.p-introduction .average ul li .txt1 {
  line-height: 1.875;
}
.p-introduction .average .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-introduction .average .box1 .year {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 800;
  color: #8BA1AE;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.p-introduction .average .box1 .source {
  text-indent: -3em;
  padding-left: 3em;
  color: #9E9E9E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-introduction .inex {
  margin-bottom: 80px;
}
.p-introduction .inex .expenses {
  margin-bottom: 20px;
}
.p-introduction .inex .expenses-heading {
  background: #8BA1AE;
}
.p-introduction .inex .expenses-heading:before, .p-introduction .inex .expenses-heading:after {
  background: #8BA1AE;
}
.p-introduction .inex .expenses-content li:before {
  background: #8BA1AE;
}
.p-introduction .inex .income {
  margin-bottom: 33px;
}
.p-introduction .inex .income-heading {
  background: #88C2D8;
}
.p-introduction .inex .income-heading:before, .p-introduction .inex .income-heading:after {
  background: #88C2D8;
}
.p-introduction .inex .income-content li:before {
  background: #88C2D8;
}
.p-introduction .inex .expenses-heading,
.p-introduction .inex .income-heading {
  cursor: pointer;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 9px;
  padding-bottom: 16px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}
.p-introduction .inex .expenses-heading span,
.p-introduction .inex .income-heading span {
  font-size: 40px;
  font-size: 4rem;
}
.p-introduction .inex .expenses-heading:before, .p-introduction .inex .expenses-heading:after,
.p-introduction .inex .income-heading:before,
.p-introduction .inex .income-heading:after {
  display: block;
  content: "";
  position: absolute;
  right: 30px;
  width: 40px;
  height: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  z-index: 9;
}
.p-introduction .inex .expenses-heading:after,
.p-introduction .inex .income-heading:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.p-introduction .inex .expenses-heading p:before,
.p-introduction .inex .income-heading p:before {
  display: block;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  right: 25px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.p-introduction .inex .expenses-heading.is-open:after,
.p-introduction .inex .income-heading.is-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p-introduction .inex .expenses-content,
.p-introduction .inex .income-content {
  display: none;
  padding-top: 20px;
  padding-bottom: 30px;
}
.p-introduction .inex .expenses-content ul,
.p-introduction .inex .income-content ul {
  display: flex;
  flex-wrap: wrap;
}
.p-introduction .inex .expenses-content li,
.p-introduction .inex .income-content li {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 20px;
}
.p-introduction .inex .expenses-content li:before,
.p-introduction .inex .income-content li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
.p-introduction .result {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.p-introduction .result .t {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  color: #E6666F;
  font-weight: 900;
  margin-bottom: 4px;
}
.p-introduction .result .t em {
  font-size: 50px;
  font-size: 5rem;
}
.p-introduction .result .source {
  text-indent: -3em;
  padding-left: 3em;
  color: #9E9E9E;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.57;
}
.p-introduction .origin ul {
  display: flex;
  justify-content: space-between;
}
.p-introduction .origin li {
  width: 30%;
  height: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 29px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-introduction .origin li p {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
.p-introduction .origin li p span {
  font-size: 20px;
  font-size: 2rem;
}
.p-introduction .origin li .btn {
  margin-top: 12px;
}
.p-introduction .origin li .btn a {
  display: block;
  width: 200px;
  color: #fff;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-introduction .origin li .btn span {
  display: inline-block;
  padding-right: 37px;
  background: url(../img/arrow_2-down.svg) no-repeat right center;
  background-size: 14px 14px;
}
.p-introduction .origin li.self {
  background: #FFF2F4;
}
.p-introduction .origin li.loan {
  background: #FFF1E8;
}
.p-introduction .origin li.loan .btn a {
  background: #FF9E7A;
}
.p-introduction .origin li.scholarship {
  background: #E8F5F3;
}
.p-introduction .origin li.scholarship .btn a {
  background: #7BCBC3;
}

.p-compare {
  background: #FAFAFA;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-compare .h {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.p-compare .heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-compare .heading li {
  width: 48.3333%;
  height: 120px;
  border-radius: 120px;
  padding: 15px;
  padding-left: 128px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-compare .heading li.loan {
  background-color: #FFF1E8;
  background-image: url(../img/compare_icon1.svg);
}
.p-compare .heading li.scholarship {
  background-color: #E8F5F3;
  background-image: url(../img/compare_icon2.svg);
}
.p-compare .heading li .t {
  font-size: 30px;
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  margin-bottom: 4px;
  line-height: 1.5;
}
.p-compare .heading li p {
  color: #FF556E;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}
.p-compare .title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  padding-left: 28px;
  position: relative;
  line-height: 1.5;
}
.p-compare .title:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background: #FF99A8;
}
.p-compare .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.p-compare .content:last-child {
  margin-bottom: 0;
}
.p-compare .content li {
  width: 48.3333%;
  background-position: left top;
  background-size: 60px;
  background-repeat: no-repeat;
  min-height: 60px;
  padding-top: 14px;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}
.p-compare .content li.loan {
  background-image: url(../img/compare_icon1.svg);
}
.p-compare .content li.scholarship {
  background-image: url(../img/compare_icon2.svg);
}

.p-loan {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-loan .heading {
  text-align: center;
  margin-bottom: 40px;
}
.p-loan .heading .h {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #FF9E7A;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.p-loan .heading .l {
  font-weight: 500;
}
.p-loan .content-tab {
  display: flex;
  justify-content: center;
}
.p-loan .content-tab li {
  margin-left: 40px;
  border-radius: 10px 10px 0 0;
  width: 280px;
  max-width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  color: #C5C5C5;
  background: #EEE;
  padding: 19px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}
.p-loan .content-tab li.is-active {
  color: #fff;
  background: #FF9E7A;
}
.p-loan .content-body {
  display: none;
  border: 1px solid #ccc;
  padding: 40px 50px;
}
.p-loan .content-body.is-active {
  display: block;
}
.p-loan .content-body .lead {
  text-align: center;
  margin-bottom: 30px;
}
.p-loan .content-body .lead .t {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 30px;
  color: #FF9E7A;
}
.p-loan .content-body .lead .t span {
  font-size: 20px;
  font-size: 2rem;
}
.p-loan .content-body .lead p {
  font-weight: 500;
}
.p-loan .content-body .body dl {
  margin: 0;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.p-loan .content-body .body dl:last-child, .p-loan .content-body .body dl.last {
  border-bottom: 1px solid #ccc;
}
.p-loan .content-body .body dt {
  width: 155px;
  border-right: 2px solid #FF9E7A;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
  line-height: 1.5;
}
.p-loan .content-body .body dt span {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-loan .content-body .body dd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 155px);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  font-weight: 500;
}
.p-loan .content-body .body dd .tag {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #FF9E7A;
  width: 86px;
  margin-right: 22px;
  text-align: center;
}
.p-loan .content-body .body dd .tag + .tag {
  margin-left: -14px;
}
.p-loan .content-body .body p {
  margin-top: 15px;
  margin-bottom: 8px;
  line-height: 1.5;
}
.p-loan .content-body .body p:first-child {
  margin-top: 0;
}
.p-loan .content-body .body small {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-loan .content-body .body table {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  table-layout: fixed;
  margin-top: 5px;
}
.p-loan .content-body .body th,
.p-loan .content-body .body td {
  border: 1px solid #707070;
  padding: 8px 10px;
  min-width: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-loan .content-body .body th {
  text-align: left;
  font-weight: 400;
}
.p-loan .content-body .body td {
  text-align: center;
}
.p-loan .content-body .body ul {
  margin-top: 8px;
}
.p-loan .content-body .body li {
  text-indent: -3em;
  padding-left: 3em;
  line-height: 1.42;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.p-loan .content-body .body li:last-child {
  margin-bottom: 0;
}
.p-loan .content-body .body .note li {
  text-indent: -1em;
  padding-left: 1em;
}

.p-scholarship {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FAFAFA;
}
.p-scholarship .heading {
  margin-bottom: 60px;
}
.p-scholarship .heading .h {
  text-align: center;
  font-size: 40px;
  font-size: 4rem;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #7BCBC3;
  margin-bottom: 15px;
}
.p-scholarship .heading .l {
  text-align: center;
  font-weight: 500;
}
.p-scholarship .heading .compare {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.p-scholarship .heading .compare dl {
  width: 47.8260%;
  margin: 0;
  margin-left: 4.348%;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.p-scholarship .heading .compare dl:nth-child(2n+1) {
  margin-left: 0;
}
.p-scholarship .heading .compare dt {
  background: #7BCBC3;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 10px;
}
.p-scholarship .heading .compare dd {
  padding: 20px;
  padding-bottom: 30px;
}
.p-scholarship .heading .compare dd > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-scholarship .heading .compare dd p {
  font-weight: 700;
  color: #fff;
  width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  margin-bottom: 16px;
  text-align: center;
}
.p-scholarship .heading .compare dd li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-scholarship .heading .compare dd li:last-child {
  margin-bottom: 0;
}
.p-scholarship .heading .compare dd li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
}
.p-scholarship .heading .compare dd .merit {
  margin-bottom: 30px;
}
.p-scholarship .heading .compare dd .merit p,
.p-scholarship .heading .compare dd .merit li:before {
  background: #88C2D8;
}
.p-scholarship .heading .compare dd .demerit p,
.p-scholarship .heading .compare dd .demerit li:before {
  background: #FF99A8;
}
.p-scholarship .p-introduction-title1 {
  margin-bottom: 40px;
}
.p-scholarship .content {
  margin-bottom: 80px;
}
.p-scholarship .content:last-child {
  margin-bottom: 0;
}
.p-scholarship .content-heading {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.p-scholarship .content-heading .inner {
  padding-left: 80px;
  position: relative;
}
.p-scholarship .content-heading .inner:before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: #7BCBC3;
  border-radius: 60px;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.p-scholarship .content-heading .inner.n1:before {
  content: "1";
}
.p-scholarship .content-heading .inner.n2:before {
  content: "2";
}
.p-scholarship .content-heading .inner.n3:before {
  content: "3";
}
.p-scholarship .content-heading .inner.n4:before {
  content: "4";
}
.p-scholarship .content-heading .inner.n5:before {
  content: "5";
}
.p-scholarship .content-heading p {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.2;
}
.p-scholarship .content-heading .t {
  color: #7BCBC3;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.p-scholarship .content-body .lead {
  font-weight: 500;
  margin-bottom: 40px;
}
.p-scholarship .content-body .l {
  text-align: center;
  margin-bottom: 30px;
}
.p-scholarship .content-body .t1 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
}
.p-scholarship .content-body .block1 {
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  padding: 40px 50px;
  margin-bottom: 30px;
}
.p-scholarship .content-body .block1:last-child {
  margin-bottom: 0;
}
.p-scholarship .content-body .block1 + .t1 {
  margin-top: 40px;
}
.p-scholarship .content-body .block1 .t2 {
  font-size: 24px;
  font-size: 2.4rem;
  padding-left: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.5;
}
.p-scholarship .content-body .block1 .t2 em {
  color: #8CD1CA;
  margin-left: 30px;
  font-size: 20px;
  font-size: 2rem;
}
.p-scholarship .content-body .block1 .t2 span {
  font-size: 20px;
  font-size: 2rem;
}
.p-scholarship .content-body .block1 .t2:before {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #7BCBC3;
  left: 0;
  top: 8px;
}
.p-scholarship .content-body .block1 .t2 + .t3 {
  margin-top: 0;
}
.p-scholarship .content-body .block1 .t3 {
  font-size: 20px;
  font-size: 2rem;
  color: #7BCBC3;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 8px;
}
.p-scholarship .content-body .block1 .t3.black {
  color: #222;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-scholarship .content-body .block1 table {
  width: 100%;
  margin-bottom: 16px;
  table-layout: fixed;
}
.p-scholarship .content-body .block1 table .w140 {
  width: 140px;
}
.p-scholarship .content-body .block1 table .w480 {
  width: 480px;
}
.p-scholarship .content-body .block1 th,
.p-scholarship .content-body .block1 td {
  border: 1px solid #ccc;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarship .content-body .block1 th {
  font-weight: 400;
}
.p-scholarship .content-body .block1 th span {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-scholarship .content-body .block1 td {
  padding-left: 20px;
  padding-right: 20px;
}
.p-scholarship .content-body .block1 td .inline {
  display: inline-block;
  text-align: left;
}
.p-scholarship .content-body .block1 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 17px;
}
.p-scholarship .content-body .block1 dl:last-child {
  margin-bottom: 0;
}
.p-scholarship .content-body .block1 dt {
  background: #7BCBC3;
  color: #fff;
  width: 100px;
  text-align: center;
  font-weight: 700;
  padding: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarship .content-body .block1 dd {
  width: calc(100% - 110px);
}
.p-scholarship .content-body .block1 .note {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-scholarship .content-body .block1 .note p {
  margin-bottom: 6px;
  text-indent: -1em;
  padding-left: 1em;
}
.p-scholarship .content-body .block1 .note p:last-child {
  margin-bottom: 0;
}
.p-scholarship .content-body .block1 a {
  color: #000;
  text-decoration: underline;
}
.p-scholarship .content-body .block1 a:hover {
  text-decoration: none;
}
.p-scholarship .content-body .note p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
.p-scholarship .content-body .example {
  margin-top: 45px;
  margin-bottom: 50px;
}
.p-scholarship .content-body .example-heading {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 20px;
}
.p-scholarship .content-body .example-heading dt {
  background: #EFEFEF;
  text-align: center;
  padding: 12px 15px;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
  line-height: 1.5;
}
.p-scholarship .content-body .example-heading dd {
  width: calc(100% - 60px);
}
.p-scholarship .content-body .example-content {
  margin-bottom: 40px;
}
.p-scholarship .content-body .example-note {
  background: url(../img/icon_point.svg) no-repeat left center;
  background-size: 50px auto;
  padding-left: 60px;
}
.p-scholarship .new {
  margin-bottom: 80px;
}
.p-scholarship .new-wrap {
  background: #FFF1E8;
  padding: 40px;
  margin-bottom: 50px;
}
.p-scholarship .new-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 28px;
}
.p-scholarship .new-heading p {
  margin-bottom: 20px;
  background: #FF9E7A;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
}
.p-scholarship .new-heading .t {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #FF9E7A;
}
.p-scholarship .new-content {
  margin-bottom: 95px;
}
.p-scholarship .new-content dl {
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  background: #fff;
}
.p-scholarship .new-content dl:last-child {
  margin-bottom: 0;
}
.p-scholarship .new-content dt {
  width: 140px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF9E7A;
}
.p-scholarship .new-content dd {
  width: calc(100% - 140px);
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-scholarship .new-content dd span {
  font-size: 16px;
  font-size: 1.6rem;
}
.p-scholarship .new-point {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.p-scholarship .new-point ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-scholarship .new-point li {
  width: 44.44%;
  background: #fff;
  position: relative;
  padding: 38px 32px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-scholarship .new-point li .en {
  position: absolute;
  left: -20px;
  top: -43px;
}
.p-scholarship .new-point li .t {
  text-align: center;
  color: #FF9E7A;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 18px;
}
.p-scholarship .new-point li .img1 {
  margin-bottom: 18px;
  text-align: center;
}
.p-scholarship .new-point li p {
  margin-bottom: 18px;
  position: relative;
  padding-left: 23px;
  line-height: 1.5;
}
.p-scholarship .new-point li p:last-child {
  margin-bottom: 0;
}
.p-scholarship .new-point li p:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background: #FF9E7A;
}
.p-scholarship .new-point .quote {
  text-align: center;
  margin-top: 20px;
  text-indent: -3em;
  padding-left: 3mm;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #8B8B8B;
}
.p-scholarship .new-application {
  text-align: center;
}
.p-scholarship .new-application .lead {
  margin-bottom: 50px;
}
.p-scholarship .new-application .lead em {
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 153, 168, 0.4);
  text-decoration-style: solid;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}
.p-scholarship .new-application .t {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #FF9E7A;
}
.p-scholarship .new-application .t:before {
  content: "＼";
}
.p-scholarship .new-application .t:after {
  content: "／";
}
.p-scholarship .new-application .btn a {
  display: block;
  max-width: 1110px;
  color: #000;
  text-decoration: none;
  background: #FEF030 url(../img/arrow_1.svg) no-repeat calc(100% - 58px) center;
  background-size: 42px auto;
  padding: 60px 20px 63px;
}
.p-scholarship .new-application .btn p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}

.p-schedule {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-schedule .h {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #FF99A8;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-schedule .content {
  margin-bottom: 30px;
}
.p-schedule dl {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-schedule dt {
  background: #FF9E7A;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
  padding: 2px 10px;
  margin-bottom: 10px;
}
.p-schedule dd {
  font-weight: 500;
}

.p-qa {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #FAFAFA;
}
.p-qa .h {
  text-align: center;
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-size: 40px;
  font-size: 4rem;
  color: #FF99A8;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.p-qa .content dl {
  margin: 0;
  margin-bottom: 30px;
}
.p-qa .content dl:last-child {
  margin-bottom: 0;
}
.p-qa .content dt,
.p-qa .content dd {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 50px auto;
  padding-left: 70px;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.66;
  min-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-qa .content dt {
  margin-bottom: 10px;
  background-image: url(../img/qa_icon1.svg);
}
.p-qa .content dd {
  background-image: url(../img/qa_icon2.svg);
}

/*=======================================
フッター
=========================================*/
.l-copyright {
  text-align: center;
  padding: 60px 0 12px;
}
.l-copyright .logo {
  margin-bottom: 20px;
}
.l-copyright .info {
  line-height: 1.5;
}
.l-copyright .copyright {
  margin-top: 40px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  color: #B9B9B9;
}

.page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 0;
  z-index: 19;
}
.page-top a {
  content: "";
  background-image: url(../img/btn_page_top@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  text-align: center;
  display: block;
  transition: all .3s;
}
.page-top a:hover {
  opacity: .5;
  transition: all .3s;
}

/*=======================================
コンテンツ
=========================================*/
/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    min-width: initial;
  }

  #container {
    padding-top: 60px;
  }

  .l-header {
    padding: 0;
    padding-left: 8px;
    height: 60px;
  }
  .l-header .logo {
    width: 188px;
  }
  .l-header .btn {
    background: #E80031;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header .btn span {
    width: 20px;
    height: 3px;
    position: relative;
    border-radius: 3px;
    background: #fff;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-header .btn span:before, .l-header .btn span:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
  }
  .l-header .btn span:before {
    top: -8px;
  }
  .l-header .btn span:after {
    bottom: -8px;
  }
  .l-header .btn.is-open span {
    background: transparent;
  }
  .l-header .btn.is-open span:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-header .btn.is-open span:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-header .nav {
    display: block;
    text-align: center;
  }
  .l-header .nav-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 60px;
    background: rgba(255, 255, 255, 0.95);
  }
  .l-header .nav li {
    border-top: 1px solid #ccc;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-header .nav li.contact {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-left: 0;
  }
  .l-header .nav li.contact a {
    width: auto;
    padding: 18px 10px;
  }
  .l-header .nav li.contact span {
    display: inline-block;
    background-position: left center;
    background-size: 25px auto;
    padding-top: 0;
    padding-left: 38px;
  }

  .p-kv {
    background-image: url(../img/kv_img1_sp.jpg);
    height: 60vh;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 150px;
  }
  .p-kv .txt1 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    justify-content: flex-end;
  }
  .p-kv .txt1 .h {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-kv .txt1 .h strong {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-kv .nav {
    padding-left: 1vw;
    padding-right: 1vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-kv .nav ul {
    flex-wrap: wrap;
  }
  .p-kv .nav li {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    margin-bottom: 3vw;
  }
  .p-kv .nav li a {
    font-size: 18px;
    font-size: 1.8rem;
    width: 45vw;
    height: 20vw;
    padding: 10px 15px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .p-kv .nav li a:before {
    bottom: 5px;
    border-top-width: 10px;
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .p-kv .nav li span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-introduction {
    margin-bottom: 60px;
  }
  .p-introduction-title1 {
    margin-bottom: 20px;
  }
  .p-introduction-title1 .h {
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 0.06em;
    padding: 12px 10px;
  }
  .p-introduction .lead {
    margin-bottom: 30px;
  }
  .p-introduction .lead .t {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-introduction .lead p {
    text-align: left;
  }
  .p-introduction .average {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-introduction .average ul {
    padding: 30px 20px 50px;
    margin-bottom: 70px;
  }
  .p-introduction .average ul:before {
    width: 80px;
    height: 67px;
    bottom: -53px;
  }
  .p-introduction .average ul li {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 40px;
  }
  .p-introduction .average ul li:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-introduction .average ul li:nth-last-child(-n+5) {
    margin-bottom: 40px;
  }
  .p-introduction .average ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .p-introduction .average ul li .img1 {
    margin-bottom: 12px;
  }
  .p-introduction .average ul li .txt1 {
    line-height: 1.5;
  }
  .p-introduction .average .box1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-introduction .average .box1 .year {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
  .p-introduction .average .box1 .source {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-introduction .inex {
    margin-bottom: 60px;
  }
  .p-introduction .inex .expenses {
    margin-bottom: 15px;
  }
  .p-introduction .inex .income {
    margin-bottom: 20px;
  }
  .p-introduction .inex .expenses-heading,
  .p-introduction .inex .income-heading {
    font-size: 20px;
    font-size: 2rem;
    padding: 2px;
    padding-bottom: 8px;
  }
  .p-introduction .inex .expenses-heading span,
  .p-introduction .inex .income-heading span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .p-introduction .inex .expenses-heading:before, .p-introduction .inex .expenses-heading:after,
  .p-introduction .inex .income-heading:before,
  .p-introduction .inex .income-heading:after {
    right: 17px;
    width: 16px;
    height: 3px;
  }
  .p-introduction .inex .expenses-heading p:before,
  .p-introduction .inex .income-heading p:before {
    width: 30px;
    height: 30px;
    right: 10px;
  }
  .p-introduction .inex .expenses-content,
  .p-introduction .inex .income-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-introduction .inex .expenses-content ul,
  .p-introduction .inex .income-content ul {
    display: block;
  }
  .p-introduction .inex .expenses-content li,
  .p-introduction .inex .income-content li {
    width: auto;
    margin-bottom: 10px;
    padding-left: 18px;
  }
  .p-introduction .inex .expenses-content li:before,
  .p-introduction .inex .income-content li:before {
    width: 10px;
    height: 10px;
    top: 6px;
  }
  .p-introduction .result .t {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-introduction .result .t em {
    font-size: 35px;
    font-size: 3.5rem;
  }
  .p-introduction .result .source {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-introduction .origin ul {
    display: block;
  }
  .p-introduction .origin li {
    width: auto;
    margin-left: 0;
    margin-bottom: 20px;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-introduction .origin li:last-child {
    margin-bottom: 0;
  }
  .p-introduction .origin li p {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-introduction .origin li p span {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-compare {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-compare .h {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
  .p-compare .heading {
    display: block;
  }
  .p-compare .heading li {
    width: auto;
    height: 70px;
    background-size: 50px auto;
    background-position: 10px center;
    margin-bottom: 20px;
    padding: 10px;
    padding-left: 75px;
  }
  .p-compare .heading li:last-child {
    margin-bottom: 0;
  }
  .p-compare .heading li .t {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 0;
  }
  .p-compare .heading li p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-compare .title {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 20px;
  }
  .p-compare .title:before {
    top: 8px;
    width: 12px;
    height: 12px;
  }
  .p-compare .content {
    display: block;
  }
  .p-compare .content li {
    width: auto;
    margin-bottom: 15px;
    background-size: 35px auto;
    padding-left: 45px;
    min-height: 35px;
    padding-top: 6px;
  }
  .p-compare .content li:last-child {
    margin-bottom: 0;
  }

  .p-loan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-loan .heading {
    margin-bottom: 30px;
  }
  .p-loan .heading .h {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 18px;
  }
  .p-loan .content-tab {
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
  }
  .p-loan .content-tab li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
    border-radius: 5px 5px 0 0;
    padding: 10px 5px;
  }
  .p-loan .content-body {
    padding: 25px 20px;
  }
  .p-loan .content-body .lead {
    margin-bottom: 20px;
  }
  .p-loan .content-body .lead .t {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .p-loan .content-body .lead .t span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-loan .content-body .body .table-wrap {
    overflow: auto;
  }
  .p-loan .content-body .body table {
    width: 600px;
  }
  .p-loan .content-body .body dl {
    display: block;
  }
  .p-loan .content-body .body dt {
    width: auto;
    text-align: left;
    border-right: 0;
    border-bottom: 1px solid #FF9E7A;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-loan .content-body .body dd {
    width: auto;
    padding-left: 0;
  }
  .p-loan .content-body .body p {
    margin-top: 12px;
    margin-bottom: 6px;
  }
  .p-loan .content-body .body ul {
    margin-top: 6px;
  }
  .p-loan .content-body .body li {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .p-scholarship {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-scholarship .heading .h {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .p-scholarship .heading .compare {
    display: block;
  }
  .p-scholarship .heading .compare dl {
    width: auto;
    display: flex;
    margin-left: 0;
    margin-bottom: 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .p-scholarship .heading .compare dl:last-child {
    margin-bottom: 0;
  }
  .p-scholarship .heading .compare dt {
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-scholarship .heading .compare dd {
    padding: 15px;
  }
  .p-scholarship .heading .compare dd > div {
    display: block;
  }
  .p-scholarship .heading .compare dd .merit {
    margin-bottom: 20px;
  }
  .p-scholarship .heading .compare dd p {
    margin-bottom: 10px;
  }
  .p-scholarship .heading .compare dd li {
    padding-left: 15px;
    margin-bottom: 6px;
  }
  .p-scholarship .heading .compare dd li:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .p-scholarship .content {
    margin-bottom: 60px;
  }
  .p-scholarship .content-heading {
    margin-bottom: 20px;
  }
  .p-scholarship .content-heading .inner {
    padding-left: 0;
    padding-top: 60px;
    text-align: center;
  }
  .p-scholarship .content-heading .inner:before {
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
    font-size: 2.4rem;
    top: 0;
    left: 0;
    right: 0;
  }
  .p-scholarship .content-heading p {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .p-scholarship .content-heading .t {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .p-scholarship .content-body .t1 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 12px;
  }
  .p-scholarship .content-body .block1 {
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  }
  .p-scholarship .content-body .block1 .t2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 12px;
    padding-bottom: 10px;
    padding-left: 24px;
  }
  .p-scholarship .content-body .block1 .t2:before {
    width: 15px;
    height: 15px;
    top: 7px;
  }
  .p-scholarship .content-body .block1 .t2 em {
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: 20px;
  }
  .p-scholarship .content-body .block1 .t3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .p-scholarship .content-body .block1 .t3.block {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-scholarship .content-body .block1 .table-wrap {
    overflow: auto;
  }
  .p-scholarship .content-body .block1 table {
    width: 700px;
  }
  .p-scholarship .content-body .block1 table .w140,
  .p-scholarship .content-body .block1 table .w480 {
    width: auto;
  }
  .p-scholarship .content-body .block1 td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-scholarship .content-body .block1 dl {
    display: block;
  }
  .p-scholarship .content-body .block1 dt {
    margin-bottom: 7px;
  }
  .p-scholarship .content-body .block1 dd {
    width: auto;
  }
  .p-scholarship .content-body .block1 .note {
    margin-top: 12px;
  }
  .p-scholarship .content-body .block1 .note p {
    margin-bottom: 3px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-scholarship .content-body .example {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-scholarship .content-body .example-heading {
    display: block;
  }
  .p-scholarship .content-body .example-heading dt {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    margin-bottom: 6px;
  }
  .p-scholarship .content-body .example-heading dd {
    width: 100%;
  }
  .p-scholarship .content-body .example-content {
    margin-bottom: 30px;
  }
  .p-scholarship .content-body .example-note {
    background-size: 35px auto;
    padding-left: 45px;
  }
  .p-scholarship .new {
    margin-bottom: 60px;
  }
  .p-scholarship .new-wrap {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-scholarship .new-heading p {
    font-size: 18px;
    font-size: 1.8rem;
    width: 220px;
    margin-bottom: 10px;
  }
  .p-scholarship .new-heading .t {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-scholarship .new-content dl {
    display: block;
  }
  .p-scholarship .new-content dt {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 0;
  }
  .p-scholarship .new-content dd {
    width: auto;
    padding: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-scholarship .new-content dd span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-scholarship .new-point ul {
    display: block;
  }
  .p-scholarship .new-point li {
    width: auto;
    padding: 30px 20px;
    margin-bottom: 40px;
  }
  .p-scholarship .new-point li:last-child {
    margin-bottom: 0;
  }
  .p-scholarship .new-point li .en {
    left: -10px;
    top: -24px;
    width: 100px;
  }
  .p-scholarship .new-point li .t {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-scholarship .new-point li p {
    padding-left: 15px;
    margin-bottom: 12px;
  }
  .p-scholarship .new-point li p:before {
    width: 8px;
    height: 8px;
    top: 6px;
  }
  .p-scholarship .new-point .quote {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .p-scholarship .new-application .lead {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .p-scholarship .new-application .t {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
  .p-scholarship .new-application .btn a {
    padding: 25px 15px 30px;
    background-position: calc(100% - 20px) center;
    background-size: 30px auto;
  }
  .p-scholarship .new-application .btn p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-scholarship .new-application .btn img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .p-schedule {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-schedule .h {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-schedule .content {
    overflow: auto;
  }
  .p-schedule .content img {
    width: 1195px;
    max-width: initial;
  }
  .p-schedule dt {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .p-qa {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-qa .h {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
  .p-qa .content dl {
    margin-bottom: 20px;
  }
  .p-qa .content dt,
  .p-qa .content dd {
    padding-left: 50px;
    background-size: 40px auto;
    min-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 6px;
  }

  .l-copyright {
    padding-bottom: 20px;
  }
  .l-copyright .logo img {
    width: 250px;
  }
  .l-copyright .copyright {
    margin-top: 30px;
  }

  .page-top {
    right: 15px;
    bottom: 85px;
  }
}
