@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #f4f0e9;
  line-height: 1.5;
  color: #132b51;
  letter-spacing: .1rem;
  font-weight: 500; }

@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.95vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.67vw; }

  .sp-hidden {
    display: none !important; }

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #132b51;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.5; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 400; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Outfit", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400; }

@media only screen and (max-width: 767px) {
  input, textarea, select {
    font-size: 1.6rem;
    box-sizing: border-box; } }
button {
  font-family: "Outfit", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }
  @media only screen and (max-width: 1024px) {
    #wrap {
      overflow: hidden; } }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		105 other
-------------------------------------- */
.edita:after {
  content: "";
  display: block;
  clear: both; }
.edita img {
  height: auto; }
.edita iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 20px auto 30px;
  display: block; }
  @media only screen and (max-width: 767px) {
    .edita iframe {
      height: calc((100vw - 30px) * 9 / 16);
      margin: 10px 0 20px; } }
.edita p {
  padding-bottom: 1.5em; }
  .edita p a {
    color: #3871af;
    text-decoration: underline; }
    .edita p a:hover {
      text-decoration: none; }
  .edita p small {
    font-size: 1rem;
    display: inline-block; }
.edita h1 {
  font-size: 2.0em;
  margin: 1em 0 1.5em; }
.edita h2 {
  font-size: 1.8em;
  margin: 1em 0 1.5em; }
.edita h3 {
  font-size: 1.65em;
  margin: 1em 0 1.5em;
  border-bottom: 0.3rem solid rgba(19, 43, 81, 0.2);
  padding: .5em; }
.edita h4 {
  font-size: 1.55em;
  margin: 1em 0 1.5em;
  border-left: 0.5rem solid rgba(19, 43, 81, 0.2);
  padding-left: 1rem; }
.edita h5 {
  font-size: 1.4em;
  margin: 1em 0 1.5em;
  border-bottom: 0.1rem dashed rgba(19, 43, 81, 0.2);
  padding: .5em; }
.edita h6 {
  font-size: 1.3em;
  margin: 1em 0 1.5em;
  background: rgba(19, 43, 81, 0.05);
  color: #666;
  padding: .8em 1.2em;
  border-radius: 1rem; }
@media only screen and (max-width: 767px) {
  .edita h1 {
    font-size: 1.5em; }
  .edita h2 {
    font-size: 1.4em; }
  .edita h3 {
    font-size: 1.3em; }
  .edita h4 {
    font-size: 1.2em; }
  .edita h5 {
    font-size: 1.1em; }
  .edita h6 {
    font-size: 1em; } }
.edita pre {
  display: block; }
.edita strong {
  font-weight: bold; }
.edita em {
  font-style: italic; }
.edita ul {
  margin-bottom: 1.5em; }
  .edita ul li {
    list-style: outside disc;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: .5em; }
.edita ol {
  margin-bottom: 1.5em; }
  .edita ol li {
    list-style: outside decimal;
    margin-left: 3rem;
    overflow: visible;
    zoom: normal;
    padding-bottom: .5em; }
.edita blockquote {
  display: block;
  margin: 1em 4rem;
  position: relative; }
  .edita blockquote:before {
    content: "“";
    position: absolute;
    left: -1em;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    top: 0; }
  .edita blockquote:after {
    content: "”";
    position: absolute;
    right: -1rem;
    font-size: 4rem;
    line-height: 1;
    opacity: 0.5;
    bottom: 0; }
.edita a {
  color: #666; }
.edita del {
  text-decoration: line-through; }
.edita hr {
  display: block;
  border: none;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 1em; }
.edita .alignright {
  float: right;
  margin-left: 2rem;
  margin-bottom: 2rem;
  margin-right: .5rem; }
  @media only screen and (max-width: 767px) {
    .edita .alignright {
      display: block;
      text-align: center;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .alignleft {
  float: left;
  margin-right: 2rem;
  margin-left: .5rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) {
    .edita .alignleft {
      display: block;
      text-align: center;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
.edita .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 64rem; }

.form-select {
  line-height: 4.8rem;
  height: 5rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #132b51;
  position: relative;
  width: 30rem; }
  @media only screen and (max-width: 767px) {
    .form-select {
      width: 100%; } }
  .form-select:after {
    width: 3em;
    height: 5rem;
    font-size: 1.6rem;
    line-height: 1;
    font-family: 'Material Icons Outlined';
    text-align: center;
    content: "expand_more";
    color: #132b51;
    top: 50%;
    margin-top: -.5em;
    right: 0;
    position: absolute; }
  .form-select > select {
    width: 130%;
    line-height: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0 3rem 0 1.5rem;
    background: transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box; }
    .form-select > select::-ms-expand {
      display: none; }
    .form-select > select:focus {
      border: none;
      outline: none;
      box-shadow: none; }

#loader {
  width: 100%;
  height: 100%;
  background: #132b51;
  transition: all 1s;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  opacity: 1; }
  #loader.on {
    opacity: 0;
    z-index: -1; }

body #wrap {
  z-index: -1;
  position: relative; }
  body #wrap.on {
    z-index: 1; }

