@charset "UTF-8";
/* Scss Document */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 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,
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;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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;
}

/* 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 {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

input:focus {
  outline: none;
}

ul:not(.entryBody ul), ol:not(.entryBody ol) {
  list-style-type: none;
}

button {
  font-family: inherit;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  width: 100%;
  fill: #000;
  max-width: 100%;
}

body {
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  color: #202020;
  position: relative;
  background: url(../../img/bg.jpg) repeat top center;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  body {
    font-weight: 500;
  }
}
body.is-menuopen {
  overflow: hidden;
  height: 100%;
}

a {
  outline: none;
  color: #202020;
  text-decoration: none;
}

/*=============================================================
  parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .base--small, .base, .base--large, .base--wide, .base--max {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--full {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--full {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--full {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--full [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--max {
  max-width: 1800px;
}
@media screen and (min-width: 560px) {
  .base--max {
    max-width: 1880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--max {
    max-width: 1920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--wide {
    max-width: 1400px;
  }
}
.base--wide [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--large {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--large, .base--wide .base--large {
    max-width: 1400px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--large, .base--wide .base--large {
    max-width: 1400px;
  }
}
.base--large [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base, .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base, .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
.base [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small {
  max-width: 1000px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--small {
    max-width: 1120px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--small, .base--wide .base--small, .base--large .base--small, .base .base--small {
    max-width: 1000px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--small, .base--wide .base--small, .base--large .base--small, .base .base--small {
    max-width: 1000px;
  }
}
.base--small [class*=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .base--ss {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--max .base--ss, .base--wide .base--ss, .base--large .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}
@media screen and (min-width: 768px) {
  .base--max .base--ss, .base--wide .base--ss, .base--large .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.space--large.last_section {
  padding-bottom: calc(120px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--large.last_section {
    padding-bottom: calc(120px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--large.last_section {
    padding-bottom: calc(120px + 130px);
  }
}

.space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(80px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--medium.last_section {
    padding-bottom: calc(80px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--medium.last_section {
    padding-bottom: calc(80px + 130px);
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px / 2 + 15vw);
}
@media screen and (min-width: 560px) {
  .space--small.last_section {
    padding-bottom: calc(50px - 40px + 15vw);
  }
}
@media screen and (min-width: 960px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 560px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 960px) {
  .space--contents {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  gridLayout.scss
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 559px) {
  .c-grid {
    flex-direction: column;
  }
}
.c-grid--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 559px) {
  .c-grid--reverse {
    flex-direction: column;
  }
}

.c-gridItem {
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .c-gridItem {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 559px) {
  .c-gridItem {
    margin-bottom: 20px;
  }
}
.c-gridItem--cell30 {
  width: 28%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell30 {
    width: 100%;
  }
}
.c-gridItem--cell35 {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell35 {
    width: 100%;
  }
}
.c-gridItem--cell40 {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell40 {
    width: 100%;
  }
}
.c-gridItem--cell45 {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell45 {
    width: 100%;
  }
}
.c-gridItem--cell55 {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell55 {
    width: 100%;
  }
}
.c-gridItem--cell60 {
  width: 57%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell60 {
    width: 100%;
  }
}
.c-gridItem--cell65 {
  width: 62%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell65 {
    width: 100%;
  }
}
.c-gridItem--cell70 {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .c-gridItem--cell70 {
    width: 100%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

.c-grid--row3::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3::before {
    display: none;
  }
}
.c-grid--row3 .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0 auto;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

.c-grid--row4::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4::before {
    display: none;
  }
}
.c-grid--row4 .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (max-width: 559px) {
  .c-grid--row4 .c-gridItem {
    width: 100%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.c-grid--row4_spHalf::after {
  content: "";
  display: block;
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf::before {
    display: none;
  }
}
.c-grid--row4_spHalf .c-gridItem {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 48%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.txtbox:not(.entryBody) p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox:not(.entryBody) p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.txt--small {
  font-size: 0.75rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--small {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .txt--small {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
.txt--small + .txt, .txt + .txt--small {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--small + .txt, .txt + .txt--small {
    margin-top: 20px;
  }
}

.txt--big {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .txt--big {
    font-size: 1.0625rem;
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .txt--big {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.txt--big + .txt, .txt + .txt--big {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txt--big + .txt, .txt + .txt--big {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

.c-notesMark {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .c-notesMark {
    padding-left: 20px;
  }
}
.c-notesMark::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  list.scss
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-olList li {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-olList li + li {
  margin-top: 5px;
}

.c-notesList li {
  position: relative;
  padding-left: 15px;
}
@media screen and (min-width: 960px) {
  .c-notesList li {
    padding-left: 20px;
  }
}
.c-notesList li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
  backface-visibility: hidden;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  footer.scss
=============================================================*/
.l-footer {
  background: #1a1a1a;
  padding: 40px 6.6%;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .l-footer {
    padding: 60px 6.6%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 6.6%;
  }
}
.l-footer div + div {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .l-footer div + div {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer div + div {
    margin-top: 50px;
  }
}
.l-footer_mail {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .l-footer_mail {
    margin-top: 25px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_mail {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.l-footer_mail a {
  background: #fff;
  border-radius: 50px;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  width: 90%;
  margin: 0 auto;
  color: #0c307d;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer_mail a {
    width: 70%;
    border-radius: 50px;
  }
}
.l-footer_mail i {
  font-size: 180%;
}
.l-footer_mail span {
  font-size: 1rem;
  font-weight: bold;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (min-width: 560px) {
  .l-footer_mail span {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_mail span {
    font-size: 1.625rem;
  }
}
.l-footer_sns {
  text-align: center;
  display: flex;
  justify-content: center;
  column-gap: 10px;
}
.l-footer_sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  color: #0c307d;
  font-size: 1.875rem;
}
@media screen and (min-width: 560px) {
  .l-footer_sns a {
    width: 70px;
    height: 70px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_sns a {
    width: 80px;
    height: 80px;
    font-size: 2.5rem;
  }
}

.copyright {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .copyright {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 80px;
  }
}

/*=============================================================
  main.scss
=============================================================*/
.l-wrapper {
  margin: 0px auto;
  max-width: 750px;
  background: #fff;
  box-shadow: 0 0 20px rgba(22, 30, 48, 0.6);
}

/*=============================================================
  top.css
=============================================================*/
.infomation {
  background: url(../../img/img03.png) no-repeat center center/cover;
  padding: 40px 6.6%;
}
@media screen and (min-width: 560px) {
  .infomation {
    padding: 70px 6.6%;
  }
}
@media screen and (min-width: 768px) {
  .infomation {
    padding: 100px 6.6%;
  }
}
.infomation_inner {
  margin-top: 30px;
  background: #fff;
  border: 3px solid #0c2f7c;
  padding: 40px 8%;
  border-radius: 10px;
}
@media screen and (min-width: 560px) {
  .infomation_inner {
    padding: 50px 8%;
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .infomation_inner {
    border-width: 5px;
    padding: 60px 9%;
    margin-top: 40px;
  }
}
.infomation_inner + .infomation_inner {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .infomation_inner + .infomation_inner {
    padding: 50px 8%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .infomation_inner + .infomation_inner {
    margin-top: 40px;
  }
}
.infomation p {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .infomation p {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .infomation p {
    font-size: 1.875rem;
  }
}
.infomation p + p {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .infomation p + p {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .infomation p + p {
    margin-top: 50px;
  }
}
.infomation strong {
  font-size: 120%;
}
.infomation table {
  table-layout: fixed;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .infomation table {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .infomation table {
    margin-top: 50px;
  }
}
.infomation th, .infomation td {
  font-weight: normal;
  padding-top: 5px;
  vertical-align: top;
  font-size: 0.9375rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .infomation th, .infomation td {
    font-size: 1.25rem;
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .infomation th, .infomation td {
    font-size: 1.75rem;
    padding-top: 25px;
  }
}
.infomation th {
  width: 90px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .infomation th {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  .infomation th {
    width: 170px;
  }
}
.infomation th::after {
  content: "：";
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (min-width: 560px) {
  .infomation th::after {
    top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .infomation th::after {
    top: 25px;
  }
}
.infomation td {
  padding-left: 10px;
}

.box01 {
  position: relative;
}
.box01_btn {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 26%;
  translate: -50%;
  padding: 0 6.6%;
}
@media screen and (min-width: 768px) {
  .box01_btn {
    bottom: 420px;
  }
}

.menu {
  padding: 40px 6.6%;
  width: 100%;
  background: url(../../img/img07.png) no-repeat center bottom/100% auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 15px;
  padding-bottom: 113vw;
}
@media screen and (min-width: 768px) {
  .menu {
    column-gap: 20px;
    aspect-ratio: 750/2010;
    padding-bottom: 0;
  }
}
.menu ul {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .menu ul {
    padding-left: 25px;
  }
}
.menu li {
  list-style: disc;
  font-weight: bold;
  font-family: "Kaisei Tokumin", serif;
  line-height: 1.3;
  font-size: clamp(0.9375rem, 0.393rem + 2.419vw, 1.875rem);
}
.menu li + li {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .menu li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .menu li + li {
    margin-top: 20px;
  }
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 30px !important;
}

.pb60 {
  padding-bottom: 40px !important;
}

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

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

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

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

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

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

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

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

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

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */