@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
  font-feature-settings: "palt";
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #000;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
header {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
header .wrap {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
}
header .wrap h1 {
  width: 200px;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  header .wrap h1 {
    width: 120px;
  }
}
header .wrap nav {
  margin-left: auto;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  header .wrap nav {
    display: none;
  }
}
header .wrap nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .wrap nav ul li {
  height: 70px;
  padding-right: 20px;
  background: url(../img/bg_arrow_01.svg) no-repeat right center / 17px 70px;
}
header .wrap nav ul li + li {
  padding-left: 30px;
}
header .wrap nav ul li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  text-decoration: none;
  transition: opacity 0.7s;
}
header .wrap nav ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  header .wrap nav ul li a:hover {
    opacity: 1;
  }
}
header .wrap nav ul li a:hover img {
  opacity: 1;
}
header .wrap > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .wrap > ul li:nth-child(1) {
  width: 70px;
}
@media screen and (max-width: 768px) {
  header .wrap > ul li:nth-child(1) {
    width: 60px;
  }
  header .wrap > ul li:nth-child(1) a {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    background-color: #ea6f00;
  }
}
header .wrap > ul li:nth-child(2) {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  header .wrap > ul li:nth-child(2) {
    margin-left: 0;
  }
}
header .wrap > ul li:nth-child(2) a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #2179a5;
}
@media screen and (max-width: 768px) {
  header .wrap > ul li:nth-child(2) a {
    width: 60px;
    height: 60px;
  }
}
header .wrap > ul li:nth-child(2) a img {
  width: 70px;
}
@media screen and (max-width: 768px) {
  header .wrap > ul li:nth-child(2) a img {
    width: 45px;
  }
}
header .wrap a.x {
  position: absolute;
  right: 15px;
  top: 115px;
  display: block;
  width: 50px;
}
@media screen and (max-width: 768px) {
  header .wrap a.x {
    right: 120px;
    top: 0;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #000;
  }
  header .wrap a.x img {
    width: 40px;
  }
}
footer {
  padding: 50px 0 40px;
  background-color: #2179a5;
}
footer .inner {
  color: #fff;
}
footer .inner em {
  display: block;
  width: 268px;
  margin: 0 auto;
}
footer .inner ul {
  display: block;
  margin: 25px 0 50px;
}
footer .inner ul > li {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
footer .inner ul > li + li {
  margin-top: 15px;
}
footer .inner ul > li span {
  display: block;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
}
footer .inner ul > li img {
  width: auto;
  height: 24px;
}
footer .inner #copyright {
  display: block;
  font-size: 12px;
  text-align: center;
}
main {
  position: relative;
}
main a {
  color: #2179a5;
  text-decoration: none;
  transition: opacity 0.7s;
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main a:hover {
    opacity: 1;
  }
}
main a:hover img {
  opacity: 1;
}
main .btn {
  width: 520px;
  margin-left: auto;
  margin-right: auto;
}
main #book {
  padding: 180px 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main #book {
    padding: 100px 0 50px;
  }
}
main #book figure {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  main #book figure {
    margin-top: 30px;
  }
}
main #book strong {
  display: block;
  margin-top: 30px;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.168em;
}
@media screen and (max-width: 768px) {
  main #book strong {
    font-size: 18px;
  }
  main #book strong i {
    display: none;
  }
}
main #book .btn {
  margin-top: 15px;
}
main #sec01 {
  padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
  main #sec01 {
    padding: 50px 0;
  }
}
main #sec01 .inner article {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article {
    display: block;
  }
}
main #sec01 .inner article figure {
  width: 40%;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article figure {
    width: 80%;
    margin: 30px auto 0;
  }
}
main #sec01 .inner article > div {
  width: 56%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article > div {
    width: auto;
    margin: 0;
  }
}
main #sec01 .inner article > div > em {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article > div > em {
    font-size: 16px;
  }
}
main #sec01 .inner article > div > em i {
  font-size: 0.75em;
}
main #sec01 .inner article > div h3 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article > div h3 {
    font-size: 20px;
  }
}
main #sec01 .inner article > div h3 i {
  color: #ea5504;
  font-weight: 700;
}
main #sec01 .inner article > div h3 span {
  font-size: 0.78125em;
  font-weight: 700;
}
main #sec01 .inner article > div > p {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article > div > p {
    font-size: 14px;
  }
}
main #sec01 .inner article > div > p span {
  font-size: 1.3333333333em;
  font-weight: bold;
}
main #sec01 .inner article > div > p small {
  display: block;
  font-size: 0.8333333333em;
}
main #sec01 .inner article > div > big {
  display: block;
  margin-top: 35px;
  color: #ea5504;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article > div > big {
    font-size: 22px;
  }
}
main #sec01 .inner article > div ul {
  margin-bottom: 25px;
}
main #sec01 .inner article > div ul li {
  padding: 10px 0;
  border-top: 1px #000 dotted;
  letter-spacing: 0.1em;
}
main #sec01 .inner article > div ul li:last-child {
  border-bottom: 1px #000 dotted;
}
main #sec01 .inner article > div ul li em {
  position: relative;
  display: block;
  padding-left: 15px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main #sec01 .inner article > div ul li em {
    font-size: 16px;
  }
}
main #sec01 .inner article > div ul li em:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 0.6666666667em;
}
main #sec01 .inner article > div ul li em small {
  font-size: 0.7777777778em;
  font-weight: 700;
}
main #sec01 .inner article > div ul li p {
  padding-left: 15px;
  font-size: 14px;
  line-height: 1.5;
}
main #sec01 .inner article > div ul li p big {
  font-size: 1.2857142857em;
}
main #sec01 .inner .btn {
  margin-top: 30px;
}
main #sec02 {
  padding: 100px 0 80px;
  background-color: #f5faff;
}
@media screen and (max-width: 768px) {
  main #sec02 {
    padding: 50px 0;
  }
}
main #sec02 .inner em {
  display: block;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.168em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #sec02 .inner em {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