/* --------------------------------------
		101-1 keyframes
-------------------------------------- */
/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 3rem 5rem; }
  @media only screen and (max-width: 767px) {
    .header {
      padding: 1.5rem; } }
  .header-logo {
    width: 16rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .header-logo {
        width: 14rem;
        margin-bottom: 0; } }
  .header-menu {
    position: fixed;
    width: 8rem;
    height: 8rem;
    top: 1rem;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: right .5s;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .header-menu {
        opacity: 1;
        z-index: 10000; } }
    .header-menu span {
      width: 3rem;
      height: 2px;
      margin: .5rem auto;
      background: #3871af; }
      @media only screen and (max-width: 767px) {
        .header-menu span {
          width: 2rem;
          height: 2px;
          margin: .4rem auto; } }
    .header-menu.on span {
      margin-top: -1px; }
      .header-menu.on span:nth-of-type(1) {
        position: absolute;
        transform: rotate(45deg);
        left: 50%;
        margin-left: -1.5rem;
        top: 50%; }
        @media only screen and (max-width: 767px) {
          .header-menu.on span:nth-of-type(1) {
            margin-left: -1rem; } }
      .header-menu.on span:nth-of-type(3) {
        display: none; }
      .header-menu.on span:nth-of-type(2) {
        position: absolute;
        transform: rotate(-45deg);
        right: 50%;
        margin-right: -1.5rem;
        top: 50%; }
        @media only screen and (max-width: 767px) {
          .header-menu.on span:nth-of-type(2) {
            margin-right: -1rem; } }
  .header-contact {
    position: fixed;
    right: 2vw;
    top: 0;
    width: 13rem;
    height: 10rem;
    z-index: 1000; }
    @media only screen and (max-width: 767px) {
      .header-contact {
        width: 100%;
        height: auto;
        position: static;
        padding: 0 3rem; } }
    .header-contact a {
      height: 10rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 1.6rem;
      line-height: 1.1;
      font-weight: 700;
      border: .4rem solid #fff;
      border-top: none;
      background: #fbb03b;
      border-radius: 0 0 3rem 3rem; }
      @media only screen and (max-width: 767px) {
        .header-contact a {
          height: 7.2rem;
          flex-direction: row;
          border-radius: 1.5rem;
          border-top: .4rem solid #fff;
          padding: 0 2rem; } }
      @media only screen and (min-width: 1025px) {
        .header-contact a:hover {
          background: #ec695e; } }
      .header-contact a figure {
        width: 4rem;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .header-contact a figure {
            width: 3.5rem;
            margin: 0 1rem 0 0; } }
      .header-contact a small {
        font-size: 1.2rem;
        color: #fff;
        font-weight: 600;
        margin-top: .3rem; }
        @media only screen and (max-width: 767px) {
          .header-contact a small {
            margin-top: 0;
            margin-left: auto; } }
  .header-link {
    font-size: 1.4rem;
    padding: 1.5rem 0; }
    .header-link a {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: .8rem; }
      .header-link a span {
        color: #3871af;
        font-size: 1.8rem;
        margin-right: .3rem; }
  @media only screen and (max-width: 767px) {
    .header-nav {
      justify-content: center;
      align-items: flex-start;
      width: 100%;
      height: 100%;
      position: fixed;
      left: -100%;
      top: 0;
      z-index: 999;
      overflow: hidden;
      padding: 0 3%;
      transition: all .5s;
      justify-content: center;
      background: rgba(253, 211, 43, 0.9);
      padding: 7.2rem 1rem 0; }
      .header-nav.active {
        left: 0;
        transition: all .5s;
        overflow: scroll; } }
  .header-nav ul {
    max-width: 83rem;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    background: #fff;
    border-radius: 3rem;
    padding: 0 3rem;
    margin: 0 auto; }
    .header-nav ul:before, .header-nav ul:after {
      content: "";
      height: 12rem;
      background-size: 100% auto;
      background-position: 50% 100%;
      background-repeat: no-repeat;
      position: absolute;
      top: -10rem; }
      @media only screen and (max-width: 767px) {
        .header-nav ul:before, .header-nav ul:after {
          display: none; } }
    .header-nav ul:before {
      width: 11rem;
      background-image: url("../img/common/header_ill1.png");
      left: .5rem; }
    .header-nav ul:after {
      width: 11.2rem;
      background-image: url("../img/common/header_ill2.png");
      right: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .header-nav ul {
        width: 100%;
        flex-direction: column;
        background: none; } }
    @media only screen and (max-width: 767px) {
      .header-nav ul li {
        width: 100%;
        margin-bottom: 1.5rem; } }
    .header-nav ul li a {
      height: 8.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      line-height: 1.1;
      text-align: center;
      padding: 0 2rem;
      font-size: 1.7rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .header-nav ul li a {
          width: 100%;
          font-size: 1.6rem;
          background: #fff;
          flex-direction: row;
          justify-content: space-between;
          height: 6rem;
          border-radius: 1.5rem; } }
      .header-nav ul li a small {
        font-size: 1.2rem;
        font-weight: 600;
        margin-top: .5rem; }
        @media only screen and (max-width: 767px) {
          .header-nav ul li a small {
            margin-top: 0; } }
      @media only screen and (min-width: 1025px) {
        .header-nav ul li a:hover {
          border-bottom: .5rem solid; } }
    .header-nav ul li:nth-of-type(1) a small {
      color: #3871af; }
    .header-nav ul li:nth-of-type(1) a:hover {
      border-color: #3871af; }
    .header-nav ul li:nth-of-type(2) a small {
      color: #ec695e; }
    .header-nav ul li:nth-of-type(2) a:hover {
      border-color: #ec695e; }
    .header-nav ul li:nth-of-type(3) a small {
      color: #fbb03b; }
    .header-nav ul li:nth-of-type(3) a:hover {
      border-color: #fbb03b; }
    .header-nav ul li:nth-of-type(4) a small {
      color: #7bb9df; }
    .header-nav ul li:nth-of-type(4) a:hover {
      border-color: #7bb9df; }
    .header-nav ul li:nth-of-type(5) a small {
      color: #56b877; }
    .header-nav ul li:nth-of-type(5) a:hover {
      border-color: #56b877; }
    .header-nav ul li:nth-of-type(6) a small {
      color: #fdd32b; }
    .header-nav ul li:nth-of-type(6) a:hover {
      border-color: #fdd32b; }
    .header-nav ul li.btn1 a {
      background: #ec695e;
      color: #fff;
      justify-content: center;
      text-align: left; }
      .header-nav ul li.btn1 a img {
        width: 5rem;
        margin-right: .5rem; }
    .header-nav ul li.btn2 a {
      background: #094b95;
      color: #fff;
      justify-content: center;
      text-align: left; }
      .header-nav ul li.btn2 a img {
        width: 5rem;
        margin-right: .5rem; }

/* --------------------------------------
		103 content
-------------------------------------- */
#wrap {
  overflow: hidden; }

.div-fixed-btn {
  position: fixed;
  right: 0;
  bottom: 10rem;
  z-index: 999; }
  @media only screen and (max-width: 1024px) {
    .div-fixed-btn {
      bottom: 50%;
      margin-bottom: -10rem; } }
  @media only screen and (max-width: 767px) {
    .div-fixed-btn {
      bottom: 0;
      margin: 0;
      width: 100%; } }
  .div-fixed-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #132b51;
    font-size: 1.7rem;
    line-height: 1.3;
    letter-spacing: .3rem;
    width: 4.5rem;
    height: 20rem;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; }
    .div-fixed-btn a span {
      font-size: 2.4rem;
      font-weight: 200; }
    @media only screen and (max-width: 767px) {
      .div-fixed-btn a {
        font-size: 1.3rem;
        line-height: 1.1;
        letter-spacing: .1rem;
        -ms-writing-mode: unset;
        writing-mode: unset;
        width: 100%;
        height: 4.5rem; } }
    @media only screen and (min-width: 1025px) {
      .div-fixed-btn a:hover {
        background: #fdd32b; } }

.container-header {
  position: relative;
  background: url("../img/common/bg_nami.svg") no-repeat;
  background-size: 100% 15rem;
  background-position: 0 100%;
  padding-bottom: 15rem;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .container-header {
      background-size: 100% 7rem;
      padding-bottom: 7rem; } }
  .container-header-wrap {
    max-width: 110rem;
    height: 24rem;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    padding: 0 3rem; }
    @media only screen and (max-width: 767px) {
      .container-header-wrap {
        height: auto;
        padding: 2rem;
        flex-direction: column; } }
  .container-header-fig {
    width: 50rem;
    height: 47.5rem;
    position: absolute;
    top: -1.5rem;
    right: 50%;
    margin-right: -60rem;
    mask-image: url("../img/common/mask.svg");
    mask-repeat: no-repeat;
    mask-position: 0 0;
    mask-size: 100%;
    -webkit-mask-image: url("../img/common/mask.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
    -webkit-mask-size: 100%; }
    @media only screen and (max-width: 767px) {
      .container-header-fig {
        width: 95vw;
        height: auto;
        position: static;
        aspect-ratio: 100 / 95;
        margin: 0 auto -6rem; } }
  .container-header-icon {
    width: 10rem;
    flex-shrink: 0;
    margin-right: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .container-header-icon {
        width: 7rem;
        margin-right: 1rem; } }
  .container-header-ttl {
    font-size: 1.6rem;
    line-height: 1.2;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .container-header-ttl {
        align-items: center; } }
    .container-header-ttl small {
      font-size: 8.6rem;
      line-height: 1.1;
      font-weight: 700; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-header-ttl small {
    font-size: 6rem; } }

  .container-header-pankuzu {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .container-header-pankuzu {
        padding: 1rem 1rem 0;
        display: flex;
        justify-content: flex-end;
        position: static; } }
    .container-header-pankuzu ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      font-size: 1.5rem;
      background: #fff;
      border-radius: 1.8rem;
      padding: 0 1.5rem; }
      @media only screen and (max-width: 767px) {
        .container-header-pankuzu ul {
          font-size: 1rem; } }
      .container-header-pankuzu ul li {
        margin: 0 .5rem;
        position: relative;
        font-weight: 700; }
        .container-header-pankuzu ul li a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          font-weight: 400;
          padding: .6rem 0; }
          .container-header-pankuzu ul li a:after {
            content: "";
            background: #3871af;
            width: .9rem;
            height: .9rem;
            border-radius: 50%;
            margin-left: 1rem; }
.container-inner {
  background: #fff;
  padding: 3rem 3rem;
  position: relative;
  margin-bottom: 18rem;
  top: -.1rem; }
  .container-inner:after {
    content: "";
    width: 100%;
    height: 15rem;
    background: url("../img/common/bg_nami.svg") no-repeat;
    background-size: 100% 100%;
    background-position: 0 100%;
    bottom: -14.9rem;
    position: absolute;
    left: 0;
    transform: scaleY(-1); }
    @media only screen and (max-width: 767px) {
      .container-inner:after {
        height: 7rem;
        bottom: -6.9rem; } }
  @media only screen and (max-width: 767px) {
    .container-inner {
      padding: 2rem 2rem;
      margin-bottom: 8rem; } }
  .container-inner-txt {
    max-width: 90rem;
    margin: 0 auto;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .container-inner-txt {
        padding-bottom: 3rem; } }
    .container-inner-txt p {
      font-size: 1.6rem;
      line-height: 1.8;
      text-align: left;
      padding-bottom: 1.5em; }
      .container-inner-txt p.center {
        text-align: center; }
      .container-inner-txt p strong {
        font-size: 2.8rem;
        line-height: 1.4;
        display: inline-block; }
      .container-inner-txt p mark {
        text-align: center;
        font-size: 2.8rem;
        font-weight: 700;
        background: none;
        color: #132b51;
        border-bottom: 0.5rem solid #fdd32b;
        margin-bottom: .8rem; }
        @media only screen and (max-width: 767px) {
          .container-inner-txt p mark {
            font-size: 2.1rem;
            border-width: .3rem; } }
      @media only screen and (max-width: 767px) {
        .container-inner-txt p {
          text-align: left; } }
  .container-inner .slick-arrow {
    position: absolute;
    top: 50%;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    background: #132b51;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 40; }
    @media only screen and (max-width: 767px) {
      .container-inner .slick-arrow {
        width: 3rem;
        height: 3rem; } }
    .container-inner .slick-arrow span {
      font-size: 2.4rem;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .container-inner .slick-arrow span {
          font-size: 1.6rem; } }
    .container-inner .slick-arrow.slick-prev {
      left: 1rem; }
    .container-inner .slick-arrow.slick-next {
      right: 1rem; }
  .container-inner .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .container-inner .slick-dots li {
      margin: 0 .5rem; }
      .container-inner .slick-dots li button {
        box-shadow: none;
        border: none;
        text-indent: -999rem;
        padding: 0;
        margin: 0;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #fbb03b;
        opacity: 0.3; }
      .container-inner .slick-dots li.slick-active button {
        opacity: 1; }

.wp-pagenavi {
  width: 100%;
  text-align: center;
  clear: both;
  padding: 2.5rem 0;
  display: flex;
  justify-content: center; }
  .wp-pagenavi > a, .wp-pagenavi > span {
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
    text-decoration: none;
    background: #fff;
    margin: .4rem;
    padding: 0 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .3rem; }
    .wp-pagenavi > a span, .wp-pagenavi > span span {
      font-size: 2rem; }
    .wp-pagenavi > a.current, .wp-pagenavi > span.current {
      color: #fff;
      background: #132b51; }
    @media only screen and (min-width: 1025px) {
      .wp-pagenavi > a:hover, .wp-pagenavi > span:hover {
        background: #fdd32b; } }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(19, 43, 81, 0.95);
  padding: 6rem 5vw;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99999; }
  @media only screen and (max-width: 767px) {
    .modal-container {
      padding: 4rem 1.5rem 1.5rem; } }
  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  .modal-container.active {
    opacity: 1;
    visibility: visible; }
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 95rem;
  width: 95%; }
.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 2rem;
  right: 2rem; }
  @media only screen and (max-width: 767px) {
    .modal-close {
      top: 0;
      right: 0; } }
  .modal-close span {
    font-size: 4rem;
    font-weight: 700; }
.modal-content {
  text-align: left; }
  .modal-content-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2rem;
    text-align: center; }
    .modal-content-header-type {
      background: #094b95;
      color: #fff;
      font-size: 1.6rem;
      height: 3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 1.5rem;
      border-radius: 5rem;
      margin-bottom: .8rem; }
    .modal-content-header-ttl {
      font-size: 3.6rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .modal-content-header-ttl {
          font-size: 3.2rem;
          text-align: center; } }
    .modal-content-header-add {
      color: #fbb03b;
      font-size: 1.6rem;
      font-weight: 700; }

/* --------------------------------------
		104 footer
-------------------------------------- */
.aside-btn {
  padding: 5rem 1rem; }
  @media only screen and (max-width: 767px) {
    .aside-btn {
      padding: 2rem 1.5rem; } }
  .aside-btn ul {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .aside-btn ul {
        flex-direction: column; } }
    .aside-btn ul li {
      width: 100%;
      max-width: 60rem;
      margin: 0 1rem; }
      @media only screen and (max-width: 767px) {
        .aside-btn ul li {
          margin: 0 0 1.5rem; } }
      .aside-btn ul li.want a {
        background: #fbe1df; }
        .aside-btn ul li.want a:hover {
          border-color: #ec695e; }
        .aside-btn ul li.want a > span {
          background: #ec695e; }
      .aside-btn ul li.company a {
        background: #d7e2ed; }
        .aside-btn ul li.company a:hover {
          border-color: #3871af; }
        .aside-btn ul li.company a > span {
          background: #3871af; }
      .aside-btn ul li a {
        width: 100%;
        height: 38rem;
        border: 1rem solid #fff;
        padding: 0 2.5rem;
        border-radius: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        @media only screen and (max-width: 767px) {
          .aside-btn ul li a {
            height: 27rem;
            border-width: .6rem;
            padding: 1.5rem 1rem;
            position: relative; } }
        .aside-btn ul li a figure {
          width: 20rem;
          height: 17rem;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          margin-bottom: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .aside-btn ul li a figure {
              width: 16rem;
              height: 14rem; } }
        .aside-btn ul li a p {
          font-size: 3rem;
          font-weight: 700;
          text-align: center;
          padding-bottom: 1rem;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          @media only screen and (max-width: 1024px) {
            .aside-btn ul li a p {
              font-size: 2.7rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .aside-btn ul li a p {
      font-size: 2.4rem;
      line-height: 1.3; } }

          .aside-btn ul li a p span {
            font-size: 1.8rem; }
            @media only screen and (max-width: 767px) {
              .aside-btn ul li a p span {
                font-size: 1.6rem; } }
        .aside-btn ul li a > span {
          width: 4rem;
          height: 4rem;
          border-radius: 50%;
          border: .3rem solid #fff;
          font-size: 2rem;
          color: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 600; }
          @media only screen and (max-width: 1024px) {
            .aside-btn ul li a > span {
              margin-top: auto; } }
          @media only screen and (max-width: 767px) {
            .aside-btn ul li a > span {
              position: absolute;
              right: 2rem;
              top: 50%;
              margin-top: -2rem; } }
.aside-contact {
  padding: 5rem 2rem 8rem; }
  @media only screen and (max-width: 767px) {
    .aside-contact {
      padding: 5rem 2rem 2rem; } }
  .aside-contact-mes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 2.5rem; }
    .aside-contact-mes-illust {
      width: 6.2rem;
      margin: 0 auto 1.5rem; }
    .aside-contact-mes p {
      font-size: 2.4rem;
      line-height: 1.4;
      text-align: center;
      font-weight: 700;
      color: #094b95; }
      @media only screen and (max-width: 767px) {
        .aside-contact-mes p {
          font-size: 2.2rem; } }
  .aside-contact-ttl {
    font-size: 6rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5rem; }
    @media only screen and (max-width: 767px) {
      .aside-contact-ttl {
        padding-bottom: 1rem;
        font-size: 5.4rem; } }
  .aside-contact dl {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .aside-contact dl {
        flex-direction: column; } }
    .aside-contact dl div {
      width: 36rem;
      margin: 0 2rem; }
      @media only screen and (max-width: 767px) {
        .aside-contact dl div {
          width: 100%;
          margin: 0;
          padding: 0 0 2rem; } }
      .aside-contact dl div dt {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 1rem; }
      .aside-contact dl div dd a {
        height: 8rem;
        border-radius: 8rem;
        border: .5rem solid #fff;
        display: flex;
        justify-content: center;
        align-items: center; }
        .aside-contact dl div dd a img {
          flex-shrink: 0;
          margin-right: 1rem; }
      .aside-contact dl div:nth-of-type(1) dd a {
        background: #3871af; }
        .aside-contact dl div:nth-of-type(1) dd a:hover {
          background: #7bb9df; }
        .aside-contact dl div:nth-of-type(1) dd a p {
          font-size: 1.2rem;
          line-height: 1.1;
          color: #fff; }
          .aside-contact dl div:nth-of-type(1) dd a p strong {
            font-size: 3.2rem;
            line-height: 1;
            font-weight: 600; }
        .aside-contact dl div:nth-of-type(1) dd a img {
          width: 2.6rem; }
      .aside-contact dl div:nth-of-type(2) dd a {
        background: #fbb03b; }
        .aside-contact dl div:nth-of-type(2) dd a:hover {
          background: #ec695e; }
        .aside-contact dl div:nth-of-type(2) dd a p {
          font-size: 1.8rem;
          font-weight: 700; }
        .aside-contact dl div:nth-of-type(2) dd a img {
          width: 4rem; }

.div-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 998; }
  @media only screen and (max-width: 767px) {
    .div-top {
      right: 1rem;
      bottom: 1rem; } }
  .div-top a {
    display: flex;
    color: #fff;
    width: 5rem;
    height: 5rem;
    align-items: center;
    justify-content: center;
    background: #3871af;
    border-radius: 50%; }
    .div-top a span {
      font-size: 2rem;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .div-top a span {
          font-size: 1.4rem; } }
    @media only screen and (max-width: 767px) {
      .div-top a {
        width: 3.6rem;
        height: 3.6rem; } }
    @media only screen and (min-width: 1025px) {
      .div-top a:hover {
        opacity: 0.8; } }

.footer {
  background: #fff;
  position: relative;
  margin-top: 12rem; }
  .footer:before {
    content: "";
    width: 100%;
    height: 8.2rem;
    background: url("../img/common/bg_konami.svg");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: -8.15rem; }
    @media only screen and (max-width: 767px) {
      .footer:before {
        height: 5rem;
        top: -4.95rem; } }
  .footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6.8rem;
    background: url("../img/common/foot_illust.png") repeat-x;
    background-size: 137.8rem auto;
    background-position: 50% 0%;
    left: 0;
    bottom: 6rem; }
    @media only screen and (max-width: 767px) {
      .footer:after {
        background-size: 100rem auto;
        background-position: 50% 100%; } }
  @media only screen and (max-width: 767px) {
    .footer {
      margin-top: 8rem; } }
  .footer-wrap {
    max-width: 110rem;
    margin: 0 auto;
    padding: 5rem 2rem 10rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .footer-wrap {
        flex-direction: column-reverse;
        padding: 4rem 2rem 5rem; } }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        padding: 0 0 5rem; } }
  .footer-copy {
    height: 6.5rem;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #132b51;
    color: #fff;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: 1.4rem; } }
  .footer-logo {
    flex-shrink: 0; }
    @media only screen and (max-width: 1024px) {
      .footer-logo {
        text-align: center;
        padding-top: 3rem; } }
    .footer-logo p {
      font-size: 1.6rem;
      font-weight: 600;
      padding-bottom: 1.5rem; }
    .footer-logo img {
      width: 16rem;
      margin-bottom: 1.5rem; }
    .footer-logo ul {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      @media only screen and (max-width: 1024px) {
        .footer-logo ul {
          justify-content: center; } }
      .footer-logo ul li {
        margin-right: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .footer-logo ul li {
            margin: 0 1rem; } }
        .footer-logo ul li img {
          width: 2.6rem; }
    @media only screen and (max-width: 1024px) {
      .footer-logo {
        margin-bottom: 4rem; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .footer-logo {
      margin-bottom: 0; } }

  .footer-nav {
    display: flex;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .footer-nav {
        display: none; } }
    .footer-nav > ul {
      padding: 0 4rem; }
      .footer-nav > ul > li {
        margin-bottom: 1rem; }
        .footer-nav > ul > li > a {
          font-size: 1.4rem;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          .footer-nav > ul > li > a:hover {
            color: #7bb9df; }
          .footer-nav > ul > li > a:before {
            content: "\e5c8";
            font-family: "Material Symbols Rounded";
            font-weight: 600;
            color: #fbb03b;
            margin-right: .3rem; }
