@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #000;
  background-color: #fff;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  display: block;
  height: auto;
}

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

@media (max-width: 768px) {
  .pc-view {
    display: none !important;
  }

  .sp-view {
    display: block !important;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

div#container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(assets/images/img_mv.png);
  background-repeat: no-repeat;
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(10, 134, 142, 0.25) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(10, 134, 142, 0.25) calc(100% - 1px));
  background-size: 38px 38px;
  background-repeat: repeat;
  background-position: center center;
}

/* 以下はレイアウト調整用 */
body {
  vertical-align: middle;
  text-align: center;
}

footer {
  background-color: #000;
  padding: 5rem 0 4rem;
}

footer .logo {
  max-width: 300px;
  margin: 0 auto 2rem;
}

@media (max-width: 767px) {
  footer .logo {
    max-width: 200px;
  }
}

footer p.copy {
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.2em;
}

@media (max-width: 767px) {
  footer p.copy {
    font-size: 1.2rem;
  }
}

/* 中の共通コンテンツ */
.contents_box {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  .contents_box {
    padding: 0 1.25rem;
  }
}

/* ボタン */
.btn_flex {
  position: relative;
  /* 擬似要素の位置を限定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 子要素をフレックスボックスとして配置 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* 縦方向に並べる */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* 横方向の中央配置 */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* 縦方向の中央配置 */
  text-align: center;
  /* テキストの中央揃え */
}

.button_link {
  width: 320px;
  height: 63px;
  color: #000;
  font-size: 1.8rem;
  line-height: 58px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background-color: #FFC800;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.button_link::before {
  content: '';
  width: 100%;
  height: 100%;
  top: -7px;
  left: -7px;
  border: 2px solid #000;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.button_link:hover::before {
  top: -2px;
  left: -2px;
}

.button_link:hover {
  color: #000;
  text-decoration: none;
  background-color: #FFC800;
}

section.mv_container {
  max-width: 100%;
  height: 845px;
  background: url(../images/img_mv.png) no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 767px) {
  section.mv_container {
    background: url(../images/img_mv_sp.png) no-repeat left 0 bottom;
    height: 600px;
    background-size: auto 100%;
  }
}

section.mv_container .contents_box {
  height: 845px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

section.mv_container .contents_box .img_text {
  margin: 2rem 0 0;
}

@media (max-width: 767px) {
  section.mv_container .contents_box {
    height: 550px;
  }
}

section.mv_btm_container {
  max-width: 100%;
  padding: 5rem 0 6.875rem;
}

@media (max-width: 767px) {
  section.mv_btm_container {
    padding: 0 0 6.875rem;
  }
}

section.mv_btm_container .mv_btb_read {
  width: 440px;
  margin: 0 auto 5.625rem;
}

@media (max-width: 767px) {
  section.mv_btm_container .mv_btb_read {
    width: 300px;
  }
}

section.mv_btm_container p.read_text {
  font-size: 2rem;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 4rem;
}

section.mv_btm_container p.read_text span {
  color: #0A868E;
  font-weight: bold;
}

@media (max-width: 767px) {
  section.mv_btm_container p.read_text {
    padding: 0 2rem;
    text-align: left;
    font-size: 1.4rem;
  }
}

section.reason_container {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), rgba(7, 88, 93, 0.5) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), rgba(7, 88, 93, 0.5) calc(100% - 1px));
  background-size: 38px 38px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #00868e;
  padding: 6.25rem 0 10rem;
  margin-bottom: 8rem;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 98%);
}

section.reason_container h2.corner_ttl {
  max-width: 528px;
  margin: 0 auto 4.375rem;
}

@media (max-width: 767px) {
  section.reason_container h2.corner_ttl {
    max-width: 300px;
  }
}

section.reason_container ul.reason {
  margin-bottom: 14rem;
}

@media (max-width: 767px) {
  section.reason_container ul.reason {
    margin-bottom: 7rem;
  }
}

section.reason_container ul.reason li {
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  section.reason_container ul.reason li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

section.reason_container ul.reason li p.num {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-style: normal;
  color: #0A868E;
  font-size: 3.6rem;
  padding: 0 1.25rem;
}

section.reason_container ul.reason li h3.box_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0.5rem 0 0 1.25rem;
  line-height: 1em;
}

section.reason_container ul.reason li h3.box_title span {
  font-weight: normal;
  font-size: 2.0rem;
}

@media (max-width: 767px) {
  section.reason_container ul.reason li h3.box_title {
    font-size: 2.3rem;
    line-height: 1.3em;
  }

  section.reason_container ul.reason li h3.box_title span {
    font-size: 1.6rem;
    line-height: 0.5em;
  }
}

section.reason_container h3.reason_ttl {
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  section.reason_container h3.reason_ttl {
    display: block;
  }
}

section.reason_container h3.reason_ttl p.num {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFF00;
  font-size: 8.0rem;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  section.reason_container h3.reason_ttl p.num {
    line-height: 1em;
  }
}

section.reason_container h3.reason_ttl p.text {
  font-size: 3.2rem;
  line-height: 1.5em;
  color: #fff;
  font-weight: bold;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  section.reason_container h3.reason_ttl p.text {
    font-size: 2.3rem;
    margin-left: 0;
  }
}

section.reason_container .reason_box01 {
  margin-bottom: 6.25rem;
}

@media (max-width: 767px) {
  section.reason_container .reason_box01 {
    margin-bottom: 5rem;
  }
}

section.reason_container .reason_box01 ul.corp_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-evenly;
}

section.reason_container .reason_box01 ul.corp_bnr li {
  flex: 1 1 calc(20% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}

section.reason_container .reason_box01 ul.corp_bnr::after {
  content: '';
  flex: 1 1 calc(20% - 1rem);
  /* 5等分と同じ幅を確保 */
  visibility: hidden;
  /* 見えないようにする */
}

section.reason_container .reason_box01 ul.corp_bnr img {
  width: 100%;
  height: auto;
}

section.reason_container .reason_box01 ul.corp_bnr li:nth-child(5n) {
  margin-right: 0;
}

section.reason_container .reason_box02 {
  background-color: #fff;
  margin-bottom: 6.25rem;
  padding: 3.75rem;
}

@media (max-width: 767px) {
  section.reason_container .reason_box02 {
    padding: 2rem;
  }
}

section.reason_container .reason_box02 .event_box {
  margin-bottom: 3rem;
}

section.reason_container .reason_box02 .event_box h4.event_ttl {
  border: 2px solid #0A868E;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  section.reason_container .reason_box02 .event_box h4.event_ttl {
    font-size: 1.6rem;
  }
}

section.reason_container .reason_box02 .event_box h4.event_ttl p.event_name {
  background-color: #0A868E;
  color: #fff;
  width: 25%;
}

@media (max-width: 767px) {
  section.reason_container .reason_box02 .event_box h4.event_ttl p.event_name {
    width: 30%;
  }
}

section.reason_container .reason_box02 .event_box h4.event_ttl p.event_text {
  color: #0A868E;
  width: 75%;
}

@media (max-width: 767px) {
  section.reason_container .reason_box02 .event_box h4.event_ttl p.event_text {
    width: 70%;
  }
}

section.reason_container .reason_box02 .event_box .event_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.reason_container .reason_box02 .event_box .event_flex figure.thumb {
  max-width: 40%;
}

section.reason_container .reason_box02 .event_box .event_flex p.text-area {
  width: 54%;
  font-size: 2.6rem;
  line-height: 1.5em;
}

@media (max-width: 767px) {
  section.reason_container .reason_box02 .event_box .event_flex p.text-area {
    font-size: 1.4rem;
    line-height: 1.5em;
  }
}

section.reason_container .reason_03catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 12.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  section.reason_container .reason_03catch {
    display: block;
    padding: 0 2rem;
    margin-bottom: 7rem;
  }
}

section.reason_container .reason_03catch img.catch_txt {
  width: 53%;
}

section.reason_container .reason_03catch img.catch_baloon {
  width: 39%;
}

@media (max-width: 767px) {
  section.reason_container .reason_03catch img.catch_txt {
    width: 100%;
    margin-bottom: 2rem;
  }

  section.reason_container .reason_03catch img.catch_baloon {
    width: 100%;
  }
}

section.reason_container .reason_box03 {
  margin-bottom: 6.25rem;
}

section.reason_container .reason_box03 ul.event_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.reason_container .reason_box03 ul.event_bnr li {
  width: 49%;
  margin-bottom: 1.2rem;
}

section.guide_container {
  margin-bottom: 7.5rem;
}

section.guide_container .contents_box {
  padding: 0 1.25rem;
}

section.guide_container h2.corner_ttl {
  max-width: 392px;
  margin: 0 auto 1.25rem;
}

@media (max-width: 767px) {
  section.guide_container h2.corner_ttl {
    max-width: 300px;
  }
}

section.guide_container .step_box {
  margin-bottom: 8rem;
}

section.guide_container .step_box h3.step_ttl {
  text-align: center;
  margin-bottom: 3rem;
}

section.guide_container .step_box h3.step_ttl img {
  margin: 0 auto;
}

