@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap);
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-12px) rotate(0deg);
            transform: translateY(-12px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(0deg);
            transform: translateY(10px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(0deg);
            transform: translateY(10px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes toggle-top-sp {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top-sp {
  0% {
    -webkit-transform: translateY(-4px) rotate(0deg);
            transform: translateY(-4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom-sp {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
  }
}
@keyframes toggle-bottom-sp {
  0% {
    -webkit-transform: translateY(4px) rotate(0deg);
            transform: translateY(4px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(0deg);
            transform: translateY(6px) rotate(0deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@keyframes rotationx {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes floating {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -15%);
            transform: translate(0, -15%);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, sup, 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,
main, 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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav 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;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  clear: both;
  display: block;
  width: 100%;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -mox-appearance: none;
  -moz-appearance: none;
}

select::-ms-expand {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**======================================
	setting
======================================**/
/*-----------------------------------

	$base

-----------------------------------*/
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  min-width: 100%;
  min-height: 100%;
}

[id=wrapper] {
  overflow: hidden;
  position: relative;
}

body {
  color: #152D45;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.6;
  background: #C6C6C6;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}

/* layout
-------------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 8%;
    padding-right: 8%;
  }
}

.container {
  position: relative;
}

/* Headline
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* common
-------------------------------------------------------------- */
.common__title-01 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1;
  padding-bottom: 1.4em;
}
@media screen and (max-width: 768px) {
  .common__title-01 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .common__title-01 {
    font-size: 2.4rem;
  }
}

/* Text
-------------------------------------------------------------- */
a {
  color: #152D45;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
a img {
  opacity: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.link-arrow {
  text-decoration: none;
}
.link-arrow::before {
  display: inline-block;
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
  vertical-align: middle;
}

sup {
  vertical-align: top;
  font-size: 60%;
}

strong {
  font-weight: bold;
}

b {
  color: #2eafb5;
}

/* Image
-------------------------------------------------------------- */
img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.image img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Btn
-------------------------------------------------------------- */
.btn-more, .btn-back {
  text-align: center;
  position: relative;
  height: 40px;
}
.btn-more a, .btn-back a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.btn-more a::after, .btn-back a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #152D45;
  margin-top: 0.5rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.btn-more a:hover::after, .btn-more a:active::after, .btn-back a:hover::after, .btn-back a:active::after {
  margin-top: 1.3rem;
}
.btn-more {
  margin-top: 4.9048316252vw;
}

/* List
-------------------------------------------------------------- */
ul li {
  list-style: none;
}

ol {
  padding-left: 25px;
}
ol li ol {
  list-style: none;
  padding-left: 2.5em;
}
ol li ol li {
  text-indent: -2.5em;
}

.list-bullet > li {
  position: relative;
  padding-left: 1.4em;
}
.list-bullet > li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #2eafb5;
}

/* note
-------------------------------------------------------------- */
.note li {
  vertical-align: middle;
  text-indent: -0.5em;
  margin-left: 1em;
}
.note li::before {
  content: "※";
  display: inline-block;
  vertical-align: top;
}

p.note {
  vertical-align: middle;
  text-indent: -0.5em;
  margin-left: 1em;
}
p.note::before {
  content: "※";
  display: inline-block;
  vertical-align: top;
}

/* Table
-------------------------------------------------------------- */
.tbl-01 {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  table-layout: fixed;
}
.tbl-01 tr {
  border-bottom: 1px solid #ccc;
}
.tbl-01 th {
  font-weight: bold;
  width: 18%;
}
.tbl-01 td {
  width: 75%;
  padding: 1.4em;
}
.tbl-01 th, .tbl-01 td {
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
}
@media screen and (max-width: 640px) {
  .tbl-01 tr {
    border: none;
  }
  .tbl-01 th, .tbl-01 td {
    display: block;
    width: 100%;
  }
  .tbl-01 th {
    padding: 0.5rem;
  }
  .tbl-01 td {
    padding: 1rem 0 2rem;
  }
}

/* align
-------------------------------------------------------------- */
.al-center {
  text-align: center;
}

.al-left {
  text-align: left;
}

.al-right {
  text-align: right;
}

/* margin
-------------------------------------------------------------- */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

/*-----------------------------------

	$header

-----------------------------------*/
.header__logo {
  position: absolute;
  top: 3rem;
  left: 5rem;
  z-index: 99999;
}
.header__logo img {
  width: 16.4rem;
  height: auto;
}
.archive .header {
  background: #152D45;
  padding: 15rem 0 9rem;
}
.archive .header h2 {
  width: 88%;
  max-width: 970px;
  margin: auto;
  text-align: center;
}
.archive .header h2 img {
  width: 100%;
  height: auto;
}
.archive .header h2 img.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .header__logo {
    top: 2rem;
    left: 8%;
  }
  .header__logo img {
    width: 10.2rem;
  }
  .archive .header {
    padding: 7rem 0 3rem;
  }
  .archive .header h2 img {
    width: 100%;
    height: auto;
  }
  .archive .header h2 img.sp {
    display: block;
  }
  .archive .header h2 img.pc {
    display: none;
  }
}

/*-----------------------------------

	$footer

-----------------------------------*/
.footer {
  background: #152D45;
  padding: 3.2942898975vw 0 1.6105417277vw;
}
.footer a {
  color: #fff;
}
.footer__nav {
  font-size: 0;
  text-align: center;
}
.footer__nav li {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 1.2em;
  letter-spacing: 0.1em;
  position: relative;
}
.footer__nav li:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .copyright {
  text-align: center;
  padding-top: 2.5rem;
}
.footer .copyright img {
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .footer__nav {
    font-size: 0;
    text-align: center;
  }
  .footer__nav li {
    font-size: 1.2rem;
    padding: 0 0.8em;
    letter-spacing: normal;
    line-height: 2.0833333333;
  }
  .footer__nav li:not(:last-child)::after {
    display: none;
  }
  .footer .copyright {
    padding: 1rem 0 0.25rem;
  }
}

/*-----------------------------------

	$list

-----------------------------------*/
.list {
  padding: 8rem 0 6.2225475842vw;
}
.list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6%;
  margin-left: -6%;
}
.list li {
  width: 25%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 9.5rem;
}
.list .thumbnail {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  text-align: center;
}
.list .thumbnail:hover {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.list .thumbnail img {
  width: 100%;
  max-width: 176px;
  height: auto;
  margin: auto;
}
.list .caption {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding-top: 1.5rem;
}
.list .btn-read {
  padding-top: 0.5rem;
}
.list .btn-read a {
  display: inline-block;
  background: #152D45;
  color: #fff;
  font-size: 1.3rem;
  width: 8.8rem;
  border-radius: 6px;
  border: 2px solid #fff;
  padding: 0.25em;
}
.list .btn-read a span::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.5rem;
  background: url("../images/common/icon-book.svg") no-repeat 0 0;
  vertical-align: middle;
  margin-left: 0.4rem;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1024px) {
  .list ul {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .list li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .list li {
    width: 100%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-bottom: 9.5rem;
  }
  .list li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .list li:last-child {
    padding-bottom: 6rem;
  }
  .list .thumbnail {
    width: 56%;
    margin: auto;
  }
}

/* --

style.css

 ------------------------------------
-- */