/* common.css
========================================*/

/* module */

/* ==========================
	default style
============================= */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
address,
small {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

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

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

ul,
ol,
li {
  list-style-type: none;
}

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

a img {
  vertical-align: middle;
}

a {
  display: inline-block;
  text-decoration: none;
}

strong {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}

button,
input[type=submit] {
  background: none;
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border-radius: 0;
  outline: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

* {
  box-sizing: border-box;
}

/* font reset */

body {
  font-family: sans-serif;
  line-height: 1;
}

input,
button,
textarea,
select {
  color: inherit;
  font: inherit;
}

/* HTML5 */

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section,
main,
picture {
  display: block;
  margin: 0;
  padding: 0;
}

/* ==========================
	base style
============================= */

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  color: #1d1d1d;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

a {
  color: #1d1d1d;
}

#main {
  letter-spacing: 0;
  line-height: 1.8;
}

/* ==========================
	header style
============================= */

#header .menu-list>li>a {
  letter-spacing: .05em;
}

#header .menu-list>li>a:before {
  background-color: #003b89;
  border-radius: 50%;
  content: "";
  display: inline-block;
  vertical-align: .2em;
  transition: .2s ease;
}

#header .menu-list>li>a:hover:before {
  background-color: #ef7f1c;
  scale: 1.5 1.5;
}

#header .menu-contact .-tel>a {
  color: #003b89;
  font-weight: 900;
  letter-spacing: .05em;
}

#header .menu-contact .-tel>a img {
  vertical-align: 0;
}

#header .menu-contact .-time {
  letter-spacing: .05em;
  text-align: center;
}

/* ==========================
	footer style
============================= */

#sitemap {
  background-color: #f5f5f5;
}

#sitemap .sitemap-box {
  background-color: #fff;
}

#sitemap .sitemap-list>li>p {
  line-height: 1.5;
}

#sitemap .sitemap-list>li>p>a,
#sitemap .sitemap-list>li>p>span {
  display: block;
  padding-left: 1.32em;
  text-indent: -1.32em;
}

#sitemap .sitemap-list>li>p>a:before,
#sitemap .sitemap-list>li>p>span:before {
  background-color: #247ac0;
  content: "";
  display: inline-block;
  margin-right: .6em;
  vertical-align: .25em;
  height: 2px;
  width: .72em;
}

#sitemap .sitemap-list-sub>li {
  line-height: 1.5;
}

#sitemap .sitemap-list-sub>li>a {
  color: #929292;
}

#sitemap .sitemap-list-sub>li>a:before {
  background-color: #247ac0;
  border-radius: 50%;
  content: "";
  display: inline-block;
}

#sitemap .sitemap-list-subblk {
  display: flex;
  flex-wrap: wrap;
}

#footer .footer-top {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#footer .footer-top>dl {
  color: #fff;
  line-height: 1.6;
  letter-spacing: .05em;
}

#footer .footer-top>dl>dt {
  font-weight: 700;
}

#footer .footer-btm {
  background-color: #003b89;
}

#footer .footer-btm .-copy {
  color: #fff;
  text-align: center;
}

#footer .footer-bnr {
  display: flex;
  flex-wrap: wrap;
}

/* ==========================
	layout style
============================= */

.l-topicpath>ul>li {
  color: #888;
}

.l-topicpath>ul>li:after {
  border-top: 2px solid #888;
  border-right: 2px solid #888;
  content: "";
  display: inline-block;
  vertical-align: .12em;
  height: .35em;
  width: .35em;
  rotate: 45deg;
}

.l-topicpath>ul>li>a {
  color: #888;
}

.l-topicpath>ul>li:last-of-type:after {
  display: none;
}

.l-section._blue {
  background-color: #e9f3ff;
}

.l-section._gray {
  background-color: #f5f5f5;
}

.l-section._green {
  background-color: #dff3f2;
}

.l-mvheader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.l-mvheader>h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, .3);
}

.l-pagenation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.l-pagenation span,
.l-pagenation a {
  display: block;
}

.l-pagenation .page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #247ac0;
  border-radius: 50%;
  color: #247ac0;
  font-weight: 700;
  line-height: 1;
}

.l-pagenation .page-numbers.dots {
  background-color: transparent;
  border: 0;
  margin-top: -.5em;
  width: auto;
}

.l-pagenation .page-numbers.prev img {
  rotate: -180deg;
}

.l-pagenation .page-numbers.current {
  background-color: #247ac0;
  color: #fff;
}

.l-pagenation._green .page-numbers {
  border-color: #319f98;
  color: #319f98;
}

.l-pagenation._green .page-numbers.current {
  background-color: #319f98;
  color: #fff;
}

/* ==========================
	component style
============================= */

.c-clearfix:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

.c-clearfix {
  zoom: 1;
}

.c-title {
  color: #003b89;
  text-align: center;
}

.c-title ._icon {
  display: inline-block;
}

.c-title ._jpn {
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
}

.c-title ._eng {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .1em;
}

.c-button {
  background-color: #ef7f1c;
  color: #fff;
  display: block;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.c-button:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
}

.c-button._blue {
  background-color: #247ac0;
}

.c-button._green {
  background-color: #319f98;
}

.c-button._white {
  background-color: #fff;
  color: #ef7f1c;
}

.c-button._white:before {
  background-color: #ef7f1c;
}

input[type=submit].c-button {
  background-color: #ef7f1c;
}

.c-select {
  position: relative;
}

.c-select:after {
  border-right: 1px solid coral;
  border-bottom: 1px solid coral;
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  right: 6%;
  transform: rotate(45deg);
}

.c-select>select {
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: .5em .7em;
  width: 100%;
}

.c-input>label {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}

.c-input>label:before {
  background-color: #fff;
  border: 1px solid #ddd;
  content: "";
  display: inline-block;
  margin-top: -.2em;
  margin-right: .5rem;
}

.c-input>label:after {
  content: "";
  display: block;
  position: absolute;
}

.c-input>label>span {
  flex: 1;
  line-height: 1.3;
}

.c-input._radio>label:before {
  border-radius: 50%;
}

.c-input._radio>label:after {
  background-color: transparent;
  border-radius: 50%;
}

.c-input._radio>input[type=radio]:checked+label:before {
  border-color: coral;
}

.c-input._radio>input[type=radio]:checked+label:after {
  background-color: coral;
}

.c-input._check>label:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: none;
  transform: rotate(-45deg);
}

.c-input._check>input[type=checkbox]:checked+label:before {
  background-color: coral;
}

.c-input._check>input[type=checkbox]:checked+label:after {
  display: block;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 20px;
  }

  body {
    min-width: 1240px;
  }

  .sponly {
    display: none;
  }

  #header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px min(2%, 40px) 10px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  #header .-logo {
    max-width: 73px;
  }

  #header .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 100px);
  }

  #header .menu>nav {
    flex: 1;
  }

  #header .menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  #header .menu-list>li {
    margin: 0 1.9%;
  }

  #header .menu-list>li>a {
    font-size: .95rem;
  }

  #header .menu-list>li>a:before {
    margin-right: 10px;
    height: 7px;
    width: 7px;
  }

  #header .menu-contact .-tel {
    font-size: 1.5rem;
  }

  #header .menu-contact .-tel a {
    pointer-events: none;
  }

  #header .menu-contact .-tel img {
    margin-right: 7px;
  }

  #header .menu-contact .-time {
    font-size: .75rem;
    line-height: 2;
  }

  #header .menu-contact .c-button {
    font-size: .85rem;
    padding: 8px 10px 8px 20px;
    width: 220px;
  }

  #header .floating {
    display: none;
  }

  #sitemap {
    padding: 80px 0;
  }

  #sitemap .sitemap-box {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    border-radius: 30px;
    padding: 40px 45px;
  }

  #sitemap .sitemap-blk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  #sitemap .sitemap-list {
    margin-right: 28px;
  }

  #sitemap .sitemap-list:last-of-type {
    margin-right: 0;
  }

  #sitemap .sitemap-list>li {
    margin-bottom: 10px;
  }

  #sitemap .sitemap-list>li>p {
    font-size: .9rem;
  }

  #sitemap .sitemap-list>li>p>a {
    transition: .2s ease;
  }

  #sitemap .sitemap-list>li>p>a:hover {
    color: #ef7f1c;
  }

  #sitemap .sitemap-list-sub {
    margin-top: 10px;
  }

  #sitemap .sitemap-list-sub>li {
    font-size: .8rem;
    margin-bottom: 7px;
    padding-left: 25px;
  }

  #sitemap .sitemap-list-sub>li>a {
    padding-left: 13px;
    text-indent: -13px;
    transition: .2s ease;
  }

  #sitemap .sitemap-list-sub>li>a:before {
    margin-right: 8px;
    vertical-align: .2em;
    height: 5px;
    width: 5px;
  }

  #sitemap .sitemap-list-sub>li>a:hover {
    color: #ef7f1c;
  }

  #footer .footer-top {
    background-image: url(../img/common/footer_bg_pc.jpg);
    padding: 60px 0;
  }

  #footer .footer-top .-logo {
    margin-bottom: 20px;
  }

  #footer .footer-top>dl {
    margin-bottom: 30px;
  }

  #footer .footer-top>dl>dt {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }

  #footer .footer-top>dl>dd {
    font-size: .9rem;
  }

  #footer .footer-btm {
    padding: 40px 0 30px;
  }

  #footer .footer-btm .-copy {
    font-size: .75rem;
  }

  #footer .footer-bnr {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    justify-content: center;
    margin-bottom: 20px;
    width: 800px;
  }

  #footer .footer-bnr>li {
    margin: 0 5px 10px;
  }

  #footer .footer-bnr>li>a {
    transition: .3s ease;
  }

  #footer .footer-bnr>li>a:hover {
    opacity: .8;
  }

  .l-topicpath {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    padding: 15px 0;
  }

  .l-topicpath>ul {
    display: flex;
    flex-wrap: wrap;
  }

  .l-topicpath>ul>li {
    font-size: .75rem;
  }

  .l-topicpath>ul>li:after {
    margin: 0 1em 0 .8em;
  }

  .l-topicpath>ul>li>a:hover {
    opacity: .7;
  }

  .l-section {
    padding: 40px 0 80px;
  }

  .l-section-inr {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }

  .l-mvheader {
    background-image: url(../img/common/bg_header_pc.jpg);
    height: 300px;
  }

  .l-mvheader>h1 {
    font-size: 2.1rem;
  }

  .l-pagenation .page-numbers {
    font-size: 1.2rem;
    margin: 0 5px;
    height: 60px;
    width: 60px;
    transition: .2s ease;
  }

  .l-pagenation a.page-numbers:hover {
    background-color: #247ac0;
    color: #fff;
  }

  .l-pagenation a.page-numbers:hover img {
    filter: brightness(0) invert(1);
  }

  .l-pagenation._green a.page-numbers:hover {
    background-color: #319f98;
  }

  .c-title {
    margin-bottom: 30px;
  }

  .c-title ._jpn {
    font-size: 1.6rem;
  }

  .c-title ._eng {
    font-size: .9rem;
  }

  .c-button {
    border-radius: 40px;
    cursor: pointer;
    font-size: 1.1rem;
    padding: 15px;
    width: 300px;
    transition: .3s ease;
  }

  .c-button span {
    display: inline-block;
    position: relative;
    z-index: 10;
  }

  .c-button:before {
    left: 30px;
    height: 7px;
    width: 7px;
    z-index: 2;
    transition: .3s ease;
  }

  .c-button:after {
    background-color: #fa9134;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    transition: .3s ease;
  }

  .c-button:hover:before {
    transform: scale(1.5, 1.5);
  }

  .c-button:hover:after {
    width: 100%;
  }

  .c-button._blue:after {
    background-color: #3b92d9;
  }

  .c-button._white:hover {
    color: #fff;
  }

  .c-button._white:hover:before {
    background-color: #fff;
  }

  .c-button._green:after {
    background-color: #3cb7af;
  }

  input[type=submit].c-button {
    padding: 15px;
  }

  input[type=submit].c-button:hover {
    opacity: .8;
  }

  .c-select {
    width: 300px;
  }

  .c-select:after {
    top: calc(50% - 6px);
    height: 7px;
    width: 7px;
  }

  .c-input>label {
    font-size: .75rem;
  }

  .c-input>label:before {
    margin-top: 0;
    vertical-align: -.3em;
    height: 18px;
    width: 18px;
  }

  .c-input>label:hover:before {
    background-color: #f7f8fc;
  }

  .c-input._radio>label:after {
    top: 7px;
    left: 7px;
    height: 6px;
    width: 6px;
  }

  .c-input._check>label:after {
    top: 5px;
    left: 5px;
    height: 5px;
    width: 9px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.2666666667vw;
    -webkit-text-size-adjust: 100%;
  }

  body {
    overflow-x: hidden;
    width: 100vw;
  }

  .pconly {
    display: none;
  }

  #header {
    padding: 2.6666666667vw;
  }

  #header .-logo img {
    width: 13.3333333333vw;
  }

  #header .-menubtn {
    background-color: #247ac0;
    border: 2px solid #fff;
    border-radius: 50%;
    position: fixed;
    top: 2.6666666667vw;
    right: 1.3333333333vw;
    height: 17.0666666667vw;
    width: 17.0666666667vw;
    z-index: 1001;
  }

  #header .-menubtn img {
    width: 6.6666666667vw;
  }

  #header .-menubtn span {
    color: #fff;
    display: block;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: .05em;
    margin-top: 1.3333333333vw;
    padding-left: .05em;
    text-align: center;
  }

  #header .-menubtn._close {
    display: none;
  }

  #header .-menubtn._close img {
    width: 5.3333333333vw;
  }

  #header:before {
    background-color: rgba(0, 0, 0, .7);
    content: "";
    display: none;
    opacity: 0;
    position: fixed;
    pointer-events: all;
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
    z-index: 999;
    transition: .5s ease;
  }

  #header .menu {
    background-color: #e9f3ff;
    border-radius: 5.3333333333vw;
    padding: 13.3333333333vw 5.3333333333vw 10.6666666667vw;
    position: fixed;
    top: 10.6666666667vw;
    right: 5.3333333333vw;
    width: 89.3333333333vw;
    z-index: 1000;
    scale: 0;
  }

  #header .menu-list {
    margin: 0 13.3333333333vw 10.6666666667vw;
  }

  #header .menu-list>li {
    margin-bottom: 5.3333333333vw;
  }

  #header .menu-list>li>a {
    font-size: 5.0666666667vw;
    line-height: 1.2;
  }

  #header .menu-list>li>a:before {
    margin-right: 3.2vw;
    height: 1.8666666667vw;
    width: 1.8666666667vw;
  }

  #header .menu-contact {
    text-align: center;
  }

  #header .menu-contact .-logo {
    margin-bottom: 5.3333333333vw;
  }

  #header .menu-contact .-logo img {
    width: 24vw;
  }

  #header .menu-contact .-tel {
    font-size: 8.5333333333vw;
  }

  #header .menu-contact .-tel img {
    margin-right: 1.8666666667vw;
  }

  #header .menu-contact .-time {
    font-size: 4.2666666667vw;
    line-height: 2.5;
  }

  #header .floating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, .9);
    padding: 1.3333333333vw 4.5333333333vw;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  #header .floating .-tel {
    font-size: 5.8666666667vw;
    line-height: 1.3;
  }

  #header .floating .-tel>a {
    color: #003b89;
    font-weight: 900;
    letter-spacing: .05em;
  }

  #header .floating .-tel>a img {
    margin-right: 1.8666666667vw;
    vertical-align: 0;
    width: 4.5333333333vw;
  }

  #header .floating .-time {
    font-size: 3.4666666667vw;
    line-height: 1.6;
    letter-spacing: .05em;
    text-align: center;
  }

  #header .floating .c-button {
    font-size: 4vw;
    margin: 0;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 5.3333333333vw;
    width: 42.6666666667vw;
  }

  #header .floating .c-button:before {
    left: 4.8vw;
  }

  body.is-menuopn {
    position: fixed;
    height: 100dvh;
    width: 100vw;
  }

  body.is-menuopn #header:before {
    display: block;
    opacity: 1;
  }

  body.is-menuopn #header .menu {
    scale: 1;
    transition: .5s ease;
  }

  #sitemap {
    padding: 13.3333333333vw 5.3333333333vw;
  }

  #sitemap .sitemap-box {
    border-radius: 20px;
    padding: 10.6666666667vw 6.6666666667vw 5.3333333333vw;
  }

  #sitemap .sitemap-box .c-button {
    margin-bottom: 2.6666666667vw;
  }

  #sitemap .sitemap-box .c-button._close {
    display: none;
    margin-top: 8vw;
  }

  #sitemap .sitemap-box .c-button._close.is-show {
    display: block;
  }

  #sitemap .sitemap-blk {
    overflow-y: hidden;
    position: relative;
    height: 74.6666666667vw;
  }

  #sitemap .sitemap-blk:after {
    background-image: linear-gradient(to bottom, transparent 0%, #fff 100%);
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 40vw;
    width: 100%;
  }

  #sitemap .sitemap-blk.is-show {
    overflow-y: visible;
    height: auto;
  }

  #sitemap .sitemap-blk.is-show:after {
    display: none;
  }

  #sitemap .sitemap-list>li {
    margin-bottom: 2.6666666667vw;
  }

  #sitemap .sitemap-list>li>p {
    font-size: 4vw;
  }

  #sitemap .sitemap-list-sub {
    margin-top: 2.6666666667vw;
  }

  #sitemap .sitemap-list-sub>li {
    font-size: 3.7333333333vw;
    margin-bottom: 1.8666666667vw;
    padding-left: 5.3333333333vw;
  }

  #sitemap .sitemap-list-sub>li>a {
    padding-left: 2.9333333333vw;
    text-indent: -2.9333333333vw;
  }

  #sitemap .sitemap-list-sub>li>a:before {
    margin-right: 1.8666666667vw;
    vertical-align: .2em;
    height: 1.0666666667vw;
    width: 1.0666666667vw;
  }

  #footer .footer-top {
    background-image: url(../img/common/footer_bg_sp.jpg);
    padding: 13.3333333333vw 0;
  }

  #footer .footer-top .-logo {
    margin-bottom: 5.3333333333vw;
  }

  #footer .footer-top .-logo img {
    width: 34.6666666667vw;
  }

  #footer .footer-top>dl {
    margin-bottom: 8vw;
  }

  #footer .footer-top>dl>dt {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }

  #footer .footer-top>dl>dd {
    font-size: 4vw;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  }

  #footer .footer-btm {
    padding: 10.6666666667vw 8.5333333333vw 8vw;
  }

  #footer .footer-btm .-copy {
    font-size: 3.4666666667vw;
  }

  #footer .footer-bnr {
    justify-content: space-between;
    margin-bottom: 4vw;
  }

  #footer .footer-bnr>li {
    margin-bottom: 2.6666666667vw;
    width: 40vw;
  }

  .l-topicpath {
    padding: 2.6666666667vw 0;
    width: 100%;
  }

  .l-topicpath>ul {
    padding: 0 5.3333333333vw;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .l-topicpath>ul>li {
    display: inline-block;
    font-size: 3.7333333333vw;
  }

  .l-topicpath>ul>li:after {
    margin: 0 .6em 0 .5em;
  }

  .l-topicpath>ul>li>a:hover {
    opacity: .7;
  }

  .l-section {
    padding: 8vw 0 13.3333333333vw;
  }

  .l-section-inr {
    padding: 0 5.3333333333vw;
  }

  .l-mvheader {
    background-image: url(../img/common/bg_header_sp.jpg);
    height: 69.3333333333vw;
  }

  .l-mvheader>h1 {
    font-size: 7.2vw;
  }

  .l-pagenation {
    margin: 0 -2.6666666667vw;
  }

  .l-pagenation .page-numbers {
    font-size: 4.8vw;
    margin: 0 1.0666666667vw;
    height: 12vw;
    width: 12vw;
  }

  .l-pagenation .page-numbers.current+a {
    display: flex;
  }

  .l-pagenation a.page-numbers {
    display: none;
  }

  .l-pagenation a.page-numbers.prev,
  .l-pagenation a.page-numbers.next {
    display: flex;
  }

  .l-pagenation a.page-numbers:has(+ .current),
  .l-pagenation a.page-numbers:has(+ .next) {
    display: flex;
  }

  .c-title {
    margin-bottom: 8vw;
  }

  .c-title ._icon {
    margin-bottom: 1.3333333333vw;
  }

  .c-title ._icon img {
    max-height: 8.5333333333vw;
    max-width: 8.5333333333vw;
  }

  .c-title ._jpn {
    font-size: 6.4vw;
    line-height: 1.4;
  }

  .c-title ._eng {
    font-size: 4vw;
    line-height: 2;
  }

  .c-button {
    border-radius: 8vw;
    font-size: 5.0666666667vw;
    padding: 3.2vw;
    width: 69.3333333333vw;
  }

  .c-button:before {
    left: 6.6666666667vw;
    height: 1.6vw;
    width: 1.6vw;
  }

  input[type=submit].c-button {
    padding: 3.2vw;
  }

  .c-select:after {
    top: calc(50% - 1.3333333333vw);
    height: 1.6vw;
    width: 1.6vw;
  }

  .c-input>label {
    font-size: 3.4666666667vw;
  }

  .c-input>label:before {
    height: 4.8vw;
    width: 4.8vw;
  }

  .c-input._radio>label:after {
    top: 1.3333333333vw;
    left: 1.8666666667vw;
    height: 1.6vw;
    width: 1.6vw;
  }

  .c-input._check>label:after {
    top: .5333333333vw;
    left: 1.3333333333vw;
    height: 1.3333333333vw;
    width: 2.4vw;
  }
}

@media print, screen and (min-width: 1400px) and (max-width: 1600px) {
  #header .menu-list>li {
    margin: 0 1.6%;
  }

  #header .menu-list>li>a {
    font-size: .9rem;
  }

  #header .menu-list>li>a:before {
    margin-right: 9px;
    height: 6px;
    width: 6px;
  }
}

@media print, screen and (min-width: 1280px) and (max-width: 1400px) {
  #header .menu-list>li {
    margin: 0 1.3%;
  }

  #header .menu-list>li>a {
    font-size: .85rem;
  }

  #header .menu-list>li>a:before {
    margin-right: 8px;
    height: 5px;
    width: 5px;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1279px) {
  #header .menu-list>li {
    margin: 0 1.2%;
  }

  #header .menu-list>li>a {
    font-size: .85rem;
  }

  #header .menu-list>li>a:before {
    margin-right: 8px;
    height: 5px;
    width: 5px;
  }
}
/*# sourceMappingURL=../../_sourcemap/assets/css/common.css.map */