section.guide_container .step_box h3.step_ttl img.step01 {
  max-width: 540px;
}

section.guide_container .step_box h3.step_ttl img.step02 {
  max-width: 535px;
}

section.guide_container .step_box h3.step_ttl img.step03 {
  max-width: 516px;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  section.guide_container .step_box h3.step_ttl img.step01 {
    max-width: 100%;
  }

  section.guide_container .step_box h3.step_ttl img.step02 {
    max-width: 100%;
  }

  section.guide_container .step_box h3.step_ttl img.step03 {
    max-width: 100%;
    margin-bottom: 5rem;
  }
}

section.guide_container .step_box h3.step_ttl p {
  font-size: 2.8rem;
  line-height: 1.4em;
  font-weight: bold;
}

section.guide_container .step_box h3.step_ttl p span.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, rgba(10, 134, 142, 0.3)));
  background: linear-gradient(transparent 70%, rgba(10, 134, 142, 0.3) 30%);
}

@media (max-width: 767px) {
  section.guide_container .step_box h3.step_ttl p {
    font-size: 2.0rem;
    text-align: left;
    line-height: 1.6em;
  }
}

section.guide_container .step_box .guide_box {
  border: 2px solid #000;
}

section.guide_container .step_box .guide_box h4.guide_ttl {
  background-color: #000;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
  max-width: 250px;
  padding-left: 6rem;
  line-height: 1.5em;
}

section.guide_container .step_box .guide_box h4.guide_ttl img.handicon {
  position: absolute;
  top: -5px;
  left: -10px;
  width: 65px;
}

@media (max-width: 767px) {
  section.guide_container .step_box .guide_box h4.guide_ttl {
    font-size: 1.8rem;
    max-width: 180px;
    padding-left: 5rem;
  }

  section.guide_container .step_box .guide_box h4.guide_ttl img.handicon {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 45px;
  }
}

section.guide_container .step_box .guide_box p.text_area {
  padding: 2rem;
  font-size: 2.0rem;
}

@media (max-width: 767px) {
  section.guide_container .step_box .guide_box p.text_area {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

section.voice_container {
  margin-bottom: 10rem;
}

section.voice_container .contents_box {
  padding: 0 1.25rem;
}

section.voice_container h2.corner_ttl {
  max-width: 396px;
  margin: 0 auto 4rem;
}

@media (max-width: 767px) {
  section.voice_container h2.corner_ttl {
    max-width: 300px;
  }
}

section.voice_container .voice_box {
  margin-bottom: 3rem;
  border: 2px solid #000;
  padding: 2rem 4rem 4rem;
}

section.voice_container .voice_box .voice_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem;
}

section.voice_container .voice_box .voice_flex img.icon {
  width: 100px;
}

section.voice_container .voice_box .voice_flex p.profile {
  font-size: 2.8rem;
  font-weight: bold;
  margin-left: 2rem;
}

section.voice_container .voice_box p.text_area {
  font-size: 2.0rem;
  line-height: 1.4em;
}

@media (max-width: 767px) {
  section.voice_container .voice_box {
    padding: 2rem;
  }

  section.voice_container .voice_box .voice_flex {
    margin-bottom: 2rem;
  }

  section.voice_container .voice_box .voice_flex img.icon {
    width: 50px;
  }

  section.voice_container .voice_box .voice_flex p.profile {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 2rem;
  }

  section.voice_container .voice_box p.text_area {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
}

section.faq_container {
  margin-bottom: 10rem;
}

section.faq_container .contents_box {
  padding: 0 1.25rem;
}

section.faq_container h2.corner_ttl {
  max-width: 396px;
  margin: 0 auto 4rem;
}

section.faq_container .faq_box {
  margin-bottom: 3rem;
  border: 2px solid #000;
}

section.faq_container .faq_box .question {
  padding: 2rem;
}

section.faq_container .faq_box .answer {
  padding: 2rem;
  background-color: #000;
  color: #fff;
}

section.faq_container .faq_box .faq_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.faq_container .faq_box .faq_flex p.items {
  width: 5%;
  text-align: center;
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.6rem;
  vertical-align: top;
  line-height: 1em;
}

@media (max-width: 767px) {
  section.faq_container .faq_box .faq_flex p.items {
    font-size: 3.0rem;
  }
}

section.faq_container .faq_box .faq_flex p.text {
  width: 95%;
  font-size: 2.4rem;
  line-height: 1.6em;
  font-weight: bold;
  margin-left: 2rem;
}

@media (max-width: 767px) {
  section.faq_container .faq_box .faq_flex p.text {
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}