@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/* reset
-------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td, figure, section, article {
  margin: 0;
  padding: 0;
}

body {
  font-family: kozuka-mincho-pr6n, serif;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

img {
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

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

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

*:focus {
  outline: none;
}

/* base
-------------------------------------------------------*/
body {
  color: #000;
  background: url(../images/body_bg.png) repeat-y top center;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
}

a:hover {
  text-decoration: none;
  -moz-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 100%;
}

.clear {
  clear: both;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb4em {
  margin-bottom: 4em !important;
}

.mb5em {
  margin-bottom: 5em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.al-center {
  text-align: center;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.inner {
  width: 1000px;
  margin: auto;
  position: relative;
}

.inner:after {
  content: "";
  display: block;
  clear: both;
}

br.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

@media screen and (max-width: 1280px) {
  .container {
    padding: 0 20px;
  }
}

.btn {
  width: 800px;
  margin: 0 auto;
  display: block;
  border: #FD818F 1px solid;
  font-size: 18px;
  color: #FD818F;
  background: #fff;
  line-height: 2.2;
  padding-top: 22px;
  padding-bottom: 22px;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .btn {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 280px;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.btn::after {
  position: absolute;
  content: "";
  background: url(../images/btn-arrow.svg) center center/contain no-repeat;
  width: 28px;
  height: 24px;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .btn::after {
    width: 13px;
    height: 12px;
    right: 15px;
  }
}

section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 801px) {
  /* header
-----------------------------------------------------*/
  header {
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    height: 100px;
    position: relative;
    z-index: 100;
    font: 13px/1 "Montserrat", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  header .inner {
    height: 100px;
  }
  header ul#globalnav {
    width: 1000px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
  }
  header ul#globalnav li {
    display: table-cell;
    border-left: 1px dashed #9f9f9f;
  }
  header ul#globalnav li:last-child {
    border-right: 1px dashed #9f9f9f;
  }
  header ul#globalnav li a {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    padding: 0 20px;
  }
  header ul#globalnav li.current a, header ul#globalnav li.currentcurrent a {
    background: #ffd7e8;
  }
  header ul#subnav {
    position: absolute;
    top: 20px;
    right: 0;
  }
  header ul#subnav li {
    float: left;
    margin-left: 1em;
    font-size: 10px;
  }
  header #logo {
    padding-top: 16px;
    background: #fff;
    height: 52px;
  }
  header #logo .logo01 {
    margin-right: 18px;
  }
  header #logo img {
    vertical-align: middle;
  }
  header .catalogbtn {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 0;
    bottom: -33px;
    height: 33px;
    line-height: 33px;
    width: 228px;
    text-align: center;
    color: #fff;
  }
  header #spnav {
    display: none;
  }
  /* footer
-----------------------------------------------------*/
  footer {
    border-top: 1px solid #000;
    font: 13px/1 "Montserrat", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  footer ul {
    margin-bottom: 20px;
  }
  footer ul:after {
    content: "";
    display: block;
    clear: both;
  }
  footer ul li {
    float: left;
    margin-right: 10px;
  }
  footer ul li:last-child {
    margin-right: 0;
  }
  footer p {
    font-size: 10px;
    line-height: 2em;
  }
  footer .inner {
    width: 880px;
    margin: auto;
    padding: 20px 0;
  }
}

@media screen and (max-width: 800px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }
  .inner {
    width: auto !important;
  }
  .spindent {
    padding-left: 10px;
    padding-right: 10px;
  }
  a:hover {
    text-decoration: none;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
  }
  /* base
      -------------------------------------------------------*/
  br.sp {
    display: inline-block;
  }
  /* header
      -----------------------------------------------------*/
  header #pcnav {
    display: none;
    font: 13px/1 "Montserrat", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  header, header .inner {
    height: 49px;
  }
  header #logo {
    padding: 10px 0 0 10px;
    height: auto;
  }
  header #logo img {
    width: 115px;
    height: auto;
  }
  header #spnav {
    display: block;
    z-index: 100;
  }
  header #spnav ul {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding-top: 49px;
    z-index: 100;
  }
  header #spnav ul li {
    border-top: 1px solid #666;
  }
  header #spnav ul li a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 13px;
    text-align: center;
  }
  header #menubtn {
    background: #000;
    border: 8px solid #000;
    display: block;
    width: 13px;
    height: 13px;
    position: fixed;
    top: 0px;
    right: 0px;
    -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
    padding: 10px;
    z-index: 105;
  }
  header #menubtn, header #menubtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header #menubtn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
  }
  header #menubtn span:nth-of-type(1) {
    top: 6px;
  }
  header #menubtn span:nth-of-type(2) {
    top: 15px;
  }
  header #menubtn span:nth-of-type(3) {
    bottom: 6px;
  }
  header #menubtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  header #menubtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #menubtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  /* footer
      -----------------------------------------------------*/
  footer {
    font: 13px/1 "Montserrat", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    width: auto;
    margin: auto;
    padding-bottom: 0;
  }
  footer .inner {
    padding-bottom: 0;
  }
  footer ul li {
    width: 33%;
    float: left;
    margin-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  footer ul li img {
    width: 100%;
    height: auto;
  }
  footer p {
    background: #000;
    color: #fff;
    padding: 10px;
  }
}

/*===============================================
# body
=================================================*/
.mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .mv {
    display: block;
    background: url(../images/mv-img.png) center center/cover no-repeat;
  }
}

.mv-img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .mv-img {
    margin: 0 auto;
    width: 97%;
    padding-top: 12px;
  }
}

.mv-img .swiper01 {
  width: 100%;
  height: 100%;
}

.mv-img .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mv-img .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv-left {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
  width: 50%;
  padding-top: 200px;
  padding-bottom: 300px;
  padding-top: 12%;
  padding-bottom: 17%;
  text-align: center;
  background: url(../images/mv-left.png) center center/cover no-repeat;
}

@media screen and (max-width: 767px) {
  .mv-left {
    width: 100%;
    background: none;
  }
}

.mv-left .mv-top-text {
  font-size: 50px;
  line-height: 1.5;
  color: #FD818F;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 1599px) {
  .mv-left .mv-top-text {
    font-size: 35px;
  }
}

