@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font-size: 62.5% !important;
  background: none !important;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea {
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder {
  color: #888;
}

input[type=text], input[type=password], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
  font-family: inherit;
  color: #000;
  display: block;
  padding: 0 1em;
  border-radius: 0;
  font-size: inherit;
  margin: 0;
  height: 60px;
  width: 100%;
  text-align: left;
  -webkit-appearance: none;
}
input[type=date] {
  width: 100%;
  padding: 1em;
  border-radius: 0px;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=checkbox]:focus {
  outline-color: #438832;
}
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=checkbox][disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: 1em auto auto auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: #004798;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
input[type=button]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

textarea {
  height: auto;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  min-height: 8em;
  border-radius: 0;
  margin-top: 0.5em;
}
textarea:focus {
  background: #fafafa;
  outline-color: #438832;
}
textarea[disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
textarea.low {
  height: 5em;
  min-height: 5em;
}

select {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  border: 0px;
  border-radius: 0px;
}

.any,
.required {
  display: inline-block;
  margin: 0 0.75em 0.5em 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  color: #fff;
}

.any {
  background-color: #aaa;
}

.required {
  background-color: #cb0000;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #eeeeee;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5b6d60;
  box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #ccc;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  box-shadow: inset 0 0 0 4px #fff;
  border: #ccc;
  background: #ccc;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

.formControl {
  width: 100%;
  padding: 1rem;
}

.formControlL {
  width: 100%;
  padding: 1rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-spinner {
  display: block;
  margin: auto;
}

form input.width30 {
  width: 30%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width40 {
  width: 40%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width50 {
  width: 50%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width60 {
  width: 60%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width70 {
  width: 70%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width80 {
  width: 80%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width90 {
  width: 90%;
  display: inline-block;
  margin-bottom: 1em;
}
form table p {
  margin-bottom: 0;
}
form table .small {
  margin-top: 1em;
  display: inline-block;
  line-height: 1.5;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  max-width: 800px;
  margin: auto !important;
}

.wpcf7-not-valid-tip {
  color: #cb0000;
  border: 1px solid;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
  margin-top: 0.5em;
}

.wpcf7cp-btns {
  text-align: center;
}

#wpcf7cpcnf table p {
  margin: 0;
}
#wpcf7cpcnf table tr td {
  padding: 1em !important;
}

.wpcf7cp-cfm-edit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #eee;
  color: #888;
}

.wpcf7cp-cfm-submit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #000;
  color: #fff;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  display: flex;
  background: #FFF;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .logo {
  padding: 1em;
  flex: 1;
}
header .logo img {
  max-width: 150px;
}
@media screen and (max-width: 767px) {
  header .logo {
    padding: 2vw;
    display: flex;
    align-items: center;
  }
  header .logo img {
    width: 35%;
    min-width: 90px;
    max-width: 120px;
  }
}
header .menu .menuList {
  display: flex;
  height: 100%;
}
header .menu .menuList__item {
  border-left: #CCCCCC 1px solid;
  height: 100%;
}
header .menu .menuList__item.online {
  background: #3E9CE1;
}
header .menu .menuList__item.online a {
  color: #fff;
}
header .menu .menuList__item a {
  display: flex;
  align-items: center;
  padding: 1em;
  color: #0050A4;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-weight: bold;
  height: 100%;
}
header .menu .menuList__item a:hover {
  background: #F0F5F5;
}
header .menu .menuList__item .icon {
  margin-right: 0.4em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  header .menu .menuList__item a {
    flex-direction: column;
    justify-content: center;
    font-size: 68%;
    letter-spacing: -0.05em;
    padding: 0.5em 0.2em;
    width: 60px;
  }
  header .menu .menuList__item .icon {
    margin-bottom: 0.4em;
  }
}
header .hamburgerMenu {
  background: #0050A4;
  padding: 1em;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  cursor: pointer;
  transition: 0.2s;
}
header .hamburgerMenu:hover {
  background: #00448b;
}
header .hamburgerMenu .line {
  position: relative;
  width: 80%;
  height: 1.2em;
  margin: 0 auto 0.4em;
}
header .hamburgerMenu .line span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #FFF;
}
header .hamburgerMenu .line span:nth-of-type(1) {
  top: 0;
}
header .hamburgerMenu .line span:nth-of-type(2) {
  top: 50%;
}
header .hamburgerMenu .line span:nth-of-type(3) {
  top: 100%;
  width: 100%;
}
header .hamburgerMenu > span {
  font-size: 70%;
  display: inline-block;
  line-height: 1;
}

/*----------------------------------------------------
展開ナビゲーション
----------------------------------------------------*/
.fixNav {
  position: fixed;
  right: -700px;
  top: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 1001;
  background: #0050A4;
  padding: clamp(3em, 7vw, 6em) clamp(2em, 5vw, 4em) 8em clamp(2em, 5vw, 4em);
  width: 85%;
  max-width: 660px;
  transition: 0.5s;
}
.fixNav.-open {
  right: 0;
}
.fixNav .closeMenu {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2em;
  height: 2em;
  cursor: pointer;
}
.fixNav .closeMenu span {
  width: 100%;
  height: 1.5px;
  display: block;
  background: #FFF;
  position: absolute;
}
.fixNav .closeMenu span:nth-of-type(1) {
  top: 1em;
  left: 0;
  transform: rotate(-135deg);
}
.fixNav .closeMenu span:nth-of-type(2) {
  top: 1em;
  left: 0;
  transform: rotate(135deg);
}
.fixNav .linkList {
  width: 100%;
  margin-bottom: 2em;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
}
.fixNav .linkList__item {
  margin-bottom: 1em;
}
.fixNav .linkList__item:last-child {
  margin-bottom: 0;
}
.fixNav .linkList__item .link {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #FFF;
  padding-left: 1em;
  position: relative;
  font-size: 114%;
}
.fixNav .linkList__item .link:before {
  content: "";
  width: 0.4em;
  height: 0.6em;
  background: url("../img/common/icon-arrow-line_white.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2em;
}
.fixNav .linkList__item.parent .link {
  cursor: pointer;
}
.fixNav .linkList__item.parent .link:before {
  transform: rotate(90deg);
}
.fixNav .linkList__item.parent .link.open:before {
  transform: rotate(-90deg);
}
.fixNav .linkList__item .childList {
  display: none;
  margin-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
.fixNav .linkList__item .childList__item {
  margin-bottom: 0.6em;
}
.fixNav .linkList__item .childList__item:last-child {
  margin-bottom: 0;
}
.fixNav .linkList__item .childList__item a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 90%;
  font-weight: 400;
  padding-left: 1em;
  position: relative;
}
.fixNav .linkList__item .childList__item a:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url("../img/common/icon-arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.2em;
}
.fixNav .subLinkList {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1em;
  align-items: center;
  margin-top: 3em;
}
.fixNav .subLinkList__item {
  line-height: 1;
}
.fixNav .subLinkList__item a {
  color: #FFF;
  text-decoration: none;
  font-size: 86%;
  font-weight: 400;
  padding-left: 0.8em;
  position: relative;
}
.fixNav .subLinkList__item a:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url("../img/common/icon-arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.3em;
}
@media screen and (max-width: 480px) {
  .fixNav .headNav__item a .en {
    font-size: 130%;
  }
}

/*----------------------------------------------------
オーバーレイ
----------------------------------------------------*/
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/*==================================================================================================
	フッター
==================================================================================================*/
.chatBot {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 300px;
  width: 60%;
  z-index: 10;
}

footer .footerMain {
  background: #0050A4;
  color: #FFF;
  padding: 3em 0;
}
@media screen and (max-width: 560px) {
  footer .footerMain {
    padding: 2em 0;
  }
}
footer .footerMain .linkList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2em;
}
footer .footerMain .linkList__item a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  font-size: 90%;
}
footer .footerMain .linkList__item a:hover {
  opacity: 0.8;
}
footer .footerMain .linkList__item .childList {
  margin-top: 0.5em;
}
footer .footerMain .linkList__item .childList__item a {
  font-size: 86%;
  font-weight: 400;
  text-decoration: underline;
}
footer .footerMain .linkList__item .childList__item a:hover {
  text-decoration: none;
}
@media screen and (max-width: 560px) {
  footer .footerMain .linkList {
    display: block;
  }
  footer .footerMain .linkList__item {
    width: 100%;
    border-bottom: #FFF 1px solid;
  }
  footer .footerMain .linkList__item .link {
    padding: 1em 0.2em;
    display: block;
    position: relative;
  }
  footer .footerMain .linkList__item .link:before {
    content: "";
    width: 0.6em;
    height: 1em;
    background: url("../img/common/icon-arrow-line_white.svg") no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    right: 0.4em;
    top: 50%;
    margin-top: -0.5em;
  }
  footer .footerMain .linkList__item.parent .link:before {
    transform: rotate(90deg);
  }
  footer .footerMain .linkList__item.parent .link.open:before {
    transform: rotate(-90deg);
  }
  footer .footerMain .linkList__item .childList {
    display: none;
    margin-top: 0;
    padding-bottom: 1em;
  }
  footer .footerMain .linkList__item .childList__item {
    border-bottom: rgba(240, 245, 245, 0.4) 1px solid;
  }
  footer .footerMain .linkList__item .childList__item:last-child {
    border-bottom: none;
  }
  footer .footerMain .linkList__item .childList__item a {
    padding: 1em 1em;
    display: block;
    position: relative;
    text-decoration: none;
    background: rgba(240, 245, 245, 0.1);
  }
}
footer .footerMain .subLinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  align-items: center;
  margin-top: 3em;
}
footer .footerMain .subLinkList__item a {
  color: #FFF;
  text-decoration: none;
  font-size: 86%;
  font-weight: 400;
  padding-left: 0.8em;
  position: relative;
}
footer .footerMain .subLinkList__item a:hover {
  opacity: 0.8;
}
footer .footerMain .subLinkList__item a:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  background: url("../img/common/icon-arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.3em;
}
@media screen and (max-width: 560px) {
  footer .footerMain .subLinkList {
    margin-top: 2em;
  }
}
footer .footerBanner {
  padding: 2em 0;
}
footer .footerBanner .bannerList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
footer .footerBanner .bannerList__item {
  max-width: 300px;
  width: 100%;
}
footer .footerBanner .bannerList__item a {
  transition: 0.2s;
}
footer .footerBanner .bannerList__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  footer .footerBanner .bannerList {
    flex-direction: column;
  }
}
footer .footerCopy {
  background: #F5F5F5;
  text-align: center;
  padding: 1em 0;
}
footer .footerCopy p {
  font-size: 80%;
  font-weight: 400;
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.telLink _:-ms-fullscreen,
.telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

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

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

.indentText {
  text-indent: -1em;
  padding-left: 1em;
}

.smallText {
  font-size: 70%;
}

.-center {
  text-align: center;
}

.-right {
  text-align: right;
}

.-left {
  text-align: left;
}

.-en {
  font-family: "Montserrat", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-style: italic;
}

@media screen and (max-width: 560px) {
  .-spLeft {
    text-align: left;
  }
}

.yellowText {
  color: yellow;
}

.greenText {
  color: #00AF9C;
}

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

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

/*---------------------------------------------------------------------
コンテナ
---------------------------------------------------------------------*/
.lContainer {
  position: relative;
}

.mContainer {
  padding: 5em 0;
}
@media screen and (max-width: 767px) {
  .mContainer {
    padding: 4em 0;
  }
}
@media screen and (max-width: 480px) {
  .mContainer {
    padding: 3em 0;
  }
}
.mContainer.-bgGrad {
  background: rgb(0, 172, 213);
  background: linear-gradient(180deg, rgb(0, 172, 213) 0%, rgb(0, 188, 174) 100%);
}
.mContainer.-bgBeige {
  background: #FFF9F0;
}
.mContainer.-bgGrey {
  background: #F5F5F5;
}
.mContainer .sContainer {
  margin-top: 4em;
}
.mContainer .sContainer:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mContainer .sContainer {
    margin-top: 3.5em;
  }
}
@media screen and (max-width: 480px) {
  .mContainer .sContainer {
    margin-top: 3em;
  }
}

.col2Container {
  display: flex;
  align-items: flex-start;
}
.col2Container__title {
  width: 16em;
}
.col2Container__main {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .col2Container {
    display: block;
  }
}

.col3List {
  display: grid;
  gap: clamp(2em, 8vw, 3em) clamp(1em, 5vw, 2em);
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
@media screen and (max-width: 767px) {
  .col3List {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}

.col2List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2List li {
  width: 48%;
}
@media screen and (max-width: 560px) {
  .col2List {
    gap: 2.5em;
  }
  .col2List li {
    width: 100%;
  }
}

/*---------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------*/
.breadWrap {
  background: #F5F5F5;
  padding: 1em 5vw;
}
.breadWrap .breadList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadWrap .breadList__item {
  margin-right: 2em;
  font-size: 80%;
  font-weight: 600;
  position: relative;
}
.breadWrap .breadList__item:after {
  content: "";
  width: 0.5em;
  height: 0.8em;
  background: url("../img/common/icon-arrow-line.svg") no-repeat;
  position: absolute;
  right: -1.2em;
  top: 50%;
  margin-top: -0.4em;
  filter: invert(51%) sepia(53%) saturate(101%) hue-rotate(164deg) brightness(99%) contrast(101%);
}
.breadWrap .breadList__item:last-child::after {
  content: none;
}
.breadWrap .breadList__item a {
  color: #808080;
  text-decoration: none;
  font-weight: 400;
}

/*---------------------------------------------------------------------
ボタンリスト
---------------------------------------------------------------------*/
.whiteMenuList {
  display: grid;
  gap: 1em;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  width: 100%;
}
.whiteMenuList__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  padding: 1em;
  border-radius: 0.3em;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  background: #FFF;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  min-height: 6em;
}
.whiteMenuList__item a:hover {
  background: #F0F5F5;
}
@media screen and (max-width: 560px) {
  .whiteMenuList {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  .whiteMenuList__item a {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .whiteMenuList {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.simpleBtnList {
  display: grid;
  gap: clamp(0.5em, 2vw, 1em);
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  width: 100%;
}
.simpleBtnList__item {
  border-radius: 0.3em;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  background: #FFF;
  text-decoration: none;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
}
.simpleBtnList__item a {
  padding: 1em;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  transition: 0.2s;
  height: 100%;
}
.simpleBtnList__item a:hover {
  background: #F0F5F5;
}
.simpleBtnList__item a .newIcon {
  background: #FB0032;
  color: #FFF;
  border-radius: 5em;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -1em;
  top: -1em;
  font-size: 80%;
}
.simpleBtnList__item a:before {
  content: "";
  width: 0.6em;
  height: 1em;
  background: url("../img/common/icon-arrow-line.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.5em;
}
.simpleBtnList__item .thumb {
  max-width: 20%;
  margin-right: 1em;
}
.simpleBtnList__item p {
  font-size: 110%;
}

.secFloor .bannerList {
  max-width: 900px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 1em;
  place-content: center;
  place-items: center;
  grid-auto-flow: column;
}
.secFloor .bannerList__item {
  flex: 1;
}
.secFloor .bannerList a img {
  transition: 0.2s;
}
.secFloor .bannerList a:hover img {
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  .secFloor .bannerList {
    display: flex;
    flex-direction: column;
  }
}
.secFloor .banner {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.snsList {
  display: flex;
  gap: 1em;
}
.snsList__item {
  flex: 1;
}
.snsList__item:last-child {
  flex: 2.8;
}
.snsList__item a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 560px) {
  .snsList {
    flex-wrap: wrap;
  }
  .snsList__item:last-child {
    width: 100%;
    flex: auto;
  }
}

.secImportant {
  padding: 3em 0;
}
.secImportant .importantWrap {
  display: flex;
  background: #F5F5F5;
  border-radius: 0.5em;
  overflow: hidden;
}
.secImportant .importantWrap .ttl {
  background: #FB0032;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em;
}
.secImportant .importantWrap .ttl span {
  line-height: 1;
  margin-right: 0.2em;
  display: flex;
}
.secImportant .importantWrap .newsArea {
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  flex: 1;
}
.secImportant .importantWrap .newsArea a {
  display: block;
}
@media screen and (max-width: 560px) {
  .secImportant {
    padding: 2em 0;
  }
  .secImportant .importantWrap .ttl {
    font-size: 84%;
    padding: 0.6em;
  }
  .secImportant .importantWrap .ttl span img {
    width: 1em;
  }
  .secImportant .importantWrap .newsArea {
    padding: 0.6em;
  }
}

/*---------------------------------------------------------------------
スライダー
---------------------------------------------------------------------*/
.lContainer .splide .splide-wrapper {
  position: relative;
  width: 96%;
  margin: 0 auto;
}
.lContainer .splide__track {
  overflow: visible;
}
.lContainer .splide__arrow {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: none;
}
.lContainer .splide__arrow--next {
  right: -1.5em;
  background: url("../img/common/icon-arrow-circle.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 3em;
  height: 3em;
}
.lContainer .splide__arrow--next svg {
  display: none;
}
.lContainer .splide__arrow--prev {
  left: -1.5em;
  background: url("../img/common/icon-arrow-circle.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 3em;
  height: 3em;
  transform: scale(-1, 1);
}
.lContainer .splide__arrow--prev svg {
  display: none;
}
.lContainer .splide__pagination {
  justify-content: center;
  gap: 1em;
  margin-top: 2em;
}
.lContainer .splide__pagination__page {
  width: 1em;
  height: 1em;
  background: #BCBCBC;
  border: none;
  border-radius: 5em;
}
.lContainer .splide__pagination__page.is-active {
  background: #0050A4;
}

/*---------------------------------------------------------------------
見出し
---------------------------------------------------------------------*/
.topLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2em;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-weight: bold;
  text-align: center;
}
.topLabel .sub {
  display: block;
  line-height: 1.4;
  color: #0050A4;
  font-size: 110%;
}
.topLabel .sub.-red {
  color: #FB0032;
}
.topLabel .sub.-sky {
  color: #87D7D7;
}
.topLabel .main {
  font-size: clamp(2.8rem, 5vw, 280%);
  display: block;
  line-height: 1.4;
}
.topLabel.-left {
  align-items: flex-start;
}

.subTitleArea {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2em;
  margin-bottom: 2em;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-weight: bold;
  text-align: center;
}
.subTitleArea h1 {
  font-size: clamp(2.8rem, 5vw, 280%);
  display: block;
  line-height: 1.4;
}

.secLabel {
  padding-bottom: 0;
}
.secLabel .pageLabel {
  font-size: clamp(2.8rem, 5vw, 320%);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.5em;
}
.secLabel .pageLabel .en {
  display: block;
  font-family: "Montserrat", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-size: 56%;
  margin-bottom: 0.5em;
  line-height: 1;
}
.secLabel .pageImage img {
  width: 100%;
  height: auto;
}
.secLabel .c-pageTitle {
  border: none;
  font-size: 100%;
  margin-bottom: 3em;
}
.secLabel .c-pageTitle__inner {
  font-size: clamp(2.8rem, 5vw, 320%);
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1.5em;
  border: none !important;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}
.secLabel .c-pageTitle__subTitle {
  order: -1;
  display: block;
  font-family: "Montserrat", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-size: 56%;
  margin-bottom: 0.5em;
  line-height: 1;
  opacity: 1;
  font-style: normal;
  margin-left: 0;
  top: auto;
}

/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
.btnArea {
  margin-top: 2em;
}
.btnArea.-center {
  text-align: center;
}
.btnArea.-center .basicBtn {
  margin-left: auto;
  margin-right: auto;
}
.btnArea.-left {
  text-align: left;
}
.btnArea.-right {
  text-align: right;
}
.btnArea a {
  text-decoration: none;
}
.btnArea .basicBtn {
  background: #0050A4;
  color: #FFF;
  padding: 1em;
  text-align: center;
  border-radius: 5em;
  display: block;
  font-size: 106%;
  position: relative;
  line-height: 1.2;
  max-width: 320px;
  width: 90%;
}
.btnArea .basicBtn:hover {
  background: #003771;
}
.btnArea .basicBtn:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/icon-arrow.svg") no-repeat;
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -0.4em;
}
.btnArea .basicBtn.-center {
  margin-left: auto;
  margin-right: auto;
}
.btnArea .basicBtn.-small {
  font-size: 100%;
  max-width: 12em;
}
.btnArea .basicBtn.-green {
  background: #00AF9C;
}
.btnArea .basicBtn.-green:hover {
  background: #007c6f;
}
.btnArea .basicBtn.-sky {
  background: #3E9CE1;
}
.btnArea .basicBtn.-sky:hover {
  background: #2083cc;
}
.btnArea .basicBtn.-orange {
  background: #FF750D;
}
.btnArea .basicBtn.-orange:hover {
  background: #d95d00;
}
.btnArea .basicBtn.-back:after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url("../img/common/icon-arrow-line_white.svg") no-repeat;
  position: absolute;
  left: 1em;
  right: auto;
  top: 50%;
  margin-top: -0.4em;
  transform: scale(-1, 1);
}
.btnArea .basicBtn.-line {
  background: #FFF;
  color: #0050A4;
  border: #0050A4 1px solid;
}
.btnArea .basicBtn.-line:after {
  background: url("../img/common/icon-arrow_blue.svg") no-repeat;
}
.btnArea .basicBtn.-line:hover {
  background: #F0F5F5;
}
.btnArea .basicBtn.-mapNow:after {
  content: none;
}
.btnArea .basicBtn.-mapNow span {
  position: relative;
  padding-left: 1.4em;
}
.btnArea .basicBtn.-mapNow span:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/icon-mapnow.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btnArea .basicBtn.-mapArea {
  background: #0085AD;
}
.btnArea .basicBtn.-mapArea:after {
  content: none;
}
.btnArea .basicBtn.-mapArea span {
  position: relative;
  padding-left: 1.4em;
}
.btnArea .basicBtn.-mapArea span:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../img/common/icon-japan.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
.btnArea .basicBtn.-root:after {
  content: none;
}
.btnArea .basicBtn.-root span {
  padding-left: 1.8em;
  position: relative;
}
.btnArea .basicBtn.-root span:before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  background: url("../img/common/icon-compass.svg") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.7em;
}

/*---------------------------------------------------------------------
リスト
---------------------------------------------------------------------*/
.simpleList li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
.simpleList li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------------------------
ページャー
---------------------------------------------------------------------*/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3em;
}
.wp-pagenavi a {
  font-size: 109%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  transition: 0.2s ease-in-out;
}
.wp-pagenavi a:hover {
  color: #ffffff;
  background: #0050A4;
  border-color: #0050A4 !important;
}
.wp-pagenavi a:last-child {
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a:last-child {
    margin: 0 0 0.9rem 0;
  }
}
@media screen and (max-width: 560px) {
  .wp-pagenavi a:last-child {
    margin: 0 0 0.7rem 0;
  }
}
.wp-pagenavi .page, .wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first, .wp-pagenavi .last {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0 1.3rem 1rem 0;
  padding: 0.8rem;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  color: #000000;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first, .wp-pagenavi .last {
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 1.2rem 0.9rem 0;
    padding: 0.6rem;
  }
}
@media screen and (max-width: 560px) {
  .wp-pagenavi .page, .wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first, .wp-pagenavi .last {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 0.7rem 0;
    padding: 0.5rem;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first, .wp-pagenavi .last {
  color: #000000;
  background: #CCCCCC;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: transparent;
  font-size: 0;
  background: #CCCCCC;
  position: relative;
}
.wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
  display: block;
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  background: url("../img/product/arrow-black.svg") no-repeat;
  background-size: contain;
  position: absolute;
}
.wp-pagenavi .nextpostslink:hover:before,
.wp-pagenavi .previouspostslink:hover:before {
  background: url("../img/product/arrow-white.svg") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
    width: 0.6rem;
    height: 1rem;
  }
}
@media screen and (max-width: 560px) {
  .wp-pagenavi .nextpostslink:before,
.wp-pagenavi .previouspostslink:before {
    width: 0.4rem;
    height: 0.8rem;
  }
}
.wp-pagenavi .previouspostslink:before {
  transform: scale(-1, 1);
}
.wp-pagenavi .current {
  font-size: 109%;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  color: #ffffff;
  border: 1px solid #0050A4 !important;
  background: #0050A4;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .extend {
  padding: 0;
  border: none;
}

.secPSearch .sContainer > .ttl {
  font-size: 110%;
  color: #0050A4;
  text-align: center;
  margin-bottom: 1em;
}
.secPSearch .sContainer > .ttl span {
  font-size: 120%;
}
.secPSearch .sContainer .banner {
  text-align: center;
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}
.secPSearch .sContainer .makerSlider .splide-wrapper {
  max-width: 80%;
}
.secPSearch .sContainer .makerSlider .splide__slide {
  border-radius: 0.3em;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.2s;
}
.secPSearch .sContainer .makerSlider .splide__slide:hover {
  opacity: 0.8;
}
.secPSearch .sContainer .makerSlider .splide__arrow--next {
  width: 2em;
  height: 2em;
  left: -2.2em;
}
.secPSearch .sContainer .makerSlider .splide__arrow--prev {
  width: 2em;
  height: 2em;
  right: -2.2em;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
#body_wrap {
  z-index: auto;
}

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", ヒラギノ角ゴシック, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ, Meiryo, Meiryo UI, sans-serif;
  font-size: clamp(1.3rem, 1.8vw, 1.6rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  overflow-x: hidden;
  position: relative;
  width: 100%;
  padding-top: 4.6em;
}
body.noScrolled {
  overflow: hidden;
}
body a {
  transition: 0.5s;
  color: #333333;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  height: auto;
}
body .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .innerS {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  body .innerS {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .innerS {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.preload * {
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}
/*# sourceMappingURL=base.css.map */