main #sec02 .inner em img {
  display: block;
  width: 430px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  main #sec02 .inner em img {
    width: 200px;
  }
}
main #sec02 .inner p {
  letter-spacing: 0.1em;
}
main #sec02 .inner p a, main #sec02 .inner p b {
  font-weight: 700;
}
main #sec03 {
  padding: 100px 0 80px;
  background-color: #f5ffe6;
}
@media screen and (max-width: 768px) {
  main #sec03 {
    padding: 50px 0;
  }
}
main #sec03 .inner em {
  display: block;
  margin-bottom: 60px;
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 0.168em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #sec03 .inner em {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
main #sec03 .inner em img {
  display: block;
  width: 500px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  main #sec03 .inner em img {
    width: 300px;
  }
}
main #sec03 .inner p {
  letter-spacing: 0.1em;
}
main #sec03 .inner p a, main #sec03 .inner p b {
  font-weight: 700;
}
main #sec03 .inner ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  main #sec03 .inner ul {
    display: block;
    margin-top: 30px;
  }
}
main #sec03 .inner ul li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  main #sec03 .inner ul li {
    width: 100%;
    margin-right: 0;
  }
  main #sec03 .inner ul li + li {
    margin-top: 20px;
  }
}
main #sec03 .inner ul li:nth-child(3n) {
  margin-right: 0;
}
main #sec04 {
  padding: 40px 0 50px;
  background-color: #f2f2f2;
}
main #sec04 .inner em {
  display: block;
  margin-bottom: 30px;
  color: #ea6f00;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #sec04 .inner em {
    font-size: 20px;
  }
}
main #sec04 .inner p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 48px;
}
@media screen and (max-width: 768px) {
  main #sec04 .inner p {
    font-size: 16px;
  }
}
main #sec04 .inner p big {
  font-size: 1.6666666667em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
main #sec04 .inner p a {
  font-weight: 700;
}
main #pgtbtn {
  position: fixed;
  z-index: 10000;
  right: 15px;
  bottom: 15px;
  display: block;
  width: 50px;
  opacity: 0;
  transition: opacity 0.5s;
}
main #pgtbtn.show {
  opacity: 1;
}
main #pgtbtn.end {
  position: absolute;
}
