@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700&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;
  }
}
/* 1300以上 */
@media screen and (max-width: 1300px) {
  .only1300 {
    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: 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: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 2;
  font-size: 16px;
  overflow-x: hidden;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  word-break: break-all;
  text-justify: inter-character;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.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: 15px;
  }
}

.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: 599px) {
  .mb60 {
    margin-bottom: 35px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.pb00 {
  padding-bottom: 0 !important;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}

@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;
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
    position: fixed;
    background-color: #fff;
  }
}
.header__logo {
  padding: 30px 20px 45px;
  width: 230px;
  line-height: 0.1;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 1600px) {
  .header__logo {
    padding: 25px 18px 35px;
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    padding: 25px 18px 35px;
    width: 180px;
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .header__logo {
    padding: 20px 15px 30px;
    width: 150px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    padding: 0;
    width: 200px;
    top: 12px;
    left: 13px;
    background-color: transparent;
  }
}
.header__btn-box {
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 6;
}
@media screen and (max-width: 1600px) {
  .header__btn-box {
    top: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .header__btn-box {
    top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .header__btn-box {
    padding: 10px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: auto;
    bottom: 0;
  }
}
.header__btn {
  padding-left: 20px;
  width: 270px;
  height: 70px;
  font-size: 17px;
  line-height: 70px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 600;
  background-color: #c9151e;
  display: block;
  position: relative;
}
.header__btn::before {
  content: "";
  margin: auto 0;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transition: 0.2s;
}
.header__btn::after {
  content: "";
  margin: auto 0;
  width: 33px;
  height: 34px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 48%;
  top: 0;
  bottom: 0;
  right: 30px;
  position: absolute;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .header__btn:hover {
    background-color: #000;
  }
  .header__btn:hover::before {
    right: 13px;
  }
  .header__btn:hover::after {
    right: 27px;
  }
}
@media screen and (max-width: 900px) {
  .header__btn {
    padding-left: 20px;
    width: 230px;
    height: 60px;
    font-size: 16px;
    line-height: 62px;
    letter-spacing: 0.02em;
  }
  .header__btn::before {
    width: 28px;
    height: 28px;
    right: 11px;
    background-position: 0 44%;
  }
  .header__btn::after {
    width: 27px;
    height: 28px;
    right: 24px;
  }
}
@media screen and (max-width: 900px) and (min-width: 1025px) {
  .header__btn:hover {
    background-color: #000;
  }
  .header__btn:hover::before {
    right: 13px;
  }
  .header__btn:hover::after {
    right: 27px;
  }
}
@media screen and (max-width: 599px) {
  .header__btn {
    margin: 0 auto;
    width: 100%;
  }
}

.copyright {
  padding-left: 0.06em;
  width: 100%;
  height: 80px;
  font-size: 14px;
  line-height: 80px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
@media screen and (max-width: 599px) {
  .copyright {
    height: 120px;
    line-height: 50px;
  }
}

.main {
  width: 100%;
  position: relative;
}
.main__photo {
  width: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 599px) {
  .main__photo {
    height: 100vw;
    overflow: hidden;
  }
  .main__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main__logo {
  padding: 30px 20px 45px;
  width: 237px;
  line-height: 0.1;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
}
@media screen and (max-width: 1600px) {
  .main__logo {
    padding: 25px 18px 35px;
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .main__logo {
    padding: 25px 18px 35px;
    width: 180px;
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .main__logo {
    padding: 20px 15px 30px;
    width: 150px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .main__logo {
    padding: 15px 12px 20px;
    width: 120px;
    right: 10px;
  }
}
.main__copy {
  max-width: 830px;
  width: 48%;
  line-height: 0.1;
  position: absolute;
  top: 50%;
  right: 80px;
}
@media screen and (max-width: 1024px) {
  .main__copy {
    width: 55%;
    top: 55%;
    right: 60px;
  }
}

.lead {
  padding: 110px 100px 0;
  height: 860px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1800px) {
  .lead {
    padding-top: 6.1vw;
    height: 47vw;
  }
}
@media screen and (max-width: 1500px) {
  .lead {
    height: 41vw;
  }
}
@media screen and (max-width: 1400px) {
  .lead {
    padding: 6.1vw 80px 0;
  }
}
@media screen and (max-width: 1300px) {
  .lead {
    padding: 4vw 100px 0;
    height: 44vw;
  }
}
@media screen and (max-width: 1200px) {
  .lead {
    padding: 2vw 80px 0;
    height: 40vw;
  }
}
@media screen and (max-width: 1100px) {
  .lead {
    padding: 50px 100px 100px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .lead {
    padding: 40px 100px 80px;
  }
}
@media screen and (max-width: 900px) {
  .lead {
    padding: 20px 60px 60px;
  }
}
@media screen and (max-width: 599px) {
  .lead {
    padding: 0 25px 40px;
  }
}
.lead__photos {
  width: 730px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1800px) {
  .lead__photos {
    width: 40%;
  }
}
@media screen and (max-width: 1500px) {
  .lead__photos {
    width: 36%;
  }
}
@media screen and (max-width: 1300px) {
  .lead__photos {
    width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .lead__photos {
    width: 36%;
  }
}
@media screen and (max-width: 1100px) {
  .lead__photos {
    position: relative;
    margin-left: 180px;
    width: calc(100% - 120px - 60px);
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 1024px) {
  .lead__photos {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .lead__photos {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .lead__photos {
    margin-top: 20px;
  }
}
.lead__photos__photo01 {
  margin: 0 auto;
  width: 76.7%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .lead__photos__photo01 {
    margin: 0;
    width: calc((100% - 40px) / 3);
    height: 160px;
    overflow: hidden;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
  .lead__photos__photo01 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .lead__photos__photo01 {
    width: calc((100% - 20px) / 3);
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .lead__photos__photo01 {
    width: calc((100% - 4px) / 3);
    height: 24vw;
  }
}
.lead__photos__photo02 {
  width: 49.3%;
  position: absolute;
  top: 41%;
  right: 0;
}
@media screen and (max-width: 1100px) {
  .lead__photos__photo02 {
    width: calc((100% - 40px) / 3);
    height: 160px;
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
  }
  .lead__photos__photo02 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .lead__photos__photo02 {
    width: calc((100% - 20px) / 3);
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .lead__photos__photo02 {
    width: calc((100% - 4px) / 3);
    height: 24vw;
  }
}
.lead__photos__photo03 {
  width: 38.35%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .lead__photos__photo03 {
    width: calc((100% - 40px) / 3);
    height: 160px;
    overflow: hidden;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .lead__photos__photo03 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .lead__photos__photo03 {
    width: calc((100% - 20px) / 3);
    height: 140px;
  }
}
@media screen and (max-width: 599px) {
  .lead__photos__photo03 {
    width: calc((100% - 4px) / 3);
    height: 24vw;
  }
}
.lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.lead__inner__title {
  width: 170px;
}
.lead__inner__title .title02 {
  display: none;
}
@media screen and (max-width: 1600px) {
  .lead__inner__title {
    width: 150px;
  }
}
@media screen and (max-width: 1500px) {
  .lead__inner__title {
    width: 130px;
  }
}
@media screen and (max-width: 1400px) {
  .lead__inner__title {
    width: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .lead__inner__title {
    margin-bottom: 40px;
    width: 230px;
  }
  .lead__inner__title .title01 {
    display: none;
  }
  .lead__inner__title .title02 {
    display: inline;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__title {
    margin-bottom: 35px;
    width: 220px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__title {
    margin-bottom: 0;
    width: 120px;
  }
  .lead__inner__title .title01 {
    display: inline;
  }
  .lead__inner__title .title02 {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .lead__inner__title {
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__title {
    margin: 0 auto 40px;
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__title {
    margin: 0 auto 30px;
    width: 65px;
  }
}
.lead__inner__box {
  width: calc(100% - 170px - 100px);
}
@media screen and (max-width: 1700px) {
  .lead__inner__box {
    width: calc(100% - 170px - 80px);
  }
}
@media screen and (max-width: 1600px) {
  .lead__inner__box {
    width: calc(100% - 150px - 60px);
  }
}
@media screen and (max-width: 1500px) {
  .lead__inner__box {
    width: calc(100% - 130px - 60px);
  }
}
@media screen and (max-width: 1400px) {
  .lead__inner__box {
    width: calc(100% - 120px - 50px);
  }
}
@media screen and (max-width: 1300px) {
  .lead__inner__box {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box {
    width: calc(100% - 120px - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .lead__inner__box {
    width: calc(100% - 100px - 60px);
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__box {
    width: 100%;
  }
}
.lead__inner__box__copy {
  margin-bottom: 30px;
  width: 630px;
  line-height: 0.1;
}
@media screen and (max-width: 1600px) {
  .lead__inner__box__copy {
    width: 567px;
  }
}
@media screen and (max-width: 1500px) {
  .lead__inner__box__copy {
    margin-bottom: 20px;
    width: 504px;
  }
}
@media screen and (max-width: 1400px) {
  .lead__inner__box__copy {
    margin-bottom: 20px;
    width: 472.5px;
  }
}
@media screen and (max-width: 1300px) {
  .lead__inner__box__copy {
    margin-bottom: 30px;
    width: 504px;
  }
}
@media screen and (max-width: 1200px) {
  .lead__inner__box__copy {
    margin-bottom: 25px;
    width: 472.5px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box__copy {
    margin-bottom: 20px;
    width: 535.5px;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__box__copy {
    margin: 0 auto 20px;
    width: 485.1px;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box__copy {
    margin: 0 auto 15px;
    max-width: 440px;
    width: 100%;
  }
}
.lead__inner__box__text {
  font-size: 16px;
  line-height: 2.9;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
}
@media screen and (max-width: 1500px) {
  .lead__inner__box__text {
    line-height: 2.5;
  }
}
@media screen and (max-width: 1400px) {
  .lead__inner__box__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .lead__inner__box__text {
    font-size: 16px;
    text-align: justify;
  }
  .lead__inner__box__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .lead__inner__box__text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 599px) {
  .lead__inner__box__text {
    line-height: 2;
  }
}

.reason {
  margin-top: -50px;
  padding: 0 90px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .reason {
    margin-top: 80px;
    padding: 0 70px;
  }
}
@media screen and (max-width: 1100px) {
  .reason {
    margin-top: 0;
    padding: 100px 100px 120px;
    background-color: #f4f2ec;
  }
}
@media screen and (max-width: 900px) {
  .reason {
    margin-top: 0;
    padding: 80px 60px 80px;
  }
}
@media screen and (max-width: 599px) {
  .reason {
    padding: 60px 25px 50px;
  }
}
.reason__inner {
  margin: 0 auto;
  padding: 160px 0 170px;
  width: 100%;
  max-width: 1620px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .reason__inner {
    padding: 130px 0 140px;
  }
}
@media screen and (max-width: 1300px) {
  .reason__inner {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .reason__inner {
    padding: 0;
  }
}
.reason__inner::before {
  content: "";
  margin: 0 auto;
  width: calc(100% - 120px);
  height: 100%;
  background-color: #f4f2ec;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  .reason__inner::before {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1200px) {
  .reason__inner::before {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1100px) {
  .reason__inner::before {
    display: none;
  }
}
.reason__inner__title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 660px;
  line-height: 0.1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .reason__inner__title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1300px) {
  .reason__inner__title {
    margin-bottom: 30px;
    max-width: 580px;
  }
}
@media screen and (max-width: 900px) {
  .reason__inner__title {
    margin-bottom: 25px;
    max-width: 520px;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__title {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 440px;
  }
}
.reason__inner__title__en {
  margin-top: 25px;
  padding-left: 0.1em;
  font-size: 13px;
  line-height: 1;
  color: #c9151e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .reason__inner__title__en {
    margin-top: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__title__en {
    font-size: 11px;
  }
}
.reason__inner__text {
  padding-left: 0.06em;
  font-size: 17px;
  line-height: 2.4;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  .reason__inner__text {
    font-size: 16px;
    line-height: 2.3;
  }
}
@media screen and (max-width: 900px) {
  .reason__inner__text {
    line-height: 2.1;
    text-align: justify;
  }
  .reason__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__text {
    line-height: 2;
  }
}
.reason__inner__photos {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .reason__inner__photos {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1300px) {
  .reason__inner__photos {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .reason__inner__photos {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__photos {
    margin-top: 20px;
  }
}
.reason__inner__photos__item {
  width: calc((100% - 200px) / 3);
  position: relative;
}
@media screen and (max-width: 1500px) {
  .reason__inner__photos__item {
    width: calc((100% - 140px) / 3);
  }
}
@media screen and (max-width: 1300px) {
  .reason__inner__photos__item {
    width: calc((100% - 100px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .reason__inner__photos__item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__photos__item {
    margin: 20px auto 0;
    width: 90%;
  }
  .reason__inner__photos__item:first-child {
    margin-top: 0;
  }
  .reason__inner__photos__item:nth-child(2n) .reason__inner__photos__item__text {
    left: auto;
    right: 0;
    transform: translateX(70%);
  }
}
.reason__inner__photos__item__text {
  width: 38px;
  position: absolute;
  top: 30px;
  left: 0;
  transform: translateX(-70%);
}
@media screen and (max-width: 1500px) {
  .reason__inner__photos__item__text {
    top: 9%;
    width: 10%;
  }
}
@media screen and (max-width: 900px) {
  .reason__inner__photos__item__text {
    top: 9%;
    width: 12%;
  }
}
@media screen and (max-width: 599px) {
  .reason__inner__photos__item__text {
    top: 9%;
    width: 10%;
  }
}

.demand {
  padding: 150px 0 0;
}
@media screen and (max-width: 1300px) {
  .demand {
    padding-top: 120px;
  }
}
@media screen and (max-width: 900px) {
  .demand {
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .demand {
    padding-top: 60px;
  }
}
.demand__title {
  margin: 0 auto 70px;
  width: 100%;
  max-width: 580px;
}
@media screen and (max-width: 1300px) {
  .demand__title {
    margin-bottom: 50px;
    max-width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .demand__title {
    margin-bottom: 40px;
    max-width: 460px;
  }
}
@media screen and (max-width: 599px) {
  .demand__title {
    margin-bottom: 30px;
    max-width: 430px;
    padding: 0 30px;
  }
}
.demand__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.demand__list__item {
  width: 33.3333333333%;
  border-left: 2px solid #f4f2ec;
}
@media screen and (max-width: 900px) {
  .demand__list__item {
    border-left: 1px solid #f4f2ec;
  }
}
@media screen and (max-width: 599px) {
  .demand__list__item {
    width: 100%;
    border-left: none;
  }
}
.demand__list__item:first-child {
  border-left: none;
}
.demand__list__item__photo {
  width: 100%;
}
.demand__list__item__inner {
  padding: 50px 50px 70px;
}
@media screen and (max-width: 1500px) {
  .demand__list__item__inner {
    padding: 40px 50px 70px;
  }
}
@media screen and (max-width: 1100px) {
  .demand__list__item__inner {
    padding: 30px 40px 60px;
  }
}
@media screen and (max-width: 900px) {
  .demand__list__item__inner {
    padding: 25px 30px 45px;
  }
}
.demand__list__item__inner__title {
  margin: 0 auto 35px;
  width: 105px;
  height: 173px;
  line-height: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1500px) {
  .demand__list__item__inner__title {
    width: 90px;
    height: 148px;
  }
}
@media screen and (max-width: 1100px) {
  .demand__list__item__inner__title {
    margin-bottom: 25px;
    width: 80px;
    height: 132px;
  }
}
@media screen and (max-width: 900px) {
  .demand__list__item__inner__title {
    margin-bottom: 20px;
    width: 65px;
    height: 107px;
  }
}
@media screen and (max-width: 599px) {
  .demand__list__item__inner__title {
    margin-bottom: 20px;
    width: 70px;
    height: auto !important;
  }
}
.demand__list__item__inner__text {
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 36px;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .demand__list__item__inner__text {
    padding-left: 0;
    text-align: justify;
  }
  .demand__list__item__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .demand__list__item__inner__text {
    line-height: 32px;
  }
}
@media screen and (max-width: 900px) {
  .demand__list__item__inner__text {
    font-size: 15px;
    line-height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .demand__list__item__inner__text {
    font-size: 16px;
    line-height: 32px;
  }
}
.demand__list__item__inner__text .strong {
  font-size: 1.19em;
  color: #c9151e;
  font-weight: 700;
}

.charm {
  padding: 250px 0;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .charm {
    padding: 200px 0;
  }
}
@media screen and (max-width: 1100px) {
  .charm {
    padding: 100px;
  }
}
@media screen and (max-width: 900px) {
  .charm {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 599px) {
  .charm {
    padding: 40px 0 50px;
  }
}
.charm.ratan {
  background-color: #f4f2ec;
}
.charm.ratan::before {
  background-color: #7f6729;
}
.charm::before {
  content: "";
  width: 33.3333333333%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .charm::before {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 900px) {
  .charm::before {
    height: 460px;
  }
}
@media screen and (max-width: 599px) {
  .charm::before {
    height: 320px;
  }
}
.charm__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.charm__inner__title {
  width: 24%;
  position: sticky;
  top: 50px;
}
@media screen and (max-width: 1400px) {
  .charm__inner__title {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .charm__inner__title {
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .charm__inner__title {
    width: 100%;
    position: relative;
    top: auto;
  }
}
.charm__inner__title__text {
  margin: 0 auto 50px;
  width: 80px;
}
@media screen and (max-width: 1100px) {
  .charm__inner__title__text {
    width: 60px;
  }
}
@media screen and (max-width: 900px) {
  .charm__inner__title__text {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .charm__inner__title__text {
    margin-bottom: 35px;
    width: 40px;
  }
}
.charm__inner__list {
  padding-right: 80px;
  width: 76%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .charm__inner__list {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .charm__inner__list {
    width: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .charm__inner__list {
    padding: 0;
    width: 100%;
  }
}
.charm__inner__list__item {
  margin-top: 160px;
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .charm__inner__list__item {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .charm__inner__list__item {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .charm__inner__list__item {
    margin-top: 30px;
  }
}
.charm__inner__list__item:first-child {
  margin-top: 0;
}
.charm__inner__list__item__photo {
  width: 640px;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .charm__inner__list__item__photo {
    width: 580px;
  }
}
@media screen and (max-width: 1500px) {
  .charm__inner__list__item__photo {
    width: 480px;
  }
}
@media screen and (max-width: 1300px) {
  .charm__inner__list__item__photo {
    width: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .charm__inner__list__item__photo {
    width: 100%;
    height: 30vw;
    overflow: hidden;
  }
  .charm__inner__list__item__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 900px) {
  .charm__inner__list__item__photo {
    width: 100%;
    height: 40vw;
  }
}
.charm__inner__list__item__photo span {
  position: absolute;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  left: 0;
  bottom: 10px;
  padding: 0 12px;
}
@media screen and (max-width: 599px) {
  .charm__inner__list__item__photo span {
    font-size: 1.2rem;
    bottom: 8px;
    padding: 0 9px;
  }
}
.charm__inner__list__item__inner {
  width: calc(100% - 640px - 75px);
}
@media screen and (max-width: 1700px) {
  .charm__inner__list__item__inner {
    width: calc(100% - 580px - 60px);
  }
}
@media screen and (max-width: 1500px) {
  .charm__inner__list__item__inner {
    width: calc(100% - 480px - 50px);
  }
}
@media screen and (max-width: 1300px) {
  .charm__inner__list__item__inner {
    width: calc(100% - 400px - 40px);
  }
}
@media screen and (max-width: 1200px) {
  .charm__inner__list__item__inner {
    padding: 0 100px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .charm__inner__list__item__inner {
    padding: 0 40px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .charm__inner__list__item__inner {
    padding: 0 30px;
  }
}
.charm__inner__list__item__inner__copy {
  margin-bottom: 40px;
  padding-top: 80px;
  width: 100%;
  max-width: 543px;
  line-height: 0.1;
  position: relative;
}
.charm__inner__list__item__inner__copy::before {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #be901d;
  position: absolute;
  top: 0;
  left: 6px;
}
@media screen and (max-width: 1500px) {
  .charm__inner__list__item__inner__copy {
    margin-bottom: 20px;
    padding-top: 60px;
  }
  .charm__inner__list__item__inner__copy::before {
    height: 50px;
    left: 5px;
  }
}
@media screen and (max-width: 1300px) {
  .charm__inner__list__item__inner__copy {
    margin-bottom: 15px;
    padding-top: 35px;
  }
  .charm__inner__list__item__inner__copy::before {
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .charm__inner__list__item__inner__copy {
    margin-bottom: 20px;
    padding-top: 60px;
    max-width: 450px;
  }
  .charm__inner__list__item__inner__copy::before {
    height: 50px;
    left: 6px;
  }
}
@media screen and (max-width: 900px) {
  .charm__inner__list__item__inner__copy {
    margin-bottom: 18px;
    padding-top: 50px;
    max-width: 330px;
  }
  .charm__inner__list__item__inner__copy::before {
    height: 40px;
    left: 5px;
  }
}
@media screen and (max-width: 599px) {
  .charm__inner__list__item__inner__copy {
    margin-bottom: 15px;
    padding-top: 40px;
    max-width: 290px;
  }
  .charm__inner__list__item__inner__copy::before {
    height: 35px;
    left: 4px;
  }
}
.charm__inner__list__item__inner__text {
  font-size: 16px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .charm__inner__list__item__inner__text {
    line-height: 2;
  }
}

.can {
  padding: 150px 80px 0;
}
@media screen and (max-width: 1400px) {
  .can {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .can {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .can {
    padding: 100px 80px 0;
  }
}
@media screen and (max-width: 900px) {
  .can {
    padding: 80px 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .can {
    padding: 60px 25px 0;
  }
}
.can__title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 500px;
  line-height: 0.1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .can__title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1300px) {
  .can__title {
    margin-bottom: 30px;
    max-width: 420px;
  }
}
@media screen and (max-width: 900px) {
  .can__title {
    margin-bottom: 25px;
    max-width: 380px;
  }
}
@media screen and (max-width: 599px) {
  .can__title {
    margin: 0 auto 15px;
    width: 86%;
  }
}
.can__title__en {
  margin-top: 25px;
  padding-left: 0.1em;
  font-size: 13px;
  line-height: 1;
  color: #c9151e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .can__title__en {
    margin-top: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .can__title__en {
    font-size: 11px;
  }
}
.can__lead {
  margin-bottom: 50px;
  padding-left: 0.06em;
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .can__lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .can__lead {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .can__lead {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 2;
  }
}
.can__list {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 900px) {
  .can__list {
    margin: 0 -20px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .can__list {
    margin: 0 -10px;
    width: auto;
  }
}
.can__list__item {
  margin-top: 65px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .can__list__item {
    margin-left: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .can__list__item {
    margin-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .can__list__item {
    margin-top: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .can__list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .can__list__item {
    margin-top: 15px;
    padding: 30px 30px 35px;
  }
}
.can__list__item::before {
  content: "";
  width: calc(100% - 110px);
  height: 100%;
  background-color: #f4f2ec;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .can__list__item::before {
    width: 100%;
  }
}
.can__list__item:first-child {
  margin-top: 0;
}
.can__list__item:nth-last-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .can__list__item:nth-last-child(2n) {
    margin-left: 0;
    margin-right: 110px;
  }
}
@media screen and (max-width: 1100px) {
  .can__list__item:nth-last-child(2n) {
    margin-left: 0;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .can__list__item:nth-last-child(2n) {
    margin-right: 0;
  }
}
.can__list__item:nth-last-child(2n)::before {
  left: auto;
  right: 0;
}
.can__list__item:nth-last-child(2n) .can__list__item__title {
  border-left: 1px solid #be901d;
  border-right: none;
}
@media screen and (max-width: 599px) {
  .can__list__item:nth-last-child(2n) .can__list__item__title {
    border: none;
  }
}
.can__list__item:nth-last-child(2n) .can__list__item__inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .can__list__item:nth-last-child(2n) .can__list__item__inner {
    padding: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .can__list__item:nth-last-child(2n) .can__list__item__inner {
    padding: 60px;
  }
}
@media screen and (max-width: 599px) {
  .can__list__item:nth-last-child(2n) .can__list__item__inner {
    padding: 0;
    width: 100%;
  }
}
.can__list__item__title {
  width: 110px;
  border-right: 1px solid #be901d;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .can__list__item__title {
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .can__list__item__title {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .can__list__item__title {
    margin-bottom: 25px;
    width: 100%;
    border: none;
    justify-content: flex-end;
  }
}
.can__list__item__title__text {
  width: 56px;
  line-height: 0.1;
}
@media screen and (max-width: 1100px) {
  .can__list__item__title__text {
    width: 50px;
  }
}
@media screen and (max-width: 900px) {
  .can__list__item__title__text {
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .can__list__item__title__text {
    width: 65%;
    max-width: 210px;
  }
}
.can__list__item__inner {
  padding: 55px 0;
  width: calc(100% - 110px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .can__list__item__inner {
    padding: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .can__list__item__inner {
    padding: 60px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 900px) {
  .can__list__item__inner {
    padding: 50px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 599px) {
  .can__list__item__inner {
    padding: 0;
    width: 100%;
  }
}
.can__list__item__inner__box {
  padding: 0 55px;
  width: calc(100% - 645px);
}
@media screen and (max-width: 1600px) {
  .can__list__item__inner__box {
    padding: 0 45px;
    width: calc(100% - 580px);
  }
}
@media screen and (max-width: 1400px) {
  .can__list__item__inner__box {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 800px;
  }
}
.can__list__item__inner__box__copy {
  margin-bottom: 25px;
  width: 540px;
  max-width: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .can__list__item__inner__box__copy {
    margin-bottom: 20px;
    max-width: 85%;
  }
}
@media screen and (max-width: 599px) {
  .can__list__item__inner__box__copy {
    margin-bottom: 16px;
    max-width: 100%;
  }
}
.can__list__item__inner__box__text {
  font-size: 16px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .can__list__item__inner__box__text {
    line-height: 2;
  }
}
.can__list__item__inner__box__text .red {
  color: #c9151e;
}
.can__list__item__inner__photo {
  width: 645px;
}
@media screen and (max-width: 1600px) {
  .can__list__item__inner__photo {
    width: 580px;
  }
}
@media screen and (max-width: 1400px) {
  .can__list__item__inner__photo {
    margin: 30px auto 0;
    width: 100%;
    max-width: 800px;
    text-align: left;
  }
  .can__list__item__inner__photo img {
    max-width: 360px;
  }
}
@media screen and (max-width: 900px) {
  .can__list__item__inner__photo {
    margin-top: 25px;
  }
  .can__list__item__inner__photo img {
    max-width: 300px;
  }
}
@media screen and (max-width: 599px) {
  .can__list__item__inner__photo {
    margin-top: 15px;
  }
  .can__list__item__inner__photo img {
    max-width: 100%;
  }
}
.can__coupon {
  margin: 65px auto 0;
  padding: 65px 70px;
  width: 100%;
  max-width: 1500px;
  border: 5px solid #e7dda7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .can__coupon {
    padding: 60px 60px;
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 1100px) {
  .can__coupon {
    margin-top: 50px;
    padding: 60px 60px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1024px) {
  .can__coupon {
    padding: 60px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .can__coupon {
    margin: 20px -20px 0;
    padding: 40px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .can__coupon {
    margin: 15px -10px;
    padding: 25px 25px 30px;
    width: auto;
  }
}
.can__coupon__inner {
  width: calc(100% - 270px - 30px);
}
@media screen and (max-width: 1500px) {
  .can__coupon__inner {
    width: 100%;
  }
}
.can__coupon__inner__copy {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.4;
  color: #c9151e;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1500px) {
  .can__coupon__inner__copy {
    padding-left: 0.1em;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .can__coupon__inner__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .can__coupon__inner__copy {
    font-size: 20px;
  }
}
.can__coupon__inner__text {
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
}
@media screen and (max-width: 1500px) {
  .can__coupon__inner__text {
    padding-left: 0.06em;
    text-align: center;
  }
}
@media screen and (max-width: 1200px) {
  .can__coupon__inner__text {
    padding-left: 0;
    text-align: justify;
  }
  .can__coupon__inner__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .can__coupon__inner__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .can__coupon__inner__text {
    line-height: 1.9;
  }
}
.can__coupon__btn-wrapper {
  width: 270px;
}
@media screen and (max-width: 1500px) {
  .can__coupon__btn-wrapper {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .can__coupon__btn-wrapper {
    margin: 15px auto 0;
    width: 240px;
  }
}
.can__coupon__btn-wrapper__btn {
  padding-left: 25px;
  height: 70px;
  font-size: 17px;
  line-height: 70px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 600;
  background-color: #c9151e;
  display: block;
  position: relative;
}
.can__coupon__btn-wrapper__btn::before {
  content: "";
  margin: auto 0;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transition: 0.2s;
}
.can__coupon__btn-wrapper__btn::after {
  content: "";
  margin: auto 0;
  width: 33px;
  height: 34px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 48%;
  top: 0;
  bottom: 0;
  right: 30px;
  position: absolute;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .can__coupon__btn-wrapper__btn:hover {
    background-color: #789;
  }
  .can__coupon__btn-wrapper__btn:hover::before {
    right: 13px;
  }
  .can__coupon__btn-wrapper__btn:hover::after {
    right: 27px;
  }
}
@media screen and (max-width: 900px) {
  .can__coupon__btn-wrapper__btn {
    padding-left: 20px;
    height: 60px;
    font-size: 16px;
    line-height: 62px;
    letter-spacing: 0.02em;
  }
  .can__coupon__btn-wrapper__btn::before {
    width: 28px;
    height: 28px;
    right: 11px;
    background-position: 0 44%;
  }
  .can__coupon__btn-wrapper__btn::after {
    width: 27px;
    height: 28px;
    right: 24px;
  }
}
@media screen and (max-width: 900px) and (min-width: 1025px) {
  .can__coupon__btn-wrapper__btn:hover {
    background-color: #000;
  }
  .can__coupon__btn-wrapper__btn:hover::before {
    right: 13px;
  }
  .can__coupon__btn-wrapper__btn:hover::after {
    right: 27px;
  }
}
@media screen and (max-width: 599px) {
  .can__coupon__btn-wrapper__btn {
    width: 240px;
    max-width: 100%;
  }
}

.movie {
  padding: 150px 80px 80px;
  background-color: #f4f2ec;
  position: relative;
}
.movie::before {
  content: "";
  width: 100%;
  height: 500px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .movie {
    padding: 120px 80px 80px;
  }
  .movie::before {
    height: 470px;
  }
}
@media screen and (max-width: 1100px) {
  .movie {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .movie {
    padding: 100px 80px 60px;
  }
}
@media screen and (max-width: 900px) {
  .movie {
    padding: 80px 60px 60px;
  }
  .movie::before {
    height: 340px;
  }
}
@media screen and (max-width: 599px) {
  .movie {
    padding: 60px 30px 40px;
  }
  .movie::before {
    height: 230px;
  }
}
.movie__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .movie__inner {
    max-width: 100%;
  }
}
.movie__inner__title {
  margin: 0 auto 45px;
  width: 100%;
  max-width: 410px;
  line-height: 0.1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .movie__inner__title {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 1300px) {
  .movie__inner__title {
    max-width: 360px;
  }
}
@media screen and (max-width: 900px) {
  .movie__inner__title {
    margin-bottom: 25px;
    max-width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .movie__inner__title {
    margin: 0 auto 20px;
    width: 70%;
  }
}
.movie__inner__title__en {
  margin-top: 25px;
  padding-left: 0.1em;
  font-size: 13px;
  line-height: 1;
  color: #c9151e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .movie__inner__title__en {
    margin-top: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .movie__inner__title__en {
    margin-top: 15px;
    font-size: 11px;
  }
}
.movie__inner__youtube {
  width: 100%;
  position: relative;
}
.movie__inner__youtube::before {
  content: "";
  padding-top: 56.25%;
  display: block;
}
.movie__inner__youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.movie__inner__text {
  margin-top: 35px;
  font-size: 16px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .movie__inner__text {
    margin-top: 25px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .movie__inner__text {
    margin-top: 15px;
  }
}

.info {
  padding: 0 0 150px;
  background-color: #f4f2ec;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .info {
    padding-bottom: 0;
  }
}
.info__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1300px) {
  .info__inner {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.info__inner__box {
  padding: 90px 50px 90px;
  width: 50%;
  background-color: #000;
}
@media screen and (max-width: 1300px) {
  .info__inner__box {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .info__inner__box {
    padding: 80px 50px 70px;
  }
}
@media screen and (max-width: 599px) {
  .info__inner__box {
    padding: 50px 30px 50px;
  }
}
.info__inner__box__title {
  margin: 0 auto 30px;
  width: 470px;
  max-width: 100%;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .info__inner__box__title {
    margin-bottom: 25px;
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .info__inner__box__title {
    margin-bottom: 15px;
    width: 90%;
  }
}
.info__inner__box__title__en {
  margin-top: 15px;
  padding-left: 0.1em;
  font-size: 13px;
  line-height: 1;
  color: #c9151e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .info__inner__box__title__en {
    margin-top: 13px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .info__inner__box__title__en {
    margin-top: 10px;
    font-size: 11px;
  }
}
.info__inner__box__text {
  margin-bottom: 40px;
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 2.1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .info__inner__box__text {
    margin-bottom: 30px;
    line-height: 2;
  }
}
@media screen and (max-width: 599px) {
  .info__inner__box__text {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
.info__inner__box__tel {
  margin: 0 auto;
  padding: 4px;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .info__inner__box__tel {
    padding: 20px;
  }
}
.info__inner__box__tel__title {
  padding: 16px 0 16px 0.06em;
  width: 190px;
  font-size: 17px;
  line-height: 1.3;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: center;
  background-color: #be901d;
}
@media screen and (max-width: 599px) {
  .info__inner__box__tel__title {
    padding: 15px 0 13px 0.06em;
    width: 100%;
    font-size: 16px;
    line-height: 1;
  }
  .info__inner__box__tel__title br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .info__inner__box__tel__title {
    font-size: 15px;
  }
}
.info__inner__box__tel__link {
  padding: 0 20px;
  width: calc(100% - 190px);
  font-size: 22px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  cursor: auto;
}
@media screen and (max-width: 599px) {
  .info__inner__box__tel__link {
    width: 100%;
    padding: 20px 0 10px;
    font-size: 5.5vw;
  }
}
.info__inner__box__tel__link .number {
  font-size: 1.3em;
}
.info__inner__box__btn {
  margin: 40px auto 0;
  padding-left: 25px;
  width: 270px;
  height: 70px;
  font-size: 17px;
  line-height: 70px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 600;
  background-color: #c9151e;
  display: block;
  position: relative;
}
.info__inner__box__btn::before {
  content: "";
  margin: auto 0;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  transition: 0.2s;
}
.info__inner__box__btn::after {
  content: "";
  margin: auto 0;
  width: 33px;
  height: 34px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 48%;
  top: 0;
  bottom: 0;
  right: 30px;
  position: absolute;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .info__inner__box__btn:hover {
    background-color: #789;
  }
  .info__inner__box__btn:hover::before {
    right: 13px;
  }
  .info__inner__box__btn:hover::after {
    right: 27px;
  }
}
@media screen and (max-width: 900px) {
  .info__inner__box__btn {
    margin-top: 30px;
    padding-left: 20px;
    width: 240px;
    height: 60px;
    font-size: 16px;
    line-height: 62px;
    letter-spacing: 0.02em;
  }
  .info__inner__box__btn::before {
    width: 28px;
    height: 28px;
    right: 11px;
    background-position: 0 44%;
  }
  .info__inner__box__btn::after {
    width: 27px;
    height: 28px;
    right: 24px;
  }
}
@media screen and (max-width: 900px) and (min-width: 1025px) {
  .info__inner__box__btn:hover {
    background-color: #000;
  }
  .info__inner__box__btn:hover::before {
    right: 13px;
  }
  .info__inner__box__btn:hover::after {
    right: 27px;
  }
}
@media screen and (max-width: 599px) {
  .info__inner__box__btn {
    margin-top: 25px;
    width: 240px;
    max-width: 100%;
  }
}
.info__inner__map {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .info__inner__map {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 900px) {
  .info__inner__map {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .info__inner__map {
    height: 70vw;
  }
}
.info__inner__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.spot {
  padding: 150px 100px 150px;
}
@media screen and (max-width: 1300px) {
  .spot {
    padding: 120px 80px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .spot {
    padding: 100px 60px 120px;
  }
}
@media screen and (max-width: 900px) {
  .spot {
    padding: 80px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .spot {
    padding: 60px 25px 80px;
  }
}
.spot__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.spot__inner__title {
  margin: 0 auto 60px;
  width: 580px;
  line-height: 0.1;
}
@media screen and (max-width: 1300px) {
  .spot__inner__title {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .spot__inner__title {
    margin: 0 auto 45px;
    width: 480px;
  }
}
@media screen and (max-width: 900px) {
  .spot__inner__title {
    margin: 0 auto 40px;
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .spot__inner__title {
    margin: 0 auto 25px;
    width: 80%;
  }
}
.spot__inner__title__en {
  padding-left: 0.1em;
  margin-top: 15px;
  font-size: 13px;
  line-height: 1;
  color: #c9151e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .spot__inner__title__en {
    margin-top: 13px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .spot__inner__title__en {
    margin-top: 10px;
    font-size: 11px;
  }
}
.spot__inner__list {
  margin-top: -60px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .spot__inner__list {
    margin-top: -40px;
  }
}
@media screen and (max-width: 900px) {
  .spot__inner__list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .spot__inner__list {
    margin-top: 0;
  }
}
.spot__inner__list__item {
  margin-top: 60px;
  margin-left: 60px;
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 1300px) {
  .spot__inner__list__item {
    margin-top: 40px;
    margin-left: 40px;
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .spot__inner__list__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 30px) / 2);
  }
}
.spot__inner__list__item:nth-child(2n-1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .spot__inner__list__item {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .spot__inner__list__item:first-child {
    margin-top: 0;
  }
}
.spot__inner__list__item__photo {
  width: 100%;
  position: relative;
}
.spot__inner__list__item__photo__title {
  padding: 13px 20px 0 1px;
  font-size: 23px;
  line-height: 1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  font-weight: 500;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: -1px;
  bottom: -1px;
}
@media screen and (max-width: 1024px) {
  .spot__inner__list__item__photo__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .spot__inner__list__item__photo__title {
    padding: 10px 16px 0 1px;
    font-size: 18px;
  }
}
.spot__inner__list__item__text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .spot__inner__list__item__text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .spot__inner__list__item__text {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.9;
  }
}
.spot__inner__list__item__link {
  padding-left: 1em;
  font-size: 16px;
  line-height: 2;
  color: #c9151e;
  display: block;
  position: relative;
}
.spot__inner__list__item__link::before {
  content: "";
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #c9151e;
  position: absolute;
  left: 2px;
  top: 9px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .spot__inner__list__item__link:hover {
    color: #be901d;
    transform: translateX(5px);
  }
  .spot__inner__list__item__link:hover::before {
    border-color: transparent transparent transparent #be901d;
  }
}

/* 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;
}

/* 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;
  width: 40px;
  height: 40px;
  background-color: #789;
  background-repeat: no-repeat;
  background-size: 25% auto;
  background-position: 50% 50%;
  border: none;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  position: absolute;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #000;
  }
}

/*
.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 {
  right: 91px;
  bottom: -70px;
  background-image: url(../img/common/arrow_back.svg);
}

.slick-next {
  right: 50px;
  bottom: -70px;
  background-image: url(../img/common/arrow.svg);
}

/* 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);
  }
}

.suggestion {
  padding: 140px 90px 160px;
  background-color: #f4f2ec;
}
@media screen and (max-width: 1024px) {
  .suggestion {
    padding: 100px 90px 120px;
  }
}
@media screen and (max-width: 900px) {
  .suggestion {
    padding: 80px 60px 90px;
  }
}
@media screen and (max-width: 599px) {
  .suggestion {
    padding: 60px 30px 60px;
  }
}
.suggestion__inner {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 1024px) {
  .suggestion__inner {
    flex-wrap: wrap;
  }
}
.suggestion__inner__text-wrapper {
  width: 720px;
  margin-right: 50px;
}
@media screen and (max-width: 1500px) {
  .suggestion__inner__text-wrapper {
    width: 590px;
  }
}
@media screen and (max-width: 1024px) {
  .suggestion__inner__text-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .suggestion__inner__text-wrapper {
    margin-bottom: 15px;
  }
}
.suggestion__inner__text-wrapper__title {
  margin: 0 0 45px;
  width: 100%;
  max-width: 391px;
  line-height: 0.1;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .suggestion__inner__text-wrapper__title {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1300px) {
  .suggestion__inner__text-wrapper__title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .suggestion__inner__text-wrapper__title {
    max-width: 340px;
  }
}
@media screen and (max-width: 900px) {
  .suggestion__inner__text-wrapper__title {
    margin-bottom: 25px;
    max-width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .suggestion__inner__text-wrapper__title {
    margin: 0 0 15px;
    max-width: 255px;
  }
}
.suggestion__inner__text-wrapper__title__en {
  margin-top: 25px;
  padding-left: 0.1em;
  font-size: 13px;
  line-height: 1;
  color: #c9151e;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (max-width: 900px) {
  .suggestion__inner__text-wrapper__title__en {
    margin-top: 18px;
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  .suggestion__inner__text-wrapper__title__en {
    font-size: 11px;
  }
}
.suggestion__inner__text-wrapper__text {
  font-size: 16px;
  line-height: 2.1;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", serif !important;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .suggestion__inner__text-wrapper__text {
    line-height: 2;
  }
}
.suggestion__inner__text-wrapper__img-list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 1300px) {
  .suggestion__inner__text-wrapper__img-list {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .suggestion__inner__text-wrapper__img-list {
    margin-top: 25px;
  }
}
.suggestion__inner__text-wrapper__img-list__item {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1024px) {
  .suggestion__inner__text-wrapper__img-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .suggestion__inner__text-wrapper__img-list__item {
    width: calc((100% - 15px) / 2);
  }
}
.suggestion__inner__img-wrapper {
  width: calc(100% - 770px);
  background-image: url(../img/photo07_01.webp);
  background-size: cover;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
  .suggestion__inner__img-wrapper {
    width: calc(100% - 640px);
  }
}
@media screen and (max-width: 1024px) {
  .suggestion__inner__img-wrapper {
    width: 100%;
    height: 55vw;
  }
}/*# sourceMappingURL=style.css.map */