@charset "UTF-8";
/* ----------------------------- リセット */
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

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;
  font-size: 100%;
  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;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

ul#wp-admin-bar-root-default:after {
  clear: none;
}

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
  position: relative;
  font-weight: 500;
}

a:link, a:visited {
  color: #231815;
  text-decoration: underline;
}

a:hover, a:active {
  text-decoration: none;
}

a, a img {
  transition: 0.2s ease all;
}

a:hover img {
  opacity: 0.65;
  -ms-filter: "alpha(opacity=65)";
  filter: alpha(opacity=65);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.inline_pc {
  display: inline;
}

.inline_sp {
  display: none;
}

img, .bx-wrapper img {
  max-width: 100%;
  height: auto;
}

#container {
  overflow: hidden;
}

/* ----------------------------- 共通 */
.fw-600 {
  font-weight: 600 !important;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap1000 {
  width: 1000px;
  margin: 0 auto;
}

.wrap900 {
  width: 900px;
  margin: 0 auto;
}

.wrap800 {
  width: 800px;
  margin: 0 auto;
}

.wrap700 {
  width: 700px;
  margin: 0 auto;
}

/* ----------------------------- タイトル */
.title1 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.title2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.3em;
}

/* ----------------------------- ボタン */
.btn1 {
  width: 400px;
  text-align: center;
}
.btn1 a {
  display: block;
  background: #fff;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #15ac8f;
}
.btn1 a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #15ac8f;
  border-right: solid 2px #15ac8f;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn1 a:hover {
  opacity: 0.65;
}

.btn2 {
  width: 400px;
  text-align: center;
}
.btn2 a {
  display: block;
  background: #15ac8f;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  box-shadow: 3px 5px 0 #148e77;
}
.btn2 a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn2 a:hover {
  opacity: 0.65;
}

.btn3 {
  width: 400px;
  text-align: center;
}
.btn3 a {
  display: block;
  background: #00a199;
  border-radius: 40px;
  padding: 15px 0;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.btn3 a:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn3 a:hover {
  opacity: 0.65;
}

/* ----------------------------- ヘッダー */
.header {
  padding: 10px 1%;
  position: relative;
  z-index: 9;
}
.header:after {
  content: "";
  display: block;
  clear: both;
}
.header .logo {
  width: 294px;
  float: left;
}
.header .nav {
  float: right;
  margin-top: 15px;
}

/* ----------------------------- ナビ */
.nav li {
  float: left;
  margin-right: 2em;
}
.nav li:last-child {
  margin-right: 0;
}
.nav li a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E35050;
  text-decoration: none;
}
.nav li a:hover {
  opacity: 0.65;
}
.nav li a:hover img {
  opacity: 1;
}
.nav li img {
  width: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

/* ----------------------------- メインビジュアル */
.mv {
  position: relative;
  background: url(images/mv_v2.jpg) top center no-repeat;
  background-size: cover;
  padding: 100px 5%;
  position: relative;
}
.mv .txt {
  max-width: 540px;
}
.mv .txt .btn2 {
  width: 400px;
  margin-top: 50px;
  margin-left: 10%;
}

/* ----------------------------- コンテンツ */
.block1 {
  padding: 100px 0;
}
.block1 h3 {
  font-size: 2.8rem;
  font-weight: 400;
  text-align: center;
}
.block1 .box {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.block1 .box .icon {
  margin: 0 5%;
}

.block2 {
  padding: 100px 0;
  background: #F1F7F9;
}
.block2 .title1 {
  text-align: center;
  color: #0C9FDB;
}
.block2 .box .title2 {
  text-align: center;
}
.block2 .box1 {
  margin-top: 40px;
}
.block2 .box1 ul {
  margin-top: 180px;
}
.block2 .box1 ul li {
  margin-bottom: 180px;
  padding: 6% 10% 5%;
  background: #fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.block2 .box1 ul li:last-child {
  margin-bottom: 0;
}
.block2 .box1 ul li .point {
  width: 250px;
  padding: 64px 0 104px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.block2 .box1 ul li .inner {
  position: relative;
  z-index: 9;
}
.block2 .box1 ul li .inner h5 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #0C9FDB;
}
.block2 .box1 ul li .inner p {
  margin-top: 20px;
  text-align: center;
}
.block2 .box1 ul li .inner .note {
  display: inline-block;
  text-align: left;
  margin-top: 20px;
}
.block2 .box1 ul li .inner .note span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.block2 .box1 ul li .inner .img {
  margin-top: 20px;
}
.block2 .box1 ul li .inner .detail .bubble {
  margin-top: 20px;
  background: #EF5082;
  border-radius: 10px;
  padding: 10px 0;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.block2 .box1 ul li .inner .detail .bubble:before {
  content: "";
  display: block;
  background: url(images/icon2.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 30px;
  position: absolute;
  top: -20px;
  right: 9%;
  z-index: 9;
}
.block2 .box1 ul .point1 .inner .detail {
  max-width: 700px;
  margin: 20px auto 0;
}
.block2 .box1 ul .point1 .inner .detail table {
  width: 100%;
  font-size: 1.8rem;
}
.block2 .box1 ul .point1 .inner .detail table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  width: 140px;
}
.block2 .box1 ul .point1 .inner .detail table td {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  width: 140px;
}
.block2 .box1 ul .point1 .inner .detail table thead {
  background: #0C9FDB;
  color: #fff;
}
.block2 .box1 ul .point1 .inner .detail table tbody .day1 th {
  background: #DEDEDE;
}
.block2 .box1 ul .point1 .inner .detail table tbody .day2 th {
  background: #EF5082;
  color: #fff;
}
.block2 .box1 ul .point1 .inner .detail table tbody .day2 td {
  background: #FFE8ED;
}
.block2 .box1 ul .point1 .inner .detail table tbody .day2 td:last-child {
  color: #EF5082;
}
.block2 .box1 ul .point2 .inner .detail {
  max-width: 1000px;
  margin: 20px auto 0;
}
.block2 .box1 ul .point2 .inner .detail table {
  width: 100%;
  text-align: left;
}
.block2 .box1 ul .point2 .inner .detail table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
  background: #0C9FDB;
  color: #fff;
}
.block2 .box1 ul .point2 .inner .detail table td {
  border: 1px solid #ccc;
  padding: 10px;
  width: 43%;
}
.block2 .box1 ul .point2 .inner .detail table td.center {
  text-align: center;
  padding: 20px 0;
}
.block2 .box1 ul .point2 .inner .detail table td .line {
  background: linear-gradient(transparent 60%, #F6D5E4 60%);
}
.block2 .box1 ul .point2 .inner .detail table td .list {
  display: block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.block2 .box1 ul .point2 .inner .detail table td small {
  font-size: 1.4rem;
  display: block;
  line-height: 1.4em;
}
.block2 .box1 ul .point2 .inner .detail table thead td {
  background: #82CDEC;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
.block2 .box1 ul .point2 .inner .detail .bubble:before {
  right: 0;
  left: 0;
  margin: auto;
}
.block2 .box1 ul .point3 .inner .detail {
  max-width: 1000px;
  margin: 20px auto 0;
}
.block2 .box1 ul .point3 .inner .detail table {
  width: 100%;
  font-size: 1.8rem;
}
.block2 .box1 ul .point3 .inner .detail table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
}
.block2 .box1 ul .point3 .inner .detail table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.block2 .box1 ul .point3 .inner .detail table thead th {
  background: #0C9FDB;
  font-weight: normal;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
}
.block2 .box1 ul .point3 .inner .detail table tbody {
  font-weight: 400;
}
.block2 .box1 ul .point3 .inner .detail table tbody tr:nth-child(2n) {
  background: #FAFAFA;
}
.block2 .box1 ul .point3 .inner .detail table tbody th {
  width: 220px;
  background: #82CDEC;
  color: #fff;
}
.block2 .box1 ul .point3 .inner .detail table tbody td:last-child {
  text-align: left;
}
.block2 .box1 .external {
  margin-top: 60px;
}
.block2 .box2 {
  margin-top: 100px;
}
.block2 .box2 .img {
  margin-top: 20px;
}
.block2 .box2 table {
  width: 100%;
  margin-top: 20px;
}
.block2 .box2 table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
}
.block2 .box2 table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.block2 .box2 table thead th {
  background: #0C9FDB;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.block2 .box2 table tbody {
  font-weight: 400;
}
.block2 .box2 table tbody th {
  width: 200px;
  background: #82CDEC;
  color: #fff;
  padding: 30px 0;
}
.block2 .box2 table tbody td {
  padding: 30px 10px;
}
.block2 .box2 table tbody td small {
  display: block;
  font-size: 1.4rem;
}

.block3 {
  padding: 100px 0;
  background: #F1F5EF;
}
.block3 .title1 {
  text-align: center;
  color: #19AD5F;
}
.block3 .box .title2 {
  text-align: center;
}
.block3 .box1 {
  margin-top: 40px;
}
.block3 .box1 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 180px;
}
.block3 .box1 ul li {
  width: 48%;
  margin-bottom: 180px;
  margin-right: 4%;
  padding: 6% 4% 3%;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  position: relative;
  text-align: center;
}
.block3 .box1 ul li:nth-child(2n) {
  margin-right: 0;
}
.block3 .box1 ul li:last-child, .block3 .box1 ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.block3 .box1 ul li .point {
  width: 250px;
  padding: 64px 0 104px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.block3 .box1 ul li .inner {
  position: relative;
  z-index: 9;
}
.block3 .box1 ul li .inner h5 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.3em;
  color: #19AD5F;
}
.block3 .box1 ul li .inner p {
  margin-top: 20px;
  text-align: center;
}
.block3 .box1 .external {
  margin-top: 60px;
}
.block3 .box2 {
  margin-top: 100px;
}
.block3 .box2 .img {
  margin-top: 20px;
}
.block3 .box2 table {
  width: 100%;
  margin-top: 20px;
}
.block3 .box2 table th {
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px 0;
  font-weight: normal;
  vertical-align: middle;
}
.block3 .box2 table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.block3 .box2 table thead th {
  background: #19AD5F;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.block3 .box2 table tbody {
  font-weight: 400;
}
.block3 .box2 table tbody th {
  width: 200px;
  background: #6CC697;
  color: #fff;
  padding: 30px 0;
}
.block3 .box2 table tbody td {
  padding: 30px 10px;
}
.block3 .box2 table tbody td small {
  display: block;
  font-size: 1.4rem;
}

.block4 {
  padding: 100px 0;
  background: #FAFAFA;
}
.block4 .title1 {
  text-align: center;
  color: #6EC6CC;
}
.block4 .title2 {
  margin-top: 30px;
  text-align: center;
}
.block4 .inner1 {
  margin-top: 60px;
}
.block4 .inner1 ul {
  display: flex;
}
.block4 .inner1 ul li {
  width: 48%;
  margin-right: 4%;
}
.block4 .inner1 ul li:last-child {
  margin-right: 0;
}
.block4 .inner1 ul li h5 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.block4 .inner1 ul li p {
  padding: 5% 6%;
}
.block4 .inner1 ul .external_general {
  background: #F1F7F9;
}
.block4 .inner1 ul .external_general h5 {
  background: #0C9FDB;
}
.block4 .inner1 ul .external_commontest {
  background: #F1F5EF;
}
.block4 .inner1 ul .external_commontest h5 {
  background: #19AD5F;
  position: relative;
}
.block4 .inner1 ul .external_commontest h5:before {
  content: "";
  display: block;
  background: url(images/icon_new.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 84px;
  position: absolute;
  top: -15px;
  right: -20px;
  z-index: 9;
}
.block4 .inner2 ul {
  display: flex;
  margin-top: 180px;
}
.block4 .inner2 ul li {
  width: 48%;
  margin-right: 4%;
  padding: 4% 6%;
  background: #6EC6CC;
  border-radius: 20px;
  position: relative;
  color: #fff;
}
.block4 .inner2 ul li:last-child {
  margin-right: 0;
}
.block4 .inner2 ul li .merit {
  width: 250px;
  padding: 64px 0 104px;
  text-align: center;
  border-radius: 50%;
  background: #6EC6CC;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.block4 .inner2 ul li p {
  font-size: 2rem;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.block4 .inner3 {
  margin-top: 100px;
}
.block4 .inner3 h5 {
  font-size: 2.6rem;
  font-weight: 400;
  text-align: center;
}
.block4 .inner3 .img {
  margin-top: 20px;
}
.block4 .inner3 table {
  width: 100%;
  margin-top: 20px;
  font-size: 1.8rem;
}
.block4 .inner3 table th {
  padding: 15px 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
}
.block4 .inner3 table td {
  padding: 15px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #ccc;
}
.block4 .inner3 table thead {
  background: #6EC6CC;
  color: #fff;
}
.block4 .inner3 table tbody th {
  background: #DDF0F2;
  color: #6EC6CC;
}
.block4 .inner3 .note {
  font-size: 1.4rem;
  margin-top: 10px;
}

.block5 {
  padding: 100px 0;
}
.block5 h3 {
  text-align: center;
  color: #F06F92;
}
.block5 .subject {
  display: flex;
  margin-top: 180px;
}
.block5 .subject li {
  width: 48%;
  margin-right: 4%;
  padding: 4% 6%;
  background: #F9ECF0;
  border-radius: 20px;
  position: relative;
}
.block5 .subject li:last-child {
  margin-right: 0;
}
.block5 .subject li .point {
  width: 250px;
  padding: 64px 0 104px;
  text-align: center;
  border-radius: 50%;
  background: #F9ECF0;
  position: absolute;
  top: -125px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.block5 .subject li p {
  font-size: 2rem;
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.block5 .box {
  margin-top: 60px;
}
.block5 .box h4 {
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  border-radius: 40px;
}
.block5 .box h5 {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 40px;
}
.block5 .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.block5 .box ul li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.block5 .box ul li .bg {
  padding: 4%;
  box-sizing: border-box;
}
.block5 .box ul li:nth-child(2n) {
  margin-right: 0;
}
.block5 .box ul li .onlyone {
  width: 100% !important;
  margin-right: 0 !important;
}
.block5 .box ul li .department {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block5 .box ul li .department span {
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 10px 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.block5 .box ul li .department span:nth-child(2n) {
  margin-right: 0;
}
.block5 .box ul li .required {
  margin-top: 10px;
}
.block5 .box ul li .required h6 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #D65574;
  padding: 5px 0;
  margin-bottom: 2%;
}
.block5 .box ul li .required .list {
  display: flex;
  flex-wrap: wrap;
}
.block5 .box ul li .required .list span {
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  padding: 10px 0;
  font-size: 1.8rem;
  text-align: center;
}
.block5 .box ul li .required .list span:nth-child(2n) {
  margin-right: 0;
}
.block5 .box ul li .choice {
  margin-top: 10px;
}
.block5 .box ul li .choice h6 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background: #9E9E9E;
  padding: 5px 0;
  margin-bottom: 2%;
}
.block5 .box ul li .choice .list {
  display: flex;
  flex-wrap: wrap;
}
.block5 .box ul li .choice .list span {
  display: block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  padding: 10px 0;
  text-align: center;
}
.block5 .box ul li .choice .list span:nth-child(2n) {
  margin-right: 0;
}
.block5 .box ul li .note {
  margin-top: 10px;
  text-align: center;
}
.block5 .box1 h4 {
  background: #0C9FDB;
}
.block5 .box1 h5 {
  color: #0C9FDB;
}
.block5 .box1 li .bg {
  background: #F1F7F9;
}
.block5 .box1 li .department span {
  background: #82CDEC;
}
.block5 .box2 h4 {
  background: #19AD5F;
}
.block5 .box2 h5 {
  color: #19AD5F;
}
.block5 .box2 li .bg {
  background: #F1F5EF;
}
.block5 .box2 li .department span {
  background: #6CC697;
}

/* ----------------------------- フッター */
.link {
  padding: 80px 0 0;
}
.link li {
  float: left;
  width: 48%;
  margin-bottom: 8%;
}
.link li.list1 {
  float: none;
  margin: 0 auto 8%;
}
.link li.list3, .link li.list5 {
  float: right;
}
.link li h5 {
  text-align: center;
}
.link li .btn {
  margin-top: 20px;
}
.link li .btn a {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 10px;
  border: 1px solid;
  padding: 15px 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 5%;
  position: relative;
  top: 0;
}
.link li .btn a:hover {
  top: 5px;
  box-shadow: unset !important;
}
.link li.list1 .btn a {
  border-color: #f08a97;
  background-image: url(images/link_icon5.png);
  box-shadow: 0 5px 0 #f08a97;
}
.link li.list2 .btn a {
  border-color: #3FA6D7;
  background-image: url(images/link_icon1.png);
  box-shadow: 0 5px 0 #3FA6D7;
}
.link li.list3 .btn a {
  border-color: #FD4E68;
  background-image: url(images/link_icon4.png);
  box-shadow: 0 5px 0 #FD4E68;
}
.link li.list4 .btn a {
  border-color: #EB6D57;
  background-image: url(images/link_icon2.png);
  box-shadow: 0 5px 0 #EB6D57;
}
.link li.list5 .btn a {
  border-color: #F8AF07;
  background-image: url(images/link_icon3.png);
  box-shadow: 0 5px 0 #F8AF07;
}

.sns {
  padding: 40px 0 60px;
}
.sns ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sns li {
  width: 16%;
  margin-right: 0.8%;
}
.sns li:last-child {
  margin-right: 0;
}

.footer {
  border-top: 1px solid #ddd;
}
.footer .box {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
}
.footer .box .logo2 {
  float: left;
  max-width: 410px;
}
.footer .box .school_info {
  float: left;
  margin-left: 30px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
.footer .box .school_info a {
  color: #4791c4;
}
.footer .copy {
  font-size: 1.1rem;
  text-align: center;
  background: #eee;
  padding: 10px 0;
}

.pagetop {
  position: fixed;
  right: 3%;
  bottom: 30px;
  z-index: 9999;
}