@charset "UTF-8";
/*---------------------------------

https://2021.qlip.co.jp/
first commit by Qlip Co., Ltd.

---------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  html {
    font-size: 100px;
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.jp_r {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.jp_m, html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.jp_b, .faq .faq-block .item .anser__text .tip, .faq .faq-block .item .question__anker-text, .faq .faq-block .item .question__title, .flow-after .flow-figure p, .flow-before .flow-step-block .item:last-of-type .title, .flow-before .flow-step-block .item .number, .point .point-block .item__supplement span, .point .point-block .item__title, .thought .comment-block .btn, .thought .case-block li.item .text-area .jp, .header .header-bar__btn .btn {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.jps_r, .thought .comment-block .en, .thought .message-block .en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.jps_m, .point .point-block .item__tip, .text_main p, .thought .comment-block .jp, .thought .case-block li.item .text-area .en, .thought .message-block .jp, .thought h2, .section-title .en, .section-title .jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.scani {
  overflow: hidden;
}
.scani div {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  -o-transition: -o-transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
}

.OK .scani div {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.logo div {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.tHPY div {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.t2021 div {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.scroll div {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

[data-aos=new-animation] {
  overflow: hidden;
}
[data-aos=new-animation] div {
  opacity: 1;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.25, 0.42, 1), opacity cubic-bezier(0.25, 0.25, 0.42, 1);
  -moz-transition: -moz-transform cubic-bezier(0.25, 0.25, 0.42, 1), opacity cubic-bezier(0.25, 0.25, 0.42, 1);
  -o-transition: -o-transform cubic-bezier(0.25, 0.25, 0.42, 1), opacity cubic-bezier(0.25, 0.25, 0.42, 1);
  -webkit-transition: opacity cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: opacity cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: transform cubic-bezier(0.25, 0.25, 0.42, 1), opacity cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: transform cubic-bezier(0.25, 0.25, 0.42, 1), opacity cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform cubic-bezier(0.25, 0.25, 0.42, 1);
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.42, 1);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.42, 1);
  -webkit-transition-duration: 1.2s !important;
          transition-duration: 1.2s !important;
}
@media screen and (min-width: 769px) {
  [data-aos=new-animation].aos-animate div {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 768px) {
  [data-aos=new-animation].aos-animate div {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* original reset */
*:focus {
  outline: none;
}

.debugHost {
  z-index: 10;
  position: fixed;
}
@media screen and (min-width: 769px) {
  .debugHost {
    top: 10px;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .debugHost {
    top: -10px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .debugHost span {
    font-size: 8px !important;
  }
}

ol, ul {
  list-style: none;
}

/* base setting */
::-moz-selection {
  background: #0079d0;
  color: #ffffff;
}
::selection {
  background: #0079d0;
  color: #ffffff;
}

::-moz-selection {
  background: #0079d0;
  color: #ffffff;
}

html::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
}

body {
  background: #eef3f6;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 1.8571428571;
}
body.NO {
  overflow: hidden;
}

/* device display control */
@media screen and (min-width: 769px) {
  .hiddenPC {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .hiddenSP {
    display: none;
  }
}
/* original reset */
.svg-symbols {
  display: none;
  pointer-events: none;
  width: 0;
  height: 0;
}

a {
  text-decoration: none;
}

section {
  display: block;
}

/* page inner link */
/* hover opacity  */
.hover-opacity {
  opacity: 1;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
}
.hover-opacity:hover {
  opacity: 0.5;
}

/* structure */
.app {
  overflow: hidden;
  width: 100%;
}
section {
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  section {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 100px;
  }
}

.wide-fill {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wide-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wide-inner {
    width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .wide-inner {
    width: 86%;
  }
}

.wide-inner-inner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .wide-inner-inner {
    width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .wide-inner-inner {
    width: 86%;
  }
}

/* section-title */
.section-title {
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .section-title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .section-title {
    margin-bottom: 38px;
  }
}
.section-title .jp {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .section-title .jp {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .section-title .jp {
    font-size: 36px;
    margin-bottom: -3px;
  }
}
@media screen and (min-width: 769px) {
  .section-title .jp span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, transparent), color-stop(0%, #fdff61));
    background: linear-gradient(transparent 44%, #fdff61 0%);
  }
}
@media screen and (max-width: 768px) {
  .section-title .jp span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fdff61));
    background: linear-gradient(transparent 60%, #fdff61 0%);
  }
}
.section-title .en {
  color: #0079d0;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .section-title .en {
    font-size: 20px;
  }
}

/* progress */
.progress {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 10;
  position: fixed;
}
@media screen and (min-width: 769px) {
  .progress {
    right: -1rem;
    top: 40%;
  }
}
@media screen and (max-width: 768px) {
  .progress {
    right: -1.5rem;
    top: 2.4rem;
  }
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: #dce4e9;
  /* -moz- 用 */
  background: #dce4e9;
}
@media screen and (min-width: 769px) {
  progress {
    height: 0.01rem;
    width: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  progress {
    height: 0.04rem;
    width: 2.6rem;
  }
}

::-webkit-progress-bar {
  background-color: #dce4e9;
}

/* バーの進捗率の表示を変える */
::-moz-progress-bar {
  background-color: #0079d0;
}

::-webkit-progress-value {
  background-color: #0079d0;
}

/* header
==========================================*/
.header {
  position: fixed;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .header {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
    left: 0;
  }
}
.header .header-bar {
  width: 100vw;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-bar__logo {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 769px) {
  .header .header-bar__logo {
    padding-top: 40px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-bar__logo {
    padding-top: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .header .header-bar__logo .mark {
    margin-right: 43px;
  }
}
.header .header-bar__logo .mark svg {
  width: 100%;
  fill: #0079d0;
}
@media screen and (min-width: 769px) {
  .header .header-bar__logo .mark svg {
    width: 138px;
    height: 100.74px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-bar__logo .mark svg {
    width: 100px;
    height: 73px;
  }
}
@media screen and (min-width: 769px) {
  .header .header-bar__btn {
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header .header-bar__btn {
    padding-right: 20px;
  }
}
.header .header-bar__btn .btn {
  color: #fdff61;
  background: #0079d0;
}
.header .header-bar__btn .btn {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .header .header-bar__btn .btn {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    -webkit-transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
  }
}
@media screen and (max-width: 768px) {
  .header .header-bar__btn .btn {
    height: 48px;
    font-size: 28px;
    height: 150px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
  }
}
.header .header-bar__btn .btn::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0079d0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 769px) {
  .header .header-bar__btn .btn::after {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: -o-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
  }
}
@media screen and (min-width: 769px) {
  .header .header-bar__btn .btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (min-width: 769px) {
  .header .header-bar__btn .btn {
    font-size: 18px;
    width: 360px;
    height: 72px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(24, 95, 147, 0.36);
            box-shadow: 0px 4px 20px 0px rgba(24, 95, 147, 0.36);
  }
}
@media screen and (max-width: 768px) {
  .header .header-bar__btn .btn {
    font-size: 15px;
    width: 160px;
    height: 36px;
  }
}
.header .header-bar__btn .btn:hover {
  color: #0079d0;
}
.header .header-bar__btn .btn::after {
  background: #fdff61;
}

@media screen and (min-width: 769px) {
  .footer {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.footer .copyright {
  text-align: center;
}
.footer .copyright svg {
  fill: #fff;
}
@media screen and (min-width: 769px) {
  .footer .copyright svg {
    margin-bottom: 80px;
    width: 292px;
    height: 19.71px;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright svg {
    width: 240px;
    height: 16.2px;
  }
}

/* mainvisual メインビジュル
==========================================*/
.mainvisual {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mainvisual {
    margin-bottom: 160px;
    padding-top: 280px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    padding-top: 130px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr {
    width: 6.8rem;
    height: 7.4rem;
    position: relative;
  }
}
.mainvisual .mainvisual_innewr .balloon-area {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr .balloon-area {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1020px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr .balloon-area {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
.mainvisual .mainvisual_innewr .balloon-area .item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr .balloon-area .item {
    width: 240px;
    height: 127px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr .balloon-area .item {
    position: absolute;
  }
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon01 {
    background-image: url(../img/root/mv_balloon01_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon01 {
    background-image: url(../img/root/mv_balloon01_sp.png);
    width: 3.08rem;
    height: 1.672rem;
    top: 0;
    left: 0.05rem;
  }
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon02 {
    background-image: url(../img/root/mv_balloon02_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon02 {
    background-image: url(../img/root/mv_balloon02_sp.png);
    width: 3.08rem;
    height: 1.716rem;
    top: 0;
    right: 0.05rem;
  }
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon03 {
    background-image: url(../img/root/mv_balloon03_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon03 {
    background-image: url(../img/root/mv_balloon03_sp.png);
    width: 3.08rem;
    height: 1.672rem;
    bottom: 0;
    left: 0.05rem;
  }
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon04 {
    background-image: url(../img/root/mv_balloon04_pc.png);
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr .balloon-area .item.balloon04 {
    background-image: url(../img/root/mv_balloon04_sp.png);
    width: 3.08rem;
    height: 1.683rem;
    bottom: 0;
    right: 0.05rem;
  }
}
.mainvisual .mainvisual_innewr h1 {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr h1 {
    width: 1020px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr h1 {
    padding-top: 2.6rem;
  }
}
.mainvisual .mainvisual_innewr h1 .hero_inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr h1 .hero_inner {
    width: 440px;
  }
}
.mainvisual .mainvisual_innewr h1 .line {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .mainvisual .mainvisual_innewr h1 .line {
    bottom: 0;
    left: 50%;
    margin-left: -294px;
    width: 588px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr h1 .line {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.mainvisual .mainvisual_innewr h1 .image {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mainvisual .mainvisual_innewr h1 .image {
    width: 5.6rem;
  }
}
/* thought こんな風に、思ったことはありませんか？
==========================================*/
.thought h2 {
  text-align: center;
  color: #0079d0;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .thought h2 {
    font-size: 40px;
    margin-bottom: 66px;
  }
}
@media screen and (max-width: 768px) {
  .thought h2 {
    line-height: 1.6;
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.thought .message-block {
  text-align: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .thought .message-block {
    margin-bottom: 280px;
  }
}
@media screen and (max-width: 768px) {
  .thought .message-block {
    margin-bottom: 120px;
  }
}
.thought .message-block .jp {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .thought .message-block .jp {
    margin-bottom: 26px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .thought .message-block .jp {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.7;
  }
}
.thought .message-block .en {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .thought .message-block .en {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .thought .message-block .en {
    font-size: 17px;
  }
}
.thought .message-block:after {
  --thought-ms-line-w--pc: 120px;
  --thought-ms-line-w--sp: 40px;
  content: "";
  background: #0079d0;
  position: absolute;
  left: 50%;
}
@media screen and (min-width: 769px) {
  .thought .message-block:after {
    width: var(--thought-ms-line-w--pc);
    height: 1px;
    bottom: -60px;
    margin-left: calc(var(--thought-ms-line-w--pc) / 2 * -1);
  }
}
@media screen and (max-width: 768px) {
  .thought .message-block:after {
    width: var(--thought-ms-line-w--sp);
    bottom: -22px;
    height: 2px;
    margin-left: calc(var(--thought-ms-line-w--sp) / 2 * -1);
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block ul {
    margin-bottom: 90px;
  }
}
.thought .case-block li.item {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item {
    width: 360px;
    height: 500px;
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item {
    width: 100%;
    height: 170px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.thought .case-block li.item:before {
  width: 100%;
  position: absolute;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 121, 208, 0) 0%, #0079d0 78%, #0079d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 121, 208, 0) 0%, #0079d0 78%, #0079d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 121, 208, 0)), color-stop(78%, #0079d0), to(#0079d0));
  background: linear-gradient(to bottom, rgba(0, 121, 208, 0) 0%, #0079d0 78%, #0079d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000079d0", endColorstr="#0079d0",GradientType=0 );
  /* IE6-9 */
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item:before {
    bottom: 0;
    left: 0;
    height: 200px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item:before {
    bottom: 0;
    left: 0;
    height: 110px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
    opacity: 0.6;
  }
}
.thought .case-block li.item .text-area {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item .text-area {
    position: absolute;
    bottom: 37px;
    left: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item .text-area {
    position: absolute;
    bottom: 12px;
    left: 0;
    text-align: center;
  }
}
.thought .case-block li.item .text-area .jp {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item .text-area .jp {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item .text-area .jp {
    font-size: 20px;
  }
}
.thought .case-block li.item .text-area .en {
  color: #fdff61;
  font-style: italic;
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item .text-area .en {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item .text-area .en {
    margin-top: -6px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item.case01 {
    background-image: url(../img/root/want_image01_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item.case01 {
    background-image: url(../img/root/want_image01_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item.case02 {
    background-image: url(../img/root/want_image02_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item.case02 {
    background-image: url(../img/root/want_image02_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item.case03 {
    background-image: url(../img/root/want_image03_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item.case03 {
    background-image: url(../img/root/want_image03_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item.case04 {
    background-image: url(../img/root/want_image04_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item.case04 {
    background-image: url(../img/root/want_image04_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .thought .case-block li.item.case05 {
    background-image: url(../img/root/want_image05_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .thought .case-block li.item.case05 {
    background-image: url(../img/root/want_image05_sp.jpg);
  }
}

/* thought こんな風に、思ったことはありませんか？
 * comment-block
==========================================*/
.thought .thought__bifore-line {
  margin: 0 auto;
  background: #0079d0;
}
@media screen and (min-width: 769px) {
  .thought .thought__bifore-line {
    width: 1px;
    height: 150px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .thought .thought__bifore-line {
    width: 2px;
    height: 100px;
    margin-bottom: 50px;
  }
}
.thought .comment-block {
  text-align: center;
}
.thought .comment-block .balloon {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .thought .comment-block .balloon {
    width: 480px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .thought .comment-block .balloon {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .thought .comment-block .balloon img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .thought .comment-block .balloon img {
    width: 100%;
    height: auto;
  }
}
.thought .comment-block .jp {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .thought .comment-block .jp {
    margin-bottom: 26px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .thought .comment-block .jp {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.7;
  }
}
.thought .comment-block .en {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .thought .comment-block .en {
    margin-bottom: 60px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .thought .comment-block .en {
    margin-bottom: 40px;
    font-size: 17px;
  }
}
.thought .comment-block .btn {
  color: #fdff61;
  background: #0079d0;
}
.thought .comment-block .btn {
  margin: 0 auto;
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .thought .comment-block .btn {
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
    -webkit-transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: color 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
  }
}
@media screen and (max-width: 768px) {
  .thought .comment-block .btn {
    height: 48px;
    font-size: 28px;
    height: 150px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border-radius: 70px;
  }
}
.thought .comment-block .btn::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #0079d0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 769px) {
  .thought .comment-block .btn::after {
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: -moz-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: -o-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform 0.8s cubic-bezier(0.25, 0.25, 0.42, 1);
  }
}
@media screen and (min-width: 769px) {
  .thought .comment-block .btn:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}
@media screen and (min-width: 769px) {
  .thought .comment-block .btn {
    font-size: 18px;
    width: 360px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .thought .comment-block .btn {
    font-size: 16px;
    width: 250px;
    height: 54px;
  }
}
.thought .comment-block .btn:hover {
  color: #0079d0;
}
.thought .comment-block .btn::after {
  background: #fdff61;
}

/* text_main
==========================================*/
.text_main {
  text-align: center;
  /*! 埋め込み動画をレスポンシブ対応させる */
}
@media screen and (min-width: 769px) {
  .text_main {
    margin-top: 200px;
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 768px) {
  .text_main {
    padding-top: 30px;
  }
}
.text_main p {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .text_main p {
    margin-bottom: 26px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .text_main p {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.7;
  }
}
.text_main .video {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .text_main .video {
    width: 840px;
    height: 480px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .text_main .video {
    width: 86%;
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
    overflow: hidden;
    margin-bottom: 10px;
  }
}
.text_main .video iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .text_main .video iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/* point 4つのポイント
==========================================*/
@media screen and (max-width: 768px) {
  .point .section-title {
    margin-bottom: 46px;
  }
}
.point .point-block {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .point .point-block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.point .point-block .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #ffffff;
  border: 2px dashed #0079d0;
  /*各ポイントの設定*/
}
@media screen and (min-width: 769px) {
  .point .point-block .item {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
            box-shadow: 0 0 0 10px #ffffff;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item {
    margin: 0 auto;
    width: calc(100% - 20px);
    border: 2px dashed #0079d0;
    -webkit-box-shadow: 0 0 0 10px #ffffff;
            box-shadow: 0 0 0 10px #ffffff;
    margin-bottom: 46px;
    padding: 0 20px 30px 20px;
  }
}
.point .point-block .item__tip {
  font-style: italic;
  background-size: cover;
  background-position: top left;
  background-image: url(../img/root/point_tip_background.svg);
  background-repeat: no-repeat;
  position: absolute;
  color: #fdff61;
}
@media screen and (min-width: 769px) {
  .point .point-block .item__tip {
    font-size: 40px;
    width: 100px;
    height: 100px;
    top: -2px;
    left: -2px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item__tip {
    font-size: 22px;
    width: 74px;
    height: 74px;
    top: -2px;
    left: -2px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item__tip p {
    margin-top: -10px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item__tip p {
    margin-top: 2px;
    padding-left: 16px;
  }
}
.point .point-block .item__image {
  width: 100%;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 769px) {
  .point .point-block .item__image {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item__image {
    height: 160px;
  }
}
.point .point-block .item__image svg {
  fill: #0079d0;
}
@media screen and (min-width: 769px) {
  .point .point-block .item__image svg {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item__image svg {
    width: 110px;
    height: 110px;
  }
}
.point .point-block .item__title {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .point .point-block .item__title {
    font-size: 20px;
    margin-top: -20px;
    text-align: center;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item__title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item__description {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.point .point-block .item__supplement {
  color: #878787;
}
@media screen and (min-width: 769px) {
  .point .point-block .item__supplement {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item__supplement {
    margin-top: 10px;
  }
}
.point .point-block .item__supplement span {
  display: block;
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point01 {
    width: 370px;
    height: 540px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point02 {
    width: 370px;
    height: 540px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point03 {
    width: 370px;
    height: 540px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 {
    width: 100%;
    padding: 100px 40px;
    height: 780px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 {
    padding: 80px 20px 20px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 .item__description {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 .item__description {
    margin-bottom: 26px;
  }
}
.point .point-block .item.point04 ul {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul {
    margin-top: 50px;
    width: 1080px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.point .point-block .item.point04 ul li {
  color: #ffffff;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li {
    width: 249px;
    height: 516px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li {
    width: 100%;
    margin-bottom: 26px;
  }
}
.point .point-block .item.point04 ul li .support_inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li .support_inner {
    position: absolute;
    background-color: rgba(0, 121, 208, 0.95);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    width: 230px;
    bottom: 8px;
    left: 8px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li .support_inner {
    background-color: #0079d0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li .support_inner .spimage {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li .support_inner .spimage {
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    width: auto;
    height: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.point .point-block .item.point04 ul li h4 {
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li h4 {
    font-size: 15px;
    margin-bottom: 10px;
    padding: 16px 16px 0;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li p {
    font-size: 14px;
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li.support01 {
    background-image: url(../img/root/point_04_image01_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li.support01 .spimage {
    background-image: url(../img/root/point_04_image01_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li.support02 {
    background-image: url(../img/root/point_04_image02_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li.support02 .spimage {
    background-image: url(../img/root/point_04_image02_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li.support03 {
    background-image: url(../img/root/point_04_image03_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li.support03 .spimage {
    background-image: url(../img/root/point_04_image03_sp.jpg);
  }
}
@media screen and (min-width: 769px) {
  .point .point-block .item.point04 ul li.support04 {
    background-image: url(../img/root/point_04_image04_pc.jpg);
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li.support04 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .point .point-block .item.point04 ul li.support04 .spimage {
    background-image: url(../img/root/point_04_image04_sp.jpg);
  }
}

/* flow-before 開業までの流れ
==========================================*/
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block ul {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.flow-before .flow-step-block .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  /*矢印*/
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 360px;
    height: 260px;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item {
    width: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 12px 20px;
    margin-bottom: 28px;
  }
}
.flow-before .flow-step-block .item .number {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item .number {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item .number {
    font-size: 18px;
    width: 32px;
    text-align: right;
    margin-right: 8px;
  }
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item .image {
    margin-top: -20px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item .image {
    margin-right: 8px;
    width: 80px;
  }
}
.flow-before .flow-step-block .item .image svg {
  fill: #0079d0;
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item .image svg {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item .image svg {
    width: 76px;
    height: 76px;
  }
}
.flow-before .flow-step-block .item .title {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item .title {
    width: 100%;
    font-size: 18px;
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item .title {
    font-size: 16px;
    width: 100%;
  }
}
.flow-before .flow-step-block .item:last-of-type {
  background: #fdff61;
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item:last-of-type {
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 155px;
    padding-top: 108px;
  }
}
.flow-before .flow-step-block .item:last-of-type .image {
  background: #ffffff;
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item:last-of-type .image {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 8px);
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 24px;
    left: 4px;
    -webkit-border-radius: 16px 16px 0 0;
    -moz-border-radius: 16px 16px 0 0;
    -ms-border-radius: 16px 16px 0 0;
    -o-border-radius: 16px 16px 0 0;
    border-radius: 16px 16px 0 0;
    height: 194px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item:last-of-type .image {
    position: absolute;
    -webkit-border-radius: 17px 17px 0 0;
    -moz-border-radius: 17px 17px 0 0;
    -ms-border-radius: 17px 17px 0 0;
    -o-border-radius: 17px 17px 0 0;
    border-radius: 17px 17px 0 0;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: 90px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item:last-of-type .image svg {
    margin-bottom: -20px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item:last-of-type .image svg {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item:last-of-type .title {
    font-size: 24px;
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item:last-of-type .title {
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .flow-before .flow-step-block .item.arr:before {
    position: absolute;
    top: 43%;
    left: -30px;
    content: "";
    /*何も入れない*/
    display: inline-block;
    /*忘れずに！*/
    width: 52px;
    /*画像の幅*/
    height: 52px;
    /*画像の高さ*/
    background-image: url(../img/root/arr_flowPC.svg);
    background-size: contain;
    vertical-align: middle;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .flow-before .flow-step-block .item:before {
    content: "";
    /*何も入れない*/
    position: absolute;
    top: -36px;
    left: 50%;
    display: inline-block;
    /*忘れずに！*/
    margin-left: -23px;
    width: 46px;
    /*画像の幅*/
    height: 46px;
    /*画像の高さ*/
    background-image: url(../img/root/arr_flowSP.svg);
    background-size: contain;
    vertical-align: middle;
    z-index: 1;
  }
}
.flow-before .flow-step-block .item:first-of-type:before {
  display: none;
}
/* flow-after 開業後の流れ
==========================================*/
.flow-after .flow-figure {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .flow-after .flow-figure {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  .flow-after .flow-figure {
    padding: 40px 30px 50px;
  }
}
.flow-after .flow-figure p {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .flow-after .flow-figure p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .flow-after .flow-figure p {
    font-size: 16px;
    margin-bottom: 26px;
  }
}
.flow-after .flow-figure .image {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .flow-after .flow-figure .image {
    width: 980px;
  }
}
@media screen and (max-width: 768px) {
  .flow-after .flow-figure .image {
    width: 100%;
  }
}
.flow-after .flow-figure .image img {
  width: 100%;
  height: auto;
}
/* faq よくあるご質問
==========================================*/
.faq .faq-block .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  /*
   * hover
   *** */
  /*
   * accordion open
   *** */
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item {
    margin-bottom: 18px;
    padding: 30px 50px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item {
    position: relative;
    margin-bottom: 26px;
    padding: 16px 20px 26px 20px;
  }
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faq .faq-block .item .question__title {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question__title {
    font-size: 20px;
    width: 690px;
    opacity: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.42, 1);
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .question__title {
    font-size: 16px;
    width: 96%;
  }
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question__title .tip {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .question__title .tip {
    font-size: 20px;
    display: block;
  }
}
.faq .faq-block .item .question__anker-text {
  color: #0079d0;
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question__anker-text {
    opacity: 1;
    font-size: 20px;
    -webkit-transition: opacity 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: opacity 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: opacity 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: opacity 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .question__anker-text {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question__anker-text:after {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #0079d0;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: width 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: width 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: width 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
  }
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question__icon {
    margin-bottom: -6px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .question__icon {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -10px;
  }
}
.faq .faq-block .item .question__icon svg {
  fill: #0079d0;
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .question__icon svg {
    -webkit-transition: -webkit-transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -moz-transition: -moz-transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -o-transition: -o-transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: -webkit-transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    transition: transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1), -webkit-transform 0.2666666667s cubic-bezier(0.25, 0.25, 0.42, 1);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .question__icon svg {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .anser {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .anser {
    padding-top: 10px;
  }
}
.faq .faq-block .item .anser__text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .anser__text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .anser__text {
    width: 90%;
  }
}
.faq .faq-block .item .anser__text .tip {
  color: #e65050;
  display: block;
}
@media screen and (min-width: 769px) {
  .faq .faq-block .item .anser__text .tip {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-block .item .anser__text .tip {
    font-size: 20px;
  }
}
.faq .faq-block .item:hover {
  cursor: pointer;
}
.faq .faq-block .item:hover .item__icon svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-block .item:hover .question__anker-text:after {
  width: 100%;
}
.faq .faq-block .item.is-open .question .question__icon svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq .faq-block .item.is-open .question__anker-text {
  opacity: 0;
}

/* contact お問い合わせ
==========================================*/
.contact {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .contact .section-title .jp {
    line-height: 1.3;
    margin-bottom: 6px;
  }
}
.contact .form-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .contact .form-block {
    background-image: url(../img/root/contact_background_pc.jpg);
    padding-top: 76px;
    background-position: top center;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-block {
    background-image: url(../img/root/contact_background_sp.jpg);
    padding-top: 76px;
    background-position: center;
  }
}
.contact .form-block .google-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9fbfc;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .contact .form-block .google-form {
    padding: 86px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-block .google-form {
    padding: 40px 0 50px;
  }
}
@media screen and (min-width: 769px) {
  .contact .form-block .google-form .text {
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-block .google-form .text {
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 769px) {
  .contact .form-block .google-form iframe {
    height: 1610px;
  }
}
@media screen and (max-width: 768px) {
  .contact .form-block .google-form iframe {
    height: 1770px;
  }
}
/*# sourceMappingURL=all.css.map */