@charset "UTF-8";
/* General */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

.float-list, .cf {
  *zoom: 1;
}
.float-list:after, .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

.float-list li {
  float: left;
}

/* Base */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Arial", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #000;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1267px) {
  body {
    font-size: calc(13.461px + 0.2vw);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: calc(2.4px + 3.093vw);
  }
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
a {
  -webkit-text-decoration-skip: objects;
}
a:link, a:visited {
  text-decoration: none;
  color: #000;
}
@media (hover: hover) {
  a:hover, a:active, a:focus {
    color: #000;
  }
  a:hover img, a:active img, a:focus img {
    opacity: 0.7;
  }
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: content-box;
  vertical-align: middle;
  line-height: 1;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  max-height: 100%;
}

input[type=button], input[type=submit], input[type=reset], label {
  cursor: pointer;
}

input[type=button], input[type=submit], input[type=reset] {
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.0001);
  background: transparent;
}

.header-logo a:hover img,
.footer-logo a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

b,
strong {
  font-weight: bolder;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}
:where(svg):not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

:where(input[type=radio], input[type=checkbox]) {
  padding: 0;
}

:where(input[type=date], input[type=time], input[type=datetime-local], input[type=month]) {
  -webkit-appearance: listbox;
}

:where(textarea) {
  overflow: auto;
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button,
:where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset], [disabled]) {
  cursor: not-allowed;
}

/* Layout */
.cf, .float-list {
  *zoom: 1;
}
.cf:after, .float-list:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

/*==============================
共通要素
==============================*/
.wrap {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .wrap {
    max-width: calc(1200px + 4.168%);
    padding: 0 2.084%;
  }
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 0 4%;
  }
}

.fl-container {
  display: flex;
}

.show-xs {
  display: none;
}
@media only screen and (max-width: 480px) {
  .show-xs {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-pc {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1267px) {
  .sp-block {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .sp-block {
    display: inline-block;
  }
}

.more-btn {
  width: 100%;
}
.more-btn a {
  display: block;
  color: #243165;
  font-weight: 700;
  border: 1px solid;
  text-align: center;
  width: 100%;
  background: #fff url(../img/module/icon_arw_01.svg) no-repeat right 0.97em center/1.02em;
}
@media (hover: hover) {
  .more-btn a {
    transition: background 0.3s, color 0.3s;
  }
  .more-btn a:hover, .more-btn a:active {
    color: #fff;
    background-color: rgba(0, 79, 159, 0.8);
    background-image: url(../img/module/icon_arw_01_w.svg);
  }
}
@media only screen and (min-width: 768px) {
  .more-btn {
    max-width: 160px;
  }
  .more-btn a {
    padding: 0.6em 2.5em 0.6em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .more-btn {
    max-width: 240px;
  }
  .more-btn a {
    padding: 0.523em 2.5em 0.523em 0.5em;
  }
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 55;
  display: none;
}

.invisible {
  opacity: 0;
  transform: translateY(6.25rem);
}

.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1.2s, transform 2.2s cubic-bezier(0, -0.01, 0, 1.08);
}

/*==============================
header
==============================*/
.l-header {
  display: flex;
  justify-content: space-between;
  z-index: 60;
  width: 100%;
  transition: linear all 0.2s;
}
.l-header .scroll {
  display: none;
}
.l-header.is-animation {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
}
.l-header.is-animation .noScroll {
  display: none;
}
.l-header.is-animation .scroll {
  display: block;
}
.l-header.is-animation .header-logo {
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .l-header.is-animation {
    height: 9rem;
    align-items: center;
    padding: 0 2.084% 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header.is-animation {
    padding: 5.33vw 5.33%;
  }
  .l-header.is-animation .header-btn span {
    background: #243165;
  }
}
@media only screen and (min-width: 768px) {
  .l-header.is-animation .l-nav .nav-list a {
    color: #000;
  }
  .l-header.is-animation .l-nav .contact-btn a {
    color: #fff;
    background: #243165 url(../img/module/icon_arw_01_w.svg) no-repeat right 1em center/1.02em;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .l-header.is-animation .l-nav .contact-btn a {
    transition: background 0.3s, color 0.3s;
  }
  .l-header.is-animation .l-nav .contact-btn a:hover, .l-header.is-animation .l-nav .contact-btn a:active {
    color: #243165;
    background-color: #fff;
    background-image: url(../img/module/icon_arw_01.svg);
  }
}
@media only screen and (min-width: 768px) {
  .l-header .header-logo {
    width: min(15em,16vw);
  }
}
@media only screen and (max-width: 767px) {
  .l-header .header-logo {
    width: 30vw;
  }
  .l-header .header-btn {
    width: 5.33vw;
    height: 5.33vw;
    top: 1.25vw;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: background 0.2s;
    z-index: 50;
  }
  .l-header .header-btn span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    height: 0.4vw;
    background-color: #fff;
    transition: top 0.15s ease-in-out 0.15s, bottom 0.15s ease-in-out 0.15s, transform 0.15s ease-in-out;
  }
  .l-header .header-btn span:nth-child(1) {
    top: 4vw;
    transform: translateY(-50%) rotate(0deg);
  }
  .l-header .header-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
  }
  .l-header .header-btn span:nth-child(3) {
    bottom: 4vw;
    transform: translateY(50%) rotate(0deg);
  }
  .l-header .header-btn.open span {
    transition: top 0.15s ease-in-out, bottom 0.15s ease-in-out, transform 0.15s ease-in-out 0.15s;
  }
  .l-header .header-btn.open span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header .header-btn.open span:nth-child(2) {
    transform: translateY(-50%) rotate(45deg);
  }
  .l-header .header-btn.open span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

.l-nav .nav-list li {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (hover: hover) {
  .l-nav .nav-list a:not(.contact-btn a) {
    transition: opacity 0.3s;
  }
  .l-nav .nav-list a:not(.contact-btn a):hover, .l-nav .nav-list a:not(.contact-btn a):active {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-nav .nav-logo {
    display: none;
  }
  .l-nav .nav-list {
    display: flex;
    align-items: center;
  }
  .l-nav .nav-list li {
    font-size: 0.9375em;
  }
  .l-nav .nav-list li + li {
    margin-left: min(3em,3vw);
  }
  .l-nav .contact-btn a {
    display: block;
    padding: 0.817em 2.434em 0.817em 1.8em;
    border: 1px solid;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav {
    width: 0;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    overflow: auto;
    height: 100%;
    transition: width 0.3s;
  }
  .l-nav .nav-logo {
    padding: 5.33vw 0 0 5.33%;
    width: 35.33vw;
  }
  .l-nav .nav-list {
    margin-top: 0.9em;
    opacity: 0;
  }
  .l-nav .nav-list a {
    display: block;
    text-align: center;
    font-size: 1.17em;
    padding: 1.1em 5.33%;
    position: relative;
    letter-spacing: 0.05em;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .l-nav .nav-list a {
    transition: color 0.3s;
  }
  .l-nav .nav-list a:hover, .l-nav .nav-list a:active {
    color: #243165;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-list li:not(:first-child) a:after {
    position: absolute;
    content: "";
    margin: auto;
    background: #707070;
    width: 80%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .contact-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact {
    color: #243165;
    opacity: 0;
  }
  .l-nav .nav-contact a {
    color: #243165;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-header {
    color: #fff;
    background: #243165;
    padding: 1.58em 3% 1.3em;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-jp {
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 1.17em;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-en {
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-tel,
  .l-nav .nav-contact-mail {
    padding-top: 9.4vw;
    padding-bottom: 7.56vw;
    text-align: center;
  }
  .l-nav .nav-contact-tel h4,
  .l-nav .nav-contact-mail h4 {
    font-size: 0.9375em;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-tel h4 {
    font-weight: 700;
  }
  .l-nav .nav-contact-tel p {
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: min(2.343em,8vw);
    line-height: 1.35;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-mail {
    position: relative;
  }
  .l-nav .nav-contact-mail h4 {
    font-weight: 700;
  }
  .l-nav .nav-contact-mail p {
    width: 78%;
    margin: auto;
    margin-top: 0.8em;
    max-width: 495px;
  }
  .l-nav .nav-contact-mail p a {
    display: block;
    color: #243165;
    font-weight: 700;
    border: 1px solid;
    text-align: center;
    padding: 0.817em 0.5em;
    width: 100%;
    background: #fff url(../img/module/icon_arw_01.svg) no-repeat right 3% center/1.02em;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .l-nav .nav-contact-mail p a {
    transition: background 0.3s, color 0.3s;
  }
  .l-nav .nav-contact-mail p a:hover, .l-nav .nav-contact-mail p a:active {
    color: #fff;
    background-color: #243165;
    background-image: url(../img/module/icon_arw_01_w.svg);
  }
}
@media only screen and (max-width: 767px) {
  .l-nav .nav-contact-mail:after {
    position: absolute;
    content: "";
    margin: auto;
    background: #707070;
    width: 87%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-nav.open {
    width: 84%;
  }
  .l-nav.open .nav-list {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .l-nav.open .nav-contact {
    opacity: 1;
    transition: opacity 0.3s;
  }
}

/*==============================
contents
==============================*/
.l-contents {
  background: #F9F9F9;
}
.l-contents p {
  font-size: 0.9375em;
  letter-spacing: 0.08em;
  line-height: 2;
}

/*==============================
footer
==============================*/
.l-footer .footer-contact {
  background: #F9F9F9;
  padding: 6.25em 0;
}
.l-footer .footer-contact-inner {
  background: #fff;
  color: #243165;
}
.l-footer .footer-contact-inner a {
  color: #243165;
}
.l-footer .footer-contact-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: #243165;
}
.l-footer .footer-contact-jp {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
.l-footer .footer-contact-en {
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
}
.l-footer .footer-contact-tel h4 {
  font-weight: 700;
}
.l-footer .footer-contact-tel p {
  font-weight: 700;
  letter-spacing: -0.02em;
}
.l-footer .footer-contact-mail {
  position: relative;
}
.l-footer .footer-contact-mail h4 {
  font-weight: 700;
}
.l-footer .footer-contact-mail p {
  width: 72%;
  margin: auto;
}
.l-footer .footer-contact-mail p a {
  display: block;
  color: #243165;
  font-weight: 700;
  border: 1px solid;
  text-align: center;
  padding: 0.817em 0.5em;
  width: 100%;
  background: #fff url(../img/module/icon_arw_01.svg) no-repeat right 3% center/1.02em;
}
@media (hover: hover) {
  .l-footer .footer-contact-mail p a {
    transition: background 0.3s, color 0.3s;
  }
  .l-footer .footer-contact-mail p a:hover, .l-footer .footer-contact-mail p a:active {
    color: #fff;
    background-color: #243165;
    background-image: url(../img/module/icon_arw_01_w.svg);
  }
}
.l-footer .footer-contact-mail:after {
  position: absolute;
  content: "";
  margin: auto;
  background: #707070;
}
.l-footer .footer-map {
  position: relative;
  width: 100%;
}
.l-footer .footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-footer .footer-info .footer-nav {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .l-footer .footer-info .footer-nav {
    display: block;
  }
}
@media (hover: hover) {
  .l-footer .footer-info .footer-nav a:hover, .l-footer .footer-info .footer-nav a:active {
    text-decoration: underline;
  }
}
@media only screen and (min-width: 768px) {
  .l-footer .footer-contact-inner {
    display: flex;
  }
  .l-footer .footer-contact-header {
    width: 25%;
    padding: 0 4%;
  }
  .l-footer .footer-contact-jp {
    font-size: min(1.625em,2.16vw);
  }
  .l-footer .footer-contact-en {
    font-weight: 700;
  }
  .l-footer .footer-contact-tel,
  .l-footer .footer-contact-mail {
    width: 37.5%;
    padding-top: 4.45em;
    padding-bottom: 3.25em;
    text-align: center;
  }
  .l-footer .footer-contact-tel h4,
  .l-footer .footer-contact-mail h4 {
    font-size: 1.25em;
  }
  .l-footer .footer-contact-tel p {
    font-size: min(3.375em,4.5vw);
  }
  .l-footer .footer-contact-mail:after {
    width: 1px;
    height: 80%;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .l-footer .footer-contact-mail p {
    margin-top: min(1em,1.2vw);
    max-width: 330px;
  }
  .l-footer .footer-contact-mail a {
    font-size: min(1em,1.8vw);
  }
  .l-footer .footer-map {
    padding: 31.25% 0 0 0;
  }
  .l-footer .footer-info {
    padding: 3.75em 0;
  }
  .l-footer .footer-info-inner {
    display: flex;
    justify-content: space-between;
  }
  .l-footer .footer-nav li {
    font-size: 0.9375em;
  }
  .l-footer .footer-nav li + li {
    margin-left: 1.5em;
  }
  .l-footer .l-copyright {
    font-size: 0.9375em;
  }
}
@media only screen and (max-width: 767px) {
  .l-footer .footer-contact {
    padding: 26vw 0 14.5vw;
  }
  .l-footer .footer-contact-header {
    align-items: center;
    padding: 1.58em 3% 1.1em;
  }
  .l-footer .footer-contact-jp {
    font-size: 1.5625em;
  }
  .l-footer .footer-contact-en {
    font-size: 0.7em;
  }
  .l-footer .footer-contact-tel,
  .l-footer .footer-contact-mail {
    padding-top: 9.4vw;
    padding-bottom: 8.6vw;
    text-align: center;
  }
  .l-footer .footer-contact-tel h4,
  .l-footer .footer-contact-mail h4 {
    font-size: 0.9375em;
  }
  .l-footer .footer-contact-tel p {
    font-size: min(2.343em,8vw);
    line-height: 1.2;
  }
  .l-footer .footer-contact-mail:after {
    width: 87%;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
  }
  .l-footer .footer-contact-mail p {
    margin-top: 0.7em;
    max-width: 495px;
  }
  .l-footer .footer-contact-mail p a {
    background-position: right 7% center;
  }
  .l-footer .footer-map {
    padding: 80% 0 0 0;
  }
  .l-footer .footer-info {
    padding: 9.53vw 0 13.1vw;
  }
  .l-footer .footer-nav {
    justify-content: center;
  }
  .l-footer .footer-nav li {
    font-size: 0.9375em;
  }
  .l-footer .footer-nav li + li {
    margin-left: 0;
  }
  .l-footer .l-copyright {
    margin-top: 10.2vw;
    font-size: 0.9375em;
    text-align: center;
  }
}

.pc a[href^="tel:"],
.tablet a[href^="tel:"] {
  pointer-events: none;
}/*# sourceMappingURL=common.css.map */