@media screen and (max-width: 1280px) {
  .mv-left .mv-top-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .mv-left .mv-top-text {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .mv-left .mv-top-text {
    font-size: 20px;
  }
}

.mv-left h2 {
  font-size: 66px;
  line-height: 2.1;
}

@media screen and (max-width: 1599px) {
  .mv-left h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1280px) {
  .mv-left h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 1100px) {
  .mv-left h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .mv-left h2 {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 25px;
  }
}

.mv-left h2 .pink {
  color: #FD818F;
}

.mv-left h2 .small {
  color: #FD818F;
  font-size: 50px;
}

@media screen and (max-width: 1599px) {
  .mv-left h2 .small {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  .mv-left h2 .small {
    font-size: 28px;
  }
}

@media screen and (max-width: 1100px) {
  .mv-left h2 .small {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mv-left h2 .small {
    font-size: 30px;
  }
}

.mv-left .mv-text {
  font-size: 18px;
  line-height: 2.2;
  margin-top: 30px;
}

@media screen and (max-width: 1280px) {
  .mv-left .mv-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 1100px) {
  .mv-left .mv-text {
    font-size: 14px;
    margin-top: 22px;
  }
}

.mv-left a {
  margin: 0 auto;
  margin-top: 135px;
  display: block;
  width: 28px;
}

.mv-left a img {
  width: 100%;
}

/* cancel
================================*/
.cancel {
  background-color: #F5F5F5;
  padding: 50px 150px 45px 130px;
  margin-top: 65px;
}

@media screen and (max-width: 1100px) {
  .cancel {
    padding: 40px 50px 40px 50px;
  }
}

@media screen and (max-width: 767px) {
  .cancel {
    padding: 15px 20px;
    margin-top: 20px;
  }
}

.cancel .cancel-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 1280px) {
  .cancel .cancel-text {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .cancel .cancel-text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}

/* section
================================*/
.section-title {
  text-align: center;
}

.section-title h2 {
  color: #FD818F;
  font-size: 60px;
  line-height: 1.2;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .section-title h2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 1100px) {
  .section-title h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}

.section-title .section-text {
  font-size: 16px;
  line-height: 2.1;
  margin-top: 35px;
}

@media screen and (max-width: 1280px) {
  .section-title .section-text {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-title .section-text {
    font-size: 12px;
    margin-top: 17px;
  }
}

.section-title .section-subtitle {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  display: inline;
}

@media screen and (max-width: 1280px) {
  .section-title .section-subtitle {
    font-size: 34px;
  }
}

@media screen and (max-width: 1100px) {
  .section-title .section-subtitle {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .section-title .section-subtitle {
    font-size: 16px;
  }
}

.section-title .section-subtitle::after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#F6BEE3), to(#FFF7C6));
  background: -webkit-linear-gradient(left, #F6BEE3, #FFF7C6);
  background: linear-gradient(to right, #F6BEE3, #FFF7C6);
  width: 100%;
  height: 15px;
  bottom: -3px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .section-title .section-subtitle::after {
    height: 10px;
  }
}

/* pickup
================================*/
.pickup {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .pickup {
    margin-top: 55px;
  }
}

.pickup-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .pickup-body {
    display: block;
  }
}

.pickup-item {
  display: block;
  width: 50%;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .pickup-item {
    width: 100%;
    margin-top: 20px;
  }
}

.pickup-item img {
  width: 100%;
}

.pickup-item p {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup-item p {
    font-size: 12px;
  }
}

.pickup-item:first-child p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .pickup-item:first-child p {
    margin-top: 6px;
  }
}

.pickup-slide {
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .pickup-slide {
    margin-top: 60px;
  }
}

.pickup-slide::after {
  position: absolute;
  content: "";
  background: url(../images/colle-bg.png) center center/cover no-repeat;
  width: 100%;
  height: 145px;
  left: 0;
  top: -35px;
}

@media screen and (max-width: 767px) {
  .pickup-slide::after {
    background: url(../images/colle-bg-sp.png) center center/cover no-repeat;
    height: 135px;
    top: -15px;
  }
}

.swiper02 {
  width: 96%;
  margin: 0 auto;
}

.swiper02 .swiper-slide {
  width: 25%;
}

.swiper02 .swiper-slide img {
  width: 100%;
}

.pickup-slide .swiper-pagination-bullet {
  margin: 5px;
  width: 60px;
  height: 8px;
  border-radius: 0;
  background-color: #E4E4E4;
  background-color: #707070;
}

@media screen and (max-width: 767px) {
  .pickup-slide .swiper-pagination-bullet {
    margin: 3px;
    width: 23px;
    height: 4px;
  }
}

.pickup-slide .swiper-pagination-bullet-active {
  background-color: #FD818F;
}

.pickup-slide .swiper-pagination {
  position: absolute;
  bottom: -50px !important;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

@media screen and (max-width: 767px) {
  .pickup-slide .swiper-pagination {
    width: 100%;
    bottom: -30px !important;
  }
}

.pickup-slide .swiper-slide {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .pickup-slide .swiper-slide {
    -webkit-transform: translateX(34.5%);
            transform: translateX(34.5%);
  }
}

.pickup-btn {
  margin-top: 85px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pickup-btn {
    margin-top: 40px;
  }
}

/* happy pc
================================*/
.happy-pc {
  margin-top: 150px;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .happy-pc {
    display: none;
  }
}

.happy-area {
  width: 100%;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}

.tab_class {
  width: 19.3%;
  height: 100px;
  background-color: #F5F5F5;
  line-height: 1.625;
  font-size: 16px;
  text-align: center;
  display: block;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

.tab_class p {
  position: absolute;
  top: -20px;
  left: 0;
  color: #FD818F;
  font-size: 16px;
}

.tab_class.-one {
  padding-top: 30px;
}

.tab_class.-two {
  padding-top: 16px;
}

.tab_class.-three {
  padding-top: 40px;
}

.tab_class.-four {
  padding-top: 16px;
}

.tab_class.-five {
  padding-top: 16px;
}

input[name="tab_name"] {
  display: none;
}

input:checked + .tab_class {
  background-color: #FFE7EA;
  position: relative;
}

input:checked + .tab_class p {
  position: absolute;
  top: -20px;
  left: 0;
}

.content_class {
  display: none;
  width: 100%;
}

input:checked + .tab_class + .content_class {
  display: block;
}

.reason-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

.reason-text {
  width: 45%;
  margin-top: 60px;
  text-align: center;
  margin-right: 15px;
  position: relative;
}

.reason-text h3 {
  font-size: 30px;
  line-height: 1.666;
  font-weight: bold;
}

.reason-text img {
  position: absolute;
  width: 1500px;
  z-index: -1;
  left: 0;
  top: 115px;
}

.reason-text p {
  font-size: 16px;
  line-height: 2.1875;
  margin-top: 60px;
}

.reason-text.-three {
  margin-top: 90px;
}

.reason-text.-three img {
  top: 75px;
}

.reason-img {
  width: 55%;
}

.reason-img img {
  width: 100%;
}

/* happy-sp
================================*/
.happy-sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .happy-sp {
    display: block;
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .happy-sp {
    margin-top: 60px;
  }
}

.happy-body {
  margin-top: 10px;
}

.happy-item {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .happy-item {
    margin-top: 20px;
  }
}

.accordion-head {
  background-color: #F5F5F5;
  position: relative;
  padding: 15px 20px 11px 20px;
  cursor: pointer;
}

.accordion-head::after {
  position: absolute;
  content: "";
  background: url(../images/a-plus.png) center center/contain no-repeat;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 767px) {
  .accordion-head::after {
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 767px) {
  .accordion-head {
    padding: 12px 16px 8px 16px;
  }
}

.accordion-head p {
  font-size: 18px;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .accordion-head p {
    font-size: 12px;
  }
}

.accordion-head .accordion-reason {
  position: absolute;
  left: 0;
  color: #FD818F;
  top: -25px;
}

@media screen and (max-width: 767px) {
  .accordion-head .accordion-reason {
    top: -15px;
  }
}

.accordion-open::after {
  background: url(../images/a-minus.png) center center/contain no-repeat;
}

.accordion-body {
  display: none;
  margin-bottom: 10px;
}

.accordion-body img {
  width: 100%;
  margin-top: 8px;
}

.accordion-body p {
  margin-top: 7px;
  font-size: 18px;
  line-height: 2.1;
  padding: 0 16px;
}

@media screen and (max-width: 767px) {
  .accordion-body p {
    font-size: 12px;
  }
}

/* rental
================================*/
.rental {
  margin-top: 140px;
  position: relative;
}

.rental-bg {
  position: absolute;
  z-index: -1;
  top: 265px;
}

@media screen and (max-width: 1100px) {
  .rental-bg {
    top: 250px;
  }
}

@media screen and (max-width: 767px) {
  .rental-bg {
    width: 100%;
    top: 130px;
  }
}

.rental-bg img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1280px) {
  .rental-bg img {
    height: 360px;
  }
}

.rental-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% 36%;
      grid-template-columns: 62% 36%;
  -ms-grid-rows: 135px 205px calc(100% - 340px);
      grid-template-rows: 135px 205px calc(100% - 340px);
  margin-top: 78px;
}

@media screen and (max-width: 1100px) {
  .rental-body {
    -ms-grid-rows: 135px 265px calc(100% - 340px);
        grid-template-rows: 135px 265px calc(100% - 340px);
  }
}

@media screen and (max-width: 767px) {
  .rental-body {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
}

.rental-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: 25px;
}

.rental-title h3 {
  font-size: 40px;
  line-height: 2.2;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .rental-title h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .rental-title h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .rental-title h3 {
    font-size: 24px;
  }
}

.rental-title p {
  font-size: 40px;
  line-height: 1.2;
  color: #FD818F;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 1280px) {
  .rental-title p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .rental-title p {
    font-size: 28px;
  }
}

.rental-title p span {
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .rental-title p span {
    font-size: 18px;
  }
}

.rental-img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  width: 100%;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .rental-img {
    margin: 0 auto;
    margin-top: 14px;
  }
}

.rental-img img {
  width: 100%;
}

.rental-text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: 40px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .rental-text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .rental-text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .rental-text {
    text-align: left;
  }
}

.rental-text p {
  font-size: 16px;
  line-height: 2.1875;
}

@media screen and (max-width: 1280px) {
  .rental-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .rental-text p {
    font-size: 12px;
  }
}

.rental-text small {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .rental-text small {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .rental-text small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .rental-text small {
    margin-top: 20px;
    display: block;
    line-height: 2.2;
  }
}

.rental-btn {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  margin-top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .rental-btn {
    display: block;
    margin-top: 10px;
  }
}

.rental-btn a {
  display: block;
  cursor: pointer;
  text-align: left;
  width: 45%;
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5%;
  border: 1px solid #FD818F;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .rental-btn a {
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .rental-btn a {
    margin: 0 auto;
    margin-top: 24px;
    width: 100%;
    max-width: 290px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
  }
}

.rental-btn a::after {
  position: absolute;
  content: "";
  background: url(../images/plus.svg) center center/contain no-repeat;
  width: 34px;
  height: 34px;
  top: 56%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1100px) {
  .rental-btn a::after {
    width: 20px;
    height: 20px;
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .rental-btn a::after {
    width: 22px;
    height: 22px;
  }
}

.rental-btn a:first-child {
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .rental-btn a:first-child {
    margin: 0 auto;
    margin-top: 24px;
  }
}

/* modal
================================*/
.overview-modal {
  background: rgba(255, 255, 255, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}

.modal-bg {
  background: rgba(62, 62, 62, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 109;
}

.modal-body {
  background-color: #fff;
  padding: 45px 45px 60px 45px;
  max-width: 1080px;
  width: 100%;
  height: 70vh;
  overflow-y: scroll;
  margin: auto;
  text-align: left;
  position: relative;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
  z-index: 110;
}

@media screen and (max-width: 1599px) {
  .modal-body {
    padding: 30px 45px 40px 45px;
  }
}

@media screen and (max-width: 1280px) {
  .modal-body {
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  .modal-body {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .modal-body {
    padding: 25px 15px 30px 15px;
  }
}

.modal-body h3 {
  font-size: 20px;
  line-height: 2.2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .modal-body h3 {
    font-size: 18px;
  }
}

.js-modal-two .modal-body {
  max-height: 300px !important;
}

.modal-item {
  margin-top: 25px;
}

.modal-item.-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1100px) {
  .modal-item.-flex {
    display: block;
  }
}

.modal-item h4 {
  font-size: 18px;
  color: #FD818F;
  line-height: 1.222;
}

@media screen and (max-width: 767px) {
  .modal-item h4 {
    font-size: 16px;
  }
}

.modal-item p {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .modal-item p {
    font-size: 12px;
  }
}

.modal-item p span {
  color: #FD818F;
}

.modal-item-left {
  width: calc(100% - 365px);
  margin-right: 45px;
}

@media screen and (max-width: 1100px) {
  .modal-item-left {
    width: 100%;
  }
}

.modal-img {
  width: 365px;
}

.modal-img img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .modal-img {
    margin: 0 auto;
    width: 100%;
    margin-top: 15px;
  }
}

.modal-btn {
  margin: 0 auto;
  margin-top: 50px;
  width: 525px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border: 1px solid #000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-btn {
    width: 250px;
    margin-top: 30px;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* rental-benefit
================================*/
.rental-benefit {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .rental-benefit {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}

.rental-benefit h3 {
  font-size: 40px;
  color: #FD818F;
  line-height: 1.2;
  display: inline;
  position: relative;
  padding-bottom: 10px;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 1100px) {
  .rental-benefit h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .rental-benefit h3 {
    font-size: 22px;
    display: block;
    text-align: center;
  }
}

.rental-benefit h3 span {
  font-size: 60px;
}

@media screen and (max-width: 1100px) {
  .rental-benefit h3 span {
    font-size: 55px;
  }
}

@media screen and (max-width: 767px) {
  .rental-benefit h3 span {
    font-size: 42px;
  }
}

.rental-benefit h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(left, #FD818F, #FD818F 10px, transparent 3px, transparent 10px);
  background: linear-gradient(to right, #FD818F, #FD818F 10px, transparent 3px, transparent 10px);
  /* 幅2の線を作る */
  background-size: 20px 2px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
}

.rental-benefit-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.rental-benefit-item {
  width: 32%;
  margin-top: 50px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.16);
  border: 1px solid #F5F5F5;
  height: 545px;
}

@media screen and (max-width: 1100px) {
  .rental-benefit-item {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .rental-benefit-item {
    height: 690px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 10px;
    -webkit-transform: translateX(-20px) !important;
            transform: translateX(-20px) !important;
  }
}

@media screen and (max-width: 550px) {
  .rental-benefit-item {
    width: 100%;
    height: 480px;
    margin-bottom: 10px;
    padding: 0 5px;
  }
}

.rental-benefit-item + .rental-benefit-item {
  margin-left: 15px;
}

@media screen and (max-width: 1100px) {
  .rental-benefit-item + .rental-benefit-item {
    margin-left: 0;
  }
}

.rental-benefit-item:first-child {
  margin-left: 0;
}

.rental-benefit-item:nth-child(4) {
  margin-left: 0;
}

@media screen and (max-width: 1100px) {
  .rental-benefit-item:nth-child(2n) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .rental-benefit-item:nth-child(2n) {
    margin-left: 0;
  }
}

.rental-benefit-item img {
  width: 100%;
}

.rental-benefit-item .rental-benefit-item-title {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}

.rental-benefit-item h4 {
  font-size: 30px;
  text-align: center;
  color: #FD818F;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 767px) {
  .rental-benefit-item h4 {
    font-size: 20px;
  }
}

.rental-benefit-item .rental-benefit-item-img {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .rental-benefit-item .rental-benefit-item-img {
    margin: 0 auto;
    margin-top: 17px;
    width: 98%;
  }
}

.rental-benefit-item .rental-benefit-item-text01 {
  font-size: 20px;
  margin-top: 10px;
  color: #BFA88E;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .rental-benefit-item .rental-benefit-item-text01 {
    font-size: 16px;
  }
}

.rental-benefit-item .rental-benefit-item-text02 {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.642;
}

@media screen and (max-width: 767px) {
  .rental-benefit-item .rental-benefit-item-text02 {
    font-size: 14px;
  }
}

.rental-benefit-item:nth-child(4) h4 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .rental-benefit-item:nth-child(4) h4 {
    margin: 0;
  }
}

.rental-benefit-item:nth-child(4) .rental-benefit-item-img {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .rental-benefit-item:nth-child(4) .rental-benefit-item-img {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .rental-benefit-item:nth-child(5) h4 {
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .rental-benefit-item:nth-child(5) .rental-benefit-item-img {
    margin-top: 30px;
  }
}

/* photo
================================*/
.photo {
  margin-top: 215px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .photo {
    margin-top: 90px;
  }
}

.photo-bg {
  position: absolute;
  z-index: -1;
  top: 265px;
}

@media screen and (max-width: 1100px) {
  .photo-bg {
    top: 250px;
  }
}

@media screen and (max-width: 767px) {
  .photo-bg {
    width: 100%;
    top: 130px;
  }
}

.photo-bg img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 1280px) {
  .photo-bg img {
    height: 360px;
  }
}

@media screen and (max-width: 1100px) {
  .photo-bg img {
    height: 300px;
  }
}

.photo-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 62% 36%;
      grid-template-columns: 62% 36%;
  -ms-grid-rows: 135px 205px calc(100% - 340px);
      grid-template-rows: 135px 205px calc(100% - 340px);
  margin-top: 78px;
}

@media screen and (max-width: 1100px) {
  .photo-body {
    -ms-grid-rows: 135px 197px calc(100% - 340px);
        grid-template-rows: 135px 197px calc(100% - 340px);
  }
}

@media screen and (max-width: 767px) {
  .photo-body {
    display: block;
    margin-top: 35px;
    text-align: center;
  }
}

.photo-title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  margin-top: 25px;
}

.photo-title h3 {
  font-size: 40px;
  line-height: 2.2;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .photo-title h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .photo-title h3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .photo-title h3 {
    font-size: 24px;
  }
}

.photo-title p {
  font-size: 40px;
  line-height: 1.2;
  color: #FD818F;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 1280px) {
  .photo-title p {
    font-size: 30px;
  }
}

@media screen and (max-width: 1100px) {
  .photo-title p {
    font-size: 28px;
  }
}

.photo-title p span {
  font-size: 20px;
}

@media screen and (max-width: 1280px) {
  .photo-title p span {
    font-size: 18px;
  }
}

.photo-img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  width: 100%;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .photo-img {
    margin-left: 0;
    margin-top: 14px;
  }
}

.photo-img img {
  width: 100%;
}

.photo-text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: 40px;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .photo-text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .photo-text {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .photo-text {
    text-align: left;
  }
}

.photo-text p {
  font-size: 16px;
  line-height: 2.1875;
}

@media screen and (max-width: 1280px) {
  .photo-text p {
    font-size: 14px;
  }
}

@media screen and (max-width: 1100px) {
  .photo-text p {
    font-size: 12px;
  }
}

.photo-text small {
  font-size: 14px;
  padding-top: 10px;
  display: block;
}

@media screen and (max-width: 1280px) {
  .photo-text small {
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .photo-text small {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .photo-text small {
    margin-top: 20px;
    display: block;
    line-height: 2.2;
  }
}

.photo-bottom-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .photo-bottom-img {
    display: none;
  }
}

.photo-bottom-img-item {
  width: 50%;
}

.photo-bottom-img-item img {
  width: 100%;
}

/* reason
================================*/
.reason {
  margin-top: 140px;
  width: 100%;
}

.reason-wrapper {
  margin-top: 85px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .reason-wrapper {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 45px;
  }
}

@media screen and (max-width: 1280px) {
  .reason-item01, .reason-item02 {
    margin-top: 30px;
  }
}

.reason-item01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 147px 1fr;
      grid-template-rows: 147px 1fr;
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .reason-item01 {
    padding-right: 15px;
    -ms-grid-rows: 107px 1fr;
        grid-template-rows: 107px 1fr;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item01 {
    -ms-grid-rows: 70px 1fr;
        grid-template-rows: 70px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .reason-item01 {
    display: block;
    padding-right: 0;
  }
}

.reason-item01 .reason-title {
  margin: 0 auto;
  text-align: left;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  max-width: 555px;
  width: 100%;
  margin-top: 30px;
  margin-left: 30px;
}

@media screen and (max-width: 1280px) {
  .reason-item01 .reason-title {
    margin-top: 15px;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .reason-item01 .reason-title {
    margin: 0 auto;
    width: 100%;
    margin-top: 8px;
  }
}

.reason-item01 .reason-title p {
  color: #FD818F;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 1280px) {
  .reason-item01 .reason-title p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item01 .reason-title p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reason-item01 .reason-title p {
    font-size: 16px;
  }
}

.reason-item01 .reason-title h3 {
  color: #BFA88E;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 1280px) {
  .reason-item01 .reason-title h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item01 .reason-title h3 {
    font-size: 18px;
  }
}

.reason-item01 .reason-img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .reason-item01 .reason-img {
    margin: 0 auto;
    margin-top: 8px;
    width: 100%;
  }
}

.reason-item01 .reason-img img {
  width: 100%;
}

.reason-item01 .reason-text {
  margin: 0 auto;
  text-align: left;
  margin-left: 30px;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  max-width: 555px;
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 2.1;
}

@media screen and (max-width: 1280px) {
  .reason-item01 .reason-text {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item01 .reason-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .reason-item01 .reason-text {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.reason-item01.-two .reason-text {
  margin-top: 25px;
}

.reason-item02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 147px calc(100% - 147px);
      grid-template-rows: 147px calc(100% - 147px);
  text-align: left;
}

@media screen and (max-width: 1280px) {
  .reason-item02 {
    padding-left: 15px;
    -ms-grid-rows: 107px 1fr;
        grid-template-rows: 107px 1fr;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item02 {
    -ms-grid-rows: 90px 1fr;
        grid-template-rows: 90px 1fr;
  }
}

@media screen and (max-width: 767px) {
  .reason-item02 {
    display: block;
    padding-left: 0;
  }
}

.reason-item02 .reason-title {
  margin: 0 auto;
  text-align: left;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  max-width: 555px;
  width: 100%;
  margin-top: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 1280px) {
  .reason-item02 .reason-title {
    margin-top: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .reason-item02 .reason-title {
    margin: 0 auto;
    width: 100%;
    margin-top: 8px;
  }
}

.reason-item02 .reason-title p {
  color: #FD818F;
  font-size: 24px;
  line-height: 1.2;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
}

@media screen and (max-width: 1280px) {
  .reason-item02 .reason-title p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item02 .reason-title p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reason-item02 .reason-title p {
    font-size: 16px;
  }
}

.reason-item02 .reason-title h3 {
  color: #BFA88E;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 15px;
}

@media screen and (max-width: 1280px) {
  .reason-item02 .reason-title h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item02 .reason-title h3 {
    font-size: 18px;
  }
}

.reason-item02 .reason-img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  width: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .reason-item02 .reason-img {
    margin: 0 auto;
    margin-top: 8px;
    width: 100%;
  }
}

.reason-item02 .reason-img img {
  width: 100%;
}

.reason-item02 .reason-text {
  text-align: left;
  margin: 0 auto;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  max-width: 555px;
  width: 100%;
  margin-top: 10px;
  margin-right: 30px;
}

@media screen and (max-width: 1280px) {
  .reason-item02 .reason-text {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .reason-item02 .reason-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .reason-item02 .reason-text {
    margin: 0 auto;
    margin-top: 15px;
  }
}

.reason-item02.-two .reason-text {
  margin-top: 25px;
}

/* flow
================================*/
.flow {
  margin-top: 170px;
  margin-bottom: 138px;
}

@media screen and (max-width: 1280px) {
  .flow {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .flow {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.flow-wrapper {
  margin-top: 50px;
}

@media screen and (max-width: 1280px) {
  .flow-wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .flow-wrapper {
    padding: 0;
  }
}

.flow-item {
  width: 100%;
  border: 1px dashed #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .flow-item {
    width: inherit;
  }
}

@media screen and (max-width: 767px) {
  .flow-item {
    width: inherit;
    display: block;
  }
}

.flow-item-text {
  width: 60.5%;
}

@media screen and (max-width: 767px) {
  .flow-item-text {
    width: 100%;
  }
}

.flow-item-text .step {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 24px;
  line-height: 1.2;
  color: #FD818F;
}

@media screen and (max-width: 1100px) {
  .flow-item-text .step {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .flow-item-text .step {
    font-size: 12px;
  }
}

.flow-item-text h3 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 1100px) {
  .flow-item-text h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .flow-item-text h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}

.flow-item-text .flow-text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 2.1;
}

@media screen and (max-width: 1100px) {
  .flow-item-text .flow-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .flow-item-text .flow-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.flow-item-img {
  width: 30.8%;
}

@media screen and (max-width: 767px) {
  .flow-item-img {
    width: 82%;
    margin: 0 auto;
    margin-top: 12px;
  }
}

.flow-item-img img {
  width: 100%;
}

.flow-arrow {
  width: 400px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 16px;
}

.flow-arrow img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .flow-arrow {
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */