/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* $accent-color: #194569; */
/* $link-color: #194569; */
/* reset
-------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

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

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

blockquote,
q {
  quotes: none;
}

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

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

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

i {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

sup {
  font-size: x-small;
  vertical-align: super;
}

address {
  font-style: normal;
}

/* base
-------------------------- */
/* stylelint-disable no-descending-specificity */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  background-color: #f3f3f3;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 3.7333333333vw;
}
@media (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: #275e7d;
  transition: color 0.3s ease, background-color 0.3s ease;
}
a img {
  overflow: hidden;
  outline: none;
  transition: opacity 0.3s ease;
}
a.pcmo:hover {
  color: #2b75b1;
}
a.pcmo:hover img {
  opacity: 0.8;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  vertical-align: middle;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  /* stylelint-disable-next-line property-no-unknown */
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  display: block;
}

button {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 3.7333333333vw;
}
@media (min-width: 769px) {
  button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

input[type=submit] {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #666;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #275e7d;
  outline: 1px solid #275e7d;
}

@media (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    padding: 0.7em;
  }
}
/* font
-------------------------- */
.icon-font::before, .icon-font::after {
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
  font-family: icomoon;
}

.noto-sans-r {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.noto-sans-b {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.inter-eb {
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

/* WP
---------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignright {
  display: block;
  width: 48% !important;
}

img.alignleft {
  display: block;
  width: 48% !important;
}

.gallery {
  display: flex;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 31%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 23%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 14%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 13%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11%;
}

/* common
-------------------------- */
.pc {
  display: none;
}

.width-01 {
  margin: 0 auto;
  width: 89.3333%; /* 670px */
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .width-01 {
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1240px;
  }
}
/* keyframes
-------------------------- */
@keyframes zoomout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollMove {
  0% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
/* header
-------------------------- */
/* stylelint-disable no-descending-specificity */
.header {
  width: 100%;
  height: 3.5714em;
  transition: height 0.3s ease;
}
.header.scrolled .header-sticky, .header.on .header-sticky {
  box-shadow: 0 1px 10px rgba(40, 40, 40, 0.2);
}

.header-sticky {
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.5714em;
  background-color: #f3f3f3;
  transition: height 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.header-logo {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  width: 39%;
  transition: width 0.4s ease, height 0.4s ease;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo svg {
  vertical-align: top;
}
.header-logo svg .cls-2 {
  fill: #275e7d;
  transition: fill 0.4s cubic-bezier(0, 0, 0.5, 1);
}
.header-logo svg .cls-1 {
  fill: #333;
  transition: fill 0.4s cubic-bezier(0, 0, 0.5, 1);
}

.drawer-menu-btn {
  position: fixed;
  z-index: 1003;
  top: 0;
  right: 0;
  width: 3.5714em;
  height: 3.5714em;
  background-color: #333;
  transition: background-color 0.2s cubic-bezier(0, 0, 0.5, 1), height 0.3s ease;
}
.drawer-menu-btn button {
  display: block;
  width: 100%;
  height: 100%;
}
.drawer-menu-btn .wrap {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6em;
  height: 1.6em;
  pointer-events: none;
}
.drawer-menu-btn .wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  pointer-events: none;
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1), background-color 0.2s cubic-bezier(0, 0, 0.5, 1);
}
.drawer-menu-btn .wrap span:nth-child(1) {
  transform: translate(-50%, -0.4em);
}
.drawer-menu-btn .wrap span:nth-child(2) {
  transform: translate(-50%, 0.3em);
}

.drawer-menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 90%;
  height: 100%;
  background-color: rgba(39, 93, 125, 0.8);
  transition: transform 0.3s cubic-bezier(0.5, 0, 1, 1), opacity 0.3s cubic-bezier(0.5, 0, 1, 1), visibility 0.3s cubic-bezier(0.5, 0, 1, 1);
}

.drawer-menu-inner {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding: 6em 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.drawer-menu-inner::-webkit-scrollbar {
  display: none;
}

.drawer-menu-list {
  padding: 0 8%;
}
.drawer-menu-list li {
  margin-bottom: 1em;
  color: #fff;
}
.drawer-menu-list li a {
  position: relative;
  color: #fff;
  font-size: 4.8vw;
}
.drawer-menu-list li a::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}
.drawer-menu-list li a.current {
  pointer-events: none;
}
.drawer-menu-list li a.current::after {
  width: 100%;
}

.drawer-menu-bg {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.js-drawer-menu-open {
  position: fixed !important;
  width: 100%;
}
.js-drawer-menu-open .drawer-menu-btn {
  background-color: transparent;
  transition-delay: 0.3s;
}
.js-drawer-menu-open .drawer-menu-btn .wrap span {
  background-color: #f3f3f3;
}
.js-drawer-menu-open .drawer-menu-btn .wrap span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-drawer-menu-open .drawer-menu-btn .wrap span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js-drawer-menu-open .drawer-menu {
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  transition: transform 0.2s cubic-bezier(0, 0, 0.5, 1), opacity 0.2s cubic-bezier(0, 0, 0.5, 1), visibility 0.2s cubic-bezier(0, 0, 0.5, 1);
  transition-delay: 0.3s;
}

.header-menu {
  display: none;
}

@media (min-width: 769px) {
  .header {
    height: 80px;
  }
  .header.scrolled, .header.on {
    height: 60px;
  }
  .header.scrolled .header-sticky, .header.on .header-sticky {
    height: 60px;
  }
  .header.scrolled .header-logo, .header.on .header-logo {
    width: 150px;
    height: 33px;
  }
  .header-sticky {
    height: 80px;
  }
  .header-logo {
    left: 40px;
    width: 180px;
    height: 39px;
  }
  .drawer-menu-btn {
    width: 80px;
    height: 80px;
  }
  .drawer-menu-btn .wrap {
    width: 28px;
  }
  .drawer-menu-btn.scrolled, .drawer-menu-btn.on {
    height: 60px;
  }
  .drawer-menu {
    width: 400px;
  }
  .drawer-menu-list li {
    margin-bottom: 30px;
  }
  .drawer-menu-list li a {
    font-size: 20px;
    font-size: 2rem;
  }
  .drawer-menu-list li a.pcmo:hover {
    color: #fff;
  }
  .drawer-menu-list li a.pcmo:hover::after {
    width: 100%;
  }
}
@media (width >= 930px) {
  .header-menu {
    display: block;
    display: flex;
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translate(0, -50%);
  }
  .header-menu li {
    margin-left: 35px;
  }
  .header-menu li a {
    display: block;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .header-menu li a .header-menu-text {
    display: block;
    position: relative;
    line-height: 1.3;
  }
  .header-menu li a .header-menu-text.second {
    opacity: 0;
    position: absolute;
    top: 20px;
  }
  .header-menu li a.pcmo:hover {
    color: #333;
  }
  .header-menu li a.current {
    color: #275e7d;
    pointer-events: none;
  }
  .header-menu li a span {
    position: relative;
    z-index: 1;
  }
  .drawer-menu-list li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* Home */
.home .header {
  height: 0;
  transition: height 0.3s ease;
}
.home .header.scrolled .header-sticky, .home .header.on .header-sticky {
  background-color: #f3f3f3;
}
.home .header.scrolled .header-logo svg .cls-2, .home .header.on .header-logo svg .cls-2 {
  fill: #275e7d;
}
.home .header.scrolled .header-logo svg .cls-1, .home .header.on .header-logo svg .cls-1 {
  fill: #333;
}
.home .header-sticky {
  background-color: transparent;
  transition: height 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
.home .header-logo svg .cls-2 {
  fill: #fff;
}
.home .header-logo svg .cls-1 {
  fill: #fff;
}

@media (width >= 930px) {
  .home .header {
    height: 0;
    transition: height 0.3s ease;
  }
  .home .header.scrolled .header-menu li a, .home .header.on .header-menu li a {
    color: #333;
  }
  .home .header.scrolled .header-menu li a.pcmo:hover, .home .header.on .header-menu li a.pcmo:hover {
    color: #333;
  }
  .home .header-menu li a {
    color: #fff;
  }
  .home .header-menu li a.pcmo:hover {
    color: #fff;
  }
}
/* footer
-------------------------- */
/* stylelint-disable no-descending-specificity */
.footer {
  position: relative;
  z-index: 1;
  background-color: #282828;
  color: #f3f3f3;
}
.footer .copyright {
  padding: 1em 0;
  background-color: #000;
  text-align: center;
  color: #f3f3f3;
  font-size: 2.6666666667vw;
}

.footer-main {
  overflow: hidden;
  position: relative;
  padding: 4em 0;
}

.footer-bg-logo {
  position: absolute;
  z-index: 0;
  bottom: -6%;
  left: 27%;
  width: 100%;
  aspect-ratio: 1/1;
}
.footer-bg-logo svg {
  fill: #333;
}

.footer-main-inner {
  position: relative;
  z-index: 1;
}

.footer-menu {
  margin-bottom: 4em;
  border-top: 1px solid #f3f3f3;
}

.footer-nav li a {
  display: block;
  position: relative;
  padding: 0.75em 7% 0.75em 3%;
  border-bottom: 1px solid #f3f3f3;
  font-size: 3.7333333333vw;
  color: #f3f3f3;
}
.footer-nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%) rotate(45deg);
  aspect-ratio: 1/1;
  width: 2.5%;
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.footer-nav li ul li a {
  padding: 0.75em 7% 0.75em 11%;
}
.footer-nav li ul li a::before {
  content: "";
  /* width: 5%;
  height: 1px;
  background-color: $color-03;
  position: absolute;
  top: 50%;
  left: 3%; */
  position: absolute;
  top: 1.1em;
  left: 5%;
  aspect-ratio: 1/1;
  width: 3%;
  border-bottom: 1px solid #666;
  border-left: 1px solid #666;
}

.footer-company {
  padding: 0 5%;
}

.footer-company-logo {
  margin-bottom: 0.5em;
  width: 50%;
}
.footer-company-logo a {
  display: block;
}
.footer-company-logo svg {
  fill: #f3f3f3;
}

.footer-company-info {
  margin-bottom: 1em;
  font-size: 3.4666666667vw;
  color: #f3f3f3;
}
.footer-company-info span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 4.5333333333vw;
}

.footer-company-sns-btn {
  display: flex;
}
.footer-company-sns-btn li {
  margin-right: 5%;
}
.footer-company-sns-btn li a {
  display: block;
}
.footer-company-sns-btn li .icon-font {
  font-size: 5.8666666667vw;
  color: #f3f3f3;
}

@media (min-width: 769px) {
  .footer .copyright {
    padding: 16px 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer-main {
    padding: 60px 0;
  }
  .footer-bg-logo {
    bottom: -18%;
    left: -7%;
    width: 470px;
  }
  .footer-main-inner {
    display: flex;
    justify-content: space-between;
  }
  .footer-menu {
    order: 2;
    margin-bottom: 0;
    width: 50%;
  }
  .footer-nav li a {
    padding: 15px 25px 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-nav li a::after {
    right: 12px;
    width: 8px;
    transition: right 0.3s ease;
  }
  .footer-nav li a.pcmo:hover {
    color: #f3f3f3;
  }
  .footer-nav li a.pcmo:hover::after {
    right: 7px;
  }
  .footer-nav li ul li a {
    padding: 15px 25px 15px 35px;
  }
  .footer-nav li ul li a::before {
    top: 17px;
    left: 17px;
    width: 10px;
  }
  .footer-company {
    order: 1;
    padding: 0;
    width: 48%;
  }
  .footer-company-logo {
    margin-bottom: 10px;
    width: 180px;
  }
  .footer-company-info {
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-company-info span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .footer-company-sns-btn li {
    margin-right: 12px;
  }
  .footer-company-sns-btn li .icon-font {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 990px) {
  .footer-main {
    padding: 100px 0;
  }
  .footer-bg-logo {
    bottom: -24%;
    left: 50%;
    transform: translateX(-530px);
    width: 470px;
  }
  .footer-menu {
    display: flex;
    justify-content: space-between;
    width: 60%;
    border-top: none;
  }
  .footer-nav {
    width: 47%;
    border-top: 1px solid #f3f3f3;
  }
  .footer-company {
    width: 38%;
  }
}
/* main
-------------------------- */
/* stylelint-disable no-descending-specificity */
.content {
  padding-bottom: 3em;
}

.breadcrumb {
  padding: 0.5em 0 0.8em;
  background-color: #fff;
}
.breadcrumb ol li {
  display: inline;
  font-size: 3.2vw;
}
.breadcrumb ol li::after {
  content: "/";
  margin: 0 1% 0 2%;
}
.breadcrumb ol li:last-child::after {
  display: none;
}

.page-title-01 {
  margin-bottom: 2em;
  background: linear-gradient(130deg, rgb(40, 40, 40) 2.5%, rgb(39, 40, 40) 2.5%, rgb(39, 94, 125) 100%);
  background-color: #c8c8c8;
}
.page-title-01 .page-title-text {
  padding: 2.5em 0;
  text-align: center;
  color: #f3f3f3;
}
.page-title-01 .page-title-text span {
  display: block;
}
.page-title-01 .page-title-text span.en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 800;
}

.page-title-02 {
  margin-bottom: 2em;
  background: linear-gradient(130deg, rgb(40, 40, 40) 2.5%, rgb(39, 40, 40) 2.5%, rgb(39, 94, 125) 100%);
  background-color: #c8c8c8;
}
.page-title-02 .page-title-text {
  padding: 3em 0;
  text-align: center;
  color: #f3f3f3;
  font-weight: bold;
  font-size: 5.3333333333vw;
}

.page-title-03 {
  position: relative;
  margin-bottom: 2em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-title-03::before {
  content: "";
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/common/mask.webp");
  background-repeat: repeat;
  background-position: center center;
  background-size: 3px;
}
.page-title-03 .page-title-text {
  position: relative;
  z-index: 1;
  padding: 3.5em 0;
  text-align: center;
  color: #f3f3f3;
}
.page-title-03 .page-title-text span {
  display: block;
}
.page-title-03 .page-title-text span.en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 7.7333333333vw;
  font-weight: 800;
}

.section-title-01 {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-size: 5.3333333333vw;
  font-weight: bold;
}
.section-title-01::before, .section-title-01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
.section-title-01::before {
  z-index: 1;
  width: 20%;
  background-color: #275e7d;
}
.section-title-01::after {
  z-index: 0;
  width: 100%;
  background-color: #c8c8c8;
}

.c-btn-01 {
  display: inline-block;
  position: relative;
  padding: 0.8em 4em 0.8em 3em;
  border: 1px solid #666;
  border-radius: 100px;
  background-color: #fff;
  white-space: nowrap;
  color: #333;
}

.c-btn-text {
  font-size: 3.7333333333vw;
}

.c-btn-arrow {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
}
.c-btn-arrow.first {
  fill: #666;
}
.c-btn-arrow.second {
  opacity: 0;
  fill: #f3f3f3;
}

.table-01 tr th {
  padding: 1em;
  border: 1px solid #c8c8c8;
  background-color: #e8e8e8;
  white-space: nowrap;
  font-weight: normal;
}
.table-01 tr td {
  padding: 1em;
  border: 1px solid #c8c8c8;
  background-color: #fff;
}

.form-content {
  margin-bottom: 2em;
}
.form-content dl {
  margin-bottom: 1em;
}
.form-content dl dt {
  margin-bottom: 0.3em;
  font-size: 3.7333333333vw;
}
.form-content dl dt .required {
  margin-left: 1em;
  font-size: 3.2vw;
  color: #b42222;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

.form-btn-item {
  margin: 0 1%;
  width: 48%;
}
.form-btn-item input[type=submit] {
  position: relative;
  padding: 1em 0;
  border-radius: 5px;
  font-size: 3.4666666667vw;
}
.form-btn-item input[type=submit]::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  aspect-ratio: 1/1;
  width: 5%;
}

.form-btn-item-01 input[type=submit] {
  background-color: #275e7d;
  color: #f3f3f3;
}
.form-btn-item-01 input[type=submit]::after {
  right: 1em;
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.form-btn-item-02 input[type=submit] {
  background-color: #bbb;
}
.form-btn-item-02 input[type=submit]::after {
  left: 1em;
  aspect-ratio: 1/1;
  width: 5%;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}

.privacypolicy .privacypolicy-sec {
  padding-bottom: 1.5em;
}
.privacypolicy h3 {
  margin-bottom: 0.5em;
  font-size: 4vw;
  font-weight: bold;
}
.privacypolicy p {
  margin-bottom: 1em;
}
.privacypolicy ol {
  margin-bottom: 1em;
}
.privacypolicy ol > li {
  list-style: decimal inside;
}
.privacypolicy ul {
  padding-left: 1em;
}
.privacypolicy ul > li {
  list-style: disc inside;
}

.list-page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-page-nav .page-numbers {
  display: block;
  position: relative;
  margin: 0 1.5%;
  padding: 0 1%;
  border-bottom: 1px solid transparent;
  color: #888;
  line-height: 2;
  font-size: 4vw;
}
.list-page-nav .page-numbers.current {
  border-color: #333;
  color: #333;
}
.list-page-nav .prev,
.list-page-nav .next {
  position: relative;
  padding: 0;
  width: 1em;
  aspect-ratio: 1/1;
}
.list-page-nav .prev::before,
.list-page-nav .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 70%;
  height: 70%;
  pointer-events: none;
}
.list-page-nav .prev::before {
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}
.list-page-nav .next::before {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

.no-post {
  padding: 1em 0 3em;
  text-align: center;
}

.nf-content,
.contact-thanks {
  padding: 2em 0;
  text-align: center;
}

.nf-content-text,
.contact-thanks-text {
  margin-bottom: 2em;
}

@media (min-width: 769px) {
  .content {
    padding-bottom: 80px;
  }
  .breadcrumb {
    padding: 15px 0;
  }
  .breadcrumb ol li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .breadcrumb ol li::after {
    margin: 0 5px 0 10px;
  }
  .page-title-01 {
    margin-bottom: 70px;
  }
  .page-title-01 .page-title-text {
    padding: 64px 0;
  }
  .page-title-01 .page-title-text span.en {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .page-title-02 {
    margin-bottom: 70px;
  }
  .page-title-02 .page-title-text {
    padding: 82px 0;
    font-size: 30px;
    font-size: 3rem;
  }
  .page-title-03 {
    margin-bottom: 70px;
  }
  .page-title-03 .page-title-text {
    padding: 140px 0;
  }
  .page-title-03 .page-title-text span.en {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .section-title-01 {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .section-title-01::before {
    width: 15%;
  }
  .c-btn-01 {
    padding: 13px 60px 13px 40px;
  }
  .c-btn-01.pcmo:hover {
    border-color: #275e7d;
    background-color: #275e7d;
    color: #f3f3f3;
  }
  .c-btn-01.pcmo:hover .c-btn-arrow.first {
    opacity: 0;
    transform: translate(16px, -50%);
  }
  .c-btn-01.pcmo:hover .c-btn-arrow.second {
    opacity: 1;
    transform: translate(0, -50%);
  }
  .c-btn-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-btn-arrow {
    right: 22px;
    width: 16px;
    height: 14px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .c-btn-arrow.first {
    transform: translate(0, -50%);
  }
  .c-btn-arrow.second {
    transform: translate(-16px, -50%);
  }
  .table-01 tr th {
    padding: 1.5em;
  }
  .table-01 tr td {
    padding: 1.5em;
  }
  .form-content {
    margin: 0 auto;
    max-width: 800px;
  }
  .form-content dl {
    display: flex;
    margin-bottom: 30px;
  }
  .form-content dl dt {
    margin: 4px 0 0;
    width: 240px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .form-content dl dt .required {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .form-content dl dd {
    flex: 1;
  }
  .form-btn-item {
    max-width: 200px;
  }
  .form-btn-item input[type=submit] {
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    transition: opacity 0.3s ease;
  }
  .form-btn-item input[type=submit].pcmo:hover {
    opacity: 0.8;
  }
  .privacypolicy {
    margin: 0 auto;
    max-width: 800px;
  }
  .privacypolicy .privacypolicy-sec {
    padding-bottom: 30px;
  }
  .privacypolicy h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .privacypolicy p {
    margin-bottom: 20px;
  }
  .privacypolicy ol {
    margin-bottom: 20px;
  }
  .list-page-nav .page-numbers {
    margin: 0 10px;
    padding: 0 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .list-page-nav a {
    transition: border-color 0.3s ease;
  }
  .list-page-nav a.pcmo:hover {
    border-color: #333;
    color: #333;
  }
  .list-page-nav .prev,
  .list-page-nav .next {
    position: relative;
    padding: 0;
    width: 1em;
    aspect-ratio: 1/1;
  }
  .list-page-nav .prev::before,
  .list-page-nav .next::before {
    width: 50%;
    height: 50%;
  }
  .list-page-nav .prev.pcmo:hover,
  .list-page-nav .next.pcmo:hover {
    border-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */