@charset "UTF-8";
/* ========================================================================================= ^^
	Reseter
============================================================================================ ^^ */
*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

html {
  line-height: 1.15;
  box-sizing: border-box;
  font-family: sans-serif;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

code,
kbd,
samp,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  border: 1px solid currentColor;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  padding: 1px 6px;
}

input {
  overflow: visible;
}

input,
textarea {
  padding: 1px;
}

fieldset {
  border: 1px solid currentColor;
  margin: 0 2px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=color] {
  background: inherit;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

::-webkit-search-decoration,
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border: 0;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

dl,
ol,
ul {
  margin: 1em 0;
}

ol ol,
ol ul,
ol dl,
ul ol,
ul ul,
ul dl,
dl ol,
dl ul,
dl dl {
  margin: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

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

img {
  border: 0;
}

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

table {
  text-indent: 0;
  border-color: inherit;
}

details {
  display: block;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========================================================================================= ^^
	Reset
============================================================================================ ^^ */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  padding: 0;
  background-color: #fff;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0 0 1.5rem;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

dl {
  margin: 0;
}

dt, dd {
  padding: 0;
  margin: 0;
}

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

figure {
  margin: 0;
}

em {
  font-weight: bold;
  font-style: normal;
}

button {
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
button:focus {
  outline: none;
}

a {
  text-decoration: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:focus {
  color: #000;
}

/* ======================================================================================== ^^
	Typography
=========================================================================================== ^^ */
html {
  height: auto;
  font-size: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-size: 100%;
  color: #000;
  font-weight: 400;
  line-height: 2.4615384615;
}

sup {
  font-size: 0.9rem;
  top: -0.7em;
}

abbr[title] {
  text-decoration: none;
}

a:link {
  color: #c32218;
}
a:visited {
  color: #c32218;
}
a:hover {
  color: #c32218;
}
a:focus {
  color: #c32218;
}

/* ======================================================================================== ^^
	Utilities
============================================================================================ ^^ */
.tel-link {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 768px) {
  .tel-link {
    pointer-events: all;
    cursor: pointer;
  }
}
.tel-link:link {
  color: #2b3242;
  text-decoration: none;
}
.tel-link:visited {
  color: #2b3242;
  text-decoration: none;
}
.tel-link:hover {
  color: #2b3242;
  text-decoration: none;
}
.tel-link:focus {
  color: #2b3242;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pc-hide-br {
    display: none;
  }
}

.sp-hide-br {
  display: none;
}
@media (min-width: 768px) {
  .sp-hide-br {
    display: inline;
  }
}

/* ======================================================================================== ^^
	Header
=========================================================================================== ^^ */
.site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
}
.site-header_inner {
  max-width: 68.75rem;
  width: 100%;
  padding: 2.6666666667vw 5.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-header_inner {
    padding: 2.4545454545vw 1.8181818182vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1101px) {
  .site-header_inner {
    padding: 1.6875rem 0 0;
  }
}

/* ======================================================================================== ^^
	Footer
=========================================================================================== ^^ */
.site-footer {
  padding: 0 0 6.4vw;
  background-color: #ebebeb;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 0 1.8181818182vw 2.1818181818vw;
    background: linear-gradient(to right, #f3f3f3, #f3f3f3 44.3038%, #ebebeb 44.3038%);
  }
}
@media (min-width: 1101px) {
  .site-footer {
    padding-bottom: 1.5rem;
  }
}
.site-footer_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-footer_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.site-footer_corporate {
  width: 100%;
  padding: 8vw;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .site-footer_corporate {
    width: 43.5454545455%;
    padding: 3.9090909091vw 0 0;
    background-color: transparent;
  }
}
@media (min-width: 1101px) {
  .site-footer_corporate {
    padding-top: 2.6875rem;
  }
}
.site-footer_navigation {
  width: 100%;
  padding: 8vw 8vw 0;
}
@media (min-width: 768px) {
  .site-footer_navigation {
    width: 47%;
    padding: 7.0909090909vw 0 0;
  }
}
@media (min-width: 1101px) {
  .site-footer_navigation {
    padding-top: 4.875rem;
  }
}
@media (min-width: 768px) {
  .site-footer_navigation .footer-navigation_menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.site-footer_navigation .footer-navigation_item:nth-of-type(1) {
  margin-bottom: 8vw;
}
@media (min-width: 768px) {
  .site-footer_navigation .footer-navigation_item:nth-of-type(1) {
    width: 29.9806576402%;
    margin-bottom: 0;
  }
}
.site-footer_navigation .footer-navigation_item:nth-of-type(2) {
  margin-bottom: 8vw;
}
@media (min-width: 768px) {
  .site-footer_navigation .footer-navigation_item:nth-of-type(2) {
    width: 31.1411992263%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .site-footer_navigation .footer-navigation_item:nth-of-type(3) {
    width: 38.6847195358%;
  }
}
.site-footer .btn-contact {
  width: 100%;
  height: 10.6666666667vw;
  margin-top: 12vw;
}
@media (min-width: 768px) {
  .site-footer .btn-contact {
    height: 3.6363636364vw;
    margin-top: 4.0909090909vw;
  }
}
@media (min-width: 1101px) {
  .site-footer .btn-contact {
    height: 2.5rem;
    margin-top: 2.8125rem;
  }
}
.site-footer .copyright {
  width: 100%;
  margin: 0;
  padding-top: 17.8666666667vw;
  font-size: 3.2vw;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .site-footer .copyright {
    padding-top: 6.0909090909vw;
    font-size: 1.0909090909vw;
    text-align: left;
  }
}
@media (min-width: 1101px) {
  .site-footer .copyright {
    padding-top: 4.1875rem;
    font-size: 0.75rem;
  }
}

/* ======================================================================================== ^^
	Site
=========================================================================================== ^^ */
.site {
  overflow: hidden;
}

/* ======================================================================================== ^^
	Contact button
=========================================================================================== ^^ */
.btn-contact {
  margin: 0;
}
.btn-contact_link {
  width: 100%;
  height: 100%;
  background-color: #cf4e46;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .btn-contact_link {
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .btn-contact_link {
    font-size: 0.875rem;
  }
}
.btn-contact_link:link {
  color: #fff;
}
.btn-contact_link:visited {
  color: #fff;
}
.btn-contact_link:hover {
  background-color: #c32218;
  color: #fff;
}
.btn-contact_link:focus {
  color: #fff;
}
.btn-contact_label {
  padding-left: 7.4666666667vw;
  background: url(../images/common/icon-mail.svg) no-repeat 0 50%;
  background-size: 6.104vw auto;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn-contact_label {
    padding-left: 2.5454545455vw;
    background-size: 2.0809090909vw auto;
  }
}
@media (min-width: 1100px) {
  .btn-contact_label {
    padding-left: 1.75rem;
    background-size: 1.430625rem auto;
  }
}

/* ======================================================================================== ^^
	Site logo
=========================================================================================== ^^ */
.site-logo {
  width: 26.6666666667vw;
  margin: 0;
}
@media (min-width: 768px) {
  .site-logo {
    width: 13.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .site-logo {
    width: 9.375rem;
  }
}
.site-logo img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}

/* ======================================================================================== ^^
	Toggle menu
=========================================================================================== ^^ */
.toggle-menu {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border: none;
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
}
@media (min-width: 768px) {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu::before {
  width: 100%;
  height: 0.5333333333vw;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.is-menu-open .toggle-menu::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.toggle-menu::after {
  width: 100%;
  height: 0.5333333333vw;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.is-menu-open .toggle-menu::after {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
.toggle-menu span {
  width: 100%;
  height: 0.5333333333vw;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.is-menu-open .toggle-menu span {
  display: none;
}
.is-bg-white .toggle-menu::before, .is-bg-white .toggle-menu::after,
.is-bg-white .toggle-menu span, .is-menu-open .toggle-menu::before, .is-menu-open .toggle-menu::after,
.is-menu-open .toggle-menu span {
  background-color: #000;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.4);
}

/* ======================================================================================== ^^
	Site navigation
=========================================================================================== ^^ */
.site-navigation {
  width: 100vw;
  height: 100vh;
  padding: 21.3333333333vw 8vw 0;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .site-navigation {
    width: 75.4545454545%;
    height: auto;
    padding: 0;
    background-color: transparent;
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.is-menu-open .site-navigation {
  display: block;
}
.site-navigation_menu {
  list-style: none;
}
@media (min-width: 768px) {
  .site-navigation_menu {
    width: 72.2891566265%;
    height: 4.5454545455vw;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0 4px rgba(4, 0, 0, 0.3);
  }
}
@media (min-width: 1100px) {
  .site-navigation_menu {
    height: 3.125rem;
  }
}
.site-navigation_link {
  width: 100%;
  height: 100%;
  line-height: 1;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .site-navigation_link {
    padding-top: 0.5454545455vw;
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .site-navigation_link {
    padding-top: 0.375rem;
    font-size: 0.875rem;
  }
}
.site-navigation_link::after {
  content: " ";
}
@media (min-width: 768px) {
  .site-navigation_link::after {
    width: 1.8181818182vw;
    height: 0.3636363636vw;
    margin-top: 0.2727272727vw;
    background: none;
    display: block;
  }
}
@media (min-width: 1100px) {
  .site-navigation_link::after {
    width: 1.25rem;
    height: 0.25rem;
    margin-top: 0.1875rem;
  }
}
.site-navigation_link:link {
  color: #000;
}
.site-navigation_link:visited {
  color: #000;
}
.site-navigation_link:hover {
  color: #000;
}
@media (min-width: 768px) {
  .site-navigation_link:hover::after {
    background: radial-gradient(circle farthest-side, #c32218, #c32218 60%, transparent 60%, transparent);
    background-size: 0.3636363636vw 0.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .site-navigation_link:hover::after {
    background-size: 0.25rem 0.25rem;
  }
}
.site-navigation_link:focus {
  color: #000;
}
.site-navigation_item {
  width: 100%;
  height: 13.3333333333vw;
}
@media (min-width: 768px) {
  .site-navigation_item {
    width: 25%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .site-navigation_item.is-current .site-navigation_link::after {
    background: radial-gradient(circle farthest-side, #c32218, #c32218 60%, transparent 60%, transparent);
    background-size: 0.3636363636vw 0.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .site-navigation_item.is-current .site-navigation_link::after {
    background-size: 0.25rem 0.25rem;
  }
}
.site-navigation_contact {
  width: 100%;
  height: 13.3333333333vw;
  margin: 13.3333333333vw 0 0;
}
@media (min-width: 768px) {
  .site-navigation_contact {
    width: 24.0963855422%;
    height: 4.5454545455vw;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .site-navigation_contact {
    height: 3.125rem;
  }
}

/* ======================================================================================== ^^
	Corporate block
=========================================================================================== ^^ */
.corporate-block_logo {
  width: 48.5333333333vw;
  margin: 0 0 4.2666666667vw;
}
@media (min-width: 768px) {
  .corporate-block_logo {
    width: 16.5454545455vw;
    margin-bottom: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .corporate-block_logo {
    width: 11.375rem;
    margin-bottom: 1rem;
  }
}
.corporate-block_address {
  margin: 0;
  font-size: 3.7333333333vw;
  line-height: 1.7142857143;
  font-weight: bold;
}
@media (min-width: 768px) {
  .corporate-block_address {
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .corporate-block_address {
    font-size: 0.875rem;
  }
}

/* ======================================================================================== ^^
	Footer navigation
=========================================================================================== ^^ */
.footer-navigation_menu {
  margin: 0;
  list-style: none;
}
.footer-navigation_item {
  line-height: 1;
}
.footer-navigation_item > .footer-navigation_link {
  padding-left: 3.4666666667vw;
  border-left: 1px solid #c32218;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .footer-navigation_item > .footer-navigation_link {
    padding-left: 1.1818181818vw;
    font-size: 1.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .footer-navigation_item > .footer-navigation_link {
    padding-left: 0.8125rem;
    font-size: 0.875rem;
  }
}
.footer-navigation_item > .footer-navigation_link:link {
  color: #000;
}
.footer-navigation_item > .footer-navigation_link:visited {
  color: #000;
}
.footer-navigation_item > .footer-navigation_link:hover {
  color: #000;
}
.footer-navigation_item > .footer-navigation_link:focus {
  color: #000;
}
.footer-navigation_sub-menu {
  padding-top: 2.1333333333vw;
  list-style: none;
  line-height: 1.5833333333;
}
@media (min-width: 768px) {
  .footer-navigation_sub-menu {
    padding-top: 0.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .footer-navigation_sub-menu {
    padding-top: 0.5rem;
  }
}
.footer-navigation_sub-menu .footer-navigation_link {
  font-size: 3.2vw;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .footer-navigation_sub-menu .footer-navigation_link {
    font-size: 1.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .footer-navigation_sub-menu .footer-navigation_link {
    font-size: 0.75rem;
  }
}
.footer-navigation_sub-menu .footer-navigation_link:link {
  color: #000;
}
.footer-navigation_sub-menu .footer-navigation_link:visited {
  color: #000;
}
.footer-navigation_sub-menu .footer-navigation_link:hover {
  color: #000;
}
.footer-navigation_sub-menu .footer-navigation_link:focus {
  color: #000;
}
.footer-navigation_sub-item {
  padding-left: 3.4666666667vw;
}
@media (min-width: 768px) {
  .footer-navigation_sub-item {
    padding-left: 1.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .footer-navigation_sub-item {
    padding-left: 0.8125rem;
  }
}

/* ======================================================================================== ^^
	Top link
=========================================================================================== ^^ */
.top-link {
  background-color: rgba(255, 255, 255, 0.4);
  position: fixed;
  z-index: 8000;
}
@media (min-width: 768px) {
  .top-link {
    width: 5.4545454545vw;
    height: 5.4545454545vw;
    right: 0.6363636364vw;
    bottom: 0.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .top-link {
    width: 3.75rem;
    height: 3.75rem;
    right: 0.4375rem;
    bottom: 0.4375rem;
  }
}
.top-link_link {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .top-link_image {
    width: 1.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .top-link_image {
    width: 1.0625rem;
  }
}

/* ======================================================================================== ^^
	Main visual
=========================================================================================== ^^ */
.main-visual {
  width: 100%;
  height: 74.8792270531vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .main-visual {
    height: 50vw;
  }
}
.main-visual_content {
  width: 40vw;
  height: 100%;
  padding-top: 13.3333333333vw;
  position: relative;
  top: 0;
  left: 50%;
  z-index: 6000;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .main-visual_content {
    width: 15.3125vw;
    padding-top: 8.75vw;
  }
}
@media (min-width: 1600px) {
  .main-visual_content {
    padding-top: 8.75rem;
  }
}
.main-visual_title {
  width: 13.3333333333vw;
  margin: 0 0 8vw;
}
@media (min-width: 768px) {
  .main-visual_title {
    width: 7vw;
    margin-bottom: 4.6875vw;
  }
}
@media (min-width: 1600px) {
  .main-visual_title {
    width: 7rem;
    margin-bottom: 4.6875rem;
  }
}
.main-visual_text {
  margin: 0;
  display: none;
}
@media (min-width: 768px) {
  .main-visual_text {
    width: 100%;
    display: block;
  }
}
.main-visual_slider {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5000;
}
.main-visual_item {
  width: 100%;
  margin: 0;
}
.main-visual_item img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}
.main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  .main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (min-width: 1600px) {
  .main-visual .swiper-button-prev,
.main-visual .swiper-button-next {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.main-visual .swiper-button-prev::after,
.main-visual .swiper-button-next::after {
  width: 1.7173333333vw;
  height: 2.2133333333vw;
  content: " ";
}
@media (min-width: 768px) {
  .main-visual .swiper-button-prev::after,
.main-visual .swiper-button-next::after {
    width: 0.805vw;
    height: 1.0375vw;
  }
}
@media (min-width: 1600px) {
  .main-visual .swiper-button-prev::after,
.main-visual .swiper-button-next::after {
    width: 0.805rem;
    height: 1.0375rem;
  }
}
.main-visual .swiper-button-prev {
  left: 2.6666666667vw;
}
@media (min-width: 768px) {
  .main-visual .swiper-button-prev {
    left: 3.125vw;
  }
}
@media (min-width: 1600px) {
  .main-visual .swiper-button-prev {
    left: 3.125rem;
  }
}
.main-visual .swiper-button-prev::after {
  background: url(../images/common/icon-prev.svg) no-repeat 50% 50%/cover;
}
.main-visual .swiper-button-next {
  right: 2.6666666667vw;
}
@media (min-width: 768px) {
  .main-visual .swiper-button-next {
    right: 3.125vw;
  }
}
@media (min-width: 1600px) {
  .main-visual .swiper-button-next {
    right: 3.125rem;
  }
}
.main-visual .swiper-button-next::after {
  background: url(../images/common/icon-next.svg) no-repeat 50% 50%/cover;
}

/* ======================================================================================== ^^
	Introduction box
=========================================================================================== ^^ */
.introduction-box {
  width: 48%;
}
@media (min-width: 768px) {
  .introduction-box {
    width: 20%;
  }
}
.introduction-box_link {
  width: 100%;
  height: 100%;
  display: block;
}
.introduction-box_link:link {
  color: #000;
}
.introduction-box_link:visited {
  color: #000;
}
.introduction-box_link:hover {
  color: #000;
}
.introduction-box_link:focus {
  color: #000;
}
.introduction-box_image {
  margin-bottom: 2.1333333333vw;
}
@media (min-width: 768px) {
  .introduction-box_image {
    margin-bottom: 0.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .introduction-box_image {
    margin-bottom: 0.5rem;
  }
}
.introduction-box_image img {
  max-width: none;
  width: 100%;
  vertical-align: top;
}
.introduction-box_department {
  margin-bottom: 2.1333333333vw;
  font-size: 3.2vw;
  line-height: 1;
}
@media (min-width: 768px) {
  .introduction-box_department {
    margin-bottom: 0.7272727273vw;
    font-size: 1.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .introduction-box_department {
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}
.introduction-box_name {
  padding-left: 8vw;
  background: url(../images/common/icon-arrow-right.svg) no-repeat 0 50%;
  background-size: 3.4346666667vw auto;
  font-size: 4.8vw;
  line-height: 1;
  font-weight: bold;
}
@media (min-width: 768px) {
  .introduction-box_name {
    padding-left: 2.7272727273vw;
    background-size: 1.1709090909vw auto;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .introduction-box_name {
    padding-left: 1.875rem;
    background-size: 0.805rem auto;
    font-size: 1.125rem;
  }
}

/* ======================================================================================== ^^
	Section
=========================================================================================== ^^ */
.section_inner {
  max-width: 68.75rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section_title {
  margin-bottom: 14.6666666667vw;
  font-size: 5.3333333333vw;
  color: #c32218;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-indent: 0.25em;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section_title {
    margin-bottom: 5vw;
    font-size: 1.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .section_title {
    margin-bottom: 3.4375rem;
    font-size: 1.25rem;
  }
}
.section_title span {
  display: inline-block;
  position: relative;
}
.section_title span::after {
  width: calc(100% - 0.5em);
  height: 1.0666666667vw;
  margin: 4.2666666667vw auto 0;
  background: radial-gradient(circle farthest-side, #c32218, #c32218 60%, transparent 60%, transparent);
  background-size: 1.0666666667vw 1.0666666667vw;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .section_title span::after {
    height: 0.3636363636vw;
    margin-top: 1.4545454545vw;
    background-size: 0.3636363636vw 0.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .section_title span::after {
    height: 0.25rem;
    margin-top: 1rem;
    background-size: 0.25rem 0.25rem;
  }
}
.section_title2 {
  font-size: 4.8vw;
  color: #c32218;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .section_title2 {
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .section_title2 {
    font-size: 1.125rem;
  }
}
.section_title2 span {
  padding-right: 4.2666666667vw;
  padding-left: 4.2666666667vw;
  border-right: 1px solid #c32218;
  border-left: 1px solid #c32218;
  display: block;
}
@media (min-width: 768px) {
  .section_title2 span {
    padding-right: 1.4545454545vw;
    padding-left: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .section_title2 span {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* ======================================================================================== ^^
	Service section
=========================================================================================== ^^ */
.service-section {
  padding: 0 5.3333333333vw;
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .service-section {
    padding: 0 1.8181818182vw;
    margin-bottom: 6.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .service-section {
    padding: 0;
    margin-bottom: 4.375rem;
  }
}
.service-section_title {
  width: 100%;
  margin-bottom: 13.6vw;
  font-size: 6.4vw;
  color: #c32218;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.5em;
  text-indent: 0.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .service-section_title {
    margin-bottom: 4.6363636364vw;
    font-size: 2.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .service-section_title {
    margin-bottom: 3.1875rem;
    font-size: 1.5rem;
  }
}
.service-section_title span {
  margin-bottom: 1.6vw;
  font-size: 4.2666666667vw;
  color: #000;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.3em;
  text-indent: 0.15em;
}
@media (min-width: 768px) {
  .service-section_title span {
    margin-bottom: 0.5454545455vw;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .service-section_title span {
    margin-bottom: 0.375rem;
    font-size: 1rem;
  }
}
.service-section .section_inner {
  overflow: visible;
}
@media (min-width: 768px) {
  .service-section .section_inner {
    overflow: hidden;
  }
}
.service-section_contents {
  width: 100vw;
  padding: 3.2vw 5.3333333333vw 0;
  margin: 0 calc(50% - 50vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .service-section_contents {
    width: 100%;
    padding: 1.0909090909vw 4.5454545455vw 0;
    margin: 0 auto;
  }
}
@media (min-width: 1100px) {
  .service-section_contents {
    padding: 0.75rem 3.125rem 0;
  }
}
.service-section_image {
  width: 100%;
}
@media (min-width: 768px) {
  .service-section_image {
    width: 48%;
  }
}
@media (min-width: 1100px) {
  .service-section_image {
    padding-bottom: 0.6875rem;
  }
}
.service-section_image .image {
  margin-bottom: 0;
}
.service-section_image .link {
  padding-top: 4.2666666667vw;
  margin-bottom: 0;
  font-size: 4.2666666667vw;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: right;
}
@media (min-width: 768px) {
  .service-section_image .link {
    padding-top: 1.4545454545vw;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .service-section_image .link {
    padding-top: 1rem;
    font-size: 1rem;
  }
}
.service-section_image .link a {
  display: inline-block;
}
.service-section_image .link a:link {
  color: #000;
}
.service-section_image .link a:visited {
  color: #000;
}
.service-section_image .link a:hover {
  color: #000;
}
.service-section_image .link a:focus {
  color: #000;
}
.service-section_image .link a::after {
  width: 4.2666666667vw;
  height: 4.4026666667vw;
  margin-left: 1.0666666667vw;
  background: url(../images/common/icon-ext.svg) no-repeat 50% 50%/cover;
  content: " ";
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .service-section_image .link a::after {
    width: 1.4545454545vw;
    height: 1.5009090909vw;
    margin-left: 0.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .service-section_image .link a::after {
    width: 1rem;
    height: 1.031875rem;
    margin-left: 0.25rem;
  }
}
.service-section_text {
  width: 100%;
  margin-bottom: 8vw;
  font-size: 4.2666666667vw;
  line-height: 2;
}
@media (min-width: 768px) {
  .service-section_text {
    width: 48%;
    margin-bottom: 0;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .service-section_text {
    font-size: 1rem;
  }
}
.service-section_text p:last-of-type {
  margin-bottom: 0;
}
.service-section_logo {
  margin: 0 auto 8.2666666667vw;
}
@media (min-width: 768px) {
  .service-section_logo {
    margin-bottom: 2.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .service-section_logo {
    margin-bottom: 1.9375rem;
  }
}
.service-section_info {
  padding-top: 4.8vw;
  border-top: 1px solid #918c8a;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .service-section_info {
    padding-top: 1.6363636364vw;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .service-section_info {
    padding-top: 1.125rem;
    font-size: 1rem;
  }
}
.service-section_info p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .service-section.has-ext-link .service-section_text {
    padding-bottom: 3.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .service-section.has-ext-link .service-section_text {
    padding-bottom: 2.375rem;
  }
}
.service-section .page-header_internal-links {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 8vw;
  position: static;
  transform: none;
}
@media (min-width: 768px) {
  .service-section .page-header_internal-links {
    width: 100%;
    margin: 0 auto 3.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .service-section .page-header_internal-links {
    margin-bottom: 2.5rem;
  }
}

.contract {
  padding-top: 23.4666666667vw;
}
@media (min-width: 768px) {
  .contract {
    padding-top: 8vw;
    margin-bottom: 10vw;
  }
}
@media (min-width: 1100px) {
  .contract {
    padding-top: 5.5rem;
    margin-bottom: 6.875rem;
  }
}
.contract_image {
  margin-bottom: 9.3333333333vw;
}
@media (min-width: 768px) {
  .contract_image {
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .contract_image {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 768px) {
  .contract_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.contract_row-contents {
  margin-bottom: 8vw;
  font-size: 4.2666666667vw;
  line-height: 2;
}
@media (min-width: 768px) {
  .contract_row-contents {
    margin-bottom: 0;
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .contract_row-contents {
    font-size: 1rem;
  }
}
.contract_row-contents h3 {
  margin-bottom: 7.4666666667vw;
  font-size: 6.4vw;
  color: #c32218;
  font-weight: bold;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .contract_row-contents h3 {
    margin-bottom: 2.5454545455vw;
    font-size: 2.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .contract_row-contents h3 {
    margin-bottom: 1.75rem;
    font-size: 1.625rem;
  }
}
.contract_row-contents h4 {
  margin-bottom: 0;
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .contract_row-contents h4 {
    font-size: 1.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .contract_row-contents h4 {
    font-size: 1.25rem;
  }
}
.contract_row-contents p:last-of-type {
  margin-bottom: 0;
}
.contract_row-image {
  margin-bottom: 0;
}
.contract_row.row01 {
  margin-bottom: 8vw;
}
@media (min-width: 768px) {
  .contract_row.row01 {
    margin-bottom: 2.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .contract_row.row01 {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .contract_row.row01 .contract_row-contents {
    width: 52.7272727273%;
  }
}
@media (min-width: 768px) {
  .contract_row.row01 .contract_row-image {
    width: 43.6363636364%;
  }
}
@media (min-width: 768px) {
  .contract_row.row02 {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .contract_row.row02 .contract_row-contents {
    width: 74.0909090909%;
  }
}
@media (min-width: 768px) {
  .contract_row.row02 .contract_row-image {
    width: 23.5454545455%;
  }
}

.wasanbon .service-section_contents {
  padding-bottom: 7.4666666667vw;
  background: url(../images/service/bg-wasanbon.webp) repeat-y 50% 0/100% auto;
}
.no-webp .wasanbon .service-section_contents {
  background: url(../images/service/bg-wasanbon.jpg) repeat-y 50% 0/100% auto;
}
@media (min-width: 768px) {
  .wasanbon .service-section_contents {
    padding-bottom: 2.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .wasanbon .service-section_contents {
    padding-bottom: 1.75rem;
  }
}
.wasanbon .service-section_logo {
  width: 35.7333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 768px) {
  .wasanbon .service-section_logo {
    width: 12.1818181818vw;
    margin-bottom: 1.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .wasanbon .service-section_logo {
    width: 8.375rem;
    margin-bottom: 1.25rem;
  }
}
.wasanbon .service-section_info {
  border-top: none;
}

.konpeitou .service-section_contents {
  padding-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .konpeitou .service-section_contents {
    padding-bottom: 3.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .konpeitou .service-section_contents {
    padding-bottom: 2.5rem;
  }
}
.konpeitou .service-section_logo {
  width: 22.4vw;
}
@media (min-width: 768px) {
  .konpeitou .service-section_logo {
    width: 7.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .konpeitou .service-section_logo {
    width: 5.25rem;
  }
}

.kireinotobira .service-section_title {
  margin-bottom: 16vw;
}
@media (min-width: 768px) {
  .kireinotobira .service-section_title {
    margin-bottom: 5.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .kireinotobira .service-section_title {
    margin-bottom: 3.75rem;
  }
}
.kireinotobira .service-section_contents {
  padding-bottom: 4.0909090909vw;
}
@media (min-width: 768px) {
  .kireinotobira .service-section_contents {
    padding-bottom: 4.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .kireinotobira .service-section_contents {
    padding-bottom: 2.8125rem;
  }
}
.kireinotobira .service-section_logo {
  width: 52vw;
}
@media (min-width: 768px) {
  .kireinotobira .service-section_logo {
    width: 17.7272727273vw;
  }
}
@media (min-width: 1100px) {
  .kireinotobira .service-section_logo {
    width: 12.1875rem;
  }
}

/* ======================================================================================== ^^
	Page header
=========================================================================================== ^^ */
.page-header {
  width: 100%;
  height: 112vw;
  padding-top: 24vw;
  position: relative;
}
@media (min-width: 768px) {
  .page-header {
    height: 66.6363636364vw;
    padding-top: 16.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .page-header {
    height: 45.8125rem;
    padding-top: 11.4375rem;
  }
}
.page-header::after {
  width: 100%;
  height: 32vw;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: block;
}
@media (min-width: 768px) {
  .page-header::after {
    height: 27.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .page-header::after {
    height: 18.75rem;
  }
}
.page-header_title {
  padding-top: 18.6666666667vw;
  font-size: 5.8666666667vw;
  color: #c32218;
  line-height: 1;
  letter-spacing: 0.5em;
  text-indent: 0.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-header_title {
    padding-top: 8.1818181818vw;
    font-size: 2.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .page-header_title {
    padding-top: 5.625rem;
    font-size: 1.75rem;
  }
}
.page-header_title-text {
  display: inline-block;
  position: relative;
}
.page-header_title-text::after {
  width: calc(100% - 4.2666666667vw);
  height: 1.0666666667vw;
  margin: 3.7333333333vw auto 0;
  background: radial-gradient(circle farthest-side, #c32218, #c32218 60%, transparent 60%, transparent);
  background-size: 1.0666666667vw 1.0666666667vw;
  content: " ";
  display: block;
}
@media (min-width: 768px) {
  .page-header_title-text::after {
    width: calc(100% - 1.4545454545vw);
    height: 0.3636363636vw;
    margin-top: 1.2727272727vw;
    background-size: 0.3636363636vw 0.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .page-header_title-text::after {
    width: calc(100% - 1rem);
    height: 0.25rem;
    margin-top: 0.875rem;
    background-size: 0.25rem 0.25rem;
  }
}
.page-header_sub-title {
  margin-top: 4.2666666667vw;
  font-size: 4.8vw;
  color: #000;
  line-height: 1;
  font-weight: bold;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .page-header_sub-title {
    margin-top: 1.4545454545vw;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .page-header_sub-title {
    margin-top: 1rem;
    font-size: 1.125rem;
  }
}
.page-header_internal-links {
  max-width: 68.75rem;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: -6.6666666667vw;
  left: 50%;
  z-index: 200;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-header_internal-links {
    bottom: -2.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .page-header_internal-links {
    bottom: -1.5625rem;
  }
}
.page-header_internal-item {
  width: 73.0666666667vw;
  height: 13.3333333333vw;
  margin-right: 0.2666666667vw;
}
@media (min-width: 768px) {
  .page-header_internal-item {
    width: 24.9090909091vw;
    height: 4.5454545455vw;
    margin-right: 0.0909090909vw;
  }
}
@media (min-width: 1100px) {
  .page-header_internal-item {
    width: 17.125rem;
    height: 3.125rem;
    margin-right: 0.0625rem;
  }
}
.page-header_internal-item:last-of-type {
  margin-right: 0;
}
.page-header_internal-link {
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  font-size: 3.2vw;
  color: #c32218;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .page-header_internal-link {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .page-header_internal-link {
    font-size: 1rem;
  }
}
.page-header_internal-link:link {
  color: #c32218;
}
.page-header_internal-link:visited {
  color: #c32218;
}
.page-header_internal-link.is-current, .page-header_internal-link:hover {
  background-color: #c32218;
  color: #fff;
}
.page-header_internal-link:focus {
  color: #c32218;
}

/* ======================================================================================== ^^
	Table overview
=========================================================================================== ^^ */
.tbl-overview {
  max-width: 56.25rem;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #918c8a;
  border-collapse: collapse;
  font-size: 4.2666666667vw;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .tbl-overview {
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .tbl-overview {
    font-size: 1.125rem;
  }
}
.tbl-overview th {
  width: 100%;
  padding: 10.4vw 5.3333333333vw 7.4666666667vw;
  border-bottom: 1px solid #918c8a;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 768px) {
  .tbl-overview th {
    width: 23.3333333333%;
    padding: 3.5454545455vw 1.8181818182vw 2.5454545455vw;
    display: table-cell;
  }
}
@media (min-width: 1100px) {
  .tbl-overview th {
    padding: 2.4375rem 1.25rem 1.75rem;
  }
}
.tbl-overview td {
  width: 100%;
  padding: 10.4vw 5.3333333333vw 7.4666666667vw;
  border-bottom: 1px solid #918c8a;
  display: block;
}
@media (min-width: 768px) {
  .tbl-overview td {
    width: 76.6666666667%;
    padding: 3.5454545455vw 0 2.5454545455vw;
    display: table-cell;
  }
}
@media (min-width: 1100px) {
  .tbl-overview td {
    padding: 2.4375rem 0 1.75rem;
  }
}

/* ======================================================================================== ^^
	Philosophy section
=========================================================================================== ^^ */
.philosophy-section {
  padding: 7.2vw 0 10.6666666667vw;
}
@media (min-width: 768px) {
  .philosophy-section {
    padding: 2.4545454545vw 0 3.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .philosophy-section {
    padding: 1.6875rem 0 2.5rem;
  }
}
.philosophy-section .section_title {
  padding-top: 18.6666666667vw;
  background: url(../images/top/icon-philosophy.svg) no-repeat 50% 0;
  background-size: 14.7973333333vw auto;
}
@media (min-width: 768px) {
  .philosophy-section .section_title {
    padding-top: 6.3636363636vw;
    background-size: 5.0445454545vw auto;
  }
}
@media (min-width: 1101px) {
  .philosophy-section .section_title {
    padding-top: 4.375rem;
    background-size: 3.468125rem auto;
  }
}
.philosophy-section_lead {
  padding-bottom: 23.4666666667vw;
  margin: 0 0 16vw;
  background: url(../images/common/icon-arrow-down.svg) no-repeat 50% 100%;
  background-size: 35.2vw auto;
  font-size: 5.0666666667vw;
  color: #c32218;
  line-height: 1.7368421053;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-align: center;
}
@media (min-width: 768px) {
  .philosophy-section_lead {
    padding-bottom: 8vw;
    margin-bottom: 5.4545454545vw;
    background-size: 12vw auto;
    font-size: 1.7272727273vw;
  }
}
@media (min-width: 1101px) {
  .philosophy-section_lead {
    padding-bottom: 5.5rem;
    margin-bottom: 3.75rem;
    background-size: 8.25rem auto;
    font-size: 1.1875rem;
  }
}
.philosophy-section_sub-title {
  margin-bottom: 13.8666666667vw;
  font-size: 5.44vw;
  line-height: 1;
  letter-spacing: 0.26em;
  text-indent: 0.13em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .philosophy-section_sub-title {
    margin-bottom: 4.7272727273vw;
    font-size: 1.8545454545vw;
  }
}
@media (min-width: 1101px) {
  .philosophy-section_sub-title {
    margin-bottom: 3.25rem;
    font-size: 1.275rem;
  }
}
.philosophy-section_sub-title span {
  margin-bottom: 2.1333333333vw;
  font-size: 9.6vw;
  color: #c32218;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
}
@media (min-width: 768px) {
  .philosophy-section_sub-title span {
    margin-bottom: 0.7272727273vw;
    font-size: 3.2727272727vw;
  }
}
@media (min-width: 1101px) {
  .philosophy-section_sub-title span {
    margin-bottom: 0.5rem;
    font-size: 2.25rem;
  }
}
.philosophy-section_list {
  width: 92vw;
  margin: 0 auto 10.9333333333vw;
  list-style: none;
}
@media (min-width: 768px) {
  .philosophy-section_list {
    width: 100%;
    margin-bottom: 3.7272727273vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1101px) {
  .philosophy-section_list {
    margin-bottom: 2.5625rem;
  }
}
.philosophy-section_item {
  width: 100%;
  height: 9.0666666667vw;
  margin-bottom: 2.6666666667vw;
  background-color: #f9e9e8;
  font-size: 4.8vw;
  color: #c32218;
  line-height: 1;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .philosophy-section_item {
    width: 18.1818181818vw;
    height: 3.0909090909vw;
    margin: 0 0.2727272727vw;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1101px) {
  .philosophy-section_item {
    width: 12.5rem;
    height: 2.125rem;
    margin: 0 0.1875rem;
    font-size: 1.125rem;
  }
}
.philosophy-section_text {
  margin: 0;
  line-height: 1.75;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-indent: 0.05em;
  text-align: center;
}
@media (min-width: 768px) {
  .philosophy-section_text {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1101px) {
  .philosophy-section_text {
    font-size: 1rem;
  }
}

/* ======================================================================================== ^^
	Introduction section
=========================================================================================== ^^ */
.introduction-section {
  padding: 12.2666666667vw 5.3333333333vw 32vw;
}
@media (min-width: 768px) {
  .introduction-section {
    padding: 4.1818181818vw 1.8181818182vw 10.9090909091vw;
  }
}
@media (min-width: 1101px) {
  .introduction-section {
    padding: 2.875rem 0 7.5rem;
  }
}
.introduction-section_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/* ======================================================================================== ^^
	Corporate page header
=========================================================================================== ^^ */
.page-corporate .page-header::after {
  background: url(../images/corporate/bg-corporate_sp.webp) no-repeat 50% 100%/100% auto;
}
.no-webp .page-corporate .page-header::after {
  background: url(../images/corporate/bg-corporate_sp.jpg) no-repeat 50% 100%/100% auto;
}
@media (min-width: 768px) {
  .page-corporate .page-header::after {
    background: url(../images/corporate/bg-corporate.webp) no-repeat 50% 100%/100% auto;
  }
  .no-webp .page-corporate .page-header::after {
    background: url(../images/corporate/bg-corporate.jpg) no-repeat 50% 100%/100% auto;
  }
}
.page-corporate .page-header_title {
  background: url(../images/corporate/icon-corporate.svg) no-repeat 50% 0;
  background-size: 13.3333333333vw auto;
}
@media (min-width: 768px) {
  .page-corporate .page-header_title {
    background-size: 6.0536363636vw auto;
  }
}
@media (min-width: 1100px) {
  .page-corporate .page-header_title {
    background-size: 4.161875rem auto;
  }
}

/* ======================================================================================== ^^
	Greeting
=========================================================================================== ^^ */
.greeting-section {
  padding: 21.3333333333vw 5.3333333333vw 13.3333333333vw;
}
@media (min-width: 768px) {
  .greeting-section {
    padding: 11.3636363636vw 1.8181818182vw 9.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .greeting-section {
    padding: 7.8125rem 0 6.375rem;
  }
}
.greeting-section .section_title2 {
  margin-bottom: 10.6666666667vw;
}
@media (min-width: 768px) {
  .greeting-section .section_title2 {
    margin-bottom: 6.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .greeting-section .section_title2 {
    margin-bottom: 4.5625rem;
  }
}

.greeting-block {
  max-width: 39.375rem;
  width: 100%;
  margin: 0 auto;
  font-size: 4.2666666667vw;
  line-height: 2.25;
}
@media (min-width: 768px) {
  .greeting-block {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  .greeting-block {
    font-size: 1rem;
  }
}
.greeting-block p {
  margin-bottom: 9.3333333333vw;
}
@media (min-width: 768px) {
  .greeting-block p {
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .greeting-block p {
    margin-bottom: 2.1875rem;
  }
}
.greeting-block .name {
  margin-bottom: 0;
  font-size: 6.9333333333vw;
  line-height: 2.3076923077;
  letter-spacing: 0.1em;
  text-align: right;
}
@media (min-width: 768px) {
  .greeting-block .name {
    font-size: 2.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .greeting-block .name {
    font-size: 1.625rem;
  }
}
.greeting-block .name span {
  margin-right: 4.5333333333vw;
  font-size: 4.8vw;
}
@media (min-width: 768px) {
  .greeting-block .name span {
    margin-right: 1.5454545455vw;
    font-size: 1.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .greeting-block .name span {
    margin-right: 1.0625rem;
    font-size: 1.125rem;
  }
}

/* ======================================================================================== ^^
	Overview
=========================================================================================== ^^ */
.overview-section {
  padding: 16vw 5.3333333333vw 13.3333333333vw;
}
@media (min-width: 768px) {
  .overview-section {
    padding: 9.2727272727vw 1.8181818182vw 9.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .overview-section {
    padding: 6.375rem 0 6.375rem;
  }
}
.overview-section .section_title2 {
  margin-bottom: 9.6vw;
}
@media (min-width: 768px) {
  .overview-section .section_title2 {
    margin-bottom: 3.2727272727vw;
  }
}
@media (min-width: 1100px) {
  .overview-section .section_title2 {
    margin-bottom: 2.25rem;
  }
}

/* ======================================================================================== ^^
	Recruit
=========================================================================================== ^^ */
.recruit-section {
  padding: 16vw 5.3333333333vw 18.6666666667vw;
}
@media (min-width: 768px) {
  .recruit-section {
    padding: 9.2727272727vw 1.8181818182vw 6.3636363636vw;
  }
}
@media (min-width: 1100px) {
  .recruit-section {
    padding: 6.375rem 0 4.375rem;
  }
}
.recruit-section .section_title {
  padding-top: 24.5333333333vw;
  background: url(../images/corporate/icon-recruit.svg) no-repeat 50% 0;
  background-size: 17.336vw auto;
  font-size: 7.4666666667vw;
}
@media (min-width: 768px) {
  .recruit-section .section_title {
    padding-top: 8.3636363636vw;
    background-size: 5.91vw auto;
    font-size: 2.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .recruit-section .section_title {
    padding-top: 5.75rem;
    background-size: 4.063125rem auto;
    font-size: 1.75rem;
  }
}
.recruit-section .section_title2 {
  margin-bottom: 16.5333333333vw;
}
@media (min-width: 768px) {
  .recruit-section .section_title2 {
    margin-bottom: 5.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .recruit-section .section_title2 {
    margin-bottom: 3.875rem;
  }
}
.recruit-section .tbl-overview {
  margin-bottom: 9.3333333333vw;
}
@media (min-width: 768px) {
  .recruit-section .tbl-overview {
    margin-bottom: 3.1818181818vw;
  }
}
@media (min-width: 1100px) {
  .recruit-section .tbl-overview {
    margin-bottom: 2.1875rem;
  }
}
.recruit-section .btn-contact {
  width: 100%;
  height: 13.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .recruit-section .btn-contact {
    width: 22.7272727273vw;
    height: 4.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .recruit-section .btn-contact {
    width: 15.625rem;
    height: 3.125rem;
  }
}

.thought-box {
  width: 100%;
  padding: 13.3333333333vw 5.3333333333vw 37.3333333333vw;
  margin-bottom: 13.8666666667vw;
  border: 1px solid #707070;
  background: url(../images/corporate/img-thought_sp.webp) no-repeat 50% 100%/100% auto;
}
.no-webp .thought-box {
  background: url(../images/corporate/img-thought_sp.jpg) no-repeat 50% 100%/100% auto;
}
@media (min-width: 768px) {
  .thought-box {
    padding: 8.1818181818vw 1.8181818182vw 29.8181818182vw;
    margin-bottom: 4.7272727273vw;
    background: url(../images/corporate/img-thought@2x.webp) no-repeat 50% 100%/100% auto;
  }
  .no-webp .thought-box {
    background: url(../images/corporate/img-thought@2x.jpg) no-repeat 50% 100%/100% auto;
  }
}
@media (min-width: 1100px) {
  .thought-box {
    padding: 5.625rem 0 20.5rem;
    margin-bottom: 3.25rem;
  }
}
.thought-box_title {
  width: 69.3333333333vw;
  margin: 0 auto 8vw;
}
@media (min-width: 768px) {
  .thought-box_title {
    width: 61.5454545455vw;
    margin-bottom: 5.5454545455vw;
  }
}
@media (min-width: 1100px) {
  .thought-box_title {
    width: 42.3125rem;
    margin-bottom: 3.8125rem;
  }
}
.thought-box_line {
  max-width: 48.96875rem;
  width: 100%;
  height: 1px;
  margin: 0 auto 13.6vw;
  border: none;
  background-color: #918c8a;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 768px) {
  .thought-box_line {
    margin-bottom: 4.6363636364vw;
  }
}
@media (min-width: 1100px) {
  .thought-box_line {
    margin-bottom: 3.1875rem;
  }
}
.thought-box_text {
  margin-bottom: 7.4666666667vw;
}
@media (min-width: 768px) {
  .thought-box_text {
    margin-bottom: 4.9090909091vw;
  }
}
@media (min-width: 1100px) {
  .thought-box_text {
    margin-bottom: 3.375rem;
  }
}
.thought-box p {
  margin-bottom: 0;
  font-size: 4.2666666667vw;
  line-height: 2.3;
  text-align: center;
}
@media (min-width: 768px) {
  .thought-box p {
    font-size: 1.8181818182vw;
  }
}
@media (min-width: 1100px) {
  .thought-box p {
    font-size: 1.25rem;
  }
}

/* ======================================================================================== ^^
	Service page header
=========================================================================================== ^^ */
.page-service .page-header::after {
  background: url(../images/service/bg-service_sp.webp) no-repeat 50% 100%/100% auto;
}
.no-webp .page-service .page-header::after {
  background: url(../images/service/bg-service_sp.jpg) no-repeat 50% 100%/100% auto;
}
@media (min-width: 768px) {
  .page-service .page-header::after {
    background: url(../images/service/bg-service.webp) no-repeat 50% 100%/auto 100%;
  }
  .no-webp .page-service .page-header::after {
    background: url(../images/service/bg-service.jpg) no-repeat 50% 100%/auto 100%;
  }
}
@media (min-width: 1600px) {
  .page-service .page-header::after {
    background-size: 100% auto;
  }
}
.page-service .page-header_title {
  background: url(../images/service/icon-service.svg) no-repeat 50% 0;
  background-size: 8vw auto;
}
@media (min-width: 768px) {
  .page-service .page-header_title {
    background-size: 4.4809090909vw auto;
  }
}
@media (min-width: 1100px) {
  .page-service .page-header_title {
    background-size: 3.080625rem auto;
  }
}