@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 1400px) {
  .w1400 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

button {
  transition: 0.3s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

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

.reset {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .mb50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .mb60 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .mb70 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .mt30 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .mt40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .mt50 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .mt60 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .mt70 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .mt70 {
    margin-top: 40px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .mt80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mt100 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 1100px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

.tel-link {
  color: #000 !important;
  text-decoration: none !important;
  cursor: auto !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
/* ローディング画面 */
#loading {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #fff;
  position: fixed;
  z-index: 300;
}

.logo {
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 260px;
  height: auto;
  transform: translateY(-55%);
  position: absolute;
}

.loader {
  margin: 6em auto 0;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1600px) {
  .header {
    width: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    width: 180px;
  }
}
@media screen and (max-width: 1300px) {
  .header {
    width: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .header {
    padding-left: 16px;
    width: 100%;
    height: 80px;
    box-shadow: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.5s;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding-left: 13px;
    height: 60px;
  }
}
.header__logo {
  width: 100%;
  line-height: 0.1;
}
.header__logo .logo01 {
  display: inline;
}
.header__logo .logo02 {
  display: none;
}
@media screen and (max-height: 830px) {
  .header__logo {
    padding: 0 10%;
  }
}
@media screen and (max-width: 1100px) {
  .header__logo {
    padding: 0;
    width: 124px;
  }
  .header__logo .logo01 {
    display: none;
  }
  .header__logo .logo02 {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 109px;
  }
}
.header__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  margin: 25px auto 0;
  width: 150px;
}
@media screen and (max-width: 1600px) {
  .header__nav {
    margin-top: 0;
  }
}
@media screen and (max-height: 830px) {
  .header__nav {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  background-image: url(../img/common/dot.svg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 3px auto;
}
.header__nav__item.now .header__nav__item__link__text::before {
  width: calc(100% + 6px);
}
.header__nav__item__link {
  padding: 19px 0 16px;
  width: 100%;
  text-align: center;
  display: block;
}
@media screen and (max-height: 830px) {
  .header__nav__item__link {
    padding: 16px 0 13px;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__item__link:hover .header__nav__item__link__text::before {
    width: calc(100% + 6px);
  }
  .header__nav__item__link:hover .header__nav__item__link__korean {
    color: #d00;
    transform: translateY(2px);
  }
}
.header__nav__item__link__text {
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-height: 830px) {
  .header__nav__item__link__text {
    font-size: 15px;
  }
}
.header__nav__item__link__text::before {
  content: "";
  width: 0;
  height: 6px;
  background-color: rgba(221, 0, 0, 0.2);
  position: absolute;
  z-index: -1;
  left: -3px;
  bottom: -1px;
  transition: 0.4s;
}
.header__nav__item__link__korean {
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-family: "Arial", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0;
  background-image: url(../img/common/icon_korean.svg);
  background-repeat: no-repeat;
  background-size: 26px auto;
  background-position: 0 50%;
  display: inline-block;
  transition: 0.2s;
}
.header__contact {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #d00;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .header__contact {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__contact:hover {
    background-color: #000;
  }
  .header__contact:hover .header__contact__text {
    transform: translateY(2px);
  }
}
.header__contact__text {
  padding-left: 23px;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 0 48%;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .header__contact__text {
    font-size: 14px;
  }
}
.header .menu-btn {
  margin: 0 auto;
  display: block;
  width: 70px;
  height: 70px;
  background-color: #f3f5f7;
  border: none;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  transition: 0.2s;
  position: absolute;
  bottom: 18%;
  left: 0;
  right: 0;
}
.header .menu-btn::before {
  content: "";
  margin: 0 auto;
  width: 37%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 3px);
  transition: 0.2s;
}
.header .menu-btn::after {
  content: "";
  margin: 0 auto;
  width: 37%;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% + 3px);
  transition: 0.2s;
}
@media screen and (max-height: 900px) {
  .header .menu-btn {
    bottom: 16%;
  }
}
@media screen and (max-height: 830px) {
  .header .menu-btn {
    bottom: 14%;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu-btn {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .header .menu-btn {
    margin: 0;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .header .menu-btn {
    margin: 0;
    width: 40px;
    height: 40px;
    bottom: auto;
    left: auto;
    right: 10px;
    top: 10px;
  }
  .header .menu-btn::before {
    width: 37%;
    height: 1px;
    top: calc(50% - 2px);
  }
  .header .menu-btn::after {
    width: 37%;
    height: 1px;
    top: calc(50% + 2px);
  }
}
.header .menu-btn.on {
  background-color: #000;
}
.header .menu-btn.on::before {
  background-color: #fff;
  top: calc(50% - 1px);
}
.header .menu-btn.on::after {
  background-color: #fff;
  top: calc(50% - 1px);
}
@media screen and (min-width: 1025px) {
  .header .menu-btn:hover {
    background-color: #000;
  }
  .header .menu-btn:hover::before {
    background-color: #fff;
  }
  .header .menu-btn:hover::after {
    background-color: #fff;
  }
}
.header .menu-box {
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 260px;
  z-index: 11;
  overflow-y: scroll;
}
.header .menu-box::-webkit-scrollbar {
  width: 6px;
}
.header .menu-box::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.header .menu-box::-webkit-scrollbar-thumb {
  background: rgba(0, 17, 153, 0.1);
  border-radius: 3px;
  box-shadow: none;
}
@media screen and (max-width: 1600px) {
  .header .menu-box {
    left: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .header .menu-box {
    left: 180px;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu-box {
    left: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .header .menu-box {
    top: 80px;
    height: calc(100vh - 80px);
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .header .menu-box {
    top: 60px;
    height: calc(100vh - 60px);
    left: 0;
  }
}
.header .menu-box.on {
  width: calc(100% - 260px);
}
@media screen and (max-width: 1600px) {
  .header .menu-box.on {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .header .menu-box.on {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .header .menu-box.on {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1100px) {
  .header .menu-box.on {
    width: 100%;
  }
}
.header .menu-box__inner {
  padding-bottom: 50px;
  width: 320px;
  min-height: 100vh;
  background-color: #000;
}
@media screen and (max-width: 1100px) {
  .header .menu-box__inner {
    margin: 0 auto;
    padding: 50px 0 100px;
    width: 500px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .header .menu-box__inner {
    margin: 0 auto;
    padding: 0 0 100px;
    width: 100%;
  }
}
.header .menu-box__inner__list {
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .header .menu-box__inner__list {
    padding-top: 180px;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu-box__inner__list {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1100px) {
  .header .menu-box__inner__list {
    padding-top: 0;
  }
}
.header .menu-box__inner__list__item {
  border-bottom: 1px dotted #fff;
  position: relative;
}
.header .menu-box__inner__list__item:first-child {
  border-top: 1px dotted #fff;
}
@media screen and (max-width: 599px) {
  .header .menu-box__inner__list__item:first-child {
    border-top: none;
  }
}
.header .menu-box__inner__list__item .open-btn {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .header .menu-box__inner__list__item .open-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
.header .menu-box__inner__list__item .open-btn::before {
  content: "";
  margin: 0 auto;
  width: 40%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  transition: 0.2s;
}
.header .menu-box__inner__list__item .open-btn::after {
  content: "";
  margin: 0 auto;
  width: 40%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
}
.header .menu-box__inner__list__item .open-btn.close::before {
  transform: rotate(90deg);
}
.header .menu-box__inner__list__item .nav-sub-box {
  padding: 25px 0 25px 30px;
  background-color: #222;
}
.header .menu-box__inner__list__item .nav-sub-box__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header .menu-box__inner__list__item .nav-sub-box__list__item {
  width: 45%;
}
.header .menu-box__inner__list__item .nav-sub-box__list__item:nth-child(2n) {
  width: 55%;
}
.header .menu-box__inner__list__item .nav-sub-box__list__item.all {
  width: 100%;
}
.header .menu-box__inner__list__item .nav-sub-box__list__item__link {
  padding-left: 15px;
  font-size: 15px;
  line-height: 2;
  color: #fff;
  position: relative;
  display: inline-block;
}
.header .menu-box__inner__list__item .nav-sub-box__list__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .header .menu-box__inner__list__item .nav-sub-box__list__item__link:hover {
    opacity: 0.7;
    transform: translateX(3px);
  }
}
.header .menu-box__inner__list__item .nav-sub-box__list__item__link.other {
  padding-right: 20px;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 100% 50%;
}
@media screen and (max-width: 599px) {
  .header .menu-box__inner__list__item .nav-sub-box__list__item__link.other {
    padding-right: 17px;
    background-size: 14px auto;
  }
}
.header .menu-box__inner__list__item__link {
  padding: 0 40px 0 36px;
  height: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 61px;
  position: relative;
  display: block;
}
.header .menu-box__inner__list__item__link::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 4px);
  left: 20px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .header .menu-box__inner__list__item__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header .menu-box__inner__list__item__link:hover::before {
    border-color: transparent transparent transparent #d00;
  }
}
.header .menu-box__inner__sub {
  margin: 25px 20px;
}
.header .menu-box__inner__sub__item {
  margin-top: 10px;
}
.header .menu-box__inner__sub__item:first-child {
  margin-top: 0;
}
.header .menu-box__inner__sub__item__link {
  padding-left: 1em;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  position: relative;
  display: inline-block;
}
.header .menu-box__inner__sub__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #d00;
  position: absolute;
  top: 4px;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .header .menu-box__inner__sub__item__link:hover {
    opacity: 0.7;
    transform: translateX(3px);
  }
}
.header .menu-box__inner__sub__item__link.other {
  padding-right: 20px;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 100% 50%;
}
@media screen and (max-width: 599px) {
  .header .menu-box__inner__sub__item__link.other {
    padding-right: 17px;
    background-size: 14px auto;
  }
}

.footer-bnrs {
  margin-left: 260px;
  padding: 40px 10px;
  width: calc(100% - 260px);
  background-color: #f3f5f7;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .footer-bnrs {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .footer-bnrs {
    margin-left: 180px;
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .footer-bnrs {
    margin-left: 150px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1100px) {
  .footer-bnrs {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer-bnrs {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer-bnrs {
    padding: 20px 0;
  }
}
.footer-bnrs__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .footer-bnrs__list {
    margin-top: -10px;
  }
}
.footer-bnrs__list__item {
  margin-left: 20px;
}
@media screen and (max-width: 900px) {
  .footer-bnrs__list__item {
    margin-left: 10px;
  }
}
.footer-bnrs__list__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .footer-bnrs__list__item {
    margin-top: 10px;
    margin-left: 10px;
  }
  .footer-bnrs__list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
.footer-bnrs__list__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer-bnrs__list__item__link:hover {
    transform: translateY(2px);
  }
}

.footer {
  margin-left: 260px;
  padding: 0 30px 0 40px;
  width: calc(100% - 260px);
  height: 80px;
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .footer {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .footer {
    margin-left: 180px;
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .footer {
    margin-left: 150px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1100px) {
  .footer {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    padding: 0 20px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 0;
    height: 50px;
    justify-content: center;
  }
}
.footer__nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav__item {
  margin-left: 20px;
}
.footer__nav__item:first-child {
  margin-left: 0;
}
.footer__nav__item__link {
  padding-left: 14px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  display: block;
  position: relative;
}
.footer__nav__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #d00;
  border-style: solid;
  position: absolute;
  top: 2px;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .footer__nav__item__link:hover {
    color: #d00;
    transform: translateX(2px);
  }
  .footer__nav__item__link:hover::before {
    border-color: transparent transparent transparent #fff;
  }
}
.footer__copyright {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    font-size: 13px;
  }
}

.sub-nav {
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .sub-nav {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav {
    margin: 60px -18px -78px;
  }
}
.sub-nav__item {
  margin-top: 2px;
  width: calc((100% - 6px) / 4);
}
@media screen and (max-width: 900px) {
  .sub-nav__item {
    width: calc((100% - 2px) / 2);
  }
}
.sub-nav__item__link {
  padding-left: 0.2em;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 61px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #e3e9ee;
  display: block;
  position: relative;
}
.sub-nav__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #d00;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
@media screen and (max-width: 900px) {
  .sub-nav__item__link {
    padding-left: 0.12em;
    height: 54px;
    font-size: 15px;
    line-height: 55px;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav__item__link {
    padding-left: 0.06em;
    height: 50px;
    font-size: 14px;
    line-height: 51px;
    letter-spacing: 0.06em;
  }
  .sub-nav__item__link::before {
    border-width: 3px 0 3px 6px;
    top: calc(50% - 3px);
    right: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .sub-nav__item__link:hover {
    color: #fff;
    background-color: #d00;
  }
  .sub-nav__item__link:hover::before {
    border-color: transparent transparent transparent #fff;
    right: 17px;
  }
}
.sub-nav__item__link.now {
  color: #fff;
  background-color: #d00;
}
.sub-nav__item__link.now::before {
  border-color: transparent transparent transparent #fff;
}

.contents {
  margin-left: 260px;
  width: calc(100% - 260px);
}
@media screen and (max-width: 1600px) {
  .contents {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .contents {
    margin-left: 180px;
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .contents {
    margin-left: 150px;
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 1100px) {
  .contents {
    margin-left: 0;
    width: 100%;
  }
}
.contents__inner {
  padding: 0 50px 150px;
}
@media screen and (max-width: 1024px) {
  .contents__inner {
    padding: 0 50px 120px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner {
    padding: 0 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner {
    padding: 0 20px 80px;
  }
}
.contents__inner .w1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
.contents__inner .w760 {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
}

.index-list {
  margin-top: -35px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .index-list {
    margin-top: -20px;
  }
}
@media screen and (max-width: 900px) {
  .index-list {
    margin-top: -10px;
  }
}
@media screen and (max-width: 599px) {
  .index-list {
    margin: -10px -10px 0;
  }
}
.index-list__item {
  margin-top: 35px;
  margin-left: 35px;
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 1200px) {
  .index-list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .index-list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.index-list__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .index-list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
  .index-list__item:nth-child(3n-2) {
    margin-left: 10px;
  }
  .index-list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
.index-list__item__link {
  background-color: #f3f5f7;
  display: block;
  position: relative;
}
.index-list__item__link::before {
  content: "";
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background-color: #8ab;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .index-list__item__link::before {
    width: 22px;
    height: 22px;
    bottom: 23px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__item__link::before {
    width: 18px;
    height: 18px;
    bottom: 20px;
  }
}
.index-list__item__link::after {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 39px;
  left: calc(50% - 2px);
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .index-list__item__link::after {
    border-width: 3px 0 3px 6px;
    bottom: 31px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__item__link::after {
    bottom: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .index-list__item__link:hover {
    background-color: #e3e9ee;
    transform: translateY(-10px);
  }
  .index-list__item__link:hover::before {
    background-color: #d00;
  }
}
.index-list__item__link__photo {
  overflow: hidden;
}
.index-list__item__link__photo img {
  transition: 0.2s;
}
.index-list__item__link__inner {
  padding: 32px 10px 78px;
}
@media screen and (max-width: 900px) {
  .index-list__item__link__inner {
    padding: 28px 10px 60px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__item__link__inner {
    padding: 24px 5px 52px;
  }
}
.index-list__item__link__inner__text {
  font-size: 22px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .index-list__item__link__inner__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .index-list__item__link__inner__text {
    font-size: 4.7vw;
    letter-spacing: 0.06em;
  }
}
.index-list__item__link__inner__text__en {
  padding-left: 0;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1;
  color: #d00;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .index-list__item__link__inner__text__en {
    margin-top: 3px;
  }
}

.index-list02 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.index-list02__item {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1400px) {
  .index-list02__item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .index-list02__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .index-list02__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .index-list02__item {
    margin-top: 20px;
    width: 100%;
  }
  .index-list02__item:first-child {
    margin-top: 0;
  }
}
.index-list02__item__link {
  background-color: #f3f5f7;
  display: block;
  position: relative;
}
.index-list02__item__link::before {
  content: "";
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background-color: #8ab;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .index-list02__item__link::before {
    width: 22px;
    height: 22px;
    bottom: 23px;
  }
}
@media screen and (max-width: 599px) {
  .index-list02__item__link::before {
    width: 18px;
    height: 18px;
    bottom: 20px;
  }
}
.index-list02__item__link::after {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  bottom: 39px;
  left: calc(50% - 2px);
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .index-list02__item__link::after {
    border-width: 3px 0 3px 6px;
    bottom: 31px;
  }
}
@media screen and (max-width: 599px) {
  .index-list02__item__link::after {
    bottom: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .index-list02__item__link:hover {
    background-color: #e3e9ee;
    transform: translateY(-10px);
  }
  .index-list02__item__link:hover::before {
    background-color: #d00;
  }
}
.index-list02__item__link__photo {
  overflow: hidden;
}
.index-list02__item__link__photo img {
  transition: 0.2s;
}
.index-list02__item__link__inner {
  padding: 32px 10px 78px;
}
@media screen and (max-width: 900px) {
  .index-list02__item__link__inner {
    padding: 28px 10px 60px;
  }
}
@media screen and (max-width: 599px) {
  .index-list02__item__link__inner {
    padding: 24px 5px 52px;
  }
}
.index-list02__item__link__inner__text {
  font-size: 26px;
  line-height: 1;
  color: #000;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .index-list02__item__link__inner__text {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .index-list02__item__link__inner__text {
    font-size: 5.7vw;
    letter-spacing: 0.06em;
  }
}
.index-list02__item__link__inner__text__en {
  padding-left: 0;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1;
  color: #d00;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  .index-list02__item__link__inner__text__en {
    margin-top: 3px;
  }
}

.btn01 {
  margin: 50px auto 0;
  padding-left: 0.2em;
  width: 320px;
  max-width: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  border: none;
  border-radius: 35px;
  display: block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
.btn01::before {
  content: "";
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .btn01 {
    margin: 20px auto 0;
    width: 260px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    border-radius: 25px;
  }
  .btn01::before {
    border-width: 4px 0 4px 7px;
    top: calc(50% - 4px);
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .btn01:hover {
    color: #fff;
    background-color: #000;
  }
  .btn01:hover::before {
    border-color: transparent transparent transparent #fff;
    right: 27px;
  }
}
.btn01--small {
  margin: 40px auto 0;
  width: 220px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
  border-radius: 25px;
}
.btn01--small::before {
  border-width: 4px 0 4px 7px;
  top: calc(50% - 4px);
  right: 20px;
}
@media screen and (max-width: 599px) {
  .btn01--small {
    margin: 15px auto 0;
    width: 190px;
    height: 44px;
    font-size: 14px;
    line-height: 44px;
    border-radius: 22px;
  }
  .btn01--small::before {
    border-width: 3px 0 3px 6px;
    top: calc(50% - 3px);
    right: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .btn01--small:hover::before {
    right: 18px;
  }
}
.btn01--blue {
  background-color: #019;
}
.btn01--red {
  background-color: #d00;
}
.btn01--gray {
  background-color: #8ab;
}
.btn01--back {
  padding-left: 10px;
  padding-right: 0;
}
.btn01--back::before {
  right: auto;
  left: 30px;
  transform: rotate(180deg);
}
@media screen and (max-width: 599px) {
  .btn01--back::before {
    left: 20px;
  }
}
.btn01--back:hover::before {
  right: auto;
  left: 27px;
}
.btn01--correction {
  padding-left: 10px;
  padding-right: 0;
  width: 240px;
  background-color: #8ab;
}
.btn01--correction::before {
  right: auto;
  left: 30px;
  transform: rotate(180deg);
}
@media screen and (max-width: 900px) {
  .btn01--correction {
    width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .btn01--correction {
    width: 260px;
  }
  .btn01--correction::before {
    left: 20px;
  }
}
.btn01--correction:hover::before {
  right: auto;
  left: 27px;
}
.btn01--white {
  color: #000;
  background-color: #fff;
}
.btn01--white::before {
  border-color: transparent transparent transparent #d00;
}
.btn01--black {
  background-color: #000;
}
@media screen and (min-width: 1025px) {
  .btn01--black:hover {
    background-color: #d00;
  }
}

.btn02-wrapper {
  margin: 40px auto 50px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .btn02-wrapper {
    margin: 20px auto 40px;
  }
}

.btn02 {
  margin: 0 auto;
  padding: 22px 55px 21px;
  width: auto;
  max-width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: #8ab;
  border: none;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
.btn02::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: 25px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .btn02 {
    padding: 17px 40px 16px;
    font-size: 15px;
    border-radius: 25px;
    letter-spacing: 0.06em;
  }
  .btn02::before {
    border-width: 4px 0 4px 7px;
    top: calc(50% - 4px);
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .btn02:hover {
    color: #fff;
    background-color: #000;
  }
  .btn02:hover::before {
    border-color: transparent transparent transparent #fff;
    right: 22px;
  }
}

.pagetitle {
  background-color: #d00;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .pagetitle {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 60px;
  }
}
.pagetitle__inner {
  width: 50%;
  height: 350px;
  padding: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .pagetitle__inner {
    height: 300px;
  }
}
@media screen and (max-width: 1200px) {
  .pagetitle__inner {
    padding: 40px;
    height: 260px;
  }
}
@media screen and (max-width: 1100px) {
  .pagetitle__inner {
    padding: 50px;
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__inner {
    padding: 30px;
    height: 240px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner {
    width: 100%;
    height: 45.333vw;
  }
}
.pagetitle__inner__text {
  padding-left: 31px;
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.16em;
  position: relative;
}
.pagetitle__inner__text--ls006 {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1200px) {
  .pagetitle__inner__text--ls006 {
    letter-spacing: 0;
  }
}
.pagetitle__inner__text::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 6px;
}
@media screen and (max-width: 1400px) {
  .pagetitle__inner__text {
    padding-left: 28px;
    font-size: 28px;
  }
  .pagetitle__inner__text::before {
    top: 5px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__inner__text {
    padding-left: 22px;
    font-size: 26px;
    letter-spacing: 0.1em;
  }
  .pagetitle__inner__text::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner__text {
    padding-left: 20px;
    font-size: 24px;
  }
  .pagetitle__inner__text::before {
    top: 4px;
  }
}
.pagetitle__inner__text__en {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.12em;
  vertical-align: 60%;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .pagetitle__inner__text__en {
    font-size: 11px;
    vertical-align: 50%;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__inner__text__en {
    margin-top: 10px;
    margin-left: 0;
    font-size: 11px;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner__text__en {
    margin-top: 7px;
    font-size: 10px;
  }
}
.pagetitle__photo {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .pagetitle__photo {
    width: 100%;
  }
}
.pagetitle__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-center {
  margin-bottom: 35px;
  padding-left: 0.12em;
  font-size: 34px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .title-center {
    margin-bottom: 30px;
    font-size: 32px;
  }
}
@media screen and (max-width: 900px) {
  .title-center {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .title-center {
    margin-bottom: 15px;
    font-size: 5.8vw;
  }
}
.title-center__en {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
  color: #d00;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .title-center__en {
    margin-top: 8px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .title-center__en {
    margin-top: 5px;
    font-size: 10px;
  }
}

.title-line {
  margin-bottom: 30px;
  padding-left: 38px;
  font-size: 26px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
}
.title-line::before {
  content: "";
  width: 24px;
  height: 4px;
  background-color: #d00;
  position: absolute;
  top: 9px;
  left: 0;
}
.title-line::after {
  content: "";
  width: 12px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-line {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 22px;
  }
  .title-line::before {
    width: 20px;
    height: 3px;
    top: 8px;
  }
  .title-line::after {
    width: 10px;
    height: 3px;
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .title-line {
    margin-bottom: 15px;
    padding-left: 24px;
    font-size: 18px;
  }
  .title-line::before {
    width: 16px;
    height: 2px;
    top: 7px;
  }
  .title-line::after {
    width: 8px;
    height: 2px;
    top: 7px;
  }
}
.title-line--line {
  padding-bottom: 25px;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .title-line--line {
    padding-bottom: 15px;
  }
}

.title-circle {
  margin-bottom: 13px;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  position: relative;
}
.title-circle::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 5px solid #d00;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .title-circle {
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 17px;
  }
  .title-circle::before {
    width: 14px;
    height: 14px;
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle {
    margin-bottom: 5px;
    padding-left: 20px;
    font-size: 16px;
  }
  .title-circle::before {
    width: 12px;
    height: 12px;
    border: 4px solid #d00;
    top: 3px;
  }
}
.title-circle--line {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .title-circle--line {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.title-circle--gray::before {
  border: 5px solid #8ab;
}
@media screen and (max-width: 599px) {
  .title-circle--gray::before {
    border: 4px solid #8ab;
  }
}

.title-obi-blue {
  margin-bottom: 25px;
  padding-left: 0.06em;
  width: 100%;
  height: 50px;
  font-size: 22px;
  line-height: 51px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #8ab;
}
@media screen and (max-width: 900px) {
  .title-obi-blue {
    margin-bottom: 20px;
    height: 45px;
    font-size: 20px;
    line-height: 46px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi-blue {
    margin-bottom: 10px;
    height: 40px;
    font-size: 16px;
    line-height: 41px;
  }
}

.title-dot-red {
  margin-top: 100px;
  margin-bottom: 35px;
  padding-left: 0.12em;
  padding-bottom: 28px;
  font-size: 34px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  background-image: url(../img/common/title_dot_red.svg);
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-position: 50% 100%;
}
@media screen and (max-width: 1100px) {
  .title-dot-red {
    margin-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .title-dot-red {
    margin-top: 60px;
    margin-bottom: 25px;
    padding-bottom: 22px;
    font-size: 30px;
    background-size: 32px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-dot-red {
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    background-size: 28px auto;
  }
}

.title-ken {
  margin-bottom: 40px;
  padding: 0 40px 0 60px;
  height: 70px;
  font-size: 26px;
  line-height: 72px;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.12em;
  background-color: #e3e9ee;
  position: relative;
}
.title-ken::before {
  content: "";
  width: 28px;
  height: 28px;
  border: 9px solid #d00;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 14px);
  left: 21px;
}
@media screen and (max-width: 900px) {
  .title-ken {
    margin-bottom: 30px;
    padding: 0 20px 0 50px;
    height: 60px;
    font-size: 23px;
    line-height: 62px;
  }
  .title-ken::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 8px solid #d00;
    top: calc(50% - 12px);
    left: 17px;
  }
}
@media screen and (max-width: 599px) {
  .title-ken {
    margin-bottom: 20px;
    padding: 0 20px 0 40px;
    height: 50px;
    font-size: 21px;
    line-height: 52px;
  }
  .title-ken::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 7px solid #d00;
    top: calc(50% - 10px);
    left: 14px;
  }
}

.table01 {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .table01 tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.table01 tbody th {
  padding: 30px 35px;
  width: 200px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #8ab;
  border: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .table01 tbody th {
    padding: 20px 25px;
    width: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody th {
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    border: none;
  }
}
.table01 tbody td {
  padding: 30px 35px;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .table01 tbody td {
    padding: 20px 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody td {
    padding: 20px;
    width: 100%;
    font-size: 14px;
    border: none;
  }
}
.table01 tbody td a {
  color: #d00;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .table01 tbody td a:hover {
    text-decoration: none;
  }
}
.table01 tbody td ul li {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .table01 tbody td ul li {
    margin-bottom: 3px;
    padding-left: 12px;
  }
}
.table01 tbody td ul li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d00;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 900px) {
  .table01 tbody td ul li::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  .table01 tbody td ul li::before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}

table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
table tbody th {
  padding: 30px 35px;
  width: 200px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #8ab;
  border: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  table tbody th {
    padding: 20px 25px;
    width: 160px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  table tbody th {
    padding: 10px 15px;
    width: 100%;
    font-size: 14px;
    border: none;
  }
}
table tbody td {
  padding: 30px 35px;
  font-size: 16px;
  line-height: 1.75;
  color: #000;
  text-align: justify;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  table tbody td {
    padding: 20px 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  table tbody td {
    padding: 20px;
    width: 100%;
    font-size: 14px;
    border: none;
  }
}
table tbody td a {
  color: #d00;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  table tbody td a:hover {
    text-decoration: none;
  }
}
table tbody td ul li {
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 1em;
  position: relative;
}
@media screen and (max-width: 599px) {
  table tbody td ul li {
    margin-bottom: 3px;
    padding-left: 12px;
  }
}
table tbody td ul li::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #d00;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 900px) {
  table tbody td ul li::before {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  table tbody td ul li::before {
    width: 7px;
    height: 7px;
    top: 6px;
  }
}

.entry-container .table01 {
  margin: 0 -10px;
  width: calc(100% + 20px);
}
.entry-container table {
  margin: 0 -10px;
  width: calc(100% + 20px);
}

.text-base {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .text-base {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    line-height: 1.9;
  }
}

.text-large {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .text-large {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .text-large {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .text-large {
    line-height: 1.9;
  }
}
.text-large .icon_required {
  margin-right: 5px;
  vertical-align: 5%;
}

.text-mincho {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}

.text-caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #789;
  text-indent: -1em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .text-caution {
    font-size: 12px;
  }
}

.copy-mincho {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.75;
  color: #d00;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .copy-mincho {
    margin-bottom: 20px;
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .copy-mincho {
    margin-bottom: 10px;
    font-size: 5.5vw;
    line-height: 1.7;
    letter-spacing: 0.06em;
    text-align: justify;
  }
  .copy-mincho br {
    display: none;
  }
}
.copy-mincho--black {
  color: #000;
}

.copy-bold {
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.75;
  color: #d00;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .copy-bold {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .copy-bold {
    margin-bottom: 10px;
    font-size: 5.1vw;
    line-height: 1.7;
    text-align: justify;
  }
  .copy-bold br {
    display: none;
  }
}
.copy-bold--black {
  color: #000;
}

.copy-box {
  padding: 45px 0 43px 0.06em;
  font-size: 32px;
  line-height: 1;
  color: #d00;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  text-align: center;
  background-color: #f3f5f7;
}
.copy-box br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .copy-box {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .copy-box {
    padding: 38px 0 36px 0.06em;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 599px) {
  .copy-box {
    padding: 22px 0 22px 0.06em;
    font-size: 5.2vw;
    line-height: 1.7;
  }
  .copy-box br {
    display: inline;
  }
}

.list-small li {
  margin-top: 8px;
  padding-left: 19px;
  font-size: 15px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.list-small li::before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #d00;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .list-small li {
    margin-top: 6px;
    padding-left: 17px;
    font-size: 14px;
  }
  .list-small li::before {
    width: 9px;
    height: 3px;
    top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .list-small li {
    margin-top: 5px;
    padding-left: 15px;
    font-size: 13px;
  }
  .list-small li::before {
    width: 7px;
    height: 2px;
    top: 7px;
  }
}
.list-small li:first-child {
  margin-top: 0;
}
.list-small--ib {
  margin-top: -8px;
  margin-right: -20px;
}
.list-small--ib li {
  margin-right: 20px;
  display: inline-block;
}
.list-small--ib li:first-child {
  margin-top: 8px;
}

.list-base li {
  margin-top: 10px;
  padding-left: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: justify;
  position: relative;
}
.list-base li::before {
  content: "";
  width: 11px;
  height: 3px;
  background-color: #d00;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .list-base li {
    margin-top: 8px;
    padding-left: 20px;
    font-size: 15px;
  }
  .list-base li::before {
    width: 10px;
    height: 3px;
    top: 8px;
  }
}
@media screen and (max-width: 599px) {
  .list-base li {
    margin-top: 6px;
    padding-left: 16px;
    font-size: 14px;
  }
  .list-base li::before {
    width: 8px;
    height: 2px;
    top: 7px;
  }
}
.list-base li:first-child {
  margin-top: 0;
}
.list-base--ib {
  margin-top: -10px;
  margin-right: -30px;
}
.list-base--ib li {
  margin-right: 30px;
  display: inline-block;
}
.list-base--ib li:first-child {
  margin-top: 10px;
}

.list-caution {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .list-caution {
    margin-top: 5px;
  }
}
.list-caution li {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #789;
  text-indent: -1em;
  text-align: justify;
  position: relative;
}
.list-caution li::before {
  content: "※";
}
@media screen and (max-width: 599px) {
  .list-caution li {
    font-size: 12px;
  }
}

.lead {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .lead {
    margin-top: 70px;
    margin-bottom: 25px;
  }
}
.lead__photo {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .lead__photo {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__photo {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .lead__photo {
    margin-top: 25px;
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .lead__photo {
    margin-top: 0;
    width: 80px;
    position: absolute;
    top: -50px;
    right: -5px;
  }
}
.lead__inner {
  width: calc(100% - 280px - 20px);
}
@media screen and (max-width: 1200px) {
  .lead__inner {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner {
    width: calc(100% - 240px - 40px);
  }
}
@media screen and (max-width: 900px) {
  .lead__inner {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .lead__inner {
    width: 100%;
  }
}
.lead__inner__copy {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.6;
  color: #d00;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .lead__inner__copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.lead__inner__text {
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .lead__inner__text {
    line-height: 2.1;
    text-align: justify;
  }
  .lead__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__text {
    line-height: 1.9;
  }
}

.box {
  padding: 32px 40px;
}
@media screen and (max-width: 599px) {
  .box {
    padding: 22px 25px;
  }
}
.box--white {
  background-color: #fff;
}
.box--gray {
  background-color: #f3f5f7;
}
.box--beige {
  background-color: #f3eee7;
}
.box--padding-l {
  padding: 80px;
}
@media screen and (max-width: 900px) {
  .box--padding-l {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .box--padding-l {
    margin: 0 -20px;
    padding: 30px 25px 40px;
  }
}
.box--padding-m {
  padding: 50px 60px;
}
@media screen and (max-width: 900px) {
  .box--padding-m {
    padding: 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .box--padding-m {
    padding: 25px;
  }
}

.box-w100 {
  margin-top: 100px;
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .box-w100 {
    margin-top: 80px;
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .box-w100 {
    margin-top: 60px;
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .box-w100 {
    margin-top: 40px;
    padding: 40px 0 50px;
  }
}
.box-w100::before {
  content: "";
  width: calc(100vw - 260px);
  height: 100%;
  background-color: #f3f5f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .box-w100::before {
    width: calc(100vw - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .box-w100::before {
    width: calc(100vw - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .box-w100::before {
    width: calc(100vw - 150px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .box-w100::before {
    width: 100vw;
  }
}

.box-image-left {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .box-image-left {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .box-image-left {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .box-image-left {
    margin-bottom: 50px;
  }
}
.box-image-left__text {
  width: calc(100% - 360px - 40px);
}
@media screen and (max-width: 900px) {
  .box-image-left__text {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .box-image-left__text {
    width: 100%;
  }
}
.box-image-left__photo {
  width: 360px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .box-image-left__photo {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .box-image-left__photo {
    margin-top: 15px;
    width: 100%;
  }
}
.box-image-left__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-image-right {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .box-image-right {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .box-image-right {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .box-image-right {
    margin-bottom: 50px;
  }
}
.box-image-right__text {
  width: calc(100% - 360px - 40px);
}
@media screen and (max-width: 900px) {
  .box-image-right__text {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .box-image-right__text {
    width: 100%;
  }
}
.box-image-right__photo {
  width: 360px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .box-image-right__photo {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .box-image-right__photo {
    margin-top: 15px;
    width: 100%;
  }
}
.box-image-right__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.id-wrapper {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.photo-three {
  margin-top: -40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .photo-three {
    margin-top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .photo-three {
    margin-top: 0;
  }
}
.photo-three__item {
  margin-top: 40px;
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 900px) {
  .photo-three__item {
    margin-top: 30px;
    margin-left: 10px;
    width: calc((100% - 20px) / 3);
  }
}
.photo-three__item:nth-child(3n-2) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .photo-three__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .photo-three__item:first-child {
    margin-top: 0;
  }
}
.photo-three__item__photo {
  width: 100%;
  text-align: center;
}
.photo-three__item__caption {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .photo-three__item__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.photo-two {
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .photo-two {
    margin-top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .photo-two {
    margin-top: 0;
  }
}
.photo-two__item {
  margin-top: 40px;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 900px) {
  .photo-two__item {
    margin-top: 30px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .photo-two__item {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .photo-two__item:first-child {
    margin-top: 0;
  }
}
.photo-two__item__photo {
  width: 100%;
  text-align: center;
}
.photo-two__item__caption {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .photo-two__item__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.photo-one__item {
  margin-top: 40px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .photo-one__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .photo-one__item {
    margin-top: 20px;
  }
}
.photo-one__item:first-child {
  margin-top: 0;
}
.photo-one__item__photo {
  width: 100%;
  text-align: center;
}
.photo-one__item__caption {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .photo-one__item__caption {
    margin-top: 10px;
    font-size: 14px;
  }
}

.breadcrumbs {
  margin: 20px 20px 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
}
.breadcrumbs__item {
  padding-bottom: 3px;
  max-width: 40em;
  font-size: 14px;
  line-height: 1;
  color: #d00;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__item {
    max-width: 24em;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item {
    max-width: 16em;
    font-size: 11px;
  }
}
.breadcrumbs__item::before {
  content: "＞";
  margin: 0 2px 0 8px;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs__item::before {
    margin: 0 0 0 8px;
    vertical-align: 0%;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs__item::before {
    margin: 0 0 0 5px;
    vertical-align: 0%;
  }
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item__link {
  color: #d00;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs__item__link:hover {
    opacity: 0.7s;
    transform: translateY(3px);
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(100px);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
}

.inview-blur.fadein {
  transition-duration: 1.8s;
  color: transparent;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0);
}
.inview-blur.fadein--on {
  text-shadow: 0 0 0 white;
}

.inview-alpha.fadein {
  opacity: 0;
  transition-duration: 0.6s;
}
.inview-alpha.fadein--on {
  opacity: 1;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay12 {
  transition-delay: 1.2s;
}

@media screen and (max-width: 599px) {
  .delay00-sp {
    transition-delay: 0s !important;
  }
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 50px !important;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 25px !important;
  }
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 800px;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 30px 25px 40px;
    border-radius: 5px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal-close-btn {
  margin: 40px auto 0;
  padding-right: 20px;
  width: 200px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #8ab;
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}
.remodal-close-btn::before {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.remodal-close-btn::after {
  content: "";
  top: calc(50% - 1px);
  right: 20px;
  width: 24px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
  .remodal-close-btn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .remodal-close-btn {
    margin: 20px auto 0;
    padding-right: 10px;
    width: 160px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  .remodal-close-btn::before {
    right: 15px;
    width: 20px;
    height: 2px;
  }
  .remodal-close-btn::after {
    right: 15px;
    width: 20px;
    height: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .remodal-close-btn:hover {
    background-color: #000;
    transform: translateY(3px);
  }
}

.top-main {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-top: 60px;
  }
}
.top-main__photos {
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: sticky;
}
@media screen and (max-width: 1100px) {
  .top-main__photos {
    top: 80px;
    height: calc(100vh - 80px);
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .top-main__photos {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.top-main__photos__item {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  .top-main__photos__item {
    width: 100%;
    height: calc((100vh - 80px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-main__photos__item {
    height: calc((100vh - 60px) / 2);
  }
}
.top-main__photos__item div {
  width: 100%;
  height: 100%;
  line-height: 0.1;
}
.top-main__photos__item__photo {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-main__photos__item__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-main__copy {
  margin: 0 auto;
  width: 90px;
  position: absolute;
  top: 50vh;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .top-main__copy {
    width: 60%;
    top: calc((100vh - 80px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy {
    width: 84%;
    top: calc((100vh - 60px) / 2);
  }
}
.top-main__blur-bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 119, 34, 0.65);
  backdrop-filter: blur(15px);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
}
.top-main__blur-bg.on {
  opacity: 1;
}
.top-main__lead {
  margin-top: 20vh;
  padding: 120px 80px 240px;
}
@media screen and (max-width: 900px) {
  .top-main__lead {
    padding: 60px 50px 180px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead {
    margin-top: 0;
    padding: 0 7vw 60px;
  }
}
.top-main__lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-main__lead__inner {
    max-width: 900px;
  }
}
.top-main__lead__inner__copy {
  padding-top: 30px;
  margin-bottom: 30px;
  font-size: 46px;
  line-height: 1.7;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .top-main__lead__inner__copy {
    margin-top: 0;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner__copy {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 9vw;
  }
}
.top-main__lead__inner__text {
  font-size: 22px;
  line-height: 2.7;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 900px) {
  .top-main__lead__inner__text {
    font-size: 19px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner__text {
    margin-bottom: 25px;
    font-size: 4.6vw;
    line-height: 2.4;
    letter-spacing: 0.06em;
  }
}
.top-main__lead__inner__photo {
  width: 17.762%;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner__photo {
    width: 32%;
    position: relative;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
}
.top-main__lead__inner__photo.photo01 {
  top: 0;
  right: 22%;
}
@media screen and (max-width: 1500px) {
  .top-main__lead__inner__photo.photo01 {
    right: 20%;
  }
}
@media screen and (max-width: 900px) {
  .top-main__lead__inner__photo.photo01 {
    right: 18%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner__photo.photo01 {
    left: 27%;
    right: auto;
  }
}
.top-main__lead__inner__photo.photo02 {
  top: 28%;
  right: -4%;
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner__photo.photo02 {
    margin-top: -25%;
    top: 0;
    left: 66%;
    right: auto;
  }
}
.top-main__lead__inner__photo.photo03 {
  top: 62%;
  right: 32%;
}
@media screen and (max-width: 1500px) {
  .top-main__lead__inner__photo.photo03 {
    top: 58%;
    right: 28%;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__lead__inner__photo.photo03 {
    right: 25%;
  }
}
@media screen and (max-width: 900px) {
  .top-main__lead__inner__photo.photo03 {
    top: 50%;
    right: 23%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner__photo.photo03 {
    margin-top: -15%;
    top: 0;
    left: 3%;
    right: auto;
  }
}

.top-links {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  display: none;
}
@media screen and (max-width: 1100px) {
  .top-links {
    display: flex;
  }
}
.top-links__item {
  width: 25%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.top-links__item:first-child {
  border-left: none;
}
@media screen and (max-width: 599px) {
  .top-links__item {
    width: 50%;
  }
  .top-links__item:nth-child(2n-1) {
    border-left: none;
  }
}
.top-links__item__link {
  width: 100%;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #d00;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-links__item__link {
    height: 60px;
    font-size: 15px;
    line-height: 60px;
  }
}
.top-links__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
}
@media screen and (max-width: 599px) {
  .top-links__item__link {
    padding-right: 10px;
    font-size: 14px;
  }
  .top-links__item__link::before {
    right: 15px;
  }
}

.top-news {
  padding: 120px 60px 0;
  width: 100%;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-news {
    padding: 90px 60px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 70px 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 60px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 20px 0;
  }
}
.top-news__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .top-news__inner {
    max-width: 1000px;
  }
}
.top-news__inner__item {
  width: calc((100% - 40px) / 2);
  position: relative;
}
@media screen and (max-width: 1700px) {
  .top-news__inner__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 1600px) {
  .top-news__inner__item {
    width: 100%;
  }
  .top-news__inner__item:first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__item:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item:first-child {
    margin-bottom: 35px;
  }
}
.top-news__inner__item__title {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .top-news__inner__item__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.top-news__inner__item__title__en {
  margin-left: 5px;
  font-size: 10px;
  line-height: 1;
  color: #d00;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: inline-block;
  vertical-align: 60%;
}
@media screen and (max-width: 599px) {
  .top-news__inner__item__title__en {
    margin-left: 6px;
  }
}
.top-news__inner__item__nav {
  width: calc(100% - 220px);
  max-width: 600px;
  position: absolute;
  right: 0;
  top: 2px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .top-news__inner__item__nav {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
}
.top-news__inner__item__nav__item {
  padding-bottom: 14px;
  width: calc((100% - 9px) / 4);
  font-size: 13px;
  line-height: 1;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .top-news__inner__item__nav__item {
    padding-bottom: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .top-news__inner__item__nav__item {
    font-size: 10px;
  }
}
.top-news__inner__item__nav__item::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #cde;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .top-news__inner__item__nav__item:hover {
    color: #d00;
  }
  .top-news__inner__item__nav__item:hover::before {
    background-color: #d00;
  }
}
.top-news__inner__item__nav__item.select {
  color: #d00;
}
.top-news__inner__item__nav__item.select::before {
  background-color: #d00;
}
.top-news__inner__item .display-hide {
  display: none;
}
.top-news__inner__item .news-list {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .top-news__inner__item .news-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.top-news__inner__item .news-list__item:nth-child(n+6) {
  display: none;
}
.top-news__inner__item .news-list__item__link {
  padding: 27px 25px;
}
@media screen and (max-width: 1600px) {
  .top-news__inner__item .news-list__item__link {
    padding: 27px 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__item .news-list__item__link {
    padding: 25px 35px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item .news-list__item__link {
    padding: 20px 25px;
  }
}
.top-news__inner__item .news-list__item__link__date {
  width: 80px;
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .top-news__inner__item .news-list__item__link__date {
    width: 85px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__item .news-list__item__link__date {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item .news-list__item__link__date {
    font-size: 15px;
  }
}
.top-news__inner__item .news-icon {
  width: 80px !important;
}
@media screen and (max-width: 1600px) {
  .top-news__inner__item .news-icon {
    width: 90px !important;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__item .news-icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item .news-icon {
    width: 80px !important;
  }
}
.top-news__inner__item .news-list__item__link__text {
  width: calc(100% - 80px - 80px - 10px - 10px);
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .top-news__inner__item .news-list__item__link__text {
    width: calc(100% - 90px - 90px - 15px - 15px);
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__item .news-list__item__link__text {
    margin-top: 7px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item .news-list__item__link__text {
    margin-top: 5px;
    font-size: 15px;
  }
}
.top-news__inner__item .icon-new {
  font-size: 14px;
}
@media screen and (max-width: 1600px) {
  .top-news__inner__item .icon-new {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__item .icon-new {
    font-size: 15px;
  }
}
.top-news__inner__btn-wrapper {
  width: 100%;
}

.top-topics {
  padding: 120px 0 120px;
  width: 100%;
  background-color: #c23;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-topics {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-topics {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-topics {
    padding: 60px 0 40px;
  }
}
.top-topics::before {
  content: "";
  width: 100%;
  height: calc(210px + 6vw);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .top-topics::before {
    height: calc(190px + 6.5vw);
  }
}
@media screen and (max-width: 900px) {
  .top-topics::before {
    height: calc(155px + 25vw);
  }
}
@media screen and (max-width: 599px) {
  .top-topics::before {
    height: calc(112px + 20vw);
  }
}
.top-topics__inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-topics__inner .title-center {
    font-size: 7vw;
  }
}
.top-topics__inner__slider {
  width: 100%;
  height: 16vw;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .top-topics__inner__slider {
    height: 48vw;
  }
}
@media screen and (max-width: 599px) {
  .top-topics__inner__slider {
    height: 48vw;
  }
}
.top-topics__inner__slider div {
  line-height: 0.1;
}
.top-topics__inner__slider__item {
  padding: 0 2.6vw;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .top-topics__inner__slider__item {
    padding: 0 4vw;
  }
}
.top-topics__inner__slider__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-topics__inner__slider__item__link:hover {
    transform: translateY(3px);
  }
}
.top-topics__inner__slider__item__link__photo {
  border-radius: 10px;
  display: block;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.top-topics__inner__slider__item__link__photo::before {
  content: "";
  padding-top: 55%;
  display: block;
}
.top-topics__inner__slider__item__link__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 599px) {
  .top-topics__inner__slider__item__link__photo {
    border-radius: 5px;
  }
}
.top-topics__inner__slider__item__link__caption {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-topics__inner__slider__item__link__caption {
    margin-top: 10px;
    font-size: 13px;
  }
}
.top-topics__inner__slider .slick-center .top-topics__inner__slider__item {
  padding: 0 !important;
}
.top-topics__inner__slider .slick-center .top-topics__inner__slider__item__link__caption {
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .top-topics__inner__slider .slick-center .top-topics__inner__slider__item__link__caption {
    font-size: 14px;
  }
}

.top-business {
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-business__photo {
    width: 100%;
    height: 50vw;
    overflow: hidden;
  }
  .top-business__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.top-business__inner {
  padding: 0 60px 150px;
}
@media screen and (max-width: 1200px) {
  .top-business__inner {
    padding: 0 50px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner {
    padding: 0 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner {
    padding: 40px 25px;
  }
}
.top-business__inner__box {
  margin: -90px auto 0;
  padding: 60px 60px 0;
  width: 100%;
  max-width: 1340px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-business__inner__box {
    padding: 60px 30px 0;
  }
}
@media screen and (max-width: 1100px) {
  .top-business__inner__box {
    padding: 60px 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner__box {
    margin: -70px auto 0;
    padding: 40px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box {
    margin: 0;
    padding: 0;
  }
}
.top-business__inner__box__title {
  margin-bottom: 50px;
  font-size: 34px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__title {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__title {
    margin-bottom: 15px;
    padding-left: 0.12em;
    font-size: 7vw;
    text-align: center;
  }
}
.top-business__inner__box__title__en {
  margin-left: 15px;
  font-size: 13px;
  line-height: 1;
  color: #d00;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: 60%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__title__en {
    margin-left: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__title__en {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 0;
    width: 100%;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    display: block;
  }
}
.top-business__inner__box__text {
  font-size: 17px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__text {
    font-size: 16px;
    letter-spacing: 0.06em;
    text-align: justify;
  }
  .top-business__inner__box__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.top-business__inner__box__photos {
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__photos {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__photos {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__photos {
    margin: 25px -15px 30px;
  }
}
.top-business__inner__box__photos__item {
  width: calc((100% - 20px) / 2);
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__photos__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__photos__item {
    width: 100%;
    height: auto;
  }
}
.top-business__inner__box__photos__item__right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__photos__item__right {
    height: auto;
  }
}
.top-business__inner__box__photos__item__right__item {
  width: calc((100% - 20px) / 2);
  height: calc((100% - 20px) / 2);
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__photos__item__right__item {
    width: calc((100% - 10px) / 2);
    height: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__photos__item__right__item {
    margin-top: 10px;
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__photos__item__right__item {
    margin-top: 2px;
    width: calc((100% - 2px) / 2);
  }
}
.top-business__inner__box__photos__item__right__item:nth-child(3) {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__photos__item__right__item:nth-child(3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__photos__item__right__item:nth-child(3) {
    margin-top: 2px;
  }
}
.top-business__inner__box__photos__item__right__item:nth-child(4) {
  margin-top: 20px;
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__photos__item__right__item:nth-child(4) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__photos__item__right__item:nth-child(4) {
    margin-top: 2px;
  }
}
.top-business__inner__box__photos__link {
  overflow: hidden;
  display: block;
}
.top-business__inner__box__photos__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .top-business__inner__box__photos__link:hover img {
    transform: scale(1.15);
  }
  .top-business__inner__box__photos__link:hover .top-business__inner__box__photos__title {
    background-color: rgba(0, 17, 153, 0.8);
  }
}
.top-business__inner__box__photos__title {
  margin: 0 auto;
  width: 190px;
  height: 60px;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
  background-color: rgba(221, 0, 0, 0.8);
  position: absolute;
  top: calc(50% - 30px);
  left: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1400px) {
  .top-business__inner__box__photos__title {
    width: 160px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-business__inner__box__photos__title {
    width: 190px;
    height: 60px;
    font-size: 14px;
    line-height: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__photos__title {
    width: 130px;
    height: 56px;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 28px);
  }
}
.top-business__inner__box__photos__title.large {
  width: 240px;
  height: 80px;
  font-size: 16px;
  line-height: 80px;
  top: calc(50% - 40px);
}
@media screen and (max-width: 599px) {
  .top-business__inner__box__photos__title.large {
    width: 190px;
    height: 60px;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .top-business__inner .btn01 {
    margin-top: 20px;
  }
}

.top-hall {
  width: 100%;
  background-color: #f3eee7;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.top-hall__text {
  padding: 120px 60px 150px;
  width: 50%;
  background-image: url(../img/top/hall_map.svg);
  background-repeat: no-repeat;
  background-size: auto 93%;
  background-position: right -100px bottom -40px;
}
@media screen and (max-width: 1600px) {
  .top-hall__text {
    padding: 90px 50px 120px;
  }
}
@media screen and (max-width: 1200px) {
  .top-hall__text {
    padding: 120px 80px 150px;
    width: 100%;
    background-position: right 10% bottom -40px;
  }
}
@media screen and (max-width: 900px) {
  .top-hall__text {
    padding: 80px 80px 150px;
    width: 100%;
    background-position: right 10% bottom -40px;
  }
}
@media screen and (max-width: 599px) {
  .top-hall__text {
    padding: 50px 25px 44vw;
    width: 100%;
    background-size: 112% auto;
    background-position: right -18vw bottom -7vw;
  }
}
.top-hall__text__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 1200px) {
  .top-hall__text__inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .top-hall__text__inner {
    max-width: 100%;
  }
}
.top-hall__text__inner__title {
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1400px) {
  .top-hall__text__inner__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top-hall__text__inner__title {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .top-hall__text__inner__title {
    margin-bottom: 15px;
    font-size: 7vw;
  }
}
.top-hall__text__inner__title__en {
  margin-left: 15px;
  font-size: 13px;
  line-height: 1;
  color: #d00;
  font-weight: 700;
  letter-spacing: 0.04em;
  vertical-align: 60%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top-hall__text__inner__title__en {
    margin-left: 10px;
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .top-hall__text__inner__title__en {
    margin-left: 5px;
    font-size: 10px;
    letter-spacing: 0.04em;
  }
}
.top-hall__text__inner__copy {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.65;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .top-hall__text__inner__copy {
    font-size: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .top-hall__text__inner__copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .top-hall__text__inner__copy {
    font-size: 6.2vw;
    margin-bottom: 10px;
  }
}
.top-hall__text__inner__text {
  font-size: 16px;
  line-height: 2.25;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1300px) {
  .top-hall__text__inner__text {
    line-height: 2.1;
  }
  .top-hall__text__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .top-hall__text__inner__text {
    line-height: 2.25;
  }
}
@media screen and (max-width: 599px) {
  .top-hall__text__inner__text {
    font-size: 14px;
    line-height: 1.9;
  }
}
.top-hall__text__inner .btn01 {
  margin: 30px 0 0;
}
@media screen and (max-width: 599px) {
  .top-hall__text__inner .btn01 {
    margin-top: 20px;
  }
}
.top-hall__photos {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .top-hall__photos {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.top-hall__photos__item {
  width: 100%;
  height: 50%;
  max-height: 410px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .top-hall__photos__item {
    width: 50%;
    height: auto;
  }
}
.top-hall__photos__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-property {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.top-property__slider div {
  line-height: 0.1;
  height: 100%;
}
.top-property__slider__item {
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-property__slider__item {
    min-height: 3px;
    height: auto;
  }
}
.top-property__slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .top-property__slider__item img {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
.top-property__inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 10px 0 0;
  min-width: 340px;
  width: 25%;
  height: 100%;
  background-color: #d00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-property__inner {
    padding: 80px 0;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 900px) {
  .top-property__inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-property__inner {
    position: relative;
    top: auto;
    right: auto;
    padding: 50px 0 45px;
    width: 100%;
    min-width: 10px;
  }
}
.top-property__inner__title {
  margin-bottom: 20px;
  padding-left: 0.08em;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-property__inner__title {
    font-size: 26px;
  }
}
.top-property__inner__title::before {
  content: "";
  margin: 0 auto;
  width: 20px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-property__inner__text {
  padding-left: 0.06em;
  font-size: 13px;
  line-height: 1.84;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-property__inner__text {
    font-size: 14px;
  }
}
.top-property__inner .btn01 {
  margin-top: 25px !important;
}
@media screen and (max-width: 599px) {
  .top-property__inner .btn01 {
    margin-top: 15px !important;
  }
}

.top-recruit {
  padding: 150px 50px;
  width: 100%;
  background-image: url(../img/top/recruit_bg.webp);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top-recruit {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit {
    padding: 65px 20px;
    height: auto;
    background-image: url(../img/top/recruit_bg_sp.webp);
  }
}
.top-recruit::before {
  content: "";
  width: 100%;
  height: 11px;
  background-image: url(../img/common/shadow.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .top-recruit::before {
    height: 5px;
  }
}
.top-recruit__inner {
  width: 100%;
  max-width: 580px;
}
.top-recruit__inner__title {
  margin-bottom: 22px;
  padding-left: 0.06em;
  font-size: 50px;
  line-height: 1;
  color: #fff;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__title {
    margin-bottom: 15px;
    font-size: 30px;
  }
}
.top-recruit__inner__title__jp {
  margin-top: 10px;
  padding-left: 0.2em;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__title__jp {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__title__jp {
    margin-top: 6px;
    font-size: 11px;
  }
}
.top-recruit__inner__copy {
  margin-bottom: 37px;
  padding-left: 0.16em;
  padding-bottom: 28px;
  font-size: 17px;
  line-height: 2;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .top-recruit__inner__copy {
    margin-bottom: 35px;
    padding-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__copy {
    margin-bottom: 25px;
    padding-left: 0.06em;
    padding-bottom: 15px;
    font-size: 14px;
    letter-spacing: 0.06em;
  }
}
.top-recruit__inner__copy::before {
  content: "";
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background-color: #d00;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.top-recruit__inner__btns {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__btns {
    margin: 0 auto;
    width: 100%;
    max-width: 240px;
  }
}
.top-recruit__inner__btns__item {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__btns__item {
    width: 100%;
  }
  .top-recruit__inner__btns__item:first-child {
    margin-bottom: 10px;
  }
}
.top-recruit__inner__btns__item__link {
  padding-left: 0.2em;
  width: 320px;
  max-width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 56px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  border-radius: 30px;
  display: block;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
}
.top-recruit__inner__btns__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .top-recruit__inner__btns__item__link {
    height: 50px;
    font-size: 14px;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 25px;
  }
  .top-recruit__inner__btns__item__link::before {
    border-width: 3px 0 3px 6px;
    top: calc(50% - 3px);
    right: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .top-recruit__inner__btns__item__link:hover {
    background-color: rgba(221, 0, 0, 0.7);
    border-color: transparent;
  }
  .top-recruit__inner__btns__item__link:hover::before {
    right: 17px;
  }
}

.news-nav {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 900px) {
  .news-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .news-nav {
    margin: 0 -16px 20px;
    width: auto;
  }
}
.news-nav__item {
  width: calc((100% - 20px) / 5);
}
@media screen and (max-width: 599px) {
  .news-nav__item {
    width: calc((100% - 8px) / 5);
  }
}
.news-nav__item__link {
  padding: 20px 0 20px 0.06em;
  font-size: 16px;
  line-height: 1;
  color: #000;
  text-align: center;
  border-bottom: 2px solid #cde;
  display: block;
  position: relative;
}
@media screen and (max-width: 900px) {
  .news-nav__item__link {
    padding: 15px 0 15px 0.06em;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .news-nav__item__link {
    padding: 10px 0 10px 0;
    font-size: 11px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 320px) {
  .news-nav__item__link {
    font-size: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .news-nav__item__link:hover {
    color: #d00;
    border-bottom: 2px solid #d00;
  }
}
.news-nav__item__link.now {
  color: #d00;
  border-bottom: 2px solid #d00;
}

.news-list {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 599px) {
  .news-list {
    margin: 0 -16px;
    width: auto;
  }
}
.news-list__item {
  margin-top: 5px;
}
@media screen and (max-width: 599px) {
  .news-list__item {
    margin-top: 4px;
  }
}
.news-list__item:first-child {
  margin-top: 0;
}
.news-list__item__link {
  padding: 27px 30px;
  background-color: #f3f5f7;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .news-list__item__link {
    padding: 25px 35px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 1025px) {
  .news-list__item__link:hover {
    background-color: #8ab;
  }
  .news-list__item__link:hover .news-list__item__link__date {
    color: #fff;
  }
  .news-list__item__link:hover .news-list__item__link__text {
    color: #fff;
  }
  .news-list__item__link:hover .news-icon {
    color: #8ab;
    background-color: #fff;
  }
  .news-list__item__link:hover .icon-new {
    color: #fff;
  }
}
.news-list__item__link__date {
  width: 85px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__date {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date {
    font-size: 15px;
  }
}
.news-list__item__link .news-icon {
  width: 90px;
  display: block;
  transform: translateY(2px);
}
@media screen and (max-width: 900px) {
  .news-list__item__link .news-icon {
    margin-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link .news-icon {
    width: 80px;
  }
}
.news-list__item__link__text {
  width: calc(100% - 90px - 90px - 15px - 15px);
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__text {
    margin-top: 7px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__text {
    margin-top: 5px;
    font-size: 15px;
  }
}

.icon-new {
  font-size: 16px;
  line-height: 1.6;
  color: #d00;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .icon-new {
    font-size: 15px;
  }
}

.news-icon {
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  display: inline-block;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .news-icon {
    height: 18px;
    font-size: 11px;
    line-height: 18px;
  }
}
.news-icon.info {
  background-color: #f68;
}
.news-icon.recruit {
  background-color: #5588d3;
}
.news-icon.open {
  background-color: #77b733;
}
.news-icon.new {
  background-color: #ff9922;
}

.pager {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .pager {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .pager {
    margin-top: 20px;
  }
}
.pager .cur {
  margin: 0 5px 0;
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #8ab;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .pager .cur {
    margin: 0 2px 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .pager .cur {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.pager__item {
  margin: 0 5px 0;
  font-size: 16px;
  color: #8ab;
  line-height: 60px;
}
@media screen and (max-width: 599px) {
  .pager__item {
    margin: 0 2px 0;
    font-size: 14px;
    line-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .pager__item {
    font-size: 13px;
    line-height: 40px;
  }
}
.pager__item.now {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #8ab;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .pager__item.now {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .pager__item.now {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
.pager__item__link {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  color: #8ab;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #e3e9ee;
  border-radius: 50%;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
  }
}
@media screen and (max-width: 320px) {
  .pager__item__link {
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    color: #fff;
    background-color: #000;
  }
}

.news-title-box {
  margin: 0 auto 50px;
  padding: 45px 50px;
  width: 100%;
  max-width: 900px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 1024px) {
  .news-title-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .news-title-box {
    margin-bottom: 30px;
    padding: 35px 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-title-box {
    margin-bottom: 16px;
    padding: 25px 25px 20px;
  }
}
.news-title-box__date {
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .news-title-box__date {
    font-size: 15px;
  }
}
.news-title-box__date .news-icon {
  margin-left: 10px;
  width: 90px;
  transform: translateY(-2px);
}
@media screen and (max-width: 599px) {
  .news-title-box__date .news-icon {
    width: 80px;
    transform: translateY(-1px);
  }
}
.news-title-box__text {
  margin-top: 10px;
  font-size: 26px;
  line-height: 1.5;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .news-title-box__text {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .news-title-box__text {
    margin-top: 7px;
    font-size: 18px;
  }
}

.news-detail {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .news-detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail {
    line-height: 1.9;
  }
}

.news-detail-back {
  margin: 60px auto 0;
  width: 100%;
  max-width: 900px;
  padding-top: 50px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .news-detail-back {
    margin-top: 50px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-back {
    margin: 30px -20px 0;
    width: auto;
    padding-top: 30px;
  }
}
.news-detail-back .btn01 {
  margin-top: 0;
}

.photo-text-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.photo-text-box.left {
  flex-direction: row-reverse;
}
.photo-text-box__photo {
  padding-top: 8px;
  width: 30%;
}
@media screen and (max-width: 900px) {
  .photo-text-box__photo {
    margin-top: 30px;
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .photo-text-box__photo {
    margin-top: 20px;
  }
}
.photo-text-box__text {
  width: calc(70% - 40px);
}
@media screen and (max-width: 900px) {
  .photo-text-box__text {
    width: 100%;
  }
}

.acms-pager {
  display: none;
}

@media screen and (max-width: 900px) {
  .history-list {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 599px) {
  .history-list {
    margin: 0 -18px;
  }
}
.history-list__item {
  margin-top: 5px;
  padding: 23px 30px 21px 50px;
  background-color: #f3f5f7;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
.history-list__item::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #d00;
  border-radius: 50%;
  position: absolute;
  top: 33px;
  left: 25px;
}
.history-list__item::after {
  content: "";
  width: 1px;
  height: calc(100% + 5px);
  background-color: #d00;
  position: absolute;
  top: 0;
  left: 30px;
}
.history-list__item:first-child {
  margin-top: 0;
}
.history-list__item:first-child::after {
  height: calc(100% + 5px - 34px);
  top: 34px;
}
.history-list__item:last-child::after {
  height: 34px;
}
@media screen and (max-width: 900px) {
  .history-list__item {
    margin-top: 5px;
    padding: 20px 25px 18px 40px;
  }
  .history-list__item::before {
    width: 9px;
    height: 9px;
    top: 28px;
    left: 20px;
  }
  .history-list__item::after {
    left: 24px;
  }
  .history-list__item:first-child {
    margin-top: 0;
  }
  .history-list__item:first-child::after {
    height: calc(100% + 5px - 30px);
    top: 30px;
  }
  .history-list__item:last-child::after {
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .history-list__item {
    margin-top: 2px;
    padding: 18px 20px 17px 34px;
  }
  .history-list__item::before {
    width: 7px;
    height: 7px;
    top: 25px;
    left: 15px;
  }
  .history-list__item::after {
    left: 18px;
    height: calc(100% + 2px);
  }
  .history-list__item:first-child {
    margin-top: 0;
  }
  .history-list__item:first-child::after {
    height: calc(100% + 5px - 30px);
    top: 30px;
  }
  .history-list__item:last-child::after {
    height: 30px;
  }
}
.history-list__item__year {
  width: 75px;
  font-size: 22px;
  line-height: 1.42;
  color: #d00;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .history-list__item__year {
    width: 65px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  .history-list__item__year {
    width: 100%;
    font-size: 20px;
    line-height: 1;
  }
}
.history-list__item__text {
  width: calc(100% - 75px);
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .history-list__item__text {
    width: calc(100% - 65px);
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .history-list__item__text {
    margin-top: 5px;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
  }
}
.history-list__item__text .history-text {
  margin-top: 5px;
}
.history-list__item__text .history-text:first-child {
  margin-top: 0;
}

.outline-figure {
  padding: 40px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .outline-figure {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure {
    margin: 0 -10px;
    padding: 30px 10px;
  }
}
.outline-figure__list {
  margin: 0 auto;
  width: 200px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .outline-figure__list {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__list {
    width: 100px;
  }
}
@media screen and (max-width: 320px) {
  .outline-figure__list {
    margin: 0 0 0 20px;
  }
}
.outline-figure__list__item {
  margin-bottom: 20px;
  padding-left: 0.12em;
  width: 200px;
  height: 50px;
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: #d00;
  position: relative;
}
@media screen and (max-width: 900px) {
  .outline-figure__list__item {
    width: 160px;
    height: 44px;
    font-size: 16px;
    line-height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__list__item {
    margin-bottom: 10px;
    width: 100px;
    height: 34px;
    font-size: 14px;
    line-height: 35px;
  }
}
.outline-figure__list__item::after {
  content: "";
  margin: 0 auto;
  width: 6px;
  height: 20px;
  background-color: #abc;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .outline-figure__list__item::after {
    width: 4px;
    height: 10px;
    bottom: -10px;
  }
}
.outline-figure__list__item.gray {
  background-color: #8ab;
}
.outline-figure__list__item.president {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .outline-figure__list__item.president {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__list__item.president {
    margin-bottom: 54px;
  }
}
.outline-figure__list__item.president::after {
  height: 80px;
  bottom: -80px;
}
@media screen and (max-width: 599px) {
  .outline-figure__list__item.president::after {
    width: 4px;
    height: 54px;
    bottom: -54px;
  }
}
.outline-figure__list__item:last-child {
  position: absolute;
  bottom: 0;
  left: calc(50% + 100px + 40px);
}
.outline-figure__list__item:last-child::after {
  margin: 0;
  width: 140px;
  height: 6px;
  bottom: 23px;
  left: -140px;
  right: auto;
}
@media screen and (max-width: 900px) {
  .outline-figure__list__item:last-child {
    left: calc(50% + 80px + 30px);
  }
  .outline-figure__list__item:last-child::after {
    width: 110px;
    bottom: 19px;
    left: -110px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__list__item:last-child {
    left: calc(50% + 50px + 10px);
  }
  .outline-figure__list__item:last-child::after {
    width: 60px;
    height: 4px;
    bottom: 15px;
    left: -60px;
  }
}
.outline-figure__box {
  padding: 40px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .outline-figure__box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box {
    padding: 20px;
  }
}
.outline-figure__box__sales {
  width: calc(100% - 200px - 30px);
}
@media screen and (max-width: 900px) {
  .outline-figure__box__sales {
    width: calc(100% - 160px - 20px);
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box__sales {
    margin-bottom: 10px;
    width: 100%;
  }
}
.outline-figure__box__sales__list__item {
  margin-top: 5px;
  padding: 25px 30px;
  width: 100%;
  background-color: #f3f5f7;
}
.outline-figure__box__sales__list__item:first-child {
  margin-top: 0;
}
.outline-figure__box__sales__list__item__title {
  margin-bottom: 1px;
  padding-left: 21px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  position: relative;
}
.outline-figure__box__sales__list__item__title::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 5px solid #d00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 599px) {
  .outline-figure__box__sales__list__item__title {
    padding-left: 16px;
    font-size: 14px;
  }
  .outline-figure__box__sales__list__item__title::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 4px solid #d00;
    top: 1px;
  }
}
.outline-figure__box__sales__list__item__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.outline-figure__box__sales__list__item__list__item {
  margin-top: 10px;
  width: 33.3333333333%;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1;
  color: #000;
  position: relative;
}
.outline-figure__box__sales__list__item__list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #d00;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 1300px) {
  .outline-figure__box__sales__list__item__list__item {
    padding-left: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .outline-figure__box__sales__list__item__list__item {
    padding-left: 10px;
    width: 50%;
    font-size: 14px;
  }
  .outline-figure__box__sales__list__item__list__item::before {
    top: 4px;
  }
}
@media screen and (max-width: 900px) {
  .outline-figure__box__sales__list__item__list__item {
    font-size: 13px;
  }
  .outline-figure__box__sales__list__item__list__item::before {
    top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box__sales__list__item__list__item {
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
  }
  .outline-figure__box__sales__list__item__list__item::before {
    top: 4px;
  }
}
.outline-figure__box__sales__list__item--seisaku {
  margin-top: 5px;
  padding: 0;
  padding-left: 0.12em;
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 49px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .outline-figure__box__sales__list__item--seisaku {
    height: 44px;
    font-size: 14px;
    line-height: 43px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box__sales__list__item--seisaku {
    padding-left: 0.06em;
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 0.06em;
  }
}
.outline-figure__box__management {
  width: 200px;
}
@media screen and (max-width: 900px) {
  .outline-figure__box__management {
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box__management {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box__management__list {
    margin-top: -2px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.outline-figure__box__management__list__item {
  margin-top: 5px;
  padding-left: 0.12em;
  width: 100%;
  height: 50px;
  font-size: 15px;
  line-height: 49px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .outline-figure__box__management__list__item {
    height: 44px;
    font-size: 14px;
    line-height: 43px;
  }
}
.outline-figure__box__management__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .outline-figure__box__management__list__item {
    margin-top: 2px;
    padding-left: 0.06em;
    width: calc((100% - 2px) / 2);
    height: 34px;
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 0.06em;
  }
  .outline-figure__box__management__list__item:first-child {
    margin-top: 2px;
  }
}
.outline-figure__box__title {
  margin-bottom: 10px;
  width: 100%;
  height: 50px;
  font-size: 18px;
  line-height: 51px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  background-color: #d00;
}
@media screen and (max-width: 900px) {
  .outline-figure__box__title {
    height: 44px;
    font-size: 16px;
    line-height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .outline-figure__box__title {
    margin-bottom: 5px;
    height: 34px;
    font-size: 14px;
    line-height: 35px;
  }
}

.greeting-photo {
  margin-bottom: 60px;
  width: 100%;
  line-height: 0.1;
  overflow: hidden;
  border-radius: 15px;
}
@media screen and (max-width: 900px) {
  .greeting-photo {
    margin-bottom: 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-photo {
    margin: 0 -15px 20px;
    width: auto;
    border-radius: 5px;
  }
}

.greeting-box {
  margin: 60px auto 0;
  width: 100%;
  max-width: 760px;
}
@media screen and (max-width: 900px) {
  .greeting-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-box {
    margin-top: 20px;
  }
}
.greeting-box__copy {
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 1.9;
  color: #d00;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 900px) {
  .greeting-box__copy {
    margin-bottom: 20px;
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-box__copy {
    margin-bottom: 10px;
    font-size: 5.5vw;
    line-height: 1.7;
    letter-spacing: 0.06em;
    text-align: justify;
  }
  .greeting-box__copy br {
    display: none;
  }
}
.greeting-box__text {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 2.2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .greeting-box__text {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-box__text {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 2.1;
  }
}
.greeting-box__name {
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  letter-spacing: 0.12em;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .greeting-box__name {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .greeting-box__name {
    padding-top: 2px;
    font-size: 22px;
  }
}
.greeting-box__name__position {
  margin-right: 20px;
  font-size: 14px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: 0.06em;
  vertical-align: 40%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .greeting-box__name__position {
    margin-right: 15px;
    font-size: 13px;
    vertical-align: 35%;
  }
}
@media screen and (max-width: 599px) {
  .greeting-box__name__position {
    margin-right: 10px;
    font-size: 12px;
    vertical-align: 30%;
  }
}

.vision-copy {
  margin-bottom: 80px;
  padding: 45px 0 43px 0.06em;
  font-size: 32px;
  line-height: 1;
  color: #d00;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  text-align: center;
  background-color: #f3f5f7;
}
.vision-copy br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .vision-copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .vision-copy {
    margin-bottom: 60px;
    padding: 38px 0 36px 0.06em;
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 599px) {
  .vision-copy {
    margin-bottom: 40px;
    padding: 22px 0 22px 0.06em;
    font-size: 5.2vw;
    line-height: 1.7;
  }
  .vision-copy br {
    display: inline;
  }
}

.vision-list {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .vision-list {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .vision-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .vision-list {
    margin-bottom: 50px;
  }
}
.vision-list__item {
  padding: 30px 0;
  border-top: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .vision-list__item {
    padding: 25px 0;
  }
}
@media screen and (max-width: 599px) {
  .vision-list__item {
    padding: 0 0 40px;
    border-top: none;
  }
}
.vision-list__item:last-child {
  padding-bottom: 0;
}
.vision-list__item__photo {
  width: 340px;
  line-height: 0.1;
}
@media screen and (max-width: 1200px) {
  .vision-list__item__photo {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .vision-list__item__photo {
    width: 250px;
  }
}
@media screen and (max-width: 599px) {
  .vision-list__item__photo {
    width: 100%;
  }
}
.vision-list__item__inner {
  padding-top: 10px;
  width: calc(100% - 340px - 50px);
}
@media screen and (max-width: 1200px) {
  .vision-list__item__inner {
    width: calc(100% - 300px - 35px);
  }
}
@media screen and (max-width: 900px) {
  .vision-list__item__inner {
    width: calc(100% - 250px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .vision-list__item__inner {
    padding-top: 25px;
    width: 100%;
  }
}
.vision-list__item__inner__title {
  font-size: 24px;
  line-height: 1;
  color: #689;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .vision-list__item__inner__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 599px) {
  .vision-list__item__inner__title {
    padding-left: 0.06em;
    font-size: 20px;
    text-align: center;
  }
}
.vision-list__item__inner__title__en {
  margin-left: 15px;
  font-size: 11px;
  line-height: 1;
  color: #d00;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: 35%;
}
@media screen and (max-width: 900px) {
  .vision-list__item__inner__title__en {
    margin-left: 10px;
    font-size: 10px;
    vertical-align: 42%;
  }
}
@media screen and (max-width: 599px) {
  .vision-list__item__inner__title__en {
    margin-top: 10px;
    margin-left: 0;
    text-align: center;
    display: block;
  }
}
.vision-list__item__inner__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.9;
  color: #000;
}
@media screen and (max-width: 900px) {
  .vision-list__item__inner__text {
    margin-top: 7px;
    font-size: 15px;
    text-align: justify;
  }
  .vision-list__item__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .vision-list__item__inner__text {
    margin-top: 12px;
  }
}

.vision-features {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .vision-features {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .vision-features {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .vision-features {
    padding: 40px 0 50px;
  }
}
.vision-features::before {
  content: "";
  width: calc(100vw - 260px);
  height: 100%;
  background-color: #f3f5f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .vision-features::before {
    width: calc(100vw - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .vision-features::before {
    width: calc(100vw - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .vision-features::before {
    width: calc(100vw - 150px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .vision-features::before {
    width: 100vw;
  }
}
.vision-features__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.vision-features__list__item {
  padding: 20px 20px 35px;
  width: calc((100% - 40px) / 3);
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .vision-features__list__item {
    margin-top: 20px;
    padding: 20px;
    width: 100%;
  }
  .vision-features__list__item:first-child {
    margin-top: 0;
  }
}
.vision-features__list__item__title {
  height: 120px;
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  text-align: center;
  background-color: #8ab;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .vision-features__list__item__title {
    height: 100px;
    font-size: 18px;
  }
}
.vision-features__list__item__title::before {
  content: "";
  border-width: 12px 10px 0 10px;
  border-style: solid;
  border-color: #8ab transparent transparent transparent;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 10px);
}
.vision-features__list__item__text {
  margin: 25px auto 0;
  width: 100%;
  max-width: 260px;
  font-size: 15px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .vision-features__list__item__text {
    max-width: 600px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .vision-features__list__item__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
.vision-features__important {
  margin-top: 20px;
  padding: 55px 40px 50px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .vision-features__important {
    padding: 45px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .vision-features__important {
    padding: 35px 20px 20px;
  }
}
.vision-features__important__title {
  margin-bottom: 28px;
  padding-left: 0.06em;
  padding-bottom: 28px;
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  text-align: center;
  background-image: url(../img/common/title_dot.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 30px auto;
}
@media screen and (max-width: 900px) {
  .vision-features__important__title {
    margin-bottom: 20px;
    padding-bottom: 23px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .vision-features__important__title {
    margin-bottom: 16px;
    padding-bottom: 18px;
    font-size: 22px;
    background-size: 24px auto;
  }
}
.vision-features__important__text {
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .vision-features__important__text {
    padding-left: 0;
    text-align: justify;
  }
  .vision-features__important__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .vision-features__important__text {
    font-size: 15px;
    line-height: 1.9;
  }
}
.vision-features__important__list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .vision-features__important__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .vision-features__important__list {
    margin-top: 15px;
    justify-content: center;
  }
}
.vision-features__important__list__item {
  padding-top: 3px;
  padding-left: 0.06em;
  width: calc((100% - 20px) / 5);
  height: auto;
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #d00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vision-features__important__list__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media screen and (max-width: 1200px) {
  .vision-features__important__list__item {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .vision-features__important__list__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .vision-features__important__list__item {
    margin-top: 3px;
    margin-left: 3px;
    padding-top: 1px;
    width: calc((100% - 6px) / 3);
    font-size: 3vw;
  }
  .vision-features__important__list__item:nth-child(3n-2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 320px) {
  .vision-features__important__list__item {
    font-size: 10px;
  }
}

.business-lead {
  margin-bottom: 80px;
  padding: 50px 60px;
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  text-align: justify;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .business-lead {
    margin-bottom: 60px;
    padding: 40px 50px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .business-lead {
    margin-bottom: 40px;
    padding: 25px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.business-amusement {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .business-amusement {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 900px) {
  .business-amusement {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .business-amusement {
    margin-bottom: 50px;
  }
}
.business-amusement__text {
  width: calc(100% - 320px - 40px);
}
@media screen and (max-width: 900px) {
  .business-amusement__text {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .business-amusement__text {
    width: 100%;
  }
}
.business-amusement__photo {
  width: 320px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .business-amusement__photo {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .business-amusement__photo {
    margin-top: 15px;
    width: 100%;
  }
}
.business-amusement__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.business-others {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .business-others {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .business-others {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .business-others {
    padding: 40px 0 50px;
  }
}
.business-others::before {
  content: "";
  width: calc(100vw - 260px);
  height: 100%;
  background-color: #f3f5f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .business-others::before {
    width: calc(100vw - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .business-others::before {
    width: calc(100vw - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .business-others::before {
    width: calc(100vw - 150px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .business-others::before {
    width: 100vw;
  }
}
.business-others__item {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .business-others__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .business-others__item {
    margin-top: 40px;
  }
}
.business-others__item:first-child {
  margin-top: 0;
}
.business-others__item__foods {
  margin-top: -60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .business-others__item__foods {
    margin-top: -40px;
  }
}
@media screen and (max-width: 900px) {
  .business-others__item__foods {
    margin-top: -30px;
  }
}
.business-others__item__foods__item {
  margin-top: 60px;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1300px) {
  .business-others__item__foods__item {
    margin-top: 40px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .business-others__item__foods__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .business-others__item__foods__item {
    width: 100%;
  }
}
.business-others__item__foods__item__photo {
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .business-others__item__foods__item__photo {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .business-others__item__foods__item__photo {
    margin-bottom: 17px;
  }
}
.business-others__item__box01 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.business-others__item__box01__text {
  width: calc(100% - 400px - 40px);
}
@media screen and (max-width: 1024px) {
  .business-others__item__box01__text {
    width: calc(60% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .business-others__item__box01__text {
    width: 100%;
  }
}
.business-others__item__box01__text__achievements {
  margin-top: 20px;
  padding: 30px 35px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .business-others__item__box01__text__achievements {
    margin-top: 15px;
    padding: 22px 25px;
  }
}
.business-others__item__box01__text__achievements__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1;
  color: #8ab;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 599px) {
  .business-others__item__box01__text__achievements__title {
    margin-bottom: 10px;
    font-size: 17px;
  }
}
.business-others__item__box01__text__achievements__title__en {
  margin-left: 5px;
  font-size: 10px;
  line-height: 1;
  color: #d00;
  font-family: "Arial", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: 44%;
}
@media screen and (max-width: 599px) {
  .business-others__item__box01__text__achievements__title__en {
    vertical-align: 22%;
  }
}
.business-others__item__box01__photo {
  width: 400px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .business-others__item__box01__photo {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .business-others__item__box01__photo {
    margin-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .business-others__item__box01__photo {
    margin-top: 15px;
  }
}
.business-others__item__box01__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-others__item__box02 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.business-others__item__box02__text {
  width: calc(100% - 360px - 40px);
}
@media screen and (max-width: 900px) {
  .business-others__item__box02__text {
    width: 100%;
  }
}
.business-others__item__box02__photo {
  width: 360px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .business-others__item__box02__photo {
    margin-top: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .business-others__item__box02__photo {
    margin-top: 15px;
  }
}
.business-others__item__box02__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.store-nav {
  margin-top: -2px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .store-nav {
    margin: 0 -18px;
  }
}
.store-nav__item {
  margin-top: 2px;
  width: calc((100% - 6px) / 4);
}
@media screen and (max-width: 900px) {
  .store-nav__item {
    width: calc((100% - 2px) / 2);
  }
}
.store-nav__item__link {
  padding-left: 0.2em;
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 61px;
  color: #000;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #f3f5f7;
  display: block;
  position: relative;
}
.store-nav__item__link::before {
  content: "";
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #d00;
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .store-nav__item__link {
    height: 54px;
    font-size: 15px;
    line-height: 55px;
  }
}
@media screen and (max-width: 599px) {
  .store-nav__item__link {
    height: 50px;
    font-size: 14px;
    line-height: 51px;
  }
  .store-nav__item__link::before {
    border-width: 3px 0 3px 6px;
    top: calc(50% - 3px);
    right: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .store-nav__item__link:hover {
    color: #fff;
    background-color: #d00;
  }
  .store-nav__item__link:hover::before {
    border-color: transparent transparent transparent #fff;
    transform: rotate(90deg);
  }
}
.store-nav__item__link.now {
  color: #fff;
  background-color: #d00;
}
.store-nav__item__link.now::before {
  border-color: transparent transparent transparent #fff;
}

.store-wrapper {
  padding: 80px 80px 1px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .store-wrapper {
    padding: 50px 50px 1px;
  }
}
@media screen and (max-width: 599px) {
  .store-wrapper {
    margin: 0 -20px;
    padding: 30px 25px 1px;
  }
}

.store-box {
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .store-box {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .store-box {
    margin-bottom: 60px;
  }
}
.store-box:first-child {
  padding-top: 0;
  border-top: none;
}
.store-box__name {
  margin-bottom: 25px;
  padding-left: 38px;
  font-size: 22px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  position: relative;
}
.store-box__name::before {
  content: "";
  width: 24px;
  height: 4px;
  background-color: #d00;
  position: absolute;
  top: 8px;
  left: 0;
}
.store-box__name::after {
  content: "";
  width: 12px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 8px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .store-box__name {
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 20px;
  }
  .store-box__name::before {
    width: 20px;
    height: 3px;
    top: 7px;
  }
  .store-box__name::after {
    width: 10px;
    height: 3px;
    top: 7px;
  }
}
@media screen and (max-width: 599px) {
  .store-box__name {
    margin-bottom: 15px;
    padding-left: 24px;
    font-size: 17px;
  }
  .store-box__name::before {
    width: 16px;
    height: 2px;
    top: 6px;
  }
  .store-box__name::after {
    width: 8px;
    height: 2px;
    top: 6px;
  }
}
.store-box__detail {
  margin-bottom: 30px;
  padding: 35px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .store-box__detail {
    margin-bottom: 25px;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .store-box__detail {
    margin-bottom: 20px;
    padding: 25px;
  }
}
.store-box__detail__item {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .store-box__detail__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .store-box__detail__item {
    margin-top: 15px;
  }
}
.store-box__detail__item:first-child {
  margin-top: 0;
}
.store-box__detail__item__title {
  width: 74px;
  height: 24px;
  font-size: 13px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  background-color: #8ab;
}
@media screen and (max-width: 599px) {
  .store-box__detail__item__title {
    width: 100%;
    margin-bottom: 10px;
  }
}
.store-box__detail__item__text {
  width: calc(100% - 74px - 16px);
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .store-box__detail__item__text {
    width: 100%;
    font-size: 15px;
  }
}
.store-box__detail__item__text a {
  color: #000;
  text-decoration: none;
  cursor: auto;
}
.store-box__icons {
  padding: 35px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .store-box__icons {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .store-box__icons {
    padding: 25px;
  }
}
.store-box__icons__list {
  margin: -10px 0 0 -10px;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .store-box__icons__list {
    margin: -4px 0 0 -4px;
  }
}
.store-box__icons__list__item {
  margin-top: 10px;
  margin-left: 10px;
  width: calc((100% - 150px) / 15);
  line-height: 1;
  display: none;
}
@media screen and (max-width: 1200px) {
  .store-box__icons__list__item {
    width: calc((100% - 130px) / 13);
  }
}
@media screen and (max-width: 900px) {
  .store-box__icons__list__item {
    width: calc((100% - 110px) / 11);
  }
}
@media screen and (max-width: 599px) {
  .store-box__icons__list__item {
    margin-top: 4px;
    margin-left: 4px;
    width: calc((100% - 28px) / 7);
  }
}
.store-box__icons__list__item.icon01-1 {
  display: block;
}
.store-box__icons__list__item.icon01-2 {
  display: block;
}
.store-box__icons__list__item.icon01-3 {
  display: block;
}
.store-box__icons__list__item.icon01-4 {
  display: block;
}
.store-box__icons__list__item.icon02-1 {
  display: block;
}
.store-box__icons__list__item.icon02-2 {
  display: block;
}
.store-box__icons__list__item.icon02-3 {
  display: block;
}
.store-box__icons__list__item.icon02-4 {
  display: block;
}
.store-box__icons__list__item.icon03-1 {
  display: block;
}
.store-box__icons__list__item.icon03-2 {
  display: block;
}
.store-box__icons__list__item.icon03-3 {
  display: block;
}
.store-box__icons__list__item.icon04-1 {
  display: block;
}
.store-box__icons__list__item.icon04-2 {
  display: block;
}
.store-box__icons__list__item.icon04-3 {
  display: block;
}
.store-box__icons__list__item.icon04-4 {
  display: block;
}
.store-box__icons__list__item.icon05-1 {
  display: block;
}
.store-box__icons__list__item.icon05-2 {
  display: block;
}
.store-box__icons__list__item.icon05-3 {
  display: block;
}
.store-box__icons__list__item.icon05-4 {
  display: block;
}
.store-box__icons__list__item.icon05-5 {
  display: block;
}
.store-box__icons__list__item.icon06-1 {
  display: block;
}
.store-box__icons__list__item.icon06-2 {
  display: block;
}
.store-box__icons__list__item.icon06-3 {
  display: block;
}
.store-box__icons__list__item.icon06-4 {
  display: block;
}
.store-box__icon-link {
  margin-bottom: 40px;
  margin-top: 15px;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .store-box__icon-link {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .store-box__icon-link {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.store-box__icon-link__link {
  font-size: 16px;
  line-height: 1;
  color: #d00;
  text-decoration: underline;
  display: inline-block;
  transition: 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .store-box__icon-link__link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .store-box__icon-link__link:hover {
    text-decoration: none;
    transform: translateY(3px);
  }
}
.store-box__btns {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .store-box__btns {
    margin-top: 35px;
  }
}
@media screen and (max-width: 599px) {
  .store-box__btns {
    margin-top: 18px;
  }
}
.store-box__btns__item {
  width: calc((100% - 12px) / 4);
}
@media screen and (max-width: 599px) {
  .store-box__btns__item {
    margin-top: 2px;
    width: calc((100% - 2px) / 2);
  }
}
.store-box__btns__item__link {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 50% 50%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media screen and (max-width: 900px) {
  .store-box__btns__item__link {
    height: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .store-box__btns__item__link:hover {
    opacity: 0.8;
    transform: translateY(3px);
  }
}
.store-box__btns__item__link.p-world {
  background-color: #d00;
  background-image: url(../img/common/icon_p-world.svg);
}
.store-box__btns__item__link.x {
  background-color: #000;
  background-image: url(../img/common/icon_x.svg);
}
.store-box__btns__item__link.line {
  background-color: #06c755;
  background-image: url(../img/common/icon_line.svg);
}
.store-box__btns__item__link.map {
  background-color: #79a;
  background-image: url(../img/common/icon_map.svg);
}

.store-none {
  margin-bottom: 80px;
  padding: 60px;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .store-none {
    margin-bottom: 50px;
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .store-none {
    margin-bottom: 25px;
    padding: 25px;
    font-size: 15px;
  }
}
.store-none a {
  color: #d00;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .store-none a:hover {
    text-decoration: none;
    transform: translateY(3px);
  }
}

.store-icons-list {
  margin-left: -20px;
  width: auto;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.store-icons-list__item {
  margin-bottom: 15px;
  margin-left: 20px;
  min-width: calc((100% - 80px) / 4);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .store-icons-list__item {
    min-width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .store-icons-list__item {
    min-width: calc((100% - 40px) / 2);
  }
}
.store-icons-list__item__icon {
  margin-right: 10px;
  width: 40px;
}
@media screen and (max-width: 900px) {
  .store-icons-list__item__icon {
    width: 36px;
  }
}
.store-icons-list__item__text {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .store-icons-list__item__text {
    font-size: 13px;
  }
}

.property-lead {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .property-lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .property-lead {
    margin-top: 70px;
    margin-bottom: 25px;
  }
}
.property-lead__photo {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .property-lead__photo {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .property-lead__photo {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .property-lead__photo {
    margin-top: 25px;
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .property-lead__photo {
    margin-top: 0;
    width: 80px;
    position: absolute;
    top: -50px;
    right: -5px;
  }
}
.property-lead__inner {
  width: calc(100% - 280px - 20px);
}
@media screen and (max-width: 1200px) {
  .property-lead__inner {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .property-lead__inner {
    width: calc(100% - 240px - 40px);
  }
}
@media screen and (max-width: 900px) {
  .property-lead__inner {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .property-lead__inner {
    width: 100%;
  }
}
.property-lead__inner__copy {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1.6;
  color: #d00;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .property-lead__inner__copy {
    font-size: 36px;
  }
}
@media screen and (max-width: 900px) {
  .property-lead__inner__copy {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .property-lead__inner__copy {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.property-lead__inner__text {
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .property-lead__inner__text {
    line-height: 2.1;
    text-align: justify;
  }
  .property-lead__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .property-lead__inner__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .property-lead__inner__text {
    line-height: 1.9;
  }
}

.property-conditions {
  margin-bottom: 80px;
  padding: 80px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .property-conditions {
    margin-bottom: 60px;
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .property-conditions {
    margin: 0 -20px 40px;
    padding: 30px 25px 40px;
  }
}
.property-conditions__item {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .property-conditions__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .property-conditions__item {
    margin-top: 25px;
  }
}
.property-conditions__item:first-child {
  margin-top: 0;
}
.property-conditions__item__title {
  margin-bottom: 25px;
  padding-left: 0.06em;
  width: 100%;
  height: 50px;
  font-size: 22px;
  line-height: 51px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #8ab;
}
@media screen and (max-width: 900px) {
  .property-conditions__item__title {
    margin-bottom: 20px;
    height: 45px;
    font-size: 20px;
    line-height: 46px;
  }
}
@media screen and (max-width: 599px) {
  .property-conditions__item__title {
    margin-bottom: 10px;
    height: 40px;
    font-size: 16px;
    line-height: 41px;
  }
}
.property-conditions__item__box {
  padding: 32px 40px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .property-conditions__item__box {
    padding: 22px 25px;
  }
}
.property-conditions__item__copy {
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 1.9;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .property-conditions__item__copy {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .property-conditions__item__copy {
    font-size: 18px;
    line-height: 1.6;
    text-align: justify;
  }
}
.property-conditions__item__copy strong {
  color: #d00;
}
.property-conditions__item .text-base {
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .property-conditions__item .text-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .property-conditions__item .text-base {
    margin-top: 15px;
    line-height: 1.8;
  }
}

.property-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.property-list__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 900px) {
  .property-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .property-list__item {
    margin-top: 20px;
    width: 100%;
  }
  .property-list__item:first-child {
    margin-top: 0;
  }
}
.property-list__item__photo {
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .property-list__item__photo {
    margin-bottom: 10px;
  }
}
.property-list__item__caption {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .property-list__item__caption {
    font-size: 14px;
  }
}

.property-list-box {
  padding: 32px 40px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 599px) {
  .property-list-box {
    padding: 22px 25px;
  }
}

.property-contact {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .property-contact {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact {
    margin-top: 40px;
  }
}
.property-contact__title {
  height: 60px;
  font-size: 22px;
  line-height: 61px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #d00;
}
@media screen and (max-width: 900px) {
  .property-contact__title {
    height: 50px;
    font-size: 20px;
    line-height: 51px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__title {
    height: 40px;
    font-size: 17px;
    line-height: 41px;
  }
}
.property-contact__inner {
  padding: 40px;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .property-contact__inner {
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner {
    padding: 20px 10px 10px;
  }
}
.property-contact__inner__text {
  margin-bottom: 30px;
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .property-contact__inner__text {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner__text {
    margin: 0 15px 15px;
    text-align: justify;
  }
}
.property-contact__inner__box {
  padding: 40px 40px 45px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .property-contact__inner__box {
    padding: 30px 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner__box {
    padding: 25px 10px 30px;
  }
}
.property-contact__inner__box__name {
  margin-bottom: 16px;
  padding-left: 0.06rem;
  font-size: 18px;
  line-height: 1;
  color: #79a;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .property-contact__inner__box__name {
    margin-bottom: 14px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner__box__name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
  }
}
.property-contact__inner__box__numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .property-contact__inner__box__numbers__item {
    width: 100%;
    text-align: center;
  }
}
.property-contact__inner__box__numbers__item:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .property-contact__inner__box__numbers__item:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner__box__numbers__item:first-child {
    margin-bottom: 8px;
    margin-right: 0;
  }
  .property-contact__inner__box__numbers__item:first-child .property-contact__inner__box__numbers__item__link {
    font-size: 7vw;
  }
}
.property-contact__inner__box__numbers__item__link {
  font-size: 35px;
  line-height: 1;
  color: #000;
  font-family: "Arial", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0;
  cursor: auto;
}
@media screen and (max-width: 900px) {
  .property-contact__inner__box__numbers__item__link {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner__box__numbers__item__link {
    font-size: 5vw;
  }
}
.property-contact__inner__box__btn-wrapper {
  margin-top: 23px;
}
@media screen and (max-width: 900px) {
  .property-contact__inner__box__btn-wrapper {
    margin-top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .property-contact__inner__box__btn-wrapper {
    margin-top: 15px;
  }
}
.property-contact__inner__box__btn-wrapper .btn01 {
  margin: 0 auto 0;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
}
.property-contact__inner__box__btn-wrapper .btn01::before {
  display: none;
}
.property-contact__inner__box__btn-wrapper .btn01 .mail-text {
  padding-left: 24px;
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 18px auto;
  display: inline-block;
}

.recruit-lead {
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .recruit-lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
.recruit-lead__photo {
  width: 280px;
}
@media screen and (max-width: 1200px) {
  .recruit-lead__photo {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .recruit-lead__photo {
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__photo {
    margin-top: 25px;
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__photo {
    margin-top: 0;
    width: 80px;
    position: absolute;
    top: -50px;
    right: -5px;
  }
}
.recruit-lead__inner {
  width: calc(100% - 280px - 20px);
}
@media screen and (max-width: 1200px) {
  .recruit-lead__inner {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .recruit-lead__inner {
    width: calc(100% - 240px - 40px);
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__inner {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__inner {
    width: 100%;
  }
}
.recruit-lead__inner__copy {
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 1;
  color: #d00;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .recruit-lead__inner__copy {
    font-size: 37px;
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__inner__copy {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__inner__copy {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.recruit-lead__inner__text {
  font-size: 16px;
  line-height: 2.375;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .recruit-lead__inner__text {
    line-height: 2.1;
    text-align: justify;
  }
  .recruit-lead__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .recruit-lead__inner__text {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .recruit-lead__inner__text {
    line-height: 1.9;
  }
}

.contact-fraud {
  margin: 70px auto 100px;
  padding: 0 50px 50px 50px;
  background-color: #f7f3ee;
}
@media screen and (max-width: 900px) {
  .contact-fraud {
    margin: 60px auto;
  }
}
@media screen and (max-width: 599px) {
  .contact-fraud {
    margin: 45px -10px 40px;
    padding: 0 25px 25px;
  }
}
.contact-fraud__title {
  margin: 0 auto;
  padding-left: 0.06em;
  width: 280px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #d00;
  border-radius: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .contact-fraud__title {
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
  }
}
.contact-fraud__copy {
  padding-left: 0.06em;
  font-size: 26px;
  line-height: 1;
  color: #d00;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact-fraud__copy {
    font-size: 4.8vw;
  }
}
.contact-fraud__list {
  margin-top: 30px;
  padding: 15px 20px 30px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .contact-fraud__list {
    margin-top: 16px;
    padding: 20px;
  }
}
.contact-fraud__list__item {
  margin: 15px 0.5em 0;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.contact-fraud__list__item::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #d00;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 1px;
}
@media screen and (max-width: 599px) {
  .contact-fraud__list__item {
    margin: 10px 0 0;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    display: block;
  }
  .contact-fraud__list__item:first-child {
    margin-top: 0;
  }
  .contact-fraud__list__item::before {
    width: 8px;
    height: 8px;
    top: 5px;
    left: 1px;
  }
}
.contact-fraud__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .contact-fraud__text {
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .contact-fraud__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.contact-fraud__caution {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  color: #678;
  text-indent: -1em;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .contact-fraud__caution {
    margin-top: 15px;
    font-size: 11px;
  }
}
@media screen and (max-width: 900px) {
  .contact-fraud__caution {
    margin-top: 10px;
    text-align: justify;
  }
}
@media screen and (max-width: 599px) {
  .contact-fraud__caution {
    margin-top: 5px;
  }
}

.contact-form {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .contact-form {
    padding: 80px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .contact-form {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form {
    margin-bottom: 0;
    padding: 40px 0 50px;
  }
}
.contact-form::before {
  content: "";
  width: calc(100vw - 260px);
  height: 100%;
  background-color: #f3f5f7;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1600px) {
  .contact-form::before {
    width: calc(100vw - 220px);
  }
}
@media screen and (max-width: 1400px) {
  .contact-form::before {
    width: calc(100vw - 180px);
  }
}
@media screen and (max-width: 1300px) {
  .contact-form::before {
    width: calc(100vw - 150px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1100px) {
  .contact-form::before {
    width: 100vw;
  }
}
.contact-form::after {
  content: "";
  width: 0;
  border-width: 50px 50px 0 50px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contact-form::after {
    border-width: 35px 35px 0 35px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form::after {
    border-width: 25px 25px 0 25px;
  }
}
.contact-form__list {
  margin-top: 40px;
  padding: 55px 60px 60px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .contact-form__list {
    margin-top: 30px;
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__list {
    margin: 20px -10px 0;
    padding: 25px;
  }
}
.contact-form__list__item {
  padding: 30px 0;
  border-bottom: 1px dotted #bbb;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .contact-form__list__item {
    padding: 20px 0;
  }
}
.contact-form__list__item:first-child {
  padding-top: 0;
}
.contact-form__list__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contact-form__list__item__title {
  padding-left: 22px;
  width: 260px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.contact-form__list__item__title::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 5px solid #d00;
  border-radius: 50%;
  position: absolute;
  top: 16px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .contact-form__list__item__title {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__list__item__title {
    padding-left: 20px;
    height: 20px;
    font-size: 15px;
    line-height: 18px;
  }
  .contact-form__list__item__title::before {
    content: "";
    width: 15px;
    height: 15px;
    top: 1px;
  }
}
.contact-form__list__item__title .icon_required {
  position: absolute;
  right: 0;
  top: 14px;
}
@media screen and (max-width: 599px) {
  .contact-form__list__item__title .icon_required {
    top: -2px;
  }
}
.contact-form__list__item__inner {
  width: calc(100% - 260px - 20px);
}
@media screen and (max-width: 900px) {
  .contact-form__list__item__inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__list__item__inner {
    margin-top: 15px;
    width: 100%;
  }
}
.contact-form__list__item__inner__type {
  margin-top: -10px;
  margin-left: -30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .contact-form__list__item__inner__type {
    margin-top: -15px;
    margin-left: -20px;
  }
}
.contact-form__list__item__inner__type__item {
  margin-top: 20px;
  margin-left: 30px;
  width: auto;
}
@media screen and (max-width: 599px) {
  .contact-form__list__item__inner__type__item {
    margin-top: 15px;
    margin-left: 20px;
  }
}
.contact-form__privacy {
  margin-top: 30px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .contact-form__privacy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__privacy {
    margin: 10px -10px 0;
    padding: 25px;
  }
}
.contact-form__privacy__text {
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .contact-form__privacy__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__privacy__text {
    line-height: 1.9;
  }
}
.contact-form__privacy__text__link {
  color: #d00;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .contact-form__privacy__text__link:hover {
    color: #019;
    text-decoration: none;
  }
}
.contact-form__privacy__btn {
  margin: 25px auto 0;
  width: 300px;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #000;
  text-align: center;
  background-color: #f3eee7;
  border: none;
  display: block;
  border-radius: 35px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .contact-form__privacy__btn:hover {
    color: #fff;
    background-color: #019;
  }
}
.contact-form__privacy__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  left: 30px;
}
.contact-form__privacy__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000;
  position: absolute;
  top: 30px;
  left: 35px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .contact-form__privacy__btn {
    margin: 15px auto 0;
    padding-left: 0;
    width: 280px;
    max-width: 100%;
    height: 60px;
    font-size: 15px;
    line-height: 60px;
    border-radius: 30px;
  }
  .contact-form__privacy__btn::before {
    top: 20px;
    left: 25px;
  }
  .contact-form__privacy__btn::after {
    top: 25px;
    left: 30px;
  }
}
.contact-form__privacy .errors-text {
  text-align: center;
}
.contact-form__btn-wrapper {
  margin: 50px 0 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .contact-form__btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-form__btn-wrapper {
    margin-top: 20px;
  }
}
.contact-form__btn-wrapper .btn01--correction {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .contact-form__btn-wrapper .btn01--correction {
    margin: 10px auto 0;
    position: relative;
    top: auto;
    left: auto;
  }
}

.icon_required {
  width: 50px;
  height: 20px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #d00;
  display: inline-block;
}

input {
  padding: 0 0 0 20px;
  width: 100%;
  height: 50px;
  border: 1px solid #dde3e5;
  background-color: #f3f5f7;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  border-radius: 0;
  display: block;
  position: relative;
}

select {
  padding: 0 0 0 20px;
  width: 100%;
  max-width: 320px;
  height: 50px;
  border: 1px solid #dde3e5;
  background-color: #f3f5f7;
  background-image: url(../img/common/select_arrow.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: right 16px top 50%;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
  border-radius: 0;
  display: block;
  position: relative;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}

.input-hide {
  display: none;
}

.radio-link {
  padding-left: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  transition: 0.2s;
  position: relative;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 599px) {
  .radio-link {
    padding-left: 32px;
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1025px) {
  .radio-link:hover {
    color: #d00;
  }
}
.radio-link::before {
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f3f5f7;
  border: 1px solid #dde3e5;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .radio-link::before {
    width: 26px;
    height: 26px;
  }
}
.radio-link::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 9px;
  left: 9px;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .radio-link::after {
    width: 10px;
    height: 10px;
    top: 8px;
    left: 8px;
  }
}

input[type=radio].input-hide:checked + .radio-link::after {
  opacity: 1;
}

input[type=checkbox].input-hide:checked + .contact-form__privacy__btn {
  color: #fff;
  background-color: #019;
}
input[type=checkbox].input-hide:checked + .contact-form__privacy__btn::after {
  opacity: 1;
}

textarea {
  padding: 10px 20px;
  width: 100%;
  height: 200px;
  background-color: #f3f5f7;
  border: 1px solid #dde3e5;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  vertical-align: middle;
  border-radius: 0;
  display: block;
  position: relative;
}

:input-placeholder {
  color: #9ab;
}

:-ms-input-placeholder {
  color: #9ab !important;
}

::-webkit-input-placeholder {
  color: #9ab;
}

::-moz-placeholder {
  color: #9ab;
  opacity: 1;
}

/*エラーページの処理*/
.errors-message {
  margin-top: 25px;
  padding: 20px;
  font-size: 18px;
  line-height: 1.6em;
  color: #d00;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #d00;
}
@media screen and (max-width: 599px) {
  .errors-message {
    margin-top: 15px;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
  }
}

.errors-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.6em;
  color: #d00;
}
@media screen and (max-width: 599px) {
  .errors-text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.errors-box {
  border: 1px solid #d00 !important;
  box-sizing: inherit;
}

/*確認ページの処理*/
.confirm-text {
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .confirm-text {
    padding: 0 0 0 22px;
  }
}
@media screen and (max-width: 599px) {
  .confirm-text {
    margin-top: -5px;
    padding: 0 0 0 20px;
    font-size: 15px;
  }
}

/*完了ページの処理*/
.complete-box {
  margin-top: 40px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .complete-box {
    margin-top: 30px;
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .complete-box {
    margin: 20px -10px 0;
    padding: 25px;
  }
}
.complete-box__copy {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.3;
  color: #d00;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-box__copy {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
.complete-box__text {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .complete-box__text {
    font-size: 15px;
    text-align: justify;
  }
  .complete-box__text br {
    display: none;
  }
}
.complete-box__text__caution {
  margin-top: 5px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.6;
  color: #789;
  text-indent: -1em;
  text-align: center;
}
.complete-box__text__caution br {
  display: inline;
}
@media screen and (max-width: 599px) {
  .complete-box__text__caution {
    font-size: 12px;
    text-align: justify;
  }
  .complete-box__text__caution br {
    display: none;
  }
}

.contact-property {
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .contact-property {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .contact-property {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .contact-property {
    margin-top: 0;
  }
}
.contact-property__photos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 599px) {
  .contact-property__photos {
    margin: 0 -20px;
  }
}
.contact-property__photos__item {
  width: calc((100% - 2px) / 2);
}
@media screen and (max-width: 599px) {
  .contact-property__photos__item {
    width: 50%;
  }
}
.contact-property__title {
  margin-top: 50px;
  padding-left: 0.06em;
  font-size: 32px;
  line-height: 1;
  color: #d00;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .contact-property__title {
    margin-top: 40px;
    font-size: 23px;
  }
}
.contact-property__text {
  margin: 25px auto 0;
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .contact-property__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.contact-property__btn {
  margin: 30px auto 0;
  padding-left: 0.06em;
  width: 100%;
  max-width: 320px;
  height: 70px;
  text-align: center;
  background-color: #8ab;
  border-radius: 35px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .contact-property__btn:hover {
    background-color: #019;
  }
}
@media screen and (max-width: 599px) {
  .contact-property__btn {
    margin: 20px auto 0;
    max-width: 260px;
    height: 50px;
    border-radius: 25px;
  }
}
.contact-property__btn__text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 71px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  background-image: url(../img/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: 0 50%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .contact-property__btn__text {
    padding-left: 23px;
    font-size: 15px;
    line-height: 51px;
    background-size: 16px auto;
    background-position: 0 45%;
  }
}

.privacy-list {
  margin: 40px auto 0;
  padding: 60px;
  background-color: #f3f5f7;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  .privacy-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 900px) {
  .privacy-list {
    margin-top: 25px;
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-list {
    margin: 20px -15px 0;
    padding: 30px 25px;
    border-radius: 5px;
  }
}
.privacy-list__item {
  padding: 40px 0 30px;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 900px) {
  .privacy-list__item {
    padding: 35px 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .privacy-list__item {
    padding: 23px 0 16px;
  }
}
.privacy-list__item:first-child {
  padding-top: 0;
  border-top: none;
}
.privacy-list__item:last-child {
  padding-bottom: 0;
}
.privacy-list__item__title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1;
  color: #d00;
  font-weight: 700;
}
@media screen and (max-width: 599px) {
  .privacy-list__item__title {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

.sitemap-list {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
.sitemap-list__item {
  margin-top: 30px;
}
@media screen and (max-width: 599px) {
  .sitemap-list__item {
    margin-top: 20px;
  }
}
.sitemap-list__item:first-child {
  margin-top: 0;
}
.sitemap-list__item__link {
  padding-left: 50px;
  width: 100%;
  height: 70px;
  font-size: 21px;
  line-height: 70px;
  color: #000;
  background-color: #f3f5f7;
  display: block;
  position: relative;
}
.sitemap-list__item__link::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #d00;
  position: absolute;
  top: 25px;
  left: 23px;
  transition: 0.2s;
}
.sitemap-list__item__link::after {
  content: "";
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #d00;
  position: absolute;
  top: calc(50% - 3px);
  left: 31px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .sitemap-list__item__link {
    padding-left: 40px;
    height: 50px;
    font-size: 18px;
    line-height: 51px;
  }
  .sitemap-list__item__link::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 15px;
  }
  .sitemap-list__item__link::after {
    border-width: 3px 0 3px 5px;
    top: calc(50% - 3px);
    left: 21px;
  }
}
@media screen and (min-width: 1025px) {
  .sitemap-list__item__link:hover {
    color: #fff;
    background-color: #d00;
  }
  .sitemap-list__item__link:hover::before {
    border: 2px solid #fff;
  }
  .sitemap-list__item__link:hover::after {
    border-color: transparent transparent transparent #fff;
  }
}
.sitemap-list__item__link.other {
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 25px top 50%;
}
@media screen and (max-width: 900px) {
  .sitemap-list__item__link.other {
    background-size: 18px auto;
    background-position: right 22px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .sitemap-list__item__link.other {
    background-size: 16px auto;
    background-position: right 15px top 50%;
  }
}
.sitemap-list__item__sub {
  margin: 10px 0 0 50px;
  width: 640px;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .sitemap-list__item__sub {
    margin: 10px 0 0 40px;
    width: calc(100% - 40px);
  }
}
.sitemap-list__item__sub__item {
  margin-top: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 599px) {
  .sitemap-list__item__sub__item {
    margin-top: 10px;
    width: 100%;
  }
}
.sitemap-list__item__sub__item__link {
  padding-left: 1em;
  font-size: 16px;
  line-height: 1;
  color: #000;
  position: relative;
  display: inline-block;
}
.sitemap-list__item__sub__item__link::before {
  content: "";
  border-width: 4px 0 4px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #d00;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .sitemap-list__item__sub__item__link {
    padding-left: 0.8em;
    font-size: 15px;
  }
  .sitemap-list__item__sub__item__link::before {
    border-width: 3px 0 3px 6px;
    top: calc(50% - 4px);
  }
}
@media screen and (min-width: 1025px) {
  .sitemap-list__item__sub__item__link:hover {
    color: #d00;
  }
  .sitemap-list__item__sub__item__link:hover::before {
    border-color: transparent transparent transparent #000;
  }
}
.sitemap-list__item__sub__item__link.other {
  padding-right: 20px;
  background-image: url(../img/common/icon_other.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: 100% 50%;
}
@media screen and (max-width: 599px) {
  .sitemap-list__item__sub__item__link.other {
    padding-right: 17px;
    background-size: 14px auto;
  }
}/*# sourceMappingURL=style.css.map */