@charset "UTF-8";
/*
Theme Name: ADVANCE-J CMS ver1.01
Description: ADVANCE-Jのテーマ version1.01
Theme URI: https://advance-jnet.co.jp
Author: Steki Inc.
Author URI: https://steki-inc.jp
Version: 1.01
License: GPL
License URI: https://www.gnu.org/copyleft/gpl.html
*/
/* =============================================
 *  01. Common settings
 *      - reset
 *      - common
 *      - padding
 *      - margin
 *      - width
 *  02. Layout
 *      - common
 *      - clearfix
 *      - width
 *  03. Font
 *      - font size
 *      - font color
 *      - font family
 *      - contact
 *  04. Parts
 *      - icon
 *      - button
 *      - table
 *      - heading
 *      - pagination
 *  05. Form
 *      - layout
 *      - parts
 *  06. Page
 *  07. Modal
 *  08. Table
 *  09. List
 *  10. Tooltip
 * -----------------------------------
 *  11. Header
 *  12. Navigation
 *  13. Aside
 *  14. Footer
 * -----------------------------------
 *  20. Contents
 *  21. Top
 * -----------------------------------

 * ============================================= */
/* ---------------------------------------------------------------------------------------- */
/* ==============================================
 01. Common settings
=============================================== */
/* reset
----------------------------------------------- */
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: bottom;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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: separate;
  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;
}

span {
  vertical-align: baseline;
}

/* common
----------------------------------------------- */
*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  padding: 0;
  margin: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #fff;
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 3.7336vw;
  }
}

main,
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
  line-height: 1.4;
}

p {
  line-height: 1.8;
  margin: 0 0 1.825em;
}

ul, ol {
  list-style: none;
}

li {
  line-height: 1.6;
}

dt {
  font-weight: bold;
  line-height: 1.6;
}

dd {
  line-height: 1.6;
}

th {
  font-weight: bold;
  line-height: 1.6;
}

td {
  line-height: 1.6;
}

