@charset "UTF-8";
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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

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

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

address {
  font-style: normal;
}

@media screen and (min-width: 481px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 576px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 1239px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media screen and (max-width: 1039px) {
  .hidden-pc-down {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media screen and (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media screen and (max-width: 374px) {
  .hidden-xxs-down {
    display: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media screen and (min-width: 1040px) {
  .hidden-pc-up {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media screen and (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media screen and (min-width: 375px) {
  .hidden-xxs-up {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-3 {
  padding-right: 30px !important;
}

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

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

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

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

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

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

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

.pl-4 {
  padding-right: 40px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-6 {
  padding-right: 60px !important;
}

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

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

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

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

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

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

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

.pl-7 {
  padding-right: 70px !important;
}

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

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

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

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

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

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

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

.pl-8 {
  padding-right: 80px !important;
}

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

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

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

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

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

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

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

.pl-9 {
  padding-right: 90px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

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

body {
  padding-top: 80px;
  font-size: 1.6rem;
  line-height: 1.7em;
  color: #212121;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "メイリオ", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 60px;
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content-inner {
  width: 100%;
  max-width: 1040px;
  margin: 64px auto;
  padding: 0 20px;
}

.content-inner--s {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-inner--l {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .content-row.row-3 > * {
    width: 32%;
  }
}
.content-row + .content-row {
  margin-top: 40px;
}

.section {
  margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 60px;
  }
}
.section_head {
  margin: 0 auto 80px;
  padding: 35px 0 45px;
  background: #F6F5F3;
  border-bottom: 2px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  .section_head {
    margin-bottom: 50px;
    padding: 35px 0 45px;
  }
}
.section_head .content-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .section_head .content-inner {
    padding-left: 40px;
  }
}
.section section + section {
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .section p {
    font-size: 1.5rem;
  }
}
.section p + p {
  margin: 1em auto 0;
}
.section table {
  width: 100%;
}
.section table tbody tr th {
  min-width: 100px;
  padding: 1.5em 0;
  padding-right: 1em;
  text-align: left;
  border-bottom: 1px solid #1761AD;
}
@media screen and (min-width: 768px) {
  .section table tbody tr th {
    width: 170px;
  }
}
.section table tbody tr td {
  padding: 1.5em 0;
  border-bottom: 1px solid #C6C6C6;
}

.breadcrumb {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 0.5em;
  }
}
.breadcrumb > li {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1761AD;
}
.breadcrumb > li:not(:last-child)::after {
  content: "−";
  display: inline-block;
  padding: 0 0.5em;
  color: #C6C6C6;
}
.breadcrumb > li a {
  font-weight: 400;
  color: #212121;
  text-decoration: none;
}

/* 見出し */
.ttl {
  position: relative;
  margin: 0 auto 1em;
}
.ttl-page {
  margin: 0 auto;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .ttl-page {
    font-size: 2.7rem;
  }
}
.ttl-section {
  margin: 0 auto 1em;
  padding-left: 0.5em;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1em;
  border-left: 3px solid #1761AD;
}
@media screen and (max-width: 767px) {
  .ttl-section {
    font-size: 2.4rem;
  }
}

.bnr {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 769px) {
  .bnr:hover {
    opacity: 0.6;
  }
}

/* ボタン */
.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 250px;
  padding: 1em;
  padding-right: 2em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  border: 1px solid #1761AD;
  background: #1761AD;
  transition: color 0.2s ease-in, background 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .btn:hover {
    color: #1761AD;
    background: #fff;
  }
  .btn:hover::after {
    border-top: solid 1px #1761AD;
    border-right: solid 1px #1761AD;
  }
  .btn:hover span.icon img {
    filter: brightness(1) invert(0);
  }
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translate(-50%);
  transition: all 0.2s ease-out;
}
.btn span {
  line-height: 1.2em;
}
.btn span.icon {
  display: inline-block;
  width: 1em;
  margin-right: 0.3em;
}
.btn span.icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) invert(1);
  transition: 0.2s ease-in;
}
.btn.arrow-left {
  padding: 1em;
  padding-left: 2em;
}
.btn.arrow-left::after {
  right: auto;
  left: 1em;
  transform: rotate(225deg) translate(50%);
}
.btn-line {
  color: #1761AD;
  background: transparent;
}
@media screen and (min-width: 769px) {
  .btn-line:hover {
    color: #fff;
    background: #1761AD;
  }
  .btn-line:hover::after {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
  }
  .btn-line:hover span.icon img {
    filter: brightness(0) invert(1);
  }
}
.btn-line::after {
  border-top: solid 1px #1761AD;
  border-right: solid 1px #1761AD;
}
.btn-line span.icon img {
  filter: brightness(1) invert(0);
}
.btn-map {
  display: inline-flex;
  align-items: center;
  width: 85px;
  margin-left: 0.5em;
  padding: 0 1em;
  padding-right: 2em;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2em;
}
.btn-map::after {
  width: 0.3em;
  height: 0.3em;
}
.btn-map span.icon img {
  height: 1.5em;
  width: auto;
}
.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
.btn-wrap .btn:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .btn-wrap .btn:not(:last-child) {
    margin: 20px 0 0;
  }
}

/*  */
.nav-link > li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .nav-link > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.nav-link > li.has-link-child .btn-link-child {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-link > li.has-link-child .btn-link-child {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 2em;
    height: 100%;
    cursor: pointer;
  }
}
.nav-link > li.has-link-child .btn-link-child::before, .nav-link > li.has-link-child .btn-link-child::after {
  content: "";
  position: absolute;
  top: 1.5em;
  left: 50%;
  display: inline-block;
  width: 0.8em;
  height: 1px;
  background: #fff;
  transition: opacity 0.2s ease;
}
.nav-link > li.has-link-child .btn-link-child::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .nav-link > li.has-link-child > a::after {
    display: none;
  }
}
.nav-link > li.has-link-child.is-child-open .btn-link-child::after {
  opacity: 0;
}
.nav-link > li a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  .nav-link > li a:hover {
    opacity: 0.7;
  }
  .nav-link > li a:hover::after {
    right: 2px;
  }
}
.nav-link > li > a {
  position: relative;
  width: 100%;
  padding: 0.8em 0;
  padding-right: 1.5em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .nav-link > li > a {
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
@media screen and (min-width: 769px) {
  .nav-link > li > a:hover::after {
    right: 2px;
  }
}
.nav-link > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translate(-50%);
  transition: all 0.2s ease-out;
}
.nav-link-child {
  margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
  .nav-link-child {
    display: none;
    margin: 0 auto 0.5em;
  }
}
.nav-link-child li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.3rem;
}
.nav-link-child li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  margin-right: 0.5em;
  background: #fff;
}

.is-open {
  position: fixed;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1200px;
  background: #fff;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  .header {
    min-width: 0;
  }
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 80px;
  margin: 0 auto;
  padding: 0 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header-inner {
    height: 60px;
    padding-right: 0;
  }
}
.header-logo {
  display: inline-block;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .header-logo {
    width: 45vw;
    margin-right: auto;
  }
}
.header-logo a {
  display: inline-block;
}
.header-logo a img {
  max-width: 100%;
  height: auto;
}
.header-nav {
  display: inline-block;
  margin: 0 auto;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .header-nav {
    margin: 0;
    order: 3;
  }
}
.header-nav-button {
  position: relative;
  width: 60px;
  height: 60px;
  background: #F6F5F3;
}
@media screen and (min-width: 768px) {
  .header-nav-button {
    display: none;
  }
}
.is-open .header-nav-button {
  background: #1761AD;
}
.header-nav-button span {
  position: absolute;
  left: 30%;
  display: inline-block;
  width: 40%;
  height: 1px;
  background: #1761AD;
}
.header-nav-button span:nth-of-type(1) {
  top: 22px;
}
.header-nav-button span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.header-nav-button span:nth-of-type(3) {
  bottom: 22px;
}
.is-open .header-nav-button span {
  background: #fff;
}
.is-open .header-nav-button span:nth-of-type(1) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}
.is-open .header-nav-button span:nth-of-type(2) {
  display: none;
}
.is-open .header-nav-button span:nth-of-type(3) {
  bottom: calc(50% - 1px);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header-menu {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    height: calc(100dvh - 50px);
    top: 0;
    left: 0;
    padding: 20px;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
    z-index: -1;
    background: #1761AD;
  }
  .is-open .header-menu {
    transform: translateY(50px);
  }
}
@media screen and (max-width: 767px) {
  .header-menu .nav-link {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header-menu .nav-link > li {
    display: inline-block;
    padding: 0 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 768px) {
  .header-menu .nav-link > li.is-active a {
    color: #1761AD;
  }
  .header-menu .nav-link > li.is-active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #1761AD;
  }
}
.header-menu .nav-link > li a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-menu .nav-link > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-weight: 400;
    color: #212121;
  }
  .header-menu .nav-link > li a::after {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header-menu .nav-link > li a:hover {
    color: #1761AD;
    opacity: 1;
  }
}
.header-menu .nav-link-child {
  display: none;
}
.header-menu-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header-menu-btn > li:not(:last-child) {
    margin-right: 10px;
  }
}
.header-menu-btn .btn {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .header-menu-btn .btn {
    width: 140px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-btn .btn-contact {
    flex-direction: column;
    height: 60px;
    padding: 0.2em 0.5em;
    color: #fff;
    background: #1761AD;
  }
  .header-menu-btn .btn-contact::after {
    display: none;
  }
  .header-menu-btn .btn-contact span.icon {
    width: 35%;
    margin: 0 auto 0.5em;
  }
  .header-menu-btn .btn-contact span.icon img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
  }
}

.footer {
  position: relative;
  width: 100%;
  min-width: 1200px;
  padding: 40px 0;
  background: #1761AD;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: 0;
    padding: 30px 0;
  }
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer-inner {
    flex-direction: column-reverse;
  }
}
.footer-aside {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .footer-aside {
    width: 100%;
    text-align: center;
  }
}
.footer .pagetop {
  position: fixed;
  top: auto;
  bottom: 50px;
  right: 5%;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 2px solid #1761AD;
  border-radius: 100%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .footer .pagetop {
    right: 4%;
  }
}
.footer .pagetop.show {
  opacity: 1;
}
.footer .pagetop.is-foot {
  position: absolute;
  bottom: auto;
  top: 0;
}
.footer .pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #1761AD;
  border-right: solid 2px #1761AD;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.2s ease-out;
}
.footer .copyright {
  padding: 10px 0;
  font-size: 1.1rem;
  line-height: 1.4em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer .copyright br {
    display: none;
  }
}
.footer .sitemap {
  width: 68%;
}
@media screen and (min-width: 768px) {
  .footer .sitemap {
    display: grid;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .footer .sitemap {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer .sitemap > li:nth-child(1) {
    grid-row: 1/4;
    grid-column: 1/2;
  }
  .footer .sitemap > li:nth-child(2) {
    grid-row: 1/4;
    grid-column: 2/3;
  }
}

/*
@use "../global" as g;

$input_txt_color: g.$font-color; //入力エリアの文字色
$input_bg: g.$bg-color; //入力エリアの背景色
$input_border: g.$bg-color; //入力エリアのふちのボーダー色

$th_color: g.$font-color; //項目の見出しの文字色
*/
/* -----------------------------
STEPデザイン
/* -----------------------------*/
/*
.progressbar {
  width: 335px;
  margin: 0 auto;

  @include g.mq(md) {
		max-width: 270px;
    width: 80%;
  }

  img {
    width: 100%;
     height: auto;
  }
}
*/
/* -----------------------------
フォーム
------------------------------- */
/*
.formBox {
	width: 100%;
	margin: 0 auto;
	text-align: left;

  &:not(:last-child) {
    margin-bottom: 50px;
  }

  table {
    width: 100%;
    margin: 0 auto;

    tbody {
      th,
      td {
        padding: 1.5em 1em;
        @include g.mq(md) {
          padding: 1em 0.5em;
        }
      }
      th {
        width: 200px;
        vertical-align: top;
        border-color: g.$border-color;
        @include g.mq(md) {
        }
      }
      td {

      }
    }
  }
}
*/
.main {
  min-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .main {
    min-width: 0;
    margin: 0;
  }
}

.card {
  margin: 0 auto;
}
.mv .card {
  max-width: 1372px;
  z-index: 100;
  position: relative;
}
.card-item {
  width: 24%;
  background: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .card-item {
    width: 100%;
  }
  .card-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.mv .card-item {
  background: #F6F5F3;
}
.card-item-inner {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-item-inner .card-img img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .card-item-inner:hover .label::before {
    border-top: solid 1px #1761AD;
    border-right: solid 1px #1761AD;
  }
  .card-item-inner:hover .label::after {
    background: #fff;
  }
  .card-item-inner:hover .card-img-sub {
    transform: scale(1.05);
  }
}
.card-item-inner .label {
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 20px;
  font-weight: 700;
  color: #1761AD;
  vertical-align: middle;
}
.card-item-inner .label::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  background: #1761AD;
  border: 1px solid #1761AD;
  border-radius: 100%;
  transition: all 0.2s ease-out;
}
.card-item-inner .label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.4em;
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.2s ease-out;
  z-index: 1;
}
.mv .card-item-inner .label {
  margin-top: 10px;
  font-size: 2rem;
}
.card-img-sub {
  width: 75%;
  margin: 20px auto 10px;
  transition: transform 0.2s ease-out;
}
.mv .card-img-sub {
  margin: -25px auto 0;
}

@media screen and (min-width: 768px) {
  #home {
    padding-top: 100px;
  }
}
#home .mv-main {
  text-align: center;
  background: #1361B4;
}
@media screen and (max-width: 767px) {
  #home .mv-main {
    background: none;
  }
}
#home .mv-copy-wrap {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -73px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #home .mv-copy-wrap {
    margin-left: 0;
    margin-right: 0;
    z-index: -100;
    margin-top: -50vw;
    width: 100%;
  }
}
#home .mv-main-img {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  #home .mv-main-img {
    display: block;
    margin-right: 20px;
    margin-top: 36px;
  }
  #home .mv-main-img img {
    width: 100%;
  }
}
#home .mv-main-img-copy {
  display: none;
}
@media screen and (max-width: 767px) {
  #home .mv-main-img-copy {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    font-size: clamp(2.8rem, 5.86vw, 4.5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.4em;
    text-align: left;
    width: 100%;
    padding: 0 20px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  }
  #home .mv-main-img-copy p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 374px) {
  #home .mv-main-img-copy br {
    display: none;
  }
}
#home .mv-copy {
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  position: absolute;
  text-align: left;
  left: 14%;
  bottom: 20%;
}
@media screen and (max-width: 767px) {
  #home .mv-copy {
    font-size: 2.8rem;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
    display: none;
  }
}
#home .mv-img img {
  width: 100%;
  color: red;
}
#home .section {
  margin: 0 auto;
}
#home .section-product {
  padding: 39px 0 46px;
  text-align: center;
  background: #F6F5F3;
}
#home .section-product .ttl {
  padding-bottom: 0.8em;
  font-size: 3.2rem;
}
#home .section-product .ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 1.5em;
  height: 2px;
  background: #1761AD;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  #home .section-product .ttl {
    font-size: 2.6rem;
  }
}
#home .section-product .content-inner {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #home .section-product .content-inner {
    margin-top: 22px;
    margin-bottom: 0;
  }
}
#home .bottom-content {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #home .bottom-content {
    margin-top: 50px;
    margin-bottom: 80px;
  }
}
#home .bottom-content .btn .icon-qa {
  width: 1.5em;
}
#home .top-btn {
  background: #F6F5F3;
  border: none;
  color: #212121;
  width: calc((100% - 30px) / 2);
  max-width: none;
  padding: 0;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #home .top-btn {
    width: 100%;
  }
  #home .top-btn picture img {
    max-width: 177px;
    max-height: 110px;
  }
}
#home .top-btn .label {
  margin-left: 20px;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #home .top-btn .label {
    font-size: 1.8rem;
  }
}
#home .top-btn .label::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.7rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-top: solid 2px #1761AD;
  border-right: solid 2px #1761AD;
  transform: rotate(45deg) translate(-50%);
  transition: all 0.2s ease-out;
}
#home .top-btn + .top-btn {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #home .top-btn + .top-btn {
    margin-top: 20px;
  }
}
#home .top-btn::after {
  display: none;
}
#home .top-btn:hover {
  color: #1761AD;
}
#home .btn-wrap {
  background-color: #F6F5F3;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #home .btn-wrap {
    padding: 27px 20px;
  }
}
#home .btn-wrap .btn {
  width: calc((100% - 30px) / 2);
  max-width: none;
}
@media screen and (max-width: 767px) {
  #home .btn-wrap .btn {
    width: 100%;
  }
}

#product .product-nav {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  #product .product-nav {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  #product .product-nav ul > li {
    width: 24%;
  }
}
@media screen and (max-width: 767px) {
  #product .product-nav ul > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#product .product-nav ul > li .btn.is-active {
  color: #fff;
  background: #1761AD;
}
#product .product-nav ul > li .btn.is-active::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#product .product-nav ul > li .btn.is-active span.icon img {
  filter: brightness(0) invert(1);
}
#product .specification {
  padding: 30px 45px 40px;
  background: #F0F8FC;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #product .specification {
    padding: 30px 20px;
  }
}
#product .specification h2 {
  margin: 0 auto 1em;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #1761AD;
}
@media screen and (min-width: 768px) {
  #product .specification ul {
    display: grid;
    gap: 4% 1em;
  }
}
@media screen and (min-width: 768px) {
  #product .specification ul > li:nth-child(4) {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  #product .specification ul > li:nth-child(5) {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  #product .specification ul > li:nth-child(6) {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 767px) {
  #product .specification ul > li:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
#product .specification ul > li dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.5rem;
}
#product .specification ul > li dl dt {
  width: 5em;
}
#product .specification ul > li dl dt::before {
  content: "・";
}
#product .specification ul > li dl dd {
  width: calc(100% - 5em);
  padding-left: 1em;
  text-indent: -1em;
}
#product .specification ul > li dl dd::before {
  content: "：";
}
@media screen and (min-width: 768px) {
  #product .product-list {
    justify-content: flex-start;
    align-items: stretch;
  }
}
#product .product-list-item {
  margin: 0 0 60px;
}
@media screen and (min-width: 768px) {
  #product .product-list-item:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}
#product .product-list-item img {
  margin: 0 auto 10px;
}
#product .product-list-item .order {
  color: #E30B0B;
}
#product .product-list-item table tbody tr th {
  width: 5em;
  min-width: auto;
  padding: 0.5em 0;
  font-weight: 400;
  border-color: #C6C6C6;
}
#product .product-list-item table tbody tr td {
  padding: 0.5em 0;
}

