@charset "UTF-8";
/*==================================================================
    style.css
===================================================================*/
/*==================================================================
    reset
===================================================================*/
html {
  overflow-x: hidden;
  background: #FFF;
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0; }

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

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

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

fieldset, img {
  border: none; }

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

ul, ol, menu {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

abbr, acronym {
  border: none;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

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

legend {
  color: #000; }

a img, map a {
  border: none; }

a:hover, a:active, a:focus {
  outline: 0; }

embed {
  width: 100%; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

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

object, embed {
  height: 100%; }

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic; }

div {
  vertical-align: top; }

strong {
  font-weight: bold; }

em {
  font-style: normal; }

select, input, button, textarea, button {
  font: 99% arial, sans-serif; }

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

/*  touch
---------------------------------------------*/
a, img, button, input[type="button"], input[type="submit"], .touch-hover {
  -webkit-tap-highlight-color: transparent; }

/*  box-sizing
---------------------------------------------*/
* {
  box-sizing: border-box; }
  *::before, *::after {
    box-sizing: border-box; }

/*  table
---------------------------------------------*/
table {
  empty-cells: show;
  font-size: inherit;
  font: 100%; }

/*  main
---------------------------------------------*/
/* IE10,11対策 main要素の高さと幅を認識させる */
@media all and (-ms-high-contrast: none) {
  main {
    display: block; } }
/*  form
---------------------------------------------*/
input {
  line-height: 1; }

form img, input, select {
  vertical-align: middle; }

textarea {
  resize: none; }

select {
  padding: 1px; }

legend {
  display: none; }

input,
select,
textarea,
button {
  font-size: 1.4rem;
  vertical-align: middle;
  color: #3B4043;
  height: auto; }

textarea {
  height: auto; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  font-size: 1.2rem;
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ccc;
  background: #fff;
  font-weight: normal;
  border-radius: 4px; }

/* ======= outline ======= */
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  outline: none; }

/* ======= label ======= */
label {
  margin-right: 1em;
  line-height: 1; }

/*==================================================================
    utility
===================================================================*/
/* ------------------------------------------------------------------
  Visual utility
-------------------------------------------------------------------*/
/*  display
---------------------------------------------*/
.noDisplay {
  display: none !important; }

.block {
  display: block !important; }

.inline {
  display: inline !important; }

.inlineBlock {
  display: inline-block !important; }

/* ======= display none ======= */
@media screen and (min-width: 960px) {
  .pcNone {
    display: none !important; } }
@media screen and (max-width: 960px) {
  .spNone {
    display: none !important; } }
/*  position
---------------------------------------------*/
.static {
  position: static !important; }

.relative {
  position: relative !important; }

.absolute {
  position: absolute !important; }

.fixed {
  position: fixed !important; }

/*  float
---------------------------------------------*/
.leftBox {
  float: left; }

.rightBox {
  float: right; }

.nofloat {
  float: none !important; }

.clearfix {
  zoom: 1; }

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

.clear {
  clear: both !important; }

/* IE6 */
* html .clearfix {
  zoom: 1; }

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1; }

/*  hover
---------------------------------------------*/
.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7; }

/*  .scrollWSp SP時に横幅からはみ出す要素(tableなど)に囲って使用
---------------------------------------------*/
@media screen and (max-width: 960px) {
  .scrollWSp {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; } }
/* .firstload ※初回読み込み時のCSSトランジション防止
------------------------------------------------*/
.firstload {
  transition: 0s !important; }

/* ------------------------------------------------------------------
  width utility
-------------------------------------------------------------------*/
.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

/* ------------------------------------------------------------------
  BoxModel utility
-------------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important; }

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

.mr0 {
  margin-right: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

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

.mr10 {
  margin-right: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

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

.mr15 {
  margin-right: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

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

.mr20 {
  margin-right: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

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

.mr25 {
  margin-right: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

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

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

.mr30 {
  margin-right: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

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

.mr35 {
  margin-right: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

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

.mr40 {
  margin-right: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

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

.mr45 {
  margin-right: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

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

.mr50 {
  margin-right: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

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

.mr55 {
  margin-right: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

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

.mr60 {
  margin-right: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

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

.mr65 {
  margin-right: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

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

.mr70 {
  margin-right: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

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

.mr75 {
  margin-right: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

/* ------------------------------------------------------------------
  border utility
-------------------------------------------------------------------*/
.btNone {
  border-top: none !important; }

.brNone {
  border-right: none !important; }

.bbNone {
  border-bottom: none !important; }

.blNone {
  border-left: none !important; }

/* ------------------------------------------------------------------
  Text utiity
-------------------------------------------------------------------*/
.bold {
  font-weight: bold !important; }

.italic {
  font-style: italic !important; }

.note {
  color: #707070;
  margin-left: 1.0em;
  text-indent: -1.0em; }

.underline {
  text-decoration: underline !important; }

.textNoLine {
  text-decoration: none !important; }

/*  font-family
---------------------------------------------*/
.font1 {
  font-family: "Noto Sans JP", sans-serif !important; }

.font2 {
  font-family: "Roboto", sans-serif !important; }

/*  font-size+line-height
---------------------------------------------*/
.fzS {
  font-size: 1.2rem;
  line-height: 1.4; }
  @media screen and (max-width: 960px) {
    .fzS {
      font-size: 1.1rem;
      line-height: 1.3; } }

.fz {
  font-size: 1.4rem;
  line-height: 1.6; }
  @media screen and (max-width: 960px) {
    .fz {
      font-size: 1.3rem;
      line-height: 1.5; } }

.fzM {
  font-size: 1.7rem;
  line-height: 1.8; }
  @media screen and (max-width: 960px) {
    .fzM {
      font-size: 1.6rem;
      line-height: 1.7; } }

.fzL {
  font-size: 1.8rem;
  line-height: 2; }
  @media screen and (max-width: 960px) {
    .fzL {
      font-size: 1.7rem;
      line-height: 1.9; } }

/*  color
---------------------------------------------*/
.white {
  color: #fff; }

.black {
  color: #3B4043; }

.g1 {
  color: #707070; }

.g2 {
  color: #EDEDED; }

.g3 {
  color: #AFAFAF; }

.g4 {
  color: #999999; }

.g5 {
  color: #777777; }

.g6 {
  color: #666666; }

.c1 {
  color: #77C9EF; }

.c2 {
  color: #66caf2; }

.c3 {
  color: #d8695d; }

.c4 {
  color: #50cc85; }

.c5 {
  color: #B277E0; }

.c6 {
  color: #E0C332; }

.c--caution {
  color: #E20C0C; }

/*  align
---------------------------------------------*/
.middle {
  vertical-align: middle !important; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

/* font-size
---------------------------------------------*/
.fz {
  font-size: 1.4rem; }

.fz--s {
  font-size: 1.2rem;
  line-height: 1.4; }

.fz--l {
  font-size: 1.8rem;
  line-height: 2; }

.fz8 {
  font-size: 0.8rem !important; }

.fz9 {
  font-size: 0.9rem !important; }

.fz10 {
  font-size: 1rem !important; }

.fz11 {
  font-size: 1.1rem !important; }

.fz12 {
  font-size: 1.2rem !important; }

.fz13 {
  font-size: 1.3rem !important; }

.fz14 {
  font-size: 1.4rem !important; }

.fz15 {
  font-size: 1.5rem !important; }

.fz16 {
  font-size: 1.6rem !important; }

.fz17 {
  font-size: 1.7rem !important; }

.fz18 {
  font-size: 1.8rem !important; }

.fz19 {
  font-size: 1.9rem !important; }

.fz20 {
  font-size: 2rem !important; }

.fz21 {
  font-size: 2.1rem !important; }

.fz22 {
  font-size: 2.2rem !important; }

.fz23 {
  font-size: 2.3rem !important; }

.fz24 {
  font-size: 2.4rem !important; }

.fz25 {
  font-size: 2.5rem !important; }

.fz26 {
  font-size: 2.6rem !important; }

.fz27 {
  font-size: 2.7rem !important; }

.fz28 {
  font-size: 2.8rem !important; }

.fz29 {
  font-size: 2.9rem !important; }

.fz30 {
  font-size: 3rem !important; }

/*==================================================================
    general
===================================================================*/
/* -----------------------------------------------
    font
------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 1.4rem;
  color: #3B4043;
  font-weight: 400;
  line-height: 1.6;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 960px) {
    body {
      font-size: 1.3rem;
      line-height: 1.5; } }

/* -----------------------------------------------
    p
------------------------------------------------*/
p {
  font-size: 1.4rem;
  margin-bottom: .8em; }
  @media screen and (max-width: 960px) {
    p {
      font-size: 1.3rem;
      margin-bottom: .6em; } }

/* ======= hiwrite ======= */
::selection {
  background: #ededed; }

/* ======= テキストの下線スタイル ======= */
.underHiwrite {
  position: relative;
  z-index: 1; }
  .underHiwrite::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 20%;
    background-color: #ff0;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1; }

/* ======= 上付き文字、下付き文字 ======= */
.supText {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em; }

.subText {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em; }

/* ======= 注釈 ======= */
.annotation {
  color: #666;
  font-size: 1.2rem; }
  @media screen and (max-width: 960px) {
    .annotation {
      font-size: 1.1rem; } }

/* -----------------------------------------------
    link
------------------------------------------------*/
a {
  text-decoration: none;
  transition: all 200ms ease;
  color: #77C9EF; }

.pc a:hover {
  color: #66caf2;
  text-decoration: none; }

/*  a img
---------------------------------------------*/
a img {
  background-color: rgba(255, 255, 255, 0.01);
  transition: all 200ms ease; }

a[href^="tel:"] {
  cursor: default; }

/* ======= hover ======= */
.pc a:hover img {
  opacity: 0.5; }

.pc a[href^="tel:"]:hover img {
  opacity: 1; }

/*  .link - decoration underline
---------------------------------------------*/
a.link {
  color: #77C9EF;
  text-decoration: underline; }

.pc a.link:hover {
  text-decoration: none;
  color: #77C9EF; }

/* -----------------------------------------------
    list - ul,ol
------------------------------------------------*/
/* -----------------------------------------------
    fontawesome
https://fontawesome.com/how-to-use/on-the-web/referencing-icons/basic-use
------------------------------------------------*/
i.fa {
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands"; }

.iconFA {
  position: relative;
  padding-left: 1.6rem; }

.iconFA::before {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #77C9EF;
  top: 0;
  left: 0;
  font-weight: 900;
  transition: all 200ms ease; }

.iconFA.iconFA--chevronRight::before {
  content: "\f054"; }

.iconFA.iconFA--chevronLeft::before {
  content: "\f053"; }

.iconFA.iconFA--chevronUp::before {
  content: "\f077"; }

.iconFA.iconFA--chevronDown::before {
  content: "\f078"; }

.iconFA.iconFA--facebook::before {
  content: "\f39e";
  font-weight: 400; }

.iconFA.iconFA--twitter::before {
  content: "\f099";
  font-weight: 400; }

.iconFA.iconFA--instagram::before {
  content: "\f16d";
  font-weight: 400; }

.iconFA.iconFA--arrowUp::before {
  content: "\f062"; }

.iconFA.iconFA--phone::before {
  content: "\f095";
  left: -0.1em; }

.iconFA.iconFA--faq::before {
  content: "\f059"; }

.iconFA.iconFA--mail::before {
  content: "\f0e0"; }

.iconFA.iconFA--place::before {
  content: "\f3c5"; }

.iconFA.iconFA--clock::before {
  content: "\f017"; }

.iconFA.iconFA--plane::before {
  content: "\f072"; }

.iconFA.iconFA--train::before {
  content: "\f238"; }

.iconFA.iconFA--map::before {
  content: "\f279"; }

/* ======= right ======= */
.iconFA.iconFA--right {
  padding-left: 0;
  padding-right: 1.8rem; }

.iconFA.iconFA--right::before {
  left: auto;
  right: 0; }

/* -----------------------------------------------
    .bg
------------------------------------------------*/
.bgc--c1 {
  background-color: #77C9EF; }

.bgc--c2 {
  background-color: #66caf2; }

.bgc--c3 {
  background-color: #d8695d; }

/*==================================================================
    layout
===================================================================*/
/*  container
---------------------------------------------*/
.container {
  width: 100%;
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 960px) {
    .container {
      max-width: auto; } }

.container--fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

/*==================================================================
    form
===================================================================*/
/*  autofill
---------------------------------------------*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fafafa inset; }

/*  hover
---------------------------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
select,
textarea {
  transition: all 200ms ease; }

.pc input[type="text"]:hover,
.pc input[type="tel"]:hover,
.pc input[type="email"]:hover,
.pc input[type="password"]:hover,
.pc select:hover,
.pc textarea:hover {
  border: 1px solid #77C9EF;
  background-color: #fff; }

/*  focus
---------------------------------------------*/
input:focus,
select:focus,
textarea:focus {
  color: #000000; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #77C9EF; }

input[type="button"]:focus,
input[type="submit"]:focus,
button[type="submit"]:focus,
input[type="file"],
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
button:focus {
  outline: none; }

/*  input.short
---------------------------------------------*/
input.short,
select.short,
textarea.short {
  width: 40%; }

@media screen and (max-width: 960px) {
  input.short,
  select.short,
  textarea.short {
    width: 100%; } }
/*  must 必須項目の※
---------------------------------------------*/
.must {
  color: #E20C0C;
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.4em;
  right: -0.2rem; }

/*  button submit
---------------------------------------------*/
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #77C9EF;
  border: 0;
  padding: 0rem 3.0rem;
  margin-bottom: .5em;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  height: 50px;
  position: relative;
  transition: all 200ms ease; }

/* ======= hover ======= */
.pc input[type="button"]:hover,
.pc input[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer; }

/*  checkbox radio
---------------------------------------------*/
/* ======= common ======= */
input[type="checkbox"],
input[type="radio"] {
  -moz-transform-origin: right bottom;
  -moz-transform: scale(1, 1);
  -webkit-transform-origin: right bottom;
  -webkit-transform: scale(1, 1);
  cursor: pointer;
  transition: 0s; }

label.checkbox,
label.radio {
  padding-left: .7em;
  margin-bottom: .5em;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: 0s; }

label.checkbox input,
label.radio input {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  height: inherit; }

/* ======= checkbox ======= */
label.checkbox::before,
label.checkbox::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 200ms ease; }

label.checkbox::before {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px; }

label.checkbox.checked::before {
  background: #66caf2;
  border: 1px solid #66caf2; }

label.checkbox.checked::after {
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* ======= radio ======= */
label.radio::before,
label.radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0s; }
  @media screen and (max-width: 960px) {
    label.radio::before,
    label.radio::after {
      transition: 0s; } }

label.radio::before {
  left: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #bcc2ba;
  border-radius: 100%; }

label.radio::after {
  opacity: 0;
  transform: translateY(-50%) scale(0.7); }

label.radio.checked::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  left: 3px;
  width: 12px;
  height: 12px;
  background: #66caf2;
  border-radius: 100%; }

/*  input file
---------------------------------------------*/
input[type="file"] {
  -webkit-appearance: none;
  display: none; }

label.file {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  background-color: #77C9EF;
  padding: 1.0rem 2.5rem;
  margin-bottom: .8rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 200ms ease; }

/* ======= hover ======= */
.pc label.file:hover {
  background-color: #66caf2; }

/*  select
---------------------------------------------*/
select {
  -webkit-appearance: none;
  width: 100%;
  position: relative;
  height: 40px;
  padding-left: 1rem;
  border-radius: 4px;
  cursor: pointer;
  line-height: 1; }

label.select {
  position: relative;
  display: block; }

label.select::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  width: 38px;
  height: 38px; }

label.select::after {
  position: absolute;
  content: '';
  display: block;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  border-top: 6px solid #3B4043;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  font-size: 1.4rem; }

/*
表示確認済みPC : chrome,safari,edge,firefoxはアップデードでselectの疑似要素がOKになりました。
※ IE11~9はデフォルト表示
確認済みSP : 【ios12】 Safari/chrome 【android7】chrome
*/
/* IE9以下はデフォルト */
label.select::after,
label.select::before {
  display: none\9; }

/* IE10,11はデフォルト */
@media all and (-ms-high-contrast: none) {
  label.select::after,
  label.select::before {
    display: none; } }
/* ======= sp ======= */
@media screen and (max-width: 960px) {
  label.select::after {
    right: 10px;
    border-top: 5px solid #3B4043;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    font-size: 1.4rem; } }
/*==================================================================
    .h01
===================================================================*/
.h01 {
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 30px; }
  @media screen and (max-width: 960px) {
    .h01 {
      margin-bottom: 20px; } }
  .h01 em {
    display: block;
    font-size: 3.2rem;
    font-weight: bold; }
    @media screen and (max-width: 960px) {
      .h01 em {
        font-size: 2.4rem; } }

/*==================================================================
    .h02
===================================================================*/
.h02 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  color: #77C9EF;
  text-align: center;
  margin-bottom: 70px; }
  @media screen and (max-width: 960px) {
    .h02 {
      font-size: 2.8rem;
      margin-bottom: 40px; } }
  .h02 em {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin-top: 1em; }
    @media screen and (max-width: 960px) {
      .h02 em {
        font-size: 1.4rem; } }
  .h02--bk {
    color: #000;
    margin-bottom: 25px; }
    @media screen and (max-width: 960px) {
      .h02--bk {
        margin-bottom: 20px; } }

/*==================================================================
    .btn01
===================================================================*/
/*==================================================================
    .tbl01
===================================================================*/
/*==================================================================
    .li01 - ul.li01>li
===================================================================*/
.li01 li {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 0.5em; }
  .li01 li::before {
    content: "\f111";
    display: block;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    top: 0;
    left: 0;
    font-weight: 900;
    font-size: 0.7rem;
    color: #77C9EF; }

/*==================================================================
    .li02 - ul.li02>li
===================================================================*/
.li02 li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-right: 1.2em;
  margin-bottom: 0em; }
  .li02 li::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #3B4043;
    top: 0;
    right: 0.4rem; }
  .li02 li:last-child::after {
    display: none; }

/*==================================================================
    #pankuzu
===================================================================*/
#pankuz {
  padding-top: 140px;
  padding-bottom: 80px; }
  @media screen and (max-width: 960px) {
    #pankuz {
      padding-top: 40px;
      padding-bottom: 40px; } }
  #pankuz .pankuz {
    display: flex;
    flex-flow: row nowrap; }
    #pankuz .pankuz__item {
      padding-right: 1em;
      margin-right: .5em;
      color: #000;
      line-height: 1;
      position: relative; }
      #pankuz .pankuz__item::before {
        display: block;
        content: ">";
        position: absolute;
        top: 0;
        right: 0; }
      #pankuz .pankuz__item:last-child {
        padding-right: 0;
        margin-right: 0; }
        #pankuz .pankuz__item:last-child::before {
          display: none; }
      #pankuz .pankuz__item a {
        display: inline-block;
        color: #000;
        position: relative; }
        #pankuz .pankuz__item a:hover {
          text-decoration: underline; }
        #pankuz .pankuz__item a.home {
          padding-left: 20px; }
          #pankuz .pankuz__item a.home::before {
            display: block;
            content: "";
            width: 15px;
            height: 13px;
            background-image: url("../img/common/icon_home.svg");
            background-size: 15px 13px;
            background-position: 0 0;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            left: 0; }

/*==================================================================
    .example
===================================================================*/
.example {
  padding: 40px 145px 40px 90px;
  background-color: #EDEDED;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .example {
      padding: 30px;
      flex-flow: column nowrap;
      justify-content: center; } }
  .example__txtArea {
    width: 450px;
    padding-top: 30px; }
    @media screen and (max-width: 960px) {
      .example__txtArea {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px; } }
  .example__imgArea {
    width: 342px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .example__imgArea {
        width: 100%; } }
    .example__imgArea img {
      max-width: 100%; }
  .example__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px; }
    .example__ttl span {
      display: block;
      font-size: 1.6rem; }

/*==================================================================
    .questionnaire
===================================================================*/
.questionnaire__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .questionnaire__list {
      flex-flow: column nowrap;
      justify-content: center; } }
.questionnaire__item {
  width: 520px;
  padding: 35px 35px 60px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 45px; }
  @media screen and (max-width: 960px) {
    .questionnaire__item {
      width: 100%;
      padding: 30px;
      margin-bottom: 30px; } }
.questionnaire__ttl {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px; }
  @media screen and (max-width: 960px) {
    .questionnaire__ttl {
      font-size: 2.0rem; } }
.questionnaire__lead {
  margin-bottom: 30px; }
  .questionnaire__lead em {
    color: #000;
    font-weight: bold; }

/*==================================================================
    .output
===================================================================*/
.output__list {
  display: flex;
  flex-flow: row wrap; }
  @media screen and (max-width: 960px) {
    .output__list {
      flex-flow: column nowrap;
      justify-content: center; } }
.output__item {
  width: 330px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
  padding: 30px 0 0;
  margin-right: 45px;
  margin-bottom: 45px; }
  @media screen and (max-width: 960px) {
    .output__item {
      width: 100%;
      padding: 25px 0 0;
      margin-right: 0;
      margin-bottom: 30px; } }
  .output__item:nth-child(3n) {
    margin-right: 0; }
.output__ttl {
  padding: 0 25px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 15px; }
  @media screen and (max-width: 960px) {
    .output__ttl {
      font-size: 1.8rem; } }
  .output__ttl span {
    display: block;
    font-size: 1.2rem;
    color: #000; }
.output__lead {
  padding: 0 25px;
  color: #707070;
  margin-bottom: 20px; }
  @media screen and (max-width: 960px) {
    .output__lead {
      margin-bottom: 15px; } }
  .output__lead em {
    font-weight: bold;
    color: #000; }
.output__img {
  text-align: center; }
  .output__img img {
    max-width: 100%; }

/*==================================================================
    .header
===================================================================*/
/* -----------------------------------------------
    .header
------------------------------------------------*/
.header {
  width: 100%;
  height: 75px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .header {
      height: 65px; } }
  .header.scrolled {
    background-color: #77C9EF; }
  .header__logo {
    width: 200px;
    padding: 20px 0;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .header__logo {
        width: auto;
        padding: 15px 10px; }
        .header__logo img {
          width: 140px; } }
  .header__nav {
    padding: 25px 30px; }
    @media screen and (max-width: 960px) {
      .header__nav {
        padding: 20px;
        width: 80%;
        height: calc(100vh - 65px);
        background: #77C9EF;
        position: fixed;
        top: 65px;
        right: 0;
        z-index: 900;
        transform: translate(100%);
        transition: all .5s; }
        .header__nav.open {
          transform: translateZ(0); } }
  .header .nav__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .header .nav__list {
        flex-flow: column nowrap;
        justify-content: center; } }
  .header .nav__item {
    margin-right: 1.5em; }
    @media screen and (max-width: 960px) {
      .header .nav__item {
        margin-left: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2); } }
    .header .nav__item a {
      color: #fff;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        .header .nav__item a {
          display: block;
          width: 100%;
          padding: 1.2em 0; } }
      .header .nav__item a:hover {
        opacity: .6; }
  .header__menu {
    display: none; }
    @media screen and (max-width: 960px) {
      .header__menu {
        display: block;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 0;
        right: 0; } }

/* -----------------------------------------------
    hamburger
------------------------------------------------*/
.menu-trigger {
  display: inline-block;
  width: 65px;
  height: 65px;
  background: #77C9EF;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000; }

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 12px;
  width: 40px;
  height: 5px;
  background-color: #fff;
  transition: all .5s; }

.menu-trigger.active {
  background-color: #fff; }

.menu-trigger.active span {
  background-color: #77C9EF; }

.menu-trigger span:nth-of-type(1) {
  top: 20px; }

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg); }

.menu-trigger span:nth-of-type(2) {
  top: 30px; }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger span:nth-of-type(3) {
  bottom: 20px; }

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg); }

/* -----------------------------------------------
    overlay
------------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: fixed;
  top: 65px;
  left: 0;
  z-index: 800;
  transition: opacity .5s;
  background: rgba(0, 0, 0, 0.2); }

.overlay.open {
  width: 100%;
  height: calc(100% - 65px); }

/*==================================================================
    .footer
===================================================================*/
.footer {
  width: 100%;
  background-color: #3B4043;
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center; }
  .footer__mainTtl {
    margin-bottom: 15px; }
  .footer__outline {
    font-size: 1.2rem;
    margin-bottom: 10px; }
  .footer small {
    font-size: 1rem; }

/*==================================================================
    .mainView
===================================================================*/
.mainView {
  width: 100%;
  height: 460px;
  background: linear-gradient(to bottom, #6bc7f1 0%, #b0d5b3 100%);
  position: relative; }
  @media screen and (max-width: 960px) {
    .mainView {
      height: 420px; } }
  .mainView__inner {
    text-align: center;
    padding-top: 120px; }
    @media screen and (max-width: 960px) {
      .mainView__inner {
        padding: 150px 20px 0; } }
  .mainView--ul {
    height: 360px; }
    @media screen and (max-width: 960px) {
      .mainView--ul {
        height: 320px; } }
    .mainView--ul .mainView__inner {
      padding-top: 80px; }
      @media screen and (max-width: 960px) {
        .mainView--ul .mainView__inner {
          padding-top: 120px; } }
      .mainView--ul .mainView__inner img {
        -ms-filter: blur(16px);
        filter: blur(16px); }
  .mainView__ulTtl {
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 120px; }
    @media screen and (max-width: 960px) {
      .mainView__ulTtl {
        height: 320px;
        padding-top: 100px; } }
  .mainView__ttlArea {
    width: 765px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .mainView__ttlArea {
        width: 100%;
        padding: 0 10px; } }
    .mainView__ttlArea p {
      font-size: 1.6rem;
      line-height: 1.5;
      color: #000; }
      @media screen and (max-width: 960px) {
        .mainView__ttlArea p {
          font-size: 1.2rem;
          line-height: 1.4; } }
      .mainView__ttlArea p.center {
        text-align: center; }

/*==================================================================
    .contact
===================================================================*/
.contact {
  padding: 160px 0 80px; }
  @media screen and (max-width: 960px) {
    .contact {
      padding: 100px 15px 50px; } }
  .contact__inner {
    width: 660px;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .contact__inner {
        width: 100%; } }
  .contact__mainTtl {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-bottom: .4em; }
    @media screen and (max-width: 960px) {
      .contact__mainTtl {
        font-size: 1.8rem; } }
  .contact__lead {
    text-align: center;
    color: #000;
    margin-bottom: .8em; }
  .contact__list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      .contact__list {
        flex-flow: column nowrap;
        justify-content: center; } }
  .contact__item {
    width: 50%;
    height: 85px; }
    @media screen and (max-width: 960px) {
      .contact__item {
        width: 100%; } }
    .contact__item a, .contact__item span {
      display: block;
      width: 100%;
      height: 85px;
      padding: 10px;
      border-radius: 2px;
      border: solid 1px #77C9EF;
      text-align: center; }
    .contact__item--left a, .contact__item--left span {
      background-color: #77C9EF; }
    .contact__item a:hover {
      opacity: .6; }
  .contact__ttl {
    font-size: 1.5rem;
    font-weight: bold;
    color: #3B4043;
    margin-bottom: .6em; }
    .contact__ttl--right {
      margin-bottom: .8em; }
  .contact__btn {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    color: #000; }

/*==================================================================
    animation
===================================================================*/
/*  setting
---------------------------------------------*/
.animate {
  visibility: hidden;
  transition: all 200ms ease;
  animation-duration: 200ms;
  animation-fill-mode: both; }

.animate.animated {
  visibility: visible; }

.aInfinite {
  animation-iteration-count: infinite; }

.aEx {
  transform: translate3d(0, 0, 0); }

/*  duration
---------------------------------------------*/
.a0 {
  animation-duration: 0s;
  animation-fill-mode: both; }

.a1 {
  animation-duration: 0.1s;
  animation-fill-mode: both; }

.a2 {
  animation-duration: 0.2s;
  animation-fill-mode: both; }

.a3 {
  animation-duration: 0.3s;
  animation-fill-mode: both; }

.a4 {
  animation-duration: 0.4s;
  animation-fill-mode: both; }

.a5 {
  animation-duration: 0.5s;
  animation-fill-mode: both; }

.a6 {
  animation-duration: 0.6s;
  animation-fill-mode: both; }

.a7 {
  animation-duration: 0.7s;
  animation-fill-mode: both; }

.a8 {
  animation-duration: 0.8s;
  animation-fill-mode: both; }

.a9 {
  animation-duration: 0.9s;
  animation-fill-mode: both; }

.a10 {
  animation-duration: 1s;
  animation-fill-mode: both; }

.a11 {
  animation-duration: 1.1s;
  animation-fill-mode: both; }

.a12 {
  animation-duration: 1.2s;
  animation-fill-mode: both; }

.a13 {
  animation-duration: 1.3s;
  animation-fill-mode: both; }

.a14 {
  animation-duration: 1.4s;
  animation-fill-mode: both; }

.a15 {
  animation-duration: 1.5s;
  animation-fill-mode: both; }

.a16 {
  animation-duration: 1.6s;
  animation-fill-mode: both; }

.a17 {
  animation-duration: 1.7s;
  animation-fill-mode: both; }

.a18 {
  animation-duration: 1.8s;
  animation-fill-mode: both; }

.a19 {
  animation-duration: 1.9s;
  animation-fill-mode: both; }

.a20 {
  animation-duration: 2s;
  animation-fill-mode: both; }

.a21 {
  animation-duration: 2.1s;
  animation-fill-mode: both; }

.a22 {
  animation-duration: 2.2s;
  animation-fill-mode: both; }

.a23 {
  animation-duration: 2.3s;
  animation-fill-mode: both; }

.a24 {
  animation-duration: 2.4s;
  animation-fill-mode: both; }

.a25 {
  animation-duration: 2.5s;
  animation-fill-mode: both; }

.a26 {
  animation-duration: 2.6s;
  animation-fill-mode: both; }

.a27 {
  animation-duration: 2.7s;
  animation-fill-mode: both; }

.a28 {
  animation-duration: 2.8s;
  animation-fill-mode: both; }

.a29 {
  animation-duration: 2.9s;
  animation-fill-mode: both; }

.a30 {
  animation-duration: 3s;
  animation-fill-mode: both; }

.a31 {
  animation-duration: 3.1s;
  animation-fill-mode: both; }

.a32 {
  animation-duration: 3.2s;
  animation-fill-mode: both; }

.a33 {
  animation-duration: 3.3s;
  animation-fill-mode: both; }

.a34 {
  animation-duration: 3.4s;
  animation-fill-mode: both; }

.a35 {
  animation-duration: 3.5s;
  animation-fill-mode: both; }

.a36 {
  animation-duration: 3.6s;
  animation-fill-mode: both; }

.a37 {
  animation-duration: 3.7s;
  animation-fill-mode: both; }

.a38 {
  animation-duration: 3.8s;
  animation-fill-mode: both; }

.a39 {
  animation-duration: 3.9s;
  animation-fill-mode: both; }

.a40 {
  animation-duration: 4s;
  animation-fill-mode: both; }

.a41 {
  animation-duration: 4.1s;
  animation-fill-mode: both; }

.a42 {
  animation-duration: 4.2s;
  animation-fill-mode: both; }

.a43 {
  animation-duration: 4.3s;
  animation-fill-mode: both; }

.a44 {
  animation-duration: 4.4s;
  animation-fill-mode: both; }

.a45 {
  animation-duration: 4.5s;
  animation-fill-mode: both; }

.a46 {
  animation-duration: 4.6s;
  animation-fill-mode: both; }

.a47 {
  animation-duration: 4.7s;
  animation-fill-mode: both; }

.a48 {
  animation-duration: 4.8s;
  animation-fill-mode: both; }

.a49 {
  animation-duration: 4.9s;
  animation-fill-mode: both; }

.a50 {
  animation-duration: 5s;
  animation-fill-mode: both; }

/*  delay
---------------------------------------------*/
.aD0 {
  animation-delay: 0s; }

.aD1 {
  animation-delay: 0.1s; }

.aD2 {
  animation-delay: 0.2s; }

.aD3 {
  animation-delay: 0.3s; }

.aD4 {
  animation-delay: 0.4s; }

.aD5 {
  animation-delay: 0.5s; }

.aD6 {
  animation-delay: 0.6s; }

.aD7 {
  animation-delay: 0.7s; }

.aD8 {
  animation-delay: 0.8s; }

.aD9 {
  animation-delay: 0.9s; }

.aD10 {
  animation-delay: 1s; }

.aD11 {
  animation-delay: 1.1s; }

.aD12 {
  animation-delay: 1.2s; }

.aD13 {
  animation-delay: 1.3s; }

.aD14 {
  animation-delay: 1.4s; }

.aD15 {
  animation-delay: 1.5s; }

.aD16 {
  animation-delay: 1.6s; }

.aD17 {
  animation-delay: 1.7s; }

.aD18 {
  animation-delay: 1.8s; }

.aD19 {
  animation-delay: 1.9s; }

.aD20 {
  animation-delay: 2s; }

.aD21 {
  animation-delay: 2.1s; }

.aD22 {
  animation-delay: 2.2s; }

.aD23 {
  animation-delay: 2.3s; }

.aD24 {
  animation-delay: 2.4s; }

.aD25 {
  animation-delay: 2.5s; }

.aD26 {
  animation-delay: 2.6s; }

.aD27 {
  animation-delay: 2.7s; }

.aD28 {
  animation-delay: 2.8s; }

.aD29 {
  animation-delay: 2.9s; }

.aD30 {
  animation-delay: 3s; }

.aD31 {
  animation-delay: 3.1s; }

.aD32 {
  animation-delay: 3.2s; }

.aD33 {
  animation-delay: 3.3s; }

.aD34 {
  animation-delay: 3.4s; }

.aD35 {
  animation-delay: 3.5s; }

.aD36 {
  animation-delay: 3.6s; }

.aD37 {
  animation-delay: 3.7s; }

.aD38 {
  animation-delay: 3.8s; }

.aD39 {
  animation-delay: 3.9s; }

.aD40 {
  animation-delay: 4s; }

.aD41 {
  animation-delay: 4.1s; }

.aD42 {
  animation-delay: 4.2s; }

.aD43 {
  animation-delay: 4.3s; }

.aD44 {
  animation-delay: 4.4s; }

.aD45 {
  animation-delay: 4.5s; }

.aD46 {
  animation-delay: 4.6s; }

.aD47 {
  animation-delay: 4.7s; }

.aD48 {
  animation-delay: 4.8s; }

.aD49 {
  animation-delay: 4.9s; }

.aD50 {
  animation-delay: 5s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  animation-name: fadeInUp; }

/*==================================================================
    #top #sec01
===================================================================*/
#top #sec01 {
  padding-bottom: 60px; }
  @media screen and (max-width: 960px) {
    #top #sec01 {
      padding-bottom: 40px; } }
  #top #sec01 .lead {
    display: flex;
    flex-flow: row nowrap;
    background-color: #3B4043; }
    @media screen and (max-width: 960px) {
      #top #sec01 .lead {
        display: inherit;
        width: 100%; } }
    #top #sec01 .lead__box {
      width: 50%; }
      @media screen and (max-width: 960px) {
        #top #sec01 .lead__box {
          width: 100%; } }
      #top #sec01 .lead__box--left {
        padding: 60px 80px 60px 0px;
        position: relative; }
        @media screen and (max-width: 960px) {
          #top #sec01 .lead__box--left {
            padding: 40px 0px 0px; } }
        #top #sec01 .lead__box--left h2 {
          text-align: right; }
          @media screen and (max-width: 960px) {
            #top #sec01 .lead__box--left h2 {
              text-align: center; } }
      #top #sec01 .lead__box--right {
        padding: 60px 0px; }
        @media screen and (max-width: 960px) {
          #top #sec01 .lead__box--right {
            padding: 20px; } }
    #top #sec01 .lead__inner {
      width: 400px; }
      @media screen and (max-width: 960px) {
        #top #sec01 .lead__inner {
          width: 100%; } }
      #top #sec01 .lead__inner p {
        color: #fff; }

/*==================================================================
    #top #sec02
===================================================================*/
#top #sec02 .main {
  display: flex;
  flex-flow: row nowrap;
  align-self: flex-start;
  position: relative; }
  @media screen and (max-width: 960px) {
    #top #sec02 .main {
      flex-flow: column nowrap; } }
  #top #sec02 .main__catch {
    width: 640px;
    height: 80px;
    background-color: #930000;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -320px;
    z-index: 10; }
    @media screen and (max-width: 960px) {
      #top #sec02 .main__catch {
        width: 100%;
        height: 60px;
        position: static;
        margin-left: 0;
        transform: translate(0); } }
    #top #sec02 .main__catch::before, #top #sec02 .main__catch::after {
      display: block;
      content: "";
      width: 25px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 25px 30px;
      position: absolute; }
    #top #sec02 .main__catch::before {
      background-image: url("../img/common/icon_kakko_01.svg");
      top: 10px;
      left: 10px; }
      @media screen and (max-width: 960px) {
        #top #sec02 .main__catch::before {
          top: 5px;
          left: 5px; } }
    #top #sec02 .main__catch::after {
      background-image: url("../img/common/icon_kakko_02.svg");
      bottom: 10px;
      right: 10px; }
      @media screen and (max-width: 960px) {
        #top #sec02 .main__catch::after {
          bottom: 5px;
          right: 5px; } }
  #top #sec02 .main__mainTtl {
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    line-height: 80px;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #top #sec02 .main__mainTtl {
        font-size: 1.6rem;
        line-height: 60px; } }
  #top #sec02 .main__box {
    width: 50%;
    display: flex;
    align-self: flex-start; }
    @media screen and (max-width: 960px) {
      #top #sec02 .main__box {
        width: 100%; } }
    #top #sec02 .main__box--left {
      margin-top: 100px;
      background: #9ECEE0;
      padding: 130px 40px 80px;
      justify-content: flex-end; }
      @media screen and (max-width: 960px) {
        #top #sec02 .main__box--left {
          margin-top: 0;
          padding: 30px; } }
      #top #sec02 .main__box--left .main__img img {
        width: 345px; }
        @media screen and (max-width: 960px) {
          #top #sec02 .main__box--left .main__img img {
            max-width: 100%; } }
    #top #sec02 .main__box--right {
      background: #F5F1E7;
      padding: 180px 40px 40px; }
      @media screen and (max-width: 960px) {
        #top #sec02 .main__box--right {
          padding: 30px; } }
      #top #sec02 .main__box--right .main__img img {
        width: 310px; }
        @media screen and (max-width: 960px) {
          #top #sec02 .main__box--right .main__img img {
            max-width: 100%; } }
  #top #sec02 .main__inner {
    max-width: 535px; }
    @media screen and (max-width: 960px) {
      #top #sec02 .main__inner {
        max-width: 100%; } }
  #top #sec02 .main__subTtl {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: .5em; }
    @media screen and (max-width: 960px) {
      #top #sec02 .main__subTtl {
        font-size: 2.4rem; } }
  #top #sec02 .main__txt {
    margin-bottom: 10px; }
  #top #sec02 .main__img {
    text-align: center; }

/*==================================================================
    #service #sec01
===================================================================*/
#service #sec01 {
  padding-bottom: 80px; }
  @media screen and (max-width: 960px) {
    #service #sec01 {
      padding-bottom: 20px; } }
  #service #sec01 .list {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    @media screen and (max-width: 960px) {
      #service #sec01 .list {
        flex-flow: column nowrap;
        justify-content: center; } }
    #service #sec01 .list__item {
      width: 330px; }
      @media screen and (max-width: 960px) {
        #service #sec01 .list__item {
          width: 100%;
          margin-bottom: 40px; } }
      #service #sec01 .list__item:nth-child(2) {
        margin-top: 60px; }
        @media screen and (max-width: 960px) {
          #service #sec01 .list__item:nth-child(2) {
            margin-top: 0; } }
    #service #sec01 .list__img {
      margin-bottom: 50px; }
      @media screen and (max-width: 960px) {
        #service #sec01 .list__img {
          margin-bottom: 10px;
          text-align: center; }
          #service #sec01 .list__img img {
            max-width: 100%; } }
    #service #sec01 .list__ttl {
      font-size: 1.8rem;
      line-height: 1.5;
      font-weight: bold;
      color: #77C9EF;
      margin-bottom: 15px; }
      @media screen and (max-width: 960px) {
        #service #sec01 .list__ttl {
          font-size: 1.6rem; } }
      #service #sec01 .list__ttl em {
        display: block;
        font-size: 3.2rem;
        font-weight: bold;
        color: #000; }
        @media screen and (max-width: 960px) {
          #service #sec01 .list__ttl em {
            font-size: 2.4rem; } }
    #service #sec01 .list__txt {
      color: #707070; }

/*==================================================================
    #service #sec02
===================================================================*/
#service #sec02 {
  padding-bottom: 70px; }
  @media screen and (max-width: 960px) {
    #service #sec02 {
      padding-bottom: 40px; } }

/*==================================================================
    #service #sec03
===================================================================*/
#service #sec03 {
  padding-bottom: 70px; }
  @media screen and (max-width: 960px) {
    #service #sec03 {
      padding-bottom: 40px; } }

/*==================================================================
    #service #sec04
===================================================================*/
#service #sec04 {
  padding-bottom: 70px; }
  @media screen and (max-width: 960px) {
    #service #sec04 {
      padding-bottom: 0; } }

/*==================================================================
    #price #sec01
===================================================================*/
#price #sec01 .price {
  width: 680px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    #price #sec01 .price {
      width: 100%; } }
  #price #sec01 .price__cell {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-bottom: 55px;
    position: relative;
    background-image: url("../img/price/icon_arrow.svg");
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px; }
    @media screen and (max-width: 960px) {
      #price #sec01 .price__cell {
        padding-bottom: 40px;
        background-size: 200px 30px;
        margin-bottom: 15px; } }
  #price #sec01 .price__unit {
    width: 50%;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #price #sec01 .price__unit {
        padding: 0 10px; } }
  #price #sec01 .price__sum {
    text-align: center; }
  #price #sec01 .price__ttl {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #77C9EF;
    margin-bottom: .8em; }
    @media screen and (max-width: 960px) {
      #price #sec01 .price__ttl {
        font-size: 1.4rem; } }
    #price #sec01 .price__ttl--big {
      font-size: 2rem; }
      @media screen and (max-width: 960px) {
        #price #sec01 .price__ttl--big {
          font-size: 1.8rem; } }
  #price #sec01 .price__num {
    line-height: 1; }
    #price #sec01 .price__num span {
      display: block;
      font-size: 2.4rem;
      font-weight: bold; }
      @media screen and (max-width: 960px) {
        #price #sec01 .price__num span {
          font-size: 2rem; } }
  #price #sec01 .price .price__box + p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    border: 3px solid #d40000;
    padding: 0.5em 1em; }

/*==================================================================
    #setup #sec01
===================================================================*/
#setup #sec01 .setup__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    #setup #sec01 .setup__list {
      flex-flow: column nowrap;
      justify-content: center; } }
#setup #sec01 .setup__item {
  width: 520px;
  padding: 0 25px 25px;
  background-color: #fff;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.35);
  margin-right: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 960px) {
    #setup #sec01 .setup__item {
      width: 100%;
      padding: 0 20px 20px;
      margin-right: 0;
      margin-bottom: 30px; } }
  #setup #sec01 .setup__item:nth-child(even) {
    margin-right: 0; }
#setup #sec01 .setup__ttl {
  padding-left: 90px;
  font-size: 2.2rem;
  font-weight: bold;
  min-height: 80px;
  padding-top: .6em;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 960px) {
    #setup #sec01 .setup__ttl {
      padding-left: 70px;
      font-size: 1.8rem;
      min-height: 60px;
      padding-top: .5em; } }
  #setup #sec01 .setup__ttl em {
    display: block;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    color: #AFAFAF; }
  #setup #sec01 .setup__ttl span {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #77C9EF;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    line-height: 80px;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (max-width: 960px) {
      #setup #sec01 .setup__ttl span {
        width: 60px;
        height: 60px;
        font-size: 1.3rem;
        line-height: 60px; } }
#setup #sec01 .setup__lead {
  color: #707070;
  margin-bottom: 30px; }
  #setup #sec01 .setup__lead em {
    font-weight: bold;
    color: #000; }
    #setup #sec01 .setup__lead em.small {
      font-size: 1.2rem; }
    #setup #sec01 .setup__lead em.caution {
      color: #FF0000; }
#setup #sec01 .setup__img {
  text-align: center; }
  #setup #sec01 .setup__img img {
    width: 330px; }
    @media screen and (max-width: 960px) {
      #setup #sec01 .setup__img img {
        max-width: 100%; } }

/*==================================================================
    #questionnaire #sec01
===================================================================*/
/*==================================================================
    #output #sec01
===================================================================*/
#output #sec01 {
  padding-bottom: 80px; }
  @media screen and (max-width: 960px) {
    #output #sec01 {
      padding-bottom: 60px; } }

/*# sourceMappingURL=style.css.map */