img, svg {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

map,
area,
map:active,
area:active {
  border: none;
  outline: none;
}

figure {
  margin: 0;
}

img,
video {
  max-width: 100%;
}

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

/* ==============================================
 animation
=============================================== */
@keyframes animationZoomIn {
  0% {
    transform: scale(0.94);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animationZoomOut {
  100% {
    transform: scale(1.06);
  }
}
/* ==============================================
 fadein
=============================================== */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInLeft {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInRight {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes delayFadeInTop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes delayFadeInBottom {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadein {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 400ms;
}

.fadein-left {
  transform: translate(-20px, 0);
}

.fadein-right {
  transform: translate(20px, 0);
}

.fadein-top {
  transform: translate(0, -20px);
}

.fadein-bottom {
  transform: translate(0, 20px);
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==============================================
 02. Layout
=============================================== */
.wrapper {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .wrapper {
    padding-top: 50px;
  }
}

.home .wrapper {
  padding-top: 0;
}
@media (max-width: 767px) {
  .home .wrapper {
    padding-top: 0;
  }
}

.container {
  max-width: 1380px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

/* flex
----------------------------------------------- */
.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-flow {
  flex-flow: row wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-items-stretch {
  align-items: stretch;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.flex-direction-row {
  flex-direction: row;
}

.flex-direction-row-reverse {
  flex-direction: row-reverse;
}

.flex-direction-column {
  flex-direction: column;
}

.flex-direction-column-reverse {
  flex-direction: column-reverse;
}

/* padding
----------------------------------------------- */
.pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==============================================
 03. Font
=============================================== */
/* color
----------------------------------------------- */
.fc-black {
  color: #000000;
}

.fc-white {
  color: #fff;
}

.fc-danger {
  color: #C74444;
}

.fc-link {
  color: #00a0e9;
}

/* font family
----------------------------------------------- */
.ff-serif {
  font-family: "Hiragino Mincho ProN", YuMincho, "MS P明朝", "Cormorant", Times, serif;
}

.ff-sans {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
}

.ff-en {
  font-family: "Lato", sans-serif;
}

/* font weight
----------------------------------------------- */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-normal {
  font-weight: normal;
}

.fw-bold {
  font-weight: bold;
}

/* word wrap
----------------------------------------------- */
.wr-bw {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.wr-ba {
  word-break: break-all;
}

/* letter spacing
----------------------------------------------- */
.ffs {
  font-feature-settings: "palt" 1;
}

.ls-01 {
  letter-spacing: -0.01em;
}

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

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

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

/* background
----------------------------------------------- */
.bg-base {
  background-color: #f3f3f3;
}

.bg-dark {
  background-color: #000000;
}

.bg-gradient {
  background: rgb(241, 248, 251);
  background: linear-gradient(304deg, rgb(241, 248, 251) 0%, rgb(255, 243, 253) 100%);
}

/* ==============================================
 04. Parts
=============================================== */
/* list
----------------------------------------------- */
/* dotlist */
ul.dotlist {
  padding-left: 1em;
}

ul.dotlist li {
  position: relative;
}

ul.dotlist li:before {
  position: absolute;
  top: 0.35em;
  left: -1em;
  line-height: 1;
  content: "・";
  height: 1em;
  width: 1em;
}

/* numlist */
ol.numlist {
  list-style: decimal;
  padding-left: 1.3em;
  line-height: 1.75;
}

/* circle-numlist */
ol.circle-numlist {
  padding-left: 1.3em;
  counter-reset: my-counter;
}

ol.circle-numlist li {
  position: relative;
}

ol.circle-numlist li:before {
  position: absolute;
  top: 0.35em;
  left: -1.3em;
  line-height: 1;
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 0.04em solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.125em;
  width: 1.125em;
  font-size: 0.875em;
}

/* button
----------------------------------------------- */
.btn {
  display: inline-block;
  border: none;
  text-align: center;
  line-height: 1.1;
  color: inherit;
  font-size: initial;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}

.btn-primary {
  background: rgb(0, 160, 233);
  background: linear-gradient(135deg, rgb(0, 160, 233) 0%, rgb(65, 189, 245) 100%);
  color: #fff;
  border-radius: 5em;
  font-weight: bold;
  padding: 1.35em 2.35em 1.35em 1.75em;
  text-align: center;
  overflow: hidden;
  width: 260px;
}
.btn-primary::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
  transition: opacity ease 300ms;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 20px;
  z-index: 1;
}
.btn-primary.btn-sm {
  font-size: 13px;
  padding: 1em 2.35em 1em 1.75em;
  width: 150px;
}
.btn-primary:hover::before {
  opacity: 0.24;
}

.btn-border {
  font-size: 14px;
  border: 2px solid #000000;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 1.35em;
  width: 300px;
  border-radius: 5em;
}
@media (max-width: 767px) {
  .btn-border {
    width: 240px;
  }
}
@media (min-width: 1181px) {
  .btn-border {
    transition: background-color 300ms ease, color 300ms ease;
  }
  .btn-border:hover {
    background-color: #000000;
    color: #fff;
  }
}

.btn-border-white {
  color: #fff;
  font-size: 14px;
  border: 2px solid #fff;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 1.35em;
  width: 300px;
  border-radius: 5em;
}
@media (max-width: 767px) {
  .btn-border-white {
    width: 240px;
  }
}
@media (min-width: 1181px) {
  .btn-border-white {
    transition: background-color 300ms ease, color 300ms ease;
  }
  .btn-border-white:hover {
    background-color: #fff;
    color: #000000;
  }
}

.btn-white {
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 1.35em;
  width: 300px;
  border-radius: 5em;
}
@media (max-width: 767px) {
  .btn-white {
    width: 240px;
  }
}

.btn-secondary {
  background-color: #374356;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 1.35em;
  width: 240px;
  border-radius: 5em;
}
@media (min-width: 1181px) {
  .btn-secondary {
    transition: background-color 300ms ease;
  }
  .btn-secondary:hover {
    background-color: #7487A4;
  }
}

/* accordion
----------------------------------------------- */
.breadcrumbs {
  font-size: 0.85em;
  text-align: right;
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 0.78em;
  }
}
.breadcrumbs-wrapper {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.breadcrumbs > span:not(:first-child) {
  margin-left: 0.5em;
}
.breadcrumbs > span:not(:last-child) {
  margin-right: 0.5em;
}
.breadcrumbs a:hover {
  color: #00a0e9;
}

/* scroll
----------------------------------------------- */
.scrollarea {
  min-height: 100%;
  padding: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* tab
----------------------------------------------- */
.tab-panels > .tab-panel:not(.show) {
  display: none;
}

/* ==============================================
 05. Form
=============================================== */
/* parts
----------------------------------------------- */
button {
  background-color: transparent;
  border: none;
  font-size: 100%;
  color: #000000;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* form default */
select,
textarea,
input,
input[type=submit],
input[type=button],
button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, "Segoe UI", "Helvetica Neue", Helvetica, sans-serif;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  font-size: 16px;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  select,
  textarea,
  input,
  input[type=submit],
  input[type=button],
  button {
    font-size: 16px;
  }
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline-offset: -2px;
  outline: 0;
}

input[type=text].form-control, input[type=number].form-control, input[type=password].form-control, input[type=email].form-control, input[type=tel].form-control, input[type=url].form-control, textarea.form-control {
  border: 1px solid #ddd;
}

input[type=text].form-control:focus, input[type=number].form-control:focus, input[type=password].form-control:focus, input[type=email].form-control:focus, input[type=tel].form-control:focus, input[type=url].form-control:focus, textarea.form-control:focus {
  border: 1px solid #000000;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16) inset;
}

input.form-control:disabled, input.form-control[readonly], select.form-select:disabled {
  background: #F5F5F5;
  color: #888888;
  border-color: #f3f3f3;
}
input.form-control:disabled:focus, input.form-control:disabled:active, input.form-control[readonly]:focus, input.form-control[readonly]:active, select.form-select:disabled:focus, select.form-select:disabled:active {
  border-color: #f3f3f3;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* checkbox */
.form-check {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.form-check label {
  display: block;
  cursor: pointer;
}
.form-check input[type=checkbox].form-check-input {
  position: absolute;
  display: none;
  z-index: -1;
}
.form-check .form-check-text {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form-check .form-check-text {
    font-size: 14px;
  }
}
.form-check .form-check-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #b4b4b4;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .form-check .form-check-text::before {
    top: 0;
  }
}
.form-check .form-check-text a {
  text-decoration: underline;
}
.form-check .form-check-text a:hover {
  text-decoration: none;
}
.form-check input[type=checkbox].form-check-input:checked + .form-check-text::before {
  background-color: #000000;
  border: 1px solid #000000;
}
.form-check input[type=checkbox].form-check-input:checked + .form-check-text::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6.5px;
  width: 12px;
  height: 6px;
  border-bottom: 0.15em solid #fff;
  border-left: 0.15em solid #fff;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .form-check input[type=checkbox].form-check-input:checked + .form-check-text::after {
    top: 6px;
  }
}
.form-check input[type=checkbox].form-check-input:disabled + .form-check-text {
  color: #b4b4b4;
}
.form-check input[type=checkbox].form-check-input:disabled + .form-check-text::before {
  background-color: #f3f3f3;
  border: 1px solid #f3f3f3;
}
.form-check.form-check-no-text .form-check-label {
  display: block;
}
.form-check.form-check-no-text .form-check-text {
  padding-left: 0;
  height: 20px;
  width: 20px;
  display: block;
}

/* radio */
.form-radio {
  padding: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.form-radio label {
  cursor: pointer;
  display: block;
}
.form-radio input[type=radio].form-radio-input {
  position: absolute;
  display: none;
  z-index: -1;
}
.form-radio .form-radio-text {
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  padding-left: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .form-radio .form-radio-text {
    font-size: 14px;
  }
}
.form-radio .form-radio-text::before {
  content: "";
  background-color: #fff;
  border: 1px solid #b4b4b4;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .form-radio .form-radio-text::before {
    top: 0;
  }
}
.form-radio input[type=radio].form-radio-input:checked + .form-radio-text::before {
  border-color: #000000;
}
.form-radio input[type=radio].form-radio-input:checked + .form-radio-text::after {
  background-color: #000000;
  content: "";
  position: absolute;
  left: 4px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .form-radio input[type=radio].form-radio-input:checked + .form-radio-text::after {
    top: 4px;
  }
}
.form-radio input[type=radio].form-radio-input:disabled + .form-radio-text {
  color: #b4b4b4;
}
.form-radio input[type=radio].form-radio-input:disabled + .form-radio-text::before {
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
}

/* selectbox */
.form-select {
  font-family: "Hiragino Mincho ProN", YuMincho, "MS P明朝", "Cormorant", Times, serif;
  border: 1px solid #ddd;
  font-size: 16px;
  padding: 10px 30px 10px 10px;
  border-radius: 4px;
  line-height: 1.5;
  background-position: right 0.75rem top 50%;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234c4c4c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.form-select.no-value {
  color: #b4b4b4;
}
.form-select:focus, .form-select:active {
  border-color: #ddd;
  box-shadow: none;
}

/* form
----------------------------------------------- */
[class*=form-style] {
  margin: 0;
  border: none;
  border-radius: 0.25em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333 !important;
}
@media (max-width: 767px) {
  [class*=form-style] {
    font-size: 1rem;
  }
}

.form-style1 {
  padding: 0.85em;
  background: #F6F6F6;
}

.form-style2 {
  padding: 0;
  background: #F6F6F6;
}

.form-style2::-webkit-calendar-picker-indicator {
  display: none;
  opacity: 0;
}

.form-style3 {
  padding: 0;
}

/* ==============================================
 06. Page
=============================================== */
/* title
----------------------------------------------- */
.page-title {
  position: relative;
}
.page-title .container {
  z-index: 2;
}
.page-title .page-title-img {
  height: 380px;
  position: relative;
  overflow: hidden;
}
.page-title .page-title-img.h-sm {
  height: 230px;
}
@media (max-width: 767px) {
  .page-title .page-title-img {
    height: 36vw;
  }
  .page-title .page-title-img.h-sm {
    height: 30vw;
  }
}
.page-title .page-title-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  z-index: 1;
  background: #fff;
  transform: scale(1, 1);
}
.page-title .page-title-img.is-show::before {
  animation: index-fillout 1s ease 0.4s forwards alternate;
}
@media (max-width: 767px) {
  .page-title .page-title-img.is-show::before {
    animation: index-fillout 0.6s ease 0.4s forwards alternate;
  }
}
.page-title .page-title-img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}
.page-title .page-title-heading {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  z-index: 2;
}
.page-title .page-title-heading .container {
  display: flex;
}
.page-title .page-title-heading .heading-wrapper {
  background-color: #fff;
  padding: 1em 2em 3px;
  min-width: 340px;
}
@media (max-width: 767px) {
  .page-title .page-title-heading .heading-wrapper {
    padding: 1em 1.5em 3px;
    min-width: 220px;
  }
}
.page-title .page-title-heading .heading-primary {
  display: block;
  margin-bottom: 0;
}
.page-title + .section {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .page-title + .section {
    padding-top: 30px;
  }
}

/* heading
----------------------------------------------- */
.heading-2 {
  font-size: 1.5em;
  line-height: 1.3;
  position: relative;
  margin-bottom: 1.3em;
  margin-top: 2.4em;
}
.heading-2 .heading-txt {
  display: inline-block;
  position: relative;
  padding-bottom: 0.45em;
}
.heading-2 .heading-txt::after {
  background-color: #00a0e9;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .heading-2 {
    font-size: 1.287em;
  }
}

.heading-primary {
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 2.4em;
}
.heading-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  z-index: 2;
  background: rgb(0, 160, 233);
  background: linear-gradient(90deg, rgb(0, 160, 233) 0%, rgb(65, 189, 245) 100%);
  transform: scale(0, 1);
}
@media (max-width: 767px) {
  .heading-primary {
    font-size: 0.9em;
    margin-bottom: 1.8em;
  }
}
.heading-primary .en {
  color: #00a0e9;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 3.5em;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 0.12em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading-primary .en {
    font-size: 2.22em;
    margin-bottom: 0.22em;
  }
}
.heading-primary .ja {
  display: block;
  font-size: 1.12em;
  font-weight: bold;
}
.heading-primary .ja-large {
  display: block;
  font-size: 1.88em;
  color: #00a0e9;
  padding: 0.65em 0;
}
@media (max-width: 767px) {
  .heading-primary .ja-large {
    font-size: 1.5875em;
    line-height: 1.35;
    padding: 0.15em 0;
  }
}
.heading-primary.fillin .en, .heading-primary.fillin .ja, .heading-primary.fillin .ja-large {
  opacity: 0;
}
.heading-primary.is-show::before {
  animation: index-fillin 0.35s ease forwards alternate, index-fillout 0.35s ease 0.4s forwards alternate;
}
.heading-primary.is-show .en, .heading-primary.is-show .ja, .heading-primary.is-show .ja-large {
  animation: index-transparent-text 0s 0.4s forwards alternate;
}

@keyframes index-fillin {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes index-fillout {
  0% {
    transform-origin: right top;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: right top;
    transform: scale(0, 1);
  }
}
@keyframes index-transparent-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* pager
----------------------------------------------- */
.pager .wp-pagenavi {
  margin-top: 2.5em;
  text-align: center;
}
@media (max-width: 767px) {
  .pager .wp-pagenavi {
    margin-top: 40px;
  }
}
.pager .wp-pagenavi span {
  font-family: "Lato", sans-serif;
  border: 1px solid #4B595D;
  background-color: transparent;
  display: inline-block;
  padding: 0;
  line-height: 34px;
  height: 34px;
  margin: 0 2px 5px;
  min-width: 34px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .pager .wp-pagenavi span {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.pager .wp-pagenavi a {
  font-family: "Lato", sans-serif;
  border: 1px solid #000000;
  background-color: #000000;
  padding: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  margin: 0 4px 5px;
  line-height: 32px;
  height: 34px;
  min-width: 34px;
  text-align: center;
  vertical-align: top;
  border-radius: 3em;
  overflow: hidden;
}
@media (min-width: 1181px) {
  .pager .wp-pagenavi a {
    transition: all 300ms ease;
  }
  .pager .wp-pagenavi a:hover:not(.previouspostslink):not(.nextpostslink):not(.first):not(.last) {
    background-color: #00a0e9;
    border-color: #00a0e9;
  }
}
@media (max-width: 767px) {
  .pager .wp-pagenavi a {
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    min-width: 32px;
  }
}
.pager .wp-pagenavi .current {
  border-color: #00a0e9;
  background-color: #00a0e9;
  color: #fff;
  border-radius: 3em;
}
.pager .wp-pagenavi .previouspostslink, .pager .wp-pagenavi .nextpostslink {
  border-color: #000000;
  background-color: #fff;
  color: #000000;
  text-indent: -9999em;
  position: relative;
}
.pager .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(45deg);
  left: 13px;
}
.pager .wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  right: 13px;
}
.pager .wp-pagenavi .extend, .pager .wp-pagenavi .pages, .pager .wp-pagenavi .first, .pager .wp-pagenavi .last {
  border-radius: 0px;
  background: none;
  border-color: transparent;
  color: #000000;
  min-width: 0px;
  margin: 0 5px 5px;
}
.pager .wp-pagenavi .first:hover, .pager .wp-pagenavi .last:hover {
  text-decoration: underline;
}

/* table
----------------------------------------------- */
.border-table {
  border-top: 1px solid #f3f3f3;
  width: 100%;
}
.border-table th, .border-table td {
  border-bottom: 1px solid #f3f3f3;
  font-size: 1.07em;
  line-height: 1.8;
  text-align: left;
  padding: 2em 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .border-table th, .border-table td {
    font-size: 0.9em;
    display: block;
  }
}
.border-table th {
  width: 11em;
}
@media (max-width: 767px) {
  .border-table th {
    border-bottom: none;
    padding: 1.75em 0 0.5em;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .border-table td {
    padding: 0 0 1.75em;
  }
}
.border-table td dl dt {
  font-size: 1.206em;
}
@media (max-width: 767px) {
  .border-table td dl dt {
    font-size: 1em;
  }
}
.border-table td dl dd:not(:last-child) {
  margin-bottom: 1em;
}

/* ==============================================
 11. Header
=============================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all ease 300ms;
}
.site-header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-header .header-container {
    padding: 0 12px;
  }
}
.site-header .header-logo {
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 100;
}
@media (max-width: 767px) {
  .site-header .header-logo {
    height: 50px;
  }
}
.site-header .header-logo a {
  display: block;
  width: 273px;
}
@media (max-width: 767px) {
  .site-header .header-logo a {
    width: 140px;
  }
}
.site-header .header-logo a img {
  display: block;
  width: 100%;
}

body:not(.home) .site-header {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

body.is-scroll .site-header {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* ==============================================
 12. Navigation
=============================================== */
@media (min-width: 1181px) {
  .site-navigation__list {
    display: flex;
    align-items: center;
    gap: 0 24px;
  }
}
.site-navigation__list .nav-link {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  display: block;
  padding: 0.5em 0;
  text-transform: uppercase;
  transition: color 300ms ease;
}
@media (min-width: 1181px) {
  .site-navigation__list .nav-link.current {
    color: #00a0e9;
  }
  .site-navigation__list .nav-link:hover {
    color: #00a0e9;
  }
}
.site-navigation__list .nav-link .ja {
  display: none;
}
@media (max-width: 1180px) {
  .site-navigation {
    background-color: #fff;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    height: 100vh;
    transform: translateX(100%);
    width: 100%;
    z-index: 99;
    transition: opacity ease 400ms, transform ease 400ms;
  }
  .site-navigation__container {
    padding: 62px 20px 40px;
    overflow: auto;
    position: relative;
  }
  .site-navigation__list .nav-item {
    border-bottom: 1px solid #ddd;
  }
  .site-navigation__list .nav-item a {
    display: block;
    position: relative;
    padding: 14px 30px 14px 0;
  }
  .site-navigation__list .nav-item a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #00a0e9;
    border-right: 2px solid #00a0e9;
    transform: rotate(45deg);
    right: 15px;
  }
  .site-navigation__list .nav-item a .en {
    color: #00a0e9;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
  }
  .site-navigation__list .nav-item a .ja {
    font-size: 12px;
    display: block;
  }
  .site-navigation .navigation-close {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
  }
  .site-navigation .navigation-close-btn {
    display: block;
    position: relative;
    height: 56px;
    width: 56px;
  }
}
@media (max-width: 1180px) and (max-width: 767px) {
  .site-navigation .navigation-close-btn {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 1180px) {
  .site-navigation .navigation-close-btn span {
    background-color: #000000;
    display: block;
    height: 3px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -30%;
    width: 50%;
    border-radius: 2px;
  }
  .site-navigation .navigation-close-btn span:nth-child(1) {
    transform: translate(1px, -1px) rotate(45deg);
  }
  .site-navigation .navigation-close-btn span:nth-child(2) {
    transform: translate(1px, -1px) rotate(-45deg);
  }
}

.navigation-background {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
  z-index: 99;
}

.is-nav-open .site-navigation {
  pointer-events: all;
  opacity: 1;
  transform: translateX(0);
}
.is-nav-open .navigation-background {
  pointer-events: all;
}

@media (min-width: 1181px) {
  body.home .site-navigation__list .nav-link {
    color: #fff;
  }
  body.home .site-navigation__list .nav-link:hover {
    color: #00a0e9;
  }
  body.is-scroll .site-navigation__list .nav-link {
    color: #000000;
  }
  body.is-scroll .site-navigation__list .nav-link:hover {
    color: #00a0e9;
  }
}
.navigation-toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 15px;
  z-index: 100;
}
@media (max-width: 1180px) {
  .navigation-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .navigation-toggle {
    right: 10px;
  }
}
.navigation-toggle-btn {
  display: block;
  position: relative;
  height: 62px;
  width: 62px;
}
@media (max-width: 767px) {
  .navigation-toggle-btn {
    height: 50px;
    width: 50px;
  }
}
.navigation-toggle-btn span {
  background-color: #000000;
  display: block;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -15px;
  width: 30px;
  border-radius: 2px;
  transition: all ease 300ms;
}
.navigation-toggle-btn span:nth-child(1) {
  transform: translateY(-6px);
}
.navigation-toggle-btn span:nth-child(2) {
  transform: translateY(6px);
}
@media (max-width: 767px) {
  .navigation-toggle-btn span:nth-child(1) {
    transform: translateY(-5px);
  }
  .navigation-toggle-btn span:nth-child(2) {
    transform: translateY(5px);
  }
}

body.home .navigation-toggle-btn span {
  background-color: #fff;
}
body.home.is-scroll .navigation-toggle-btn span {
  background-color: #000000;
}

body.is-nav-open .navigation-toggle-btn span {
  background-color: #000000;
}
body.is-nav-open .navigation-toggle-btn span:nth-child(1) {
  transform: translate(1px, -1px) rotate(45deg);
}
body.is-nav-open .navigation-toggle-btn span:nth-child(2) {
  transform: translate(1px, -1px) rotate(-45deg);
}

/* ==============================================
 14. Footer
=============================================== */
.site-footer {
  background-color: #000000;
  color: #fff;
  padding: 4.625em 0 2.2em;
}
@media (max-width: 767px) {
  .site-footer {
    padding: 3.25em 0 2em;
  }
}
.site-footer a {
  color: #fff;
}
.site-footer .footer-main {
  display: flex;
  margin-bottom: 2.75em;
}
@media (max-width: 767px) {
  .site-footer .footer-main {
    display: block;
    margin-bottom: 2em;
  }
}
.site-footer .footer-left {
  margin-right: 5%;
  width: 400px;
}
@media (max-width: 767px) {
  .site-footer .footer-left {
    margin-right: auto;
    text-align: center;
    margin-bottom: 2em;
    width: auto;
  }
}
.site-footer .footer-left .footer-logo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .site-footer .footer-left .footer-logo {
    margin-bottom: 30px;
  }
  .site-footer .footer-left .footer-logo img {
    width: 55vw;
  }
}
.site-footer .footer-left .btn {
  font-size: 13px;
  width: 150px;
  padding: 1em 2.35em 1em 1.75em;
}
.site-footer .footer-right {
  flex: 1;
}
.site-footer .footer-nav {
  flex: 1;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-menu {
    text-align: center;
  }
}
.site-footer .footer-nav-menu li {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 1.8em;
  vertical-align: top;
}
.site-footer .footer-nav-menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-menu li {
    margin-left: 0.8em;
    margin-right: 0.8em;
    margin-bottom: 0.6em;
  }
  .site-footer .footer-nav-menu li:last-child {
    margin-right: 0.8em;
  }
}
.site-footer .footer-nav-menu li a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-menu li a {
    font-size: 13px;
  }
}
.site-footer .footer-nav-group-menu {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-group-menu {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    font-size: 13px;
    text-align: center;
    margin-top: 1em;
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
}
.site-footer .footer-nav-group-menu dt {
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-group-menu dt {
    margin-bottom: 1em;
  }
}
.site-footer .footer-nav-group-menu dd {
  display: inline-block;
  margin-right: 1.8em;
  margin-bottom: 1em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .site-footer .footer-nav-group-menu dd {
    display: block;
    margin-right: 0;
  }
}
.site-footer .footer-nav-group-menu dd:last-child {
  margin-right: 0;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom {
    display: block;
    text-align: center;
  }
}
.site-footer .footer-bottom-menu li {
  display: inline-block;
  margin-right: 1.8em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom-menu li {
    margin-right: 1em;
  }
}
.site-footer .footer-bottom-menu li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .site-footer .footer-bottom-menu li {
    margin-bottom: 1em;
  }
}
.site-footer .footer-bottom-menu li a {
  font-size: 12px;
}
.site-footer .copyright {
  margin: 0;
  font-size: 76%;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0;
}

/* ==============================================
 20. Contents
=============================================== */
.section-recruit {
  background-color: #f3f3f3;
}
.section-recruit .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .section-recruit .content {
    display: block;
    padding: 0;
  }
}
.section-recruit .txt p {
  margin-bottom: 0;
}
.section-recruit .btn-group {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .section-recruit .btn-group {
    display: block;
    text-align: center;
  }
  .section-recruit .btn-group .btn {
    margin-top: 1em;
  }
}

/* ==============================================
 21. Top
=============================================== */
.mainvisual {
  position: relative;
  opacity: 0;
  padding-bottom: 130px;
  transition: opacity ease 1200ms;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .mainvisual {
    padding-bottom: 60px;
  }
}
.mainvisual .mv-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .mainvisual .mv-slider .swiper-slide {
    height: 90vw;
  }
}
.mainvisual .mv-slider .swiper-slide .slide-img {
  display: block;
}
.mainvisual .mv-slider .swiper-slide .slide-img img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .mainvisual .mv-slider .swiper-slide .slide-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mainvisual .mv-slider .swiper-slide.slide-zoom-active .slide-img img {
  animation: animationZoomOut 12s ease-in-out forwards;
}
.mainvisual .mv-copy {
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  left: 8%;
  top: 45%;
  margin-top: 20px;
  z-index: 2;
  transition: opacity ease 1200ms, margin-top ease 1200ms;
  transition-delay: 400ms;
}
@media (max-width: 767px) {
  .mainvisual .mv-copy {
    left: 8vw;
    top: 42%;
    width: 84vw;
  }
}
.mainvisual .mv-illust {
  position: absolute;
  right: 50%;
  bottom: 0;
  opacity: 0;
  margin-right: -820px;
  z-index: 2;
  max-width: none;
  transition: opacity ease 1200ms, margin-right ease 1200ms;
  transition-delay: 400ms;
}
@media (max-width: 767px) {
  .mainvisual .mv-illust {
    margin-right: -320px;
    width: 400px;
  }
}

.is-page-load .mainvisual {
  opacity: 1;
}
.is-page-load .mainvisual .mv-copy {
  opacity: 1;
  margin-top: 0;
}
.is-page-load .mainvisual .mv-illust {
  opacity: 1;
  margin-right: -800px;
}
@media (max-width: 767px) {
  .is-page-load .mainvisual .mv-illust {
    margin-right: -300px;
  }
}

.top-about {
  position: relative;
}
@media (max-width: 767px) {
  .top-about {
    padding-top: 20px;
  }
}
.top-about .top-about-bg {
  height: 380px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .top-about .top-about-bg {
    height: 44vw;
  }
}
.top-about .top-about-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  z-index: 1;
  background: #fff;
  transform: scale(1, 1);
}
.top-about .top-about-bg.is-show::before {
  animation: index-fillout 1s ease 0.4s forwards alternate;
}
@media (max-width: 767px) {
  .top-about .top-about-bg.is-show::before {
    animation: index-fillout 0.6s ease 0.4s forwards alternate;
  }
}
.top-about .top-about-bg .bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
}
.top-about .top-about-main .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .top-about .top-about-main .container {
    display: block;
  }
}
.top-about .top-about-main .txt {
  padding: 60px 0;
  width: 48%;
}
@media (max-width: 767px) {
  .top-about .top-about-main .txt {
    background-color: #fff;
    padding: 6.8vw;
    position: relative;
    margin-top: -60px;
    width: auto;
  }
}
.top-about .top-about-main .txt p {
  margin-bottom: 0;
}
.top-about .top-about-main .txt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .top-about .top-about-main .txt .copy {
    font-size: 1.25em;
    margin-bottom: 0.8em;
  }
}
.top-about .top-about-main .service-box {
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 35px;
  margin-top: -140px;
  width: 48%;
  transition-delay: 1000ms;
}
@media (max-width: 767px) {
  .top-about .top-about-main .service-box {
    background: transparent;
    box-shadow: none;
    transition-delay: 400ms;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
.top-about .top-about-main .service-box .service-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .top-about .top-about-main .service-box .service-list {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
  }
}
.top-about .top-about-main .service-box .service-list li {
  border-right: 1px solid #f3f3f3;
  letter-spacing: 0.02em;
  padding: 25px;
  text-align: center;
  width: 33.333%;
}
@media (max-width: 767px) {
  .top-about .top-about-main .service-box .service-list li {
    padding: 20px 10px;
    width: 50%;
  }
}
.top-about .top-about-main .service-box .service-list li:nth-child(-n+3) {
  border-bottom: 1px solid #f3f3f3;
}
.top-about .top-about-main .service-box .service-list li:nth-child(3n) {
  border-right: none;
}
@media (max-width: 767px) {
  .top-about .top-about-main .service-box .service-list li:nth-child(-n+4) {
    border-bottom: 1px solid #f3f3f3;
  }
  .top-about .top-about-main .service-box .service-list li:nth-child(3n) {
    border-right: 1px solid #f3f3f3;
  }
  .top-about .top-about-main .service-box .service-list li:nth-child(2n) {
    border-right: none;
  }
}
.top-about .top-about-main .service-box .service-list li a {
  display: block;
}
.top-about .top-about-main .service-box .service-list li .item-icon {
  display: block;
  margin-bottom: 8px;
}
.top-about .top-about-main .service-box .service-list li .item-icon img {
  width: 100px;
}
@media (max-width: 767px) {
  .top-about .top-about-main .service-box .service-list li .item-icon img {
    width: 52%;
  }
}
.top-about .top-about-main .service-box .service-list li .item-txt {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .top-about .top-about-main .service-box .service-list li .item-txt {
    font-size: 3.5vw;
  }
}

.top-event {
  padding-top: 20px;
}
.top-event .heading-2 {
  margin-bottom: 1.5em;
}
.top-event .top-event-main {
  background: rgb(246, 252, 255);
  background: linear-gradient(120deg, rgb(246, 252, 255) 0%, rgb(211, 239, 251) 100%);
}
.top-event .top-event-main .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .top-event .top-event-main .container {
    padding-top: 20px;
  }
}
.top-event .btn-area {
  position: absolute;
  right: 40px;
  bottom: -1.4em;
}
@media (max-width: 767px) {
  .top-event .btn-area {
    right: 20px;
    bottom: -1.6em;
  }
}

.top-company {
  position: relative;
}
@media (max-width: 767px) {
  .top-company {
    padding-bottom: 0;
  }
}
.top-company .heading-primary {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .top-company .heading-primary {
    margin-bottom: 20px;
  }
}
.top-company .box {
  background-color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 50px 50px;
  width: 52%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .top-company .box {
    background: transparent;
    box-shadow: none;
    transition-delay: 400ms;
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}
.top-company .img {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  height: 680px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  width: 52vw;
}
@media (max-width: 767px) {
  .top-company .img {
    border-radius: 0;
    position: relative;
    margin-top: 40px;
    top: 0;
    height: 50vw;
    width: 100%;
  }
}
.top-company .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  z-index: 1;
  background: #fff;
  transform: scale(1, 1);
}
.top-company .img.is-show::before {
  animation: index-fillout 0.6s ease 0.6s forwards alternate;
}
.top-company .img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-company table {
  width: 100%;
}
.top-company table th, .top-company table td {
  text-align: left;
  padding: 1em 0;
  vertical-align: top;
}
.top-company table th {
  border-bottom: 1px solid #00a0e9;
}
.top-company table td {
  border-bottom: 1px solid #f3f3f3;
  padding-left: 2em;
}
@media (max-width: 767px) {
  .top-company table td {
    padding-left: 1em;
  }
}

/* ==============================================
 22. Shop
=============================================== */
.shop-event-step-list {
  list-style: none;
  padding: 0;
  margin-bottom: 4em;
}
.shop-event-step-list li {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1.8em;
  position: relative;
  padding-left: 7em;
}
.shop-event-step-list li .step {
  border-radius: 5em;
  border: 1px solid #00a0e9;
  font-family: "Lato", sans-serif;
  font-size: 94%;
  color: #00a0e9;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 6.2em;
}

.shop-event-result-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .shop-event-result-list {
    gap: 10px 4%;
  }
}
.shop-event-result-list li {
  font-size: 0.876em;
  width: 23.5%;
}
@media (max-width: 767px) {
  .shop-event-result-list li {
    width: 48%;
  }
}
.shop-event-result-list li .img {
  text-align: center;
  margin-bottom: 0.8em;
}
.shop-event-result-list li .img img {
  display: block;
  width: 100%;
}
.shop-event-result-list li .txt {
  line-height: 1.6;
}

/* ==============================================
 23. Plan
=============================================== */
/* ==============================================
 24. Contact
=============================================== */
.contact-contents .contact-row-content {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-content {
    display: block;
  }
}
.contact-contents .contact-row-aside {
  position: sticky;
  top: 120px;
  left: 0;
  width: 24em;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside {
    position: static;
    top: auto;
    margin-bottom: 3em;
    width: 100%;
  }
}
.contact-contents .contact-row-aside h2 {
  font-size: 1.26em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside h2 {
    font-size: 1.16em;
  }
}
.contact-contents .contact-row-aside ul li {
  margin-bottom: 1.25em;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside ul li {
    margin-bottom: 0.75em;
  }
}
.contact-contents .contact-row-aside ul a {
  color: #717171;
  display: inline-block;
  font-weight: bold;
  position: relative;
  padding-left: 2.4em;
}
@media (min-width: 1181px) {
  .contact-contents .contact-row-aside ul a {
    transition: color ease 300ms;
  }
  .contact-contents .contact-row-aside ul a:hover {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside ul a {
    color: #000000;
    background-color: #fff;
    border-radius: 4px;
    display: block;
    padding: 1em 1em 1em 2.5em;
    width: 100%;
  }
}
.contact-contents .contact-row-aside ul a::before {
  border-radius: 50%;
  background-color: #fff;
  content: "";
  left: 0;
  top: -0.1em;
  height: 1.6em;
  width: 1.6em;
  position: absolute;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside ul a::before {
    content: none;
  }
}
.contact-contents .contact-row-aside ul a.current {
  color: #000000;
  pointer-events: none;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside ul a.current {
    background-color: #000000;
    color: #fff;
  }
}
.contact-contents .contact-row-aside ul a.current::after {
  border-radius: 50%;
  background-color: #000000;
  content: "";
  top: 0.35em;
  left: 0.45em;
  height: 0.7em;
  width: 0.7em;
  position: absolute;
}
@media (max-width: 767px) {
  .contact-contents .contact-row-aside ul a.current::after {
    background-color: #fff;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
  }
}
.contact-contents .contact-row-main {
  flex: 1;
  min-width: 1px;
}
.contact-contents .contact-contents-privacy {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy {
    margin-bottom: 3em;
  }
}
.contact-contents .contact-contents-privacy h2 {
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 1.5em;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy h2 {
    font-size: 1.18em;
    margin-bottom: 1em;
  }
}
.contact-contents .contact-contents-privacy .box {
  color: #717171;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 4em;
  height: 40em;
  overflow: scroll;
  padding: 4em 4em 2em;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy .box {
    font-size: 0.86em;
    padding: 1.75em 1.5em 1em;
    height: 32em;
  }
}
.contact-contents .contact-contents-privacy .box .lead {
  color: #000000;
  font-size: 1.16em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy .box .lead {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
}
.contact-contents .contact-contents-privacy .box .basicpolicy {
  border-bottom: 1px solid #9fa0a0;
  font-weight: bold;
  font-size: 1.28em;
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy .box .basicpolicy {
    font-size: 1.08em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
}
.contact-contents .contact-contents-privacy .box dl {
  padding-bottom: 2em;
  display: block;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy .box dl {
    padding-bottom: 1.25em;
  }
}
.contact-contents .contact-contents-privacy .box dl dt {
  color: #717171;
  line-height: 1.7;
  padding-bottom: 0.75em;
}
@media (max-width: 767px) {
  .contact-contents .contact-contents-privacy .box dl dt {
    padding-bottom: 0.5em;
  }
}
.contact-contents .contact-contents-privacy .box dl dd {
  color: #717171;
  line-height: 1.7;
}
.contact-contents .contact-contents-privacy .box ol li {
  color: #717171;
  line-height: 1.7;
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.contact-form .form-group {
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .contact-form .form-group {
    margin-bottom: 1.5em;
  }
}
.contact-form .form-label {
  color: #717171;
  font-size: 1.172em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .contact-form .form-label {
    font-size: 14px;
  }
}
.contact-form .form-label .required {
  display: inline-block;
  margin-left: 0.75em;
  font-size: 0.8em;
  color: #C74444;
}
.contact-form .form-label .option {
  display: inline-block;
  margin-left: 0.75em;
  font-size: 0.8em;
}
.contact-form .form-field .horizontal-item:not(:last-child) {
  margin-right: 2em;
}
@media (max-width: 767px) {
  .contact-form .form-field .horizontal-item:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-form .form-field .horizontal-item {
    display: block;
    margin: 1.25em 0;
  }
}
.contact-form .form-field .error {
  display: block;
  margin-top: 0.5em;
}
.contact-form .form-field .note {
  color: #717171;
  display: block;
  font-weight: bold;
  margin-top: 0.5em;
}
@media (max-width: 767px) {
  .contact-form .form-field .note {
    font-size: 12px;
  }
}
.contact-form .form-field .min-field {
  display: inline-block;
  margin-right: 0.15em;
  width: 8em;
}
.contact-form .form-field-row {
  display: flex;
  gap: 0 2%;
}
.contact-form .form-field-col {
  width: 49%;
}
.contact-form .form-field-birthday {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.75em;
}
.contact-form .form-field-birthday .birthday-col select, .contact-form .form-field-birthday .birthday-col input {
  display: inline-block;
  margin-right: 0.15em;
}
.contact-form .form-field-birthday .birthday-col input {
  width: 6em;
}
.contact-form .form-field-birthday .birthday-col select {
  width: 5em;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=number], .contact-form textarea, .contact-form select {
  background-color: #fff;
  font-size: 1.172em;
  padding: 1em;
  border-radius: 6px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=number], .contact-form textarea, .contact-form select {
    font-size: 16px;
    padding: 1em 0.75em;
  }
}
.contact-form input[type=text] ::-moz-placeholder, .contact-form input[type=email] ::-moz-placeholder, .contact-form input[type=tel] ::-moz-placeholder, .contact-form input[type=number] ::-moz-placeholder, .contact-form textarea ::-moz-placeholder, .contact-form select ::-moz-placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contact-form input[type=text] ::placeholder, .contact-form input[type=email] ::placeholder, .contact-form input[type=tel] ::placeholder, .contact-form input[type=number] ::placeholder, .contact-form textarea ::placeholder, .contact-form select ::placeholder {
  color: #b4b4b4;
  opacity: 1;
}
.contact-form select {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2086.6%2056.5%22%3E%3Cpolygon%20points%3D%2243.3%2056.5%2086.6%200%200%200%2043.3%2056.5%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
  background-position: left 1em top 50%;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  padding-left: 2.4em;
  line-height: 1.4;
}
.contact-form .mwform-radio-field {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .contact-form .mwform-radio-field {
    font-size: 0.86em;
  }
}
.contact-form .mwform-radio-field label {
  display: block;
  position: relative;
  padding: 0.5em 0;
  line-height: 1;
}
.contact-form .mwform-radio-field input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.contact-form .mwform-radio-field .mwform-radio-field-text {
  font-weight: bold;
  font-size: 1.08em;
  position: relative;
  padding-left: 2.4em;
}
.contact-form .mwform-radio-field .mwform-radio-field-text::before {
  border-radius: 50%;
  background-color: #fff;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6em;
  width: 1.6em;
  position: absolute;
}
.contact-form .mwform-radio-field input:checked + .mwform-radio-field-text::after {
  border-radius: 50%;
  background-color: #000000;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0.45em;
  height: 0.7em;
  width: 0.7em;
  position: absolute;
}
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .contact-form .mwform-checkbox-field {
    font-size: 0.86em;
  }
}
.contact-form .mwform-checkbox-field label {
  display: block;
  position: relative;
  padding: 0.5em 0;
  line-height: 1;
}
.contact-form .mwform-checkbox-field input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text {
  font-weight: bold;
  font-size: 1.08em;
  position: relative;
  padding-left: 2.4em;
}
.contact-form .mwform-checkbox-field .mwform-checkbox-field-text::before {
  border: 2px solid #717171;
  background-color: #fff;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.6em;
  width: 1.6em;
  position: absolute;
}
.contact-form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::before {
  border-color: #000000;
}
.contact-form .mwform-checkbox-field input:checked + .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  left: 0.3em;
  top: calc(50% - 0.35em);
  width: 1em;
  height: 0.5em;
  border-bottom: 0.2em solid #C74444;
  border-left: 0.2em solid #C74444;
  transform: rotate(-45deg);
}
.contact-form .policy-check .mwform-checkbox-field {
  margin: 0.5em 0;
}
@media (max-width: 767px) {
  .contact-form .policy-check .mwform-checkbox-field {
    font-size: 0.8em;
  }
}
.contact-form .submit-area {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-form .submit-area {
    margin-top: 1.5em;
  }
}
.contact-form .submit-area .btn {
  background-color: #fff;
  font-size: 1.172em;
  border: 2px solid #000000;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 1.35em;
  width: 360px;
  border-radius: 5em;
}
@media (max-width: 767px) {
  .contact-form .submit-area .btn {
    font-size: 1em;
    width: 240px;
  }
}
@media (min-width: 1181px) {
  .contact-form .submit-area .btn {
    transition: background-color 300ms ease, color 300ms ease;
  }
  .contact-form .submit-area .btn:hover {
    background-color: #000000;
    color: #fff;
  }
}

/* ==============================================
 25. News
=============================================== */
.archive-dropdown {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2086.6%2056.5%22%3E%3Cpolygon%20points%3D%2243.3%2056.5%2086.6%200%200%200%2043.3%2056.5%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
  background-position: 15px 50%;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #000000;
  border-radius: 5em;
  font-size: 16px;
  line-height: 1.45;
  padding: 0.5em 1em 0.5em 1.5em;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  outline: none;
  min-width: 10em;
}
@media (max-width: 767px) {
  .archive-dropdown {
    font-size: 14px;
    display: block;
    -moz-text-align-last: center;
         text-align-last: center;
    padding: 0.5em 2.5em 0.5em;
    width: 100%;
  }
}

.news-category-list {
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding: 0 2em;
  gap: 0 2px;
}
@media (max-width: 767px) {
  .news-category-list {
    gap: 0 2%;
  }
}
.news-category-list li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .news-category-list li {
    flex: 1;
  }
}
.news-category-list li a {
  background-color: #000000;
  color: #fff;
  padding: 0.5em;
  font-size: 16px;
  display: block;
  font-weight: normal;
  text-align: center;
  min-width: 8em;
}
@media (max-width: 767px) {
  .news-category-list li a {
    font-size: 13px;
    min-width: auto;
    padding: 0.5em 0.5em;
    width: 100%;
  }
}
.news-category-list li.current a {
  background-color: #6bbcef;
  color: #fff;
  padding: 1.5em 0.5em;
}

.news-archive-content {
  background: rgb(246, 252, 255);
  background: linear-gradient(120deg, rgb(246, 252, 255) 0%, rgb(211, 239, 251) 100%);
}
.news-archive-content .container {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .news-archive-content .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.news-list li:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .news-list li:not(:last-child) {
    margin-bottom: 1.25em;
  }
}
.news-list li a {
  display: flex;
  align-items: flex-start;
  padding: 0 2em;
  position: relative;
}
@media (max-width: 767px) {
  .news-list li a {
    flex-wrap: wrap;
    padding: 0;
  }
}
.news-list li a .post-date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 86%;
  padding-top: 0.3em;
  width: 8em;
}
@media (max-width: 767px) {
  .news-list li a .post-date {
    width: 6.6em;
  }
}
.news-list li a .post-category {
  display: inline-block;
  margin-right: 2em;
}
@media (max-width: 767px) {
  .news-list li a .post-category {
    margin-right: 0;
  }
}
.news-list li a .post-category .category-icon {
  display: inline-block;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  font-size: 80%;
  border-radius: 3em;
  margin-bottom: 0.5em;
  min-width: 7.5em;
  text-align: center;
  padding: 0.15em;
}
@media (max-width: 767px) {
  .news-list li a .post-category .category-icon {
    font-size: 76%;
    min-width: 6.5em;
  }
}
.news-list li a .post-title {
  display: block;
  font-weight: 500;
  flex: 1;
  transition: color ease 300ms;
}
@media (max-width: 767px) {
  .news-list li a .post-title {
    flex: none;
    width: 100%;
  }
}
@media (min-width: 1181px) {
  .news-list li a:hover .post-title {
    color: #00a0e9;
  }
}

.news-detail-main {
  position: relative;
  margin-top: -100px;
  padding-top: 0;
  padding-bottom: 20px;
  z-index: 1;
}
@media (max-width: 767px) {
  .news-detail-main {
    margin-top: -22vw;
  }
}
.news-detail-main .container {
  max-width: auto;
}

.post-detail {
  background-color: #fff;
  max-width: 800px;
  padding: 30px;
  margin: 0 auto 30px;
  position: relative;
}
@media (max-width: 767px) {
  .post-detail {
    padding: 20px;
  }
}
.post-detail-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.post-detail-nav .btn-area {
  text-align: center;
}
.post-detail-nav .btn-area .btn {
  padding: 1em 1.75em 1em 2.35em;
  display: block;
  margin: 0 auto;
}
.post-detail-nav .btn-area .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  border-top: none;
  border-right: none;
  left: 20px;
}
.post-detail-nav .nav-item a {
  background-color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
  display: block;
  height: 32px;
  position: relative;
  width: 32px;
}
.post-detail-nav .nav-item-prev a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  transform: rotate(45deg);
  left: 13px;
}
.post-detail-nav .nav-item-next a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg);
  right: 13px;
}
.post-detail .post-title {
  font-size: 22px;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .post-detail .post-title {
    font-size: 1.25em;
    line-height: 1.6;
  }
}
.post-detail .post-data {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .post-detail .post-data {
    margin-bottom: 0.25em;
  }
}
.post-detail .post-data .post-category {
  display: inline-block;
  margin-bottom: 0.5em;
  vertical-align: baseline;
}
.post-detail .post-data .post-category .category-icon {
  display: inline-block;
  border: 1px solid #000000;
  background-color: #fff;
  color: #000000;
  font-size: 88%;
  border-radius: 3em;
  margin-bottom: 0.5em;
  min-width: 7.5em;
  text-align: center;
  padding: 0.15em;
}
@media (max-width: 767px) {
  .post-detail .post-data .post-category .category-icon {
    font-size: 76%;
    min-width: 6.5em;
  }
}
.post-detail .post-data .post-date {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 100%;
  width: 6.5em;
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .post-detail .post-data .post-date {
    width: 6.6em;
  }
}
.post-detail .post-thumbnail {
  margin-bottom: 1.5em;
}
.post-detail .post-content {
  font-size: 15px;
  line-height: 2;
}
.post-detail .post-content a {
  text-decoration: underline;
  word-break: break-all;
}
.post-detail .post-content a:hover {
  text-decoration: none;
}
.post-detail .post-content p {
  line-height: inherit;
}
.post-detail .post-content > h1:first-child, .post-detail .post-content h2:first-child, .post-detail .post-content h3:first-child, .post-detail .post-content h4:first-child, .post-detail .post-content h5:first-child, .post-detail .post-content h6:first-child {
  margin-top: 0;
}
.post-detail .post-content h1 {
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .post-detail .post-content h1 {
    margin-bottom: 24px;
    margin-top: 50px;
  }
}
.post-detail .post-content h2 {
  background-color: #F6F5F1;
  font-size: 1.5em;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 0.85em;
  border-radius: 0.175em;
}
@media (max-width: 767px) {
  .post-detail .post-content h2 {
    margin-bottom: 24px;
    margin-top: 40px;
  }
}
.post-detail .post-content h3 {
  border-bottom: 1px dashed #5F6E74;
  margin-top: 40px;
  font-size: 1.3em;
  margin-bottom: 24px;
  padding-bottom: 0.75em;
}
@media (max-width: 767px) {
  .post-detail .post-content h3 {
    padding-bottom: 12px;
    margin-top: 30px;
  }
}
.post-detail .post-content h4 {
  border-left: 2px solid #fb91cf;
  font-size: 1.2em;
  margin-bottom: 24px;
  margin-top: 40px;
  padding-left: 0.75em;
}
@media (max-width: 767px) {
  .post-detail .post-content h4 {
    margin-top: 30px;
  }
}
.post-detail .post-content h5 {
  font-size: 1.1em;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .post-detail .post-content h5 {
    margin-top: 30px;
  }
}
.post-detail .post-content h6 {
  margin-top: 40px;
  font-size: 1em;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .post-detail .post-content h6 {
    padding-bottom: 12px;
    margin-top: 30px;
  }
}
.post-detail .post-content img {
  max-width: 100%;
  width: auto;
  margin-bottom: 30px;
}
.post-detail .post-content img.alignleft {
  float: left;
  margin-right: 30px;
  margin-top: 5px;
}
.post-detail .post-content img.alignright {
  float: right;
  margin-left: 30px;
  margin-top: 5px;
}
.post-detail .post-content img.aligncenter {
  display: block;
  margin: 0 auto 30px;
}
.post-detail .post-content blockquote {
  background-color: #f5f5f5;
  font-style: normal;
  font-size: 100%;
  padding: 5% 4% 1%;
  margin: 2em 2em;
  position: relative;
}
.post-detail .post-content ol {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-detail .post-content ol li {
  margin-bottom: 8px;
}
.post-detail .post-content ul {
  margin-left: 3em;
  margin-top: 12px;
  margin-bottom: 20px;
  margin-right: 12px;
}
.post-detail .post-content ul li {
  margin-bottom: 8px;
  position: relative;
}
.post-detail .post-content ul li::before {
  background-color: #000000;
  content: "";
  display: inline-block;
  height: 6px;
  left: -1.2em;
  position: absolute;
  top: 0.6em;
  width: 6px;
  border-radius: 50%;
}
.post-detail .post-content table {
  border-left: 1px solid #c0c3c4;
  border-top: 1px solid #c0c3c4;
}
.post-detail .post-content table th {
  background-color: #F6F5F1;
  border-bottom: 1px solid #c0c3c4;
  border-right: 1px solid #c0c3c4;
  padding: 15px;
  text-align: left;
  vertical-align: middle;
}
.post-detail .post-content table td {
  border-bottom: 1px solid #c0c3c4;
  border-right: 1px solid #c0c3c4;
  padding: 15px;
  vertical-align: middle;
}

/* ==============================================
 26. Policy
=============================================== */
.policy-contents {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .policy-contents {
    margin-bottom: 3em;
  }
}
.policy-contents .lead {
  color: #000000;
  font-size: 1.16em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .policy-contents .lead {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
}
.policy-contents .modification {
  color: #717171;
}
.policy-contents .basicpolicy {
  border-bottom: 1px solid #9fa0a0;
  color: #717171;
  font-weight: bold;
  font-size: 1.28em;
  line-height: 1;
  padding-top: 1.5em;
  padding-bottom: 1em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .policy-contents .basicpolicy {
    font-size: 1.08em;
    padding-top: 0.5em;
    padding-bottom: 1em;
    margin-bottom: 1.5em;
  }
}
.policy-contents dl {
  padding-bottom: 2em;
  display: block;
}
@media (max-width: 767px) {
  .policy-contents dl {
    padding-bottom: 1.25em;
  }
}
.policy-contents dl dt {
  color: #717171;
  line-height: 1.7;
  padding-bottom: 0.75em;
}
@media (max-width: 767px) {
  .policy-contents dl dt {
    padding-bottom: 0.5em;
  }
}
.policy-contents dl dd {
  color: #717171;
  line-height: 1.7;
}
.policy-contents ol li {
  color: #717171;
  line-height: 1.7;
  padding-left: 1.7em;
  text-indent: -1.7em;
}

/* ==============================================
 Media Queries
=============================================== */
/* hidden
----------------------------------------------- */
@media screen and (min-width: 1181px) {
  .hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 543px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}/*# sourceMappingURL=style.css.map */