#order .order-head {
  align-items: flex-start;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  #order .order-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #order .order-head > figure {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  #order .order-head > figure {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  #order .order-head > div {
    width: calc(100% - 580px);
  }
}
#order .order-head .lead {
  margin: 0 auto 30px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #order .order-head .lead {
    margin: 0 auto 20px;
    font-size: 1.75rem;
  }
}
#order .attention-list {
  justify-content: flex-start;
  align-items: stretch;
  gap: 30px 20px;
}
#order .attention-list > li {
  padding: 20px;
  text-align: center;
  border: 1px solid #1761AD;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #order .attention-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #order .attention-list > li:not(:last-child) {
    margin: 0 auto 30px;
  }
}
#order .attention-list > li p {
  text-align: left;
}
#order .material {
  padding: 50px 70px;
  background: #F6F5F3;
}
@media screen and (max-width: 767px) {
  #order .material {
    padding: 40px 20px;
  }
}
#order .material h2 {
  font-size: 2.6rem;
  font-weight: 500;
  color: #1761AD;
}
#order .material dl dt {
  position: relative;
  padding: 0 0 0.5em;
  font-size: 1.8rem;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  #order .material dl dt {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
#order .material dl dt::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  width: 2em;
  height: 1px;
  background: #1761AD;
}
#order .material dl dd {
  padding: 0.5em 0 1em;
}
#order .material dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#order .material dl dd ul li::before {
  content: "・";
}

@media screen and (min-width: 768px) {
  #factory .content-row table {
    width: 47%;
  }
}
#factory .content-row table th {
  width: 50%;
}
#factory .content-row table td {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #factory .content-row.row-3 figure:not(:last-child) {
    margin-bottom: 20px;
  }
}

#qa .qa-list-item:not(:last-child) {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-item:not(:last-child) {
    margin-bottom: 15px;
  }
}
#qa .qa-list-item > dl {
  text-align: left;
  border-radius: 10px;
  background: #F6F5F3;
  overflow: hidden;
}
#qa .qa-list-item > dl.is-ac-open > dt::after {
  transform: rotate(0deg);
}
#qa .qa-list-item > dl > dt {
  position: relative;
  padding: 15px 25px;
  padding-left: 80px;
  padding-right: 50px;
  text-indent: -55px;
  line-height: 1.6em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-item > dl > dt {
    padding: 20px;
    padding-left: 45px;
    padding-right: 50px;
    text-indent: -28px;
    font-weight: 700;
  }
}
#qa .qa-list-item > dl > dt::before, #qa .qa-list-item > dl > dt::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #1761AD;
  transition: transform 0.2s ease-in;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-item > dl > dt::before, #qa .qa-list-item > dl > dt::after {
    width: 15px;
  }
}
#qa .qa-list-item > dl > dt::after {
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  #qa .qa-list-item > dl > dt p {
    font-size: 1.5rem;
  }
}
#qa .qa-list-item > dl > dt p:first-letter {
  margin-right: 10px;
  font-size: 2rem;
  font-weight: 700;
  color: #1761AD;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-item > dl > dt p:first-letter {
    font-size: 1.8rem;
  }
}
#qa .qa-list-item > dl > dd {
  display: none;
  padding: 0 30px 20px;
  padding-right: 50px;
  line-height: 1.75em;
}
@media screen and (max-width: 767px) {
  #qa .qa-list-item > dl > dd {
    padding: 0 20px 20px;
  }
}

#contact .step {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-reset: number 0;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #contact .step {
    margin-bottom: 30px;
  }
}
#contact .step-item {
  display: flex;
  align-items: center;
  justify-content: center;
  counter-increment: number 1;
}
#contact .step-item.is-complete {
  color: #1761AD;
}
#contact .step-item.is-complete::before {
  background: #1761AD !important;
}
#contact .step-item span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}
#contact .step-item span::before {
  display: inline-block;
  content: counter(number, decimal-leading-zero);
  margin-right: 0.2em;
}
@media screen and (max-width: 767px) {
  #contact .step-item span::before {
    display: block;
    text-align: center;
  }
}
#contact .step-item:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 90px;
  height: 1px;
  margin: 1em;
  background: #C6C6C6;
}
@media screen and (max-width: 767px) {
  #contact .step-item:not(:first-child)::before {
    width: 40px;
  }
}
#contact table {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #contact table {
    display: block;
    width: 100%;
  }
}
#contact table th {
  width: 200px;
  padding: 1.5em 1em;
  vertical-align: top;
  border-color: #C6C6C6;
}
@media screen and (max-width: 767px) {
  #contact table th {
    padding: 1em 0.5em;
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #contact table td {
    padding: 1em 0.5em;
  }
}
@media screen and (max-width: 767px) {
  #contact table tbody,
#contact table tr,
#contact table th,
#contact table td {
    display: block;
    width: 100%;
  }
}
#contact form input[type=text], #contact form input[type=tel], #contact form input[type=email] {
  width: 65%;
  padding: 1em;
  font-size: 1.6rem;
  background: #F6F5F3;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  #contact form input[type=text], #contact form input[type=tel], #contact form input[type=email] {
    width: 100%;
  }
}
#contact form .post input {
  width: 12%;
}
@media screen and (max-width: 767px) {
  #contact form .post input {
    width: 25%;
  }
}
#contact form .tel input {
  width: 12%;
}
@media screen and (max-width: 767px) {
  #contact form .tel input {
    width: 25%;
  }
}
#contact form .hyphen {
  display: inline-block;
  padding: 0 0.2em;
}
#contact form textarea {
  width: 100%;
  height: 15em;
  padding: 1em;
  font-size: 1.6rem;
  background: #F6F5F3;
  border-radius: 3px;
}
#contact .privacy {
  margin: 0 auto;
  padding: 40px;
  background: #F6F5F3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .privacy {
    padding: 30px 20px;
  }
}
#contact .privacy h2 {
  margin-bottom: 1em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .privacy h2 {
    font-size: 1.8rem;
  }
}
#contact .privacy h3 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  text-align: center;
}
#contact .privacy p {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #contact .privacy p {
    text-align: left;
  }
}
#contact .privacy-policy {
  height: 230px;
  padding: 30px;
  text-align: left;
  background: #fff;
  overflow: scroll;
}
@media screen and (max-width: 767px) {
  #contact .privacy-policy {
    padding: 20px;
  }
}
#contact .privacy-policy p {
  font-size: 1.4rem;
}
#contact .privacy-policy dl {
  font-size: 1.4rem;
}
#contact .privacy-policy dl dt {
  font-weight: 500;
}
#contact .privacy-policy dl dd {
  margin-bottom: 1em;
  line-height: 1.5em;
}
#contact .privacy-check {
  display: inline-block;
  margin: 20px auto 0;
}
#contact .privacy-check .checkbox {
  margin: 0 auto;
  line-height: 1em;
  vertical-align: middle;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #C6C6C6;
}
#contact .privacy-check label {
  font-weight: 700;
  color: #1761AD;
  vertical-align: middle;
}/*# sourceMappingURL=styles.css.map */