@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*=====================================
# color
=====================================*/
/*=====================================
# common - 全体に共通するstyle
=====================================*/
body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", Meiryo, "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
  color: #1e1e1e;
  line-height: 1.6875;
}

.title-english {
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

.tx-orange {
  color: #fa3c1e;
}

.section {
  padding-bottom: 70px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section {
    padding-bottom: 30px;
  }
}

.section-inner {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-inner {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .section-inner {
    padding: 0 10px;
  }
}

.conts-3column ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .conts-3column ul {
    display: block;
  }
}
.conts-3column ul li {
  width: 31.666%;
  margin-right: 2.5%;
}
.conts-3column ul li:nth-child(3n) {
  margin-right: 0;
}
.conts-3column ul li:nth-child(-n+3) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .conts-3column ul li {
    width: 90%;
    margin-right: auto;
    margin: 0 auto 30px;
    text-align: center;
  }
  .conts-3column ul li:nth-child(3n) {
    margin-right: auto;
  }
  .conts-3column ul li:nth-child(-n+3) {
    margin-bottom: 30px;
  }
}
.conts-3column ul li img {
  width: 100%;
}
.conts-3column ul li p {
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
  font-weight: bold;
}

.section-title-wrap {
  padding: 60px 0 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-title-wrap {
    padding: 30px 0 20px;
  }
}
@media (max-width: 767px) {
  .section-title-wrap {
    padding: 20px 0 15px;
  }
}

.section-title {
  font-size: 90px;
  color: #e6e6e6;
  font-family: "Arial", sans-serif, "メイリオ";
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 40px;
  }
}

.section-tx {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6153846154;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .section-tx {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-tx {
    font-size: 15px;
  }
}

.blue {
  color: #005ac8;
}

a:hover {
  opacity: 0.8;
}

/*=====================================
contact
=====================================*/
.contact {
  background: url(../images/contact-bg.jpg) repeat;
  padding: 70px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .contact {
    padding: 40px 0 30px;
  }
}

.contact-box {
  width: 76.666%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-box {
    width: 100%;
  }
}

.contact-headerline {
  width: 80%;
  color: #fff;
  font-size: 26px;
  text-align: center;
  background-color: #fa3c1e;
  border-radius: 100px;
  padding: 1px 30px 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-headerline {
    width: 90%;
    font-size: 18px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .contact-headerline {
    width: 90%;
    font-size: 14px;
    top: -15px;
    line-height: 1.5;
    padding: 1px 0 3px;
    text-align: center;
  }
}

.contact-item {
  padding: 0 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-item {
    display: block;
    padding: 0 30px 20px 30px;
  }
}
@media (max-width: 767px) {
  .contact-item {
    display: block;
    padding: 0 15px 15px 15px;
  }
}

.contact-left {
  text-align: center;
  position: relative;
  padding-right: 2.5%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-left {
    padding-bottom: 10px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .contact-left {
    padding-bottom: 10px;
    padding-right: 0;
  }
}

.contact-left:after {
  content: "";
  border-right: 2px dotted #707070;
  width: 2px;
  height: 110px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-left:after {
    border-right: none;
    border-bottom: 2px dotted #707070;
    width: 100%;
    height: 2px;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .contact-left:after {
    border-right: none;
    border-bottom: 2px dotted #707070;
    width: 100%;
    height: 2px;
    position: absolute;
    top: auto;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
  }
}

.company-name {
  font-size: 30px;
  font-weight: 800;
  color: #1e1e1e;
  text-align: center;
  margin: 40px 0 15px 0;
  padding-left: 65px;
  display: inline-block;
  position: relative;
}
.company-name:before {
  content: "";
  background: url(../images/maxreform_logo.jpg) no-repeat;
  background-size: 100%;
  width: 54px;
  height: 50px;
  position: absolute;
  left: 0;
  top: -10%;
}
@media (max-width: 767px) {
  .company-name {
    font-size: 18px;
    padding-left: 38px;
    margin: 25px 0 5px 0;
  }
  .company-name:before {
    content: "";
    background: url(../images/maxreform_logo.jpg) no-repeat;
    background-size: 100%;
    width: 28px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.tel-no {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ff0000;
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 767px) {
  .tel-no {
    font-size: 36px;
  }
}

.tel {
  font-size: 48px;
}
@media (max-width: 767px) {
  .tel {
    font-size: 20px;
  }
}

.time {
  color: #ff0000;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .time {
    font-size: 14px;
  }
}

.company-address {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company-address {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .company-address {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

.contact-right {
  display: flex;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .contact-right {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .contact-right {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .line-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .line-box {
    width: 70%;
  }
}

.line-btn {
  width: 238px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .line-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .line-btn {
    width: 100%;
  }
}

.line-tx {
  font-size: 14px;
  color: #505050;
  letter-spacing: -0.05em;
  line-height: 1.4;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .line-tx {
    font-size: 12px;
  }
}

.qr {
  width: 84px;
  margin-left: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .qr {
    width: 15%;
  }
}
@media (max-width: 767px) {
  .qr {
    width: 20%;
  }
}

/*=====================================
section-main
=====================================*/
.section-main {
  background: url(../images/mv-bg.png), linear-gradient(0deg, #b4fafa 20%, #00c8f0 100%);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-main {
    background: url(../images/sp-mv-bg.png), linear-gradient(0deg, #b4fafa 20%, #00c8f0 100%);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}

.section-title p {
  font-size: 26px;
  line-height: 1.3846153846;
  font-weight: bold;
}

/*=====================================
movie
=====================================*/
.movie {
  width: 100%;
  background-image: url(../images/video-bg01.jpg), url(../images/video-bg02.jpg);
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 767px) {
  .movie {
    background-image: none;
  }
}
.movie p {
  font-size: 26px;
  line-height: 1.3846153846;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .movie p {
    font-size: 18px;
    line-height: 1.5555555556;
  }
}
@media (max-width: 767px) {
  .movie p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.movie-title {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .movie-title {
    text-align: center;
    display: block;
    padding: 30px 0;
  }
}

.youtube-logo {
  width: 26.25%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .youtube-logo {
    width: 50%;
    padding-right: 0;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}

.video-fuki01 {
  width: 16.25%;
  position: absolute;
  left: -60px;
  top: -20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .video-fuki01 {
    left: -20px;
    top: -45px;
  }
}
@media (max-width: 767px) {
  .video-fuki01 {
    width: 26.25%;
    left: -10px;
    top: -65px;
  }
}

.video-fuki02 {
  width: 20.6667%;
  position: absolute;
  right: -60px;
  top: -20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .video-fuki02 {
    right: -20px;
    top: -45px;
  }
}
@media (max-width: 767px) {
  .video-fuki02 {
    width: 30.6667%;
    right: -10px;
    top: -65px;
  }
}

/*=====================================
one-coin
=====================================*/
.one-coin {
  background: url(../images/contents-bg.jpg);
}

.one-coin-title {
  width: 707px;
  margin: 0 auto;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .one-coin-title {
    width: 100%;
    padding: 30px 0;
  }
}

.one-coin-wrap {
  width: 100%;
  border-radius: 15px;
  background: #fff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .one-coin-wrap {
    padding-bottom: 30px;
  }
}

.one-coin-item-title {
  font-size: 30px;
  color: #fff;
  text-align: center;
  background: #f7931e;
  letter-spacing: 0.05em;
  border-radius: 0 0 15px 15px;
  width: 50%;
  margin: 0 auto 50px;
  padding: 1px 0 5px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .one-coin-item-title {
    font-size: 24px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  .one-coin-item-title {
    font-size: 20px;
    width: 90%;
    margin: 0 auto 30px;
  }
}

.one-coin-item-title.col02 {
  background: #88abda;
}

.mt50 {
  margin-top: 50px;
}

.one-coin-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .one-coin-items {
    display: block;
  }
}

.one-coin-item {
  width: 31.4545%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .one-coin-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.one-coin-item p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 15px 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .one-coin-item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .one-coin-item p {
    font-size: 16px;
  }
}

/*=====================================
houkoku
=====================================*/
.houkoku {
  background: url(../images/sky.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 150px;
  position: relative;
}
.houkoku:after {
  content: "";
  width: 100%;
  height: 150px;
  background: repeating-linear-gradient(180deg, #ffeab7, #ffeab7 3px, #ffe2af 3px, #ffe2af 6px);
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
  position: absolute;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .houkoku:after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .houkoku:after {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .houkoku {
    padding-bottom: 100px;
    background: url(../images/sky.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .houkoku {
    padding-bottom: 50px;
  }
}

.houkoku-title {
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  padding: 60px 0 30px;
}
@media (max-width: 767px) {
  .houkoku-title {
    font-size: 20px;
    padding: 30px 0 20px;
  }
}

.houkoku-tx {
  text-align: center;
  padding-bottom: 40px;
}
.houkoku-tx p {
  line-height: 2.5;
  padding-bottom: 8px;
  display: inline;
  border-bottom: 2px dotted #818384;
}

/*=====================================
reason
=====================================*/
.reason {
  background: repeating-linear-gradient(180deg, #ffeab7, #ffeab7 3px, #ffe2af 3px, #ffe2af 6px);
  position: relative;
}

.reason-title-wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: -150px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason-title-wrap {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .reason-title-wrap {
    width: 94%;
    display: flex;
    flex-direction: column-reverse;
    padding-top: 80px;
  }
}

.reason-title {
  width: 64.2917%;
}
@media (max-width: 767px) {
  .reason-title {
    width: 100%;
  }
}

.reason-title-img {
  width: 35.25%;
}
@media (max-width: 767px) {
  .reason-title-img {
    width: 50%;
    padding-bottom: 8px;
  }
}

.reason-items {
  padding-top: 240px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason-items {
    padding-top: 170px;
  }
}
@media (max-width: 767px) {
  .reason-items {
    padding-top: 200px;
  }
}

.reason-item {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .reason-item:last-child {
    padding-bottom: 20px;
  }
}

.reason-item-title {
  width: 100%;
  background: #fff;
  border-radius: 100px;
  padding: 15px 0;
  box-shadow: 4px 5px 0 0 rgba(250, 60, 30, 0.3);
  position: relative;
}
@media (max-width: 767px) {
  .reason-item-title {
    padding: 8px 0;
  }
}
.reason-item-title h3 {
  font-size: 30px;
  color: #fa3c1e;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason-item-title h3 {
    font-size: 20px;
    letter-spacing: -0.05em;
  }
}
@media (max-width: 767px) {
  .reason-item-title h3 {
    font-size: 15px;
    letter-spacing: -0.05em;
    padding: 0 15px;
  }
}

.reason-no {
  color: #fff;
  font-size: 14px;
  background: #fa3c1e;
  text-align: center;
  display: inline-block;
  line-height: 1.1;
  padding: 10px 30px 2px;
  position: absolute;
  left: 30px;
  bottom: 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .reason-no {
    font-size: 12px;
    padding: 6px 15px 2px;
    position: absolute;
    left: 20px;
    bottom: 8px;
  }
}
@media (max-width: 767px) {
  .reason-no {
    font-size: 12px;
    padding: 3px 10px 1px;
    position: absolute;
    left: 20px;
    top: -35px;
    bottom: auto;
  }
}

.r-number {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .r-number {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .r-number {
    font-size: 24px;
  }
}

.reason-item-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .reason-item-box {
    display: block;
    padding-top: 20px;
  }
}

.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .reverse {
    flex-direction: none;
  }
}

.reason-item-button {
  width: 50.167%;
}
@media (max-width: 767px) {
  .reason-item-button {
    width: 100%;
  }
}

.reason-thumbnail {
  width: 40%;
  margin-left: 40px;
}
.reason-thumbnail img {
  width: 100%;
}
@media (max-width: 767px) {
  .reason-thumbnail {
    width: 100%;
    padding-top: 20px;
    margin-left: 0;
  }
}

.reason-item-box.reverse .reason-thumbnail {
  width: 40%;
  margin-right: 40px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .reason-item-box.reverse .reason-thumbnail {
    width: 100%;
  }
}

/*=====================================
voice
=====================================*/
.section.voice {
  padding-bottom: 0;
}

.voice-top {
  background: url(../images/voice-movie-bg.png), #dcffff no-repeat;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  padding-bottom: 8%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
   position: relative;
   z-index: 1;
}
@media (max-width: 767px) {
  .voice-top {
    background: url(../images/sp-voice-movie-bg.png), #dcffff no-repeat;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    padding-bottom: 5%;
  }
}
.voice-top .conts-3column ul {
  justify-content: center;
}
.voice-top .conts-3column ul li:last-child {
  margin-right: 0;
}

.voice-movie-title {
  width: 636.5px;
  padding: 90px 0 50px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voice-movie-title {
    width: 100%;
    padding: 50px 0 20px;
  }
}

.voice-bottom {
  background: url(../images/voice-bg.jpg), #fff no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 767px) {
  .voice-bottom {
    background: url(../images/sp-voice-bg.png), #fff no-repeat;
    background-size: contain;
  }
}

.voice-title-wrap {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .voice-title-wrap {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .voice-title-wrap {
    top: 20px;
  }
}

.voice-photos {
  padding-top: 30px;
}

.voice-btn {
  width: 430px;
  margin: 0 auto;
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .voice-btn {
    width: 70%;
    padding: 10px 0 20px;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
}

.swiper-slide {
  text-align: center;
}

.swiper-slide img {
  width: 600px;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .modal .swiper-button-next,
.modal .swiper-button-prev {
    display: none;
  }
}
/*=====================================
voice
=====================================*/
.tenken {
  background: url(../images/contents-bg.jpg) repeat;
}

.tenken-title {
  width: 740.5px;
  margin: 0 auto;
  padding: 60px 0 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tenken-title {
    width: 96%;
  }
}
@media (max-width: 767px) {
  .tenken-title {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 40px;
  }
}

.tenken-item {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, 0.2));
  position: relative;
}
.tenken-item:before {
  content: "";
  background: url(../images/tenken-note.png) no-repeat;
  height: 15px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tenken-item {
    width: 100%;
  }
}

.tenken-item-title {
  color: #fa3c1e;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tenken-item-title {
    font-size: 26px;
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .tenken-item-title {
    font-size: 18px;
    padding: 20px 0;
  }
}

.tenken-wrap {
  display: flex;
  margin: 0 auto;
  position: relative;
  padding: 0 40px 70px 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tenken-wrap {
    display: block;
    padding: 0 40px 20px 40px;
  }
}
@media (max-width: 767px) {
  .tenken-wrap {
    display: block;
    padding: 0 20px 0 20px;
  }
}

.tenken-thumbnail {
  text-align: center;
  width: 41.2%;
}
.tenken-thumbnail img {
  width: 100%;
}
.tenken-thumbnail p {
  font-size: 16px;
  padding-top: 5px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tenken-thumbnail {
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .tenken-thumbnail {
    width: 100%;
    margin: 0 auto 15px;
  }
}

ul.tenken-list {
  padding: 0;
}
@media (max-width: 767px) {
  ul.tenken-list {
    margin: 0 auto;
    padding: 20px 10px 0 10px;
  }
}
ul.tenken-list li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 30px;
  padding-left: 45px;
  margin-left: 30px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.tenken-list li {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  ul.tenken-list li {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.625;
    padding-bottom: 20px;
    padding-left: 45px;
    margin-left: 0;
    position: relative;
  }
}
ul.tenken-list li:before {
  content: "";
  background: url(../images/tenken-check-icon.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 31px;
  position: absolute;
  left: 0;
  top: 0;
}

.tenken-staff {
  width: 341px;
  position: absolute;
  right: -110px;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .tenken-staff {
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .tenken-staff {
    position: static;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}

button:hover {
  opacity: 0.8;
}

/*=====================================
kaitori
=====================================*/
.kaitori {
  background: url(../images/kaitori-bg.jpg) no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
@media (max-width: 767px) {
  .kaitori {
    background: url(../images/kaitori-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
  }
}

.kaitori-title {
  width: 832px;
  margin: 0 auto;
  padding: 60px 0 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kaitori-title {
    width: 96%;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .kaitori-title {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 20px;
  }
}

.kaitori-tx {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.04em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kaitori-tx {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .kaitori-tx {
    font-size: 16px;
    line-height: 1.5;
  }
}

.kaitori-price {
  font-size: 30px;
  font-weight: 800;
  color: #e60012;
  background: linear-gradient(transparent 50%, #fff45c 60%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kaitori-price {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .kaitori-price {
    font-size: 20px;
  }
}
.kaitori-price .fs36 {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kaitori-price .fs36 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .kaitori-price .fs36 {
    font-size: 24px;
  }
}
.kaitori-price .fs24 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .kaitori-price .fs24 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .kaitori-price .fs24 {
    font-size: 16px;
  }
}

.kaitori-thumbnail {
  margin: 0 auto;
  width: 31.666%;
  padding-top: 40px;
}
.kaitori-thumbnail img {
  width: 100%;
}
@media (max-width: 767px) {
  .kaitori-thumbnail {
    width: 90%;
    padding-top: 20px;
  }
}

/*=====================================
staff
=====================================*/
.staff-items {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .staff-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.staff-item {
  width: 18.3334%;
  margin-right: 2.08334%;
  padding-bottom: 40px;
}
.staff-item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .staff-item {
    width: 46%;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .staff-item:nth-child(5n) {
    margin-right: 0;
  }
}

.staff-photo {
  position: relative;
  width: 100%;
  padding-top: 115.909%;
}
.staff-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.staff-post {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  background: #005ac8;
  padding: 0 20px;
  letter-spacing: 0.05em;
  display: inline-block;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  right: -10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .staff-post {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .staff-post {
    font-size: 14px;
  }
}

.staff-furi {
  color: #969696;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 10px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .staff-furi {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .staff-furi {
    font-size: 12px;
  }
}

.staff-name {
  font-size: 30px;
  color: #005ac8;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .staff-name {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .staff-name {
    font-size: 20px;
  }
}

.staff-tx {
  padding-top: 5px;
}

/*=====================================
company
=====================================*/
.company-title {
  width: 40%;
  font-size: 26px;
  text-align: center;
  color: #fff;
  background: #fa3c1e;
  line-height: 2;
  border-radius: 100px;
  margin: 70px auto 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .company-title {
    width: 60%;
    font-size: 20px;
    margin: 50px auto 30px;
  }
}
@media (max-width: 767px) {
  .company-title {
    width: 90%;
    font-size: 20px;
    margin: 40px auto 30px;
  }
}

.company-tx {
  text-align: center;
  padding-top: 10px;
}

/*=====================================
about
=====================================*/
.about {
  background: url(../images/gaikan.png) no-repeat;
  background-size: cover;
  background-position: right bottom;
}

.about-photo {
  width: 46.958334%;
  padding-top: 70px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-photo {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .about-photo {
    width: 60%;
    padding-top: 40px;
  }
}

/*=====================================
all-staff
=====================================*/
.all-staff {
  background: url(../images/staff-photo-bg.jpg) repeat;
}

.all-staff-title {
  width: 658px;
  text-align: center;
  padding: 80px 0 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .all-staff-title {
    width: 100%;
    padding: 40px 0 20px;
  }
}

.all-staff-photo {
  width: 980px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .all-staff-photo {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .all-staff-photo {
    width: 90%;
  }
}

/*=====================================
footer
=====================================*/
.copyright {
  background: #fa3c1e;
  color: #fff;
  text-align: center;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .copyright {
    font-size: 10px;
  }
}
