@charset "UTF-8";
/*************************
***       font         ***
**************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&family=Overpass:wght@400;800&display=swap");
.gothic {
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.overpass {
  font-family: "Overpass", sans-serif;
}

/********************************
*******      font-size    *******
*********************************/
/*************************
***       color        ***
**************************/
/********************************
*******     selector      *******
*********************************/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
}

body > .container > main {
  min-height: 26vh;
}

section {
  padding: 2rem 0;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  clear: both;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  color: #f39800;
}

ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
}

/********************************
*******       common      *******
*********************************/
.hidden {
  display: none;
}

.fill-white {
  fill: #ffffff;
}

.fill-yellow {
  fill: #ffdc3c;
}

.fill-pastel-blue {
  fill: #dcf5ff;
}

.fill-green {
  fill: #50b987;
}

.wave-wrapper {
  position: relative;
}

.wave,
.square {
  position: absolute;
  width: 100%;
  z-index: 100;
}

.wave svg,
.square svg {
  width: 100%;
  height: 30px;
}

.square {
  z-index: 0;
}

.square svg {
  height: 750px;
  opacity: 0.2;
}

.smoke svg {
  opacity: 0.3;
}

.wave-02 {
  z-index: 0;
  top: 750px;
}

.wave-01,
.wave-04,
.wave-07 {
  top: -1px;
}

.wave-03,
.wave-05,
.wave-06,
.wave-08,
.wave-09 {
  top: -29px;
}

.deco-wrapper {
  position: relative;
}

.deco-alphabet {
  font-size: 150px;
  font-size: 46.875vw;
  color: #ffffff;
  font-weight: bold;
  font-family: "Overpass", sans-serif;
  opacity: 0.5;
  position: absolute;
}

body > .container {
  width: 100%;
  overflow: hidden;
}

.wrapper {
  width: 100%;
  padding: 0 2em;
  margin: 0 auto;
}

.wrapper-inner {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.section-title {
  font-size: 3rem;
  font-family: "Overpass", sans-serif;
  font-weight: 800;
  line-height: 1;
}

.section-catch {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 1rem 0;
}

.section-discription {
  font-weight: bold;
  padding: 1rem 0;
  line-height: 2;
  font-size: 1rem;
}

.btn-red {
  color: #ffffff;
  background-color: #e60039;
  display: inline-block;
  padding: 0.7rem 2rem 0.7rem 1rem;
  margin: 2rem 0;
  border-radius: 30px;
  text-align: center;
  min-width: 12rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.8rem;
}

.btn-red::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
}

.btn-red:hover {
  color: #ffffff;
}

.btn-white {
  color: #000000;
  background-color: #ffffff;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 1rem;
  margin: 2rem 0;
  border: 2px solid #000000;
  border-radius: 30px;
  text-align: center;
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
}

.btn-white::after {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  content: "＋";
  position: absolute;
  top: 20%;
  right: 1.5rem;
}

.btn-back {
  color: #004098;
  background-color: #ffffff;
  display: inline-block;
  padding: 0.5rem 1rem 0.5rem 2rem;
  margin: 2rem 0;
  border: 1px solid #004098;
  border-radius: 5px;
  text-align: center;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-weight: bold;
  font-size: 0.8rem;
  cursor: pointer;
}

.btn-back::before {
  display: inline-block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  content: "";
  position: absolute;
  top: 45%;
  left: 1rem;
}

.btn-back:hover {
  color: #004098;
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .wave svg {
    height: 100px;
  }
  .square svg {
    height: 600px;
  }
  .wave-02 {
    top: 600px;
  }
  .wave-01,
  .wave-04,
  .wave-07 {
    top: -1px;
  }
  .wave-03,
  .wave-05,
  .wave-06,
  .wave-08,
  .wave-09 {
    top: -99px;
  }
  .deco-alphabet {
    font-size: 26rem;
  }
  .wrapper {
    max-width: 1250px;
    padding: 0 2rem;
  }
  .wrapper-inner {
    max-width: 1024px;
  }
  .section-title {
    font-size: 4rem;
  }
  .section-catch {
    font-size: 1.7rem;
  }
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
  .btn-red {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/********************************
*******       header      *******
*********************************/
header {
  height: 4.5em;
}

.header-navigation {
  display: none;
}

body > .container > header > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 1rem 0 0;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-logo img {
  height: 6rem;
  border-radius: 0 0 8px 0;
  padding: 0.9em 1em;
  background-color: #ffffff;
  height: 72px;
}

#sp-navigation #slide {
  display: block;
  position: absolute;
  top: 72px;
  right: -1000px;
  opacity: 0;
  background-color: rgba(40, 40, 55, 0.95);
  color: #ffffff;
  width: 90%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 500;
}

#sp-navigation #slide ul {
  list-style: none;
}

#sp-navigation #slide ul li {
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}

#sp-navigation #slide ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 1rem;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: relative;
}

#sp-navigation #slide ul li a:hover {
  background-color: rgba(60, 100, 180, 0.95);
}

#sp-navigation #slide ul li .nav-arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 27px;
  right: 0;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 510;
}

#sp-navigation #slide ul li .nav-arrow::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 40%;
  right: 40%;
}

#sp-navigation #slide ul .menu-item-has-children .nav-arrow::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#sp-navigation #slide ul .menu-item-has-children .sub-menu {
  display: none;
}

#sp-navigation #slide ul .sub-menu-active {
  background-color: rgba(60, 100, 180, 0.95);
}

#sp-navigation #slide ul .sub-menu-active .nav-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#sp-navigation #slide ul .sub-menu-active .sub-menu {
  display: block;
}

#sp-navigation #slide .sub-menu {
  border-top: 1px solid #c8c8c8;
  background-color: rgba(101, 158, 243, 0.95);
}

#sp-navigation #slide .sub-menu li a {
  padding-left: 1.5rem;
}

#sp-navigation #slide .sub-menu li .nav-arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sp-navigation .bubble {
  display: block;
  position: absolute;
  top: 1.2em;
  right: 1.5em;
  width: 2em;
  height: 2em;
  padding: 0;
  z-index: 500;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#sp-navigation .bubble #btn-bubble {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  height: 2em;
  z-index: 600;
  cursor: pointer;
}

#sp-navigation .bubble .toggle span {
  position: absolute;
  display: block;
  width: 2em;
  height: 0.25em;
  border-radius: 5px;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#sp-navigation .bubble .toggle span:nth-child(1) {
  top: 0.2em;
}

#sp-navigation .bubble .toggle span:nth-child(2) {
  top: 1em;
  width: 1.6em;
}

#sp-navigation .bubble .toggle span:nth-child(3) {
  top: 1.8em;
}

#sp-navigation .open #slide {
  right: 0;
  opacity: 1;
}

#sp-navigation .open .toggle span:nth-child(1) {
  -webkit-transform: translateY(0.8em) rotate(-315deg);
          transform: translateY(0.8em) rotate(-315deg);
}

#sp-navigation .open .toggle span:nth-child(2) {
  opacity: 0;
}

#sp-navigation .open .toggle span:nth-child(3) {
  -webkit-transform: translateY(-0.8em) rotate(315deg);
          transform: translateY(-0.8em) rotate(315deg);
}

@media only screen and (min-width: 768px) {
  #sp-navigation {
    display: none;
  }
  .header-logo img {
    height: 90px;
  }
  .header-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 227px;
  }
  .header-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navigation > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-navigation > ul li {
    padding: 0 0.9rem;
    border-right: 1px solid #c8c8c8;
    font-size: 0.8rem;
    font-weight: bold;
  }
  .header-navigation > ul li:last-child {
    border-right: none;
  }
  .header-buttons ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 5.2rem;
    height: 4.5rem;
    padding: 0.5rem;
    font-size: 0.7rem;
  }
  .header-buttons ul li .btn-link-download {
    color: #ffffff;
    background-color: #004098;
  }
  .header-buttons ul li .btn-link-download img {
    width: 15px;
    margin-bottom: 5px;
  }
  .header-buttons ul li .btn-link-contact {
    color: #ffffff;
    background-color: #e60039;
  }
  .header-buttons ul li .btn-link-contact img {
    width: 20px;
    margin-bottom: 5px;
  }
  body > .container > header > .wrapper {
    padding-top: 0;
  }
}

/********************************
*******       footer      *******
*********************************/
footer {
  font-size: 0.7rem;
  font-weight: bold;
}

.footer {
  padding-top: 6rem;
}

.footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}

.footer-logo img {
  width: 180px;
}

.footer-widget {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 2rem;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-nav ul {
  padding-bottom: 1rem;
}

.footer-nav ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 1px;
  padding: 0.2rem;
}

.footer-nav ul li::before {
  content: "";
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 4px #e60039;
  margin-top: 7px;
}

.footer-widget-1,
.footer-widget-2,
.footer-widget-3,
.footer-widget-4 {
  width: 50%;
  padding-bottom: 1rem;
}

.footer-widget-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.footer-widget-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.footer-widget-5 p {
  padding: 1rem 0;
}

.copyright {
  text-align: center;
  font-size: 0.6rem;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 2rem;
  }
  .footer-logo {
    max-width: 300px;
  }
  .footer-widget {
    padding-top: 0;
  }
  .footer .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .footer-widget-5 {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-widget-5 p {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-logo {
    max-width: 350px;
  }
  .footer-widget {
    max-width: none;
  }
  .footer-widget-1,
  .footer-widget-2,
  .footer-widget-3,
  .footer-widget-4 {
    width: 25%;
  }
  .footer-widget-1 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .footer-widget-5 {
    padding-top: 2rem;
  }
}

/********************************
*******   Breadcrumb      *******
*********************************/
.breadCrumb {
  font-size: 0.9rem;
}

/********************************
*******   editor-style      *******
*********************************/
.wp-block-button__link {
  color: #ffffff;
  background-color: #004098;
  display: inline-block;
  padding: 0.7rem 2rem 0.7rem 1rem;
  margin: 0.5rem 0;
  border-radius: 30px;
  text-align: center;
  min-width: 12rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.8rem;
}

.wp-block-button__link::after {
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  position: absolute;
  top: 45%;
  right: 1rem;
}

.wp-block-button__link:hover {
  color: #ffffff;
}

.wp-block-table th {
  background-color: #f7f7f7;
}

.wp-block-table th,
.wp-block-table td {
  border-color: #ccc;
}

.has-orange-background-color {
  background-color: #f39800;
}

.has-orange-color {
  color: #f39800;
}

.has-yellow-background-color {
  background-color: #ffdc3c;
}

.has-yellow-color {
  color: #ffdc3c;
}

.has-red-background-color {
  background-color: #e60039;
}

.has-red-color {
  color: #e60039;
}

.has-navy-background-color {
  background-color: #004098;
}

.has-navy-color {
  color: #004098;
}

.has-blue-background-color {
  background-color: #8cb4e6;
}

.has-blue-color {
  color: #8cb4e6;
}

.has-light-blue-background-color {
  background-color: #d2eef2;
}

.has-light-blue-color {
  color: #d2eef2;
}

.has-dark-blue-background-color {
  background-color: #5393f2;
}

.has-dark-blue-color {
  color: #5393f2;
}

.has-pastel-blue-background-color {
  background-color: #dcf5ff;
}

.has-pastel-blue-color {
  color: #dcf5ff;
}

.has-purple-background-color {
  background-color: #894e96;
}

.has-purple-color {
  color: #894e96;
}

.has-green-background-color {
  background-color: #50b987;
}

.has-green-color {
  color: #50b987;
}

.has-x-small-font-size {
  font-size: 0.63636rem;
}

.has-small-font-size {
  font-size: 0.72727rem;
}

.has-normal-font-size {
  font-size: 0.81818rem;
}

.has-large-font-size {
  font-size: 1.09091rem;
}

.has-huge-font-size {
  font-size: 1.63636rem;
}
/*# sourceMappingURL=theme-kotobuki.css.map */