@charset "UTF-8";
/* 
ress.css
 * ------------------------------------------------------ */
/*!
 * ress.css • v1.1.2
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}

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

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

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

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/*
1-1 基本モジュール color　子安修正
----------------------------------------*/
/*mixin*/
/*mixin*/
/*-------------------------------------------
* Modules
1. 基本モジュール
4. contents ページ内主要コンテンツ内
5. ページ関連
----------------------------------------*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  line-height: 1.8;
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  /*fade*/
  -webkit-animation: fadein 1.5s forwards;
          animation: fadein 1.5s forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  1. 基本モジュール レスポンシブ
  ----------------------------------------*/
@media (min-width: 768px) {
  .spItem {
    display: none !important;
  }
  .pcItem {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .pcItem {
    display: none !important;
  }
  .spItem {
    display: inline-block;
  }
  .spCenter {
    text-align: center !important;
  }
  .spLeft {
    text-align: left !important;
  }
}
/*
  1-1 基本モジュール　アンドロイド
  ----------------------------------------*/
h1,
h2,
h3,
h4,
h5,
p {
  max-height: 100%;
}

/*
  1 フルサイズ  -----------------------------------------------------------------------------------*/
@media screen and (min-width: 1192px) {
  .w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@media (max-width: 767px) {
  .w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

@media (max-width: 767px) {
  .sp_w_fullsize {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.fontBasicSize {
  font-size: 1.6rem;
}

.fontSmallSize1 {
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .sp_indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .sp_indent::before {
    display: inline-block !important;
  }
}

/*
.flex 
  ----------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/*
ul 
  ----------------------------------------*/
ul {
  list-style: none;
}

/*
  1-1 
  ----------------------------------------*/
.mLR_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.clr {
  clear: both !important;
  font-size: 0px;
  line-height: 0em;
}

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

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

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

/*****/
@media (max-width: 767px) {
  .spL {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .spC {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .spMt0 {
    margin-top: 0px !important;
  }
}

.txB {
  font-weight: bold !important;
}

.fontBold {
  font-weight: bold !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr18 {
  margin-right: 18px !important;
}

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

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

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

.mr43 {
  margin-right: 43px !important;
}

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

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

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

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

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

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

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

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

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

.ml2em {
  margin-left: 2em !important;
}

.mt40 {
  margin-top: 40px !important;
}
@media (max-width: 767px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media (max-width: 767px) {
  .mt50 {
    margin-top: 40px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .mt60 {
    margin-top: 40px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media (max-width: 767px) {
  .mt70 {
    margin-top: 60px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media (max-width: 767px) {
  .mt80 {
    margin-top: 70px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media (max-width: 767px) {
  .mt90 {
    margin-top: 80px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}

.mt200 {
  margin-top: 200px !important;
}

@media (max-width: 767px) {
  .sp_mt100 {
    margin-top: 100px !important;
  }
}

/****************/
@media (max-width: 767px) {
  .sp_mt50 {
    margin-top: 50px !important;
  }
}

@media (max-width: 767px) {
  .sp_mt60 {
    margin-top: 60px !important;
  }
}

/****************/
@media (max-width: 767px) {
  .sp_mt100 {
    margin-top: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

/*
  4. layout#contents 全体のフォントの大きさなど
  -------------------------------------------------------------------------------*/
/*mainはページのメインコンテンツheader,footerと同レベル*/
main {
  /*スペース調整*/
}
/*
2. a  -----------------------------------------------------------------------------------*/
a {
  text-decoration: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*
article  ************************************************/
article p {
  font-size: 1.6rem;
  line-height: 1.6 !important;
}
article p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
article p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}

a {
  color: #0645B0;
}

/*basicWrap 1192px*/
.basicWrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
}
@media (max-width: 1192px) {
  .basicWrap {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*basicWrap 1000px*/
.basicWrap1000 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  text-align: left;
}
@media (max-width: 1192px) {
  .basicWrap1000 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*form*******/
.telWrap {
  text-align: left;
  margin-right: 30px;
}
.telWrap.telWrap__ {
  margin-right: 0px;
  margin-left: 30px;
}
.telWrap.telWrap__ p {
  margin-top: 10px !important;
}
.telWrap.telWrap__ p.text2 {
  margin-top: 5px !important;
}
@media (max-width: 767px) {
  .telWrap.telWrap__ {
    margin: 10px auto 0 auto;
    padding-right: 20px;
  }
}
.telWrap.sp__ {
  text-align: center;
  margin-top: 40px;
}
.telWrap p.nember {
  font-weight: 700;
  line-height: 1 !important;
  /*block4*/
}
.telWrap p.nember::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.telWrap p.nember::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.telWrap p.nember span {
  font-size: 2.6rem;
  padding-left: 24px;
  background: url(../images/tel_icon.png);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000000;
  font-family: "Roboto", serif;
}
@media (max-width: 767px) {
  .telWrap p.nember {
    font-size: 1.3rem;
  }
}
.telWrap p.nember.white__ {
  text-align: center;
}
.telWrap p.nember.white__ span {
  font-size: 3.6rem;
  padding-left: 24px;
  background: url(../images/tel_icon_white.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #fff;
  font-family: "Roboto", serif;
}
.telWrap p.nember.black_L__ {
  text-align: center;
}
.telWrap p.nember.black_L__ span {
  font-size: 3.6rem;
  padding-left: 24px;
  background: url(../images/tel_icon__l.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000;
  font-family: "Roboto", serif;
}
.telWrap p.text2 {
  padding-left: 24px;
  font-size: 1.2rem;
  margin-top: 6px;
}
@media (max-width: 767px) {
  .telWrap p.text2 {
    line-height: 1.2 !important;
    padding-top: 5px;
  }
  .telWrap p.text2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .telWrap p.text2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}
.telWrap.contact__orange {
  color: #E57422;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .telWrap.contact__orange {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .telWrap.contact__orange {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.telWrap.contact__orange p.nember {
  font-weight: 700;
  line-height: 1 !important;
}
.telWrap.contact__orange p.nember::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.telWrap.contact__orange p.nember::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}
.telWrap.contact__orange p.nember span {
  font-size: 2.2rem;
  padding-left: 20px;
  background: url(../images/tel_orange.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
  color: #000000;
  font-family: "Roboto", serif;
  color: #E57422;
}
.telWrap.contact__orange .text2 {
  padding-left: 5px !important;
  font-size: 1.2rem;
  margin-top: 0px;
}
@media (max-width: 767px) {
  .telWrap.contact__orange .text2 {
    line-height: 1.2 !important;
    padding-top: 5px;
  }
  .telWrap.contact__orange .text2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.2) * 0.5em);
    content: "";
  }
  .telWrap.contact__orange .text2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.2) * 0.5em);
    content: "";
  }
}

.btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.btnWrap.btnWrap__nopadding {
  padding-right: 0px !important;
}
.btnWrap.btnWrap__form {
  padding-right: 0px !important;
}
.btnWrap .btn {
  width: 144px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-radius: 30px;
}
.btnWrap .btn.btn1__ {
  background: #E57422;
  color: #FFF;
  border: 2px solid #E57422;
  margin-right: 15px;
}
.btnWrap .btn.btn1__:hover {
  background: #FFF;
  color: #E57422;
  border: 2px solid #E57422;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.btnWrap .btn.btn_w100 {
  color: #FFF;
  background: #E57422;
  border: 2px solid #E57422;
  width: 100%;
}
.btnWrap .btn.btn_w100:hover {
  background: #FFF;
  color: #E57422;
  border: 2px solid #E57422;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.btnWrap .btn.btn_L1 {
  color: #FFF;
  background: #E57422;
  border: 2px solid #E57422;
  width: 350px;
}
.btnWrap .btn.btn_L1:hover {
  background: #FFF;
  color: #E57422;
  border: 2px solid #E57422;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.btnWrap .btn.btn2__ {
  background: #FFF;
  color: #E57422;
  border: 2px solid #E57422;
}
.btnWrap .btn.btn2__:hover {
  background: #E57422;
  color: #FFF;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.btnWrap .btn.btn2__.btn2__2__ {
  width: 200px;
}
@media (max-width: 767px) {
  .btnWrap .btn.btn2__.btn2__2__ {
    width: 100%;
  }
}
.btnWrap .btn.btn3__ {
  background: #E57422;
  border: 2px solid #fff;
  color: #FFF;
  margin-right: 15px;
  width: 180px;
  height: 50px;
  margin-top: 12px;
  margin-right: 0px;
}
.btnWrap .btn.btn3__:hover {
  background: #FFF;
  color: #E57422;
  border: 2px solid #E57422;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media (max-width: 767px) {
  .btnWrap .btn.btn3__ {
    width: 100%;
  }
}
.btnWrap.sp__ {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.btnWrap.sp__ .btn.btn1__ {
  margin-right: 0px;
  width: 100%;
  max-width: 311px;
}
.btnWrap.sp__ .btn.btn2__ {
  margin-right: 0px;
  margin-top: 40px;
  width: 100%;
  max-width: 311px;
}

.sp__nav {
  padding-top: 100px;
}

p.fontsize12 {
  font-size: 1.2rem;
}

.form__wrap {
  color: #000;
}
.form__wrap .form_table {
  width: 100%;
  /* 入力欄のスタイル */
}
.form__wrap .form_table td,
.form__wrap .form_table th {
  text-align: left;
  width: 100%;
  padding: 2px 0;
}
.form__wrap .form_table input,
.form__wrap .form_table textarea {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border: 1px solid #B4B4B4;
  background: #F4F5F6;
  border-radius: 5px;
  font-size: 16px;
}
.form__wrap .form_table input::-webkit-input-placeholder, .form__wrap .form_table textarea::-webkit-input-placeholder {
  color: #B4B4B4;
}
.form__wrap .form_table input::-moz-placeholder, .form__wrap .form_table textarea::-moz-placeholder {
  color: #B4B4B4;
}
.form__wrap .form_table input:-ms-input-placeholder, .form__wrap .form_table textarea:-ms-input-placeholder {
  color: #B4B4B4;
}
.form__wrap .form_table input::-ms-input-placeholder, .form__wrap .form_table textarea::-ms-input-placeholder {
  color: #B4B4B4;
}
.form__wrap .form_table input::placeholder,
.form__wrap .form_table textarea::placeholder {
  color: #B4B4B4;
}
.form__wrap .check_text1 {
  margin-top: 20px;
  text-align: left;
  font-size: 1.6rem;
}
.form__wrap .check_text2 {
  text-align: left;
  margin-top: 10px;
  font-size: 1.2rem;
}
.form__wrap .check_text2 a {
  text-decoration: underline;
}
.form__wrap .checkboxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}
.form__wrap .checkboxItem:not(:last-of-type) {
  margin-bottom: 16px;
}
.form__wrap .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #b4b4b4;
  cursor: pointer;
}
.form__wrap .checkbox:checked {
  background-color: #06b6d4;
}
.form__wrap .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*--------------------------------------
      header
  --------------------------------------*/
#header {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 110;
  background: #fff;
  height: 80px;
  position: sticky;
  /* ここに注目! */
  top: 0;
}
@media (max-width: 767px) {
  #header {
    height: 64px;
  }
}
#header .headerWrap {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  #header .headerWrap {
    padding-top: 22px;
  }
}
#header .headerWrap h1 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  /****/
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  position: relative;
  z-index: 110;
}
#header .headerWrap h1 a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .headerWrap h1 a p {
  display: inline;
}
@media (max-width: 767px) {
  #header .headerWrap h1 {
    padding-left: 0px;
  }
}
#header .headerWrap h1 img {
  max-width: 302px;
}
@media (max-width: 767px) {
  #header .headerWrap h1 img {
    width: 178px;
  }
}
#header .headerWrap h1 p {
  font-size: 1.2rem;
  font-weight: normal;
  margin-left: 15px;
}
@media screen and (max-width: 1150px) {
  #header .headerWrap h1 p {
    display: none;
  }
}
#header .headerWrap h1 p.contact__h1 {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 1150px) {
  #header .headerWrap h1 p.contact__h1 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #header .headerWrap h1 p.contact__h1 {
    display: none;
  }
}
@media (max-width: 900px) {
  #header .headerWrap .pc__ {
    display: none !important;
  }
}

/*--------------------------------------*
      kv
  --------------------------------------*/
.kv {
  text-align: center;
}
.kv .kv_Wrap {
  padding-bottom: 40px;
  max-width: 1280px;
  margin: 0 auto;
  background: url(../images/kv_bg_pc.jpg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .kv .kv_Wrap {
    background: url(../images/kv_bg_sp.jpg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
  }
}

/****/
.kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .kv__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kv__flex .left__item {
  padding-top: 50px;
}
@media screen and (max-width: 880px) {
  .kv__flex .left__item {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .kv__flex .left__item {
    padding-top: 25px;
    width: 100%;
  }
}
.kv__flex .left__item h1 {
  font-size: 5.4rem;
}
@media (max-width: 1000px) {
  .kv__flex .left__item h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 900px) {
  .kv__flex .left__item h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  .kv__flex .left__item h1 {
    font-size: 3.2rem;
  }
}
.kv__flex .left__item .text1 {
  padding-top: 15px;
  line-height: 1.5 !important;
  font-weight: bold;
  font-size: 2.6rem;
}
.kv__flex .left__item .text1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.kv__flex .left__item .text1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .kv__flex .left__item .text1 {
    padding-top: 25px;
  }
}
@media (max-width: 1000px) {
  .kv__flex .left__item .text1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .kv__flex .left__item .text1 {
    font-size: 1.8rem;
  }
}
.kv__flex .left__item img {
  margin-top: 30px;
  width: 100%;
  max-width: 397px;
  margin-left: 95px;
}
@media screen and (max-width: 880px) {
  .kv__flex .left__item img {
    margin-left: 64px;
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .kv__flex .left__item img {
    margin-top: 10px;
    margin-left: 64px;
    max-width: 262px;
  }
}
.kv__flex .right__item {
  width: 346px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .kv__flex .right__item {
    margin: 15px auto 0 auto;
    width: 100%;
    /**/
  }
}
.kv__flex .form__wrap {
  background: #fff;
  border-radius: 10px;
  margin: 0px auto 0 auto;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.kv__flex .form__wrap h3 {
  font-size: 2.6rem;
  line-height: 1 !important;
}
.kv__flex .form__wrap h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
  content: "";
}
.kv__flex .form__wrap h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1) * 0.5em);
  content: "";
}

/*
      block1
  --------------------------------------*/
.block1 {
  margin: 100px auto 0 auto;
}
@media (max-width: 767px) {
  .block1 {
    margin: 50px auto 0 auto;
  }
}
.block1 h2 {
  font-size: 3.6rem;
  text-align: center;
}
@media (max-width: 767px) {
  .block1 h2 {
    line-height: 1.45 !important;
  }
  .block1 h2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.45) * 0.5em);
    content: "";
  }
  .block1 h2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.45) * 0.5em);
    content: "";
  }
}
.block1 .gray_bg {
  background: #F4F5F6;
}
.block1 .gray_bg .block1__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .block1 .gray_bg .block1__flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block1 .gray_bg .block1__flexWrap .block1__item__ {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
.block1 .gray_bg .block1__flexWrap .block1__item__:nth-child(2n) {
  margin-right: 0px;
}
.block1 .gray_bg .block1__flexWrap .block1__item__:nth-child(2), .block1 .gray_bg .block1__flexWrap .block1__item__:first-child {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .block1 .gray_bg .block1__flexWrap .block1__item__ {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .block1 .gray_bg .block1__flexWrap .block1__item__:nth-child(4) {
    margin-bottom: 0px;
  }
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left {
    width: 70%;
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left {
    margin-right: 10px;
    max-width: 600px;
    width: 70%;
  }
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left .num {
  background: #0645B0;
  color: #FFF;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -30px;
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left .num h3 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2 !important;
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left .num h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left .num h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left .num h3 span {
  font-size: 2.6rem;
  display: block;
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left p {
  font-size: 1.8rem;
  line-height: 1.6 !important;
  width: 100%;
  padding-bottom: 20px;
  font-weight: bold;
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex .item__left p {
    margin-top: -15px;
  }
}
.block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex img {
  width: 100%;
  max-width: 129px;
  position: relative;
  top: -30px;
}
@media (max-width: 767px) {
  .block1 .gray_bg .block1__flexWrap .block1__item__ .item__flex img {
    max-width: 100px;
    top: -10px;
  }
}

/*
      blue_wrap
  --------------------------------------*/
.blue_wrap {
  background: #0645B0;
  color: #fff;
  text-align: center;
  padding: 45px 0;
}
.blue_wrap h2 {
  font-size: 3.6rem;
}

/*
      block2
  --------------------------------------*/
.block2 {
  padding-top: 100px;
}
.block2 h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.5 !important;
}
.block2 h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.block2 h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .block2 h2 {
    line-height: 1.45 !important;
  }
  .block2 h2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.45) * 0.5em);
    content: "";
  }
  .block2 h2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.45) * 0.5em);
    content: "";
  }
}
.block2 .block2__contents {
  padding-top: 105px;
}
.block2 .block2__contents .block2__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .block2 .block2__contents .block2__flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block2 .block2__contents .block2__flexWrap .block2__item__ {
  width: calc((100% - 40px) / 2);
  text-align: center;
  margin-right: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 30px 20px;
}
.block2 .block2__contents .block2__flexWrap .block2__item__:nth-child(2n) {
  margin-right: 0px;
}
.block2 .block2__contents .block2__flexWrap .block2__item__:nth-child(2), .block2 .block2__contents .block2__flexWrap .block2__item__:first-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block2 .block2__contents .block2__flexWrap .block2__item__ {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px !important;
    padding: 15px;
  }
  .block2 .block2__contents .block2__flexWrap .block2__item__:nth-child(4) {
    margin-bottom: 0px;
  }
}
.block2 .block2__contents .block2__flexWrap .block2__item__ img {
  width: 100%;
  border-radius: 10px;
}
.block2 .block2__contents .block2__flexWrap .block2__item__ h3 {
  margin-top: 10px;
  font-size: 2rem;
}
.block2 .block2__contents__2 {
  padding-top: 105px;
}
.block2 .block2__contents__2 .block2__flexWrap__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .block2 .block2__contents__2 .block2__flexWrap__2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__ {
  width: calc((100% - 60px) / 3);
  text-align: center;
  margin-right: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 30px 20px;
}
.block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__:nth-child(3n) {
  margin-right: 0px;
}
.block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__:nth-child(3), .block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__:nth-child(2), .block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__:first-child {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__ {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px !important;
    padding: 15px;
  }
  .block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__:nth-child(4) {
    margin-bottom: 0px;
  }
}
.block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__ img {
  max-width: 96px;
  border-radius: 10px;
}
.block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__ h3 {
  margin-top: 10px;
  font-size: 2rem;
}
.block2 .block2__contents__2 .block2__flexWrap__2 .block2__item2__ p {
  text-align: left;
  margin-top: 20px;
}
.block2 .block2__contents__3 {
  padding-top: 105px;
}
.block2 .block2__contents__3 .block2__flexWrap__3 {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px 20px;
}
@media (max-width: 767px) {
  .block2 .block2__contents__3 .block2__flexWrap__3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px;
  }
}
.block2 .block2__contents__3 .block2__flexWrap__3 .left__item {
  width: 66.43%;
  padding: 0 25px;
}
@media (max-width: 767px) {
  .block2 .block2__contents__3 .block2__flexWrap__3 .left__item {
    width: 100%;
    padding: 0px;
  }
}
.block2 .block2__contents__3 .block2__flexWrap__3 .left__item img {
  width: 100%;
  max-width: 520px;
}
.block2 .block2__contents__3 .block2__flexWrap__3 .right__item {
  width: 33.57%;
}
@media (max-width: 767px) {
  .block2 .block2__contents__3 .block2__flexWrap__3 .right__item {
    text-align: center;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0 auto;
  }
}
.block2 .block2__contents__3 .block2__flexWrap__3 .right__item img {
  width: 100%;
  max-width: 235px;
}
@media (max-width: 767px) {
  .block2 .block2__contents__3 .block2__flexWrap__3 .right__item img {
    width: 80%;
    margin: 0px auto;
    max-width: 320px;
  }
}
.block2 .block2__contents__3 .block2__flexWrap__3 .right__item .list {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .block2 .block2__contents__3 .block2__flexWrap__3 .right__item .list {
    max-width: 320px;
  }
}
.block2 .block2__contents__3 .block2__flexWrap__3 .right__item .list p.num {
  background: #0645B0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
}
.block2 .block2__contents__3 .block2__flexWrap__3 .right__item .list p:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* これで残り幅を全部使う */
  padding: 10px 0;
}
@media (min-width: 768px) {
  .block2 .block2__contents__3 .block2__flexWrap__3 .right__item .list p:nth-child(2) {
    max-width: 200px;
  }
}
/*
      block3
  --------------------------------------*/
.block3 {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .block3 {
    padding-top: 80px;
  }
}
.block3 h2 {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.5 !important;
}
.block3 h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.block3 h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .block3 h2 {
    line-height: 1.45 !important;
    margin-bottom: 10px;
  }
  .block3 h2::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.45) * 0.5em);
    content: "";
  }
  .block3 h2::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.45) * 0.5em);
    content: "";
  }
}
.block3 .block3__flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .block3 .block3__flexWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block3 .block3__flexWrap .block3__item__ {
  width: calc((100% - 40px) / 2);
  text-align: center;
  margin-right: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 20px 20px 30px 20px;
}
.block3 .block3__flexWrap .block3__item__:nth-child(2n) {
  margin-right: 0px;
}
@media (max-width: 767px) {
  .block3 .block3__flexWrap .block3__item__ {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px !important;
    padding: 15px;
  }
  .block3 .block3__flexWrap .block3__item__:nth-child(2) {
    margin-bottom: 0px;
  }
}
.block3 .block3__flexWrap .block3__item__ img {
  width: 100%;
  border-radius: 10px;
}
.block3 .block3__flexWrap .block3__item__ h3 {
  margin-top: 10px;
  font-size: 2rem;
  text-align: left;
}
.block3 .block3__flexWrap .block3__item__ p {
  text-align: left;
}
.block3 .block3__flexWrap .block3__item__ p.text1 {
  margin-top: 30px;
  height: 5.5em;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .block3 .block3__flexWrap .block3__item__ p.text1 {
    height: auto;
    padding-bottom: 20px;
  }
}
.block3 .block3__flexWrap .block3__item__ p.text2 {
  margin-top: 20px;
}
.block3 .block3__flexWrap .block3__item__ p.text2 span {
  font-weight: bold;
}
.block3 .block3__contents__2 {
  padding-top: 100px;
}
.block3 .block3__contents__2 .block3__contents2__flexItem {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 20px 20px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block3 .block3__contents__2 .block3__contents2__flexItem:first-of-type {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .block3 .block3__contents__2 .block3__contents2__flexItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block3 .block3__contents__2 .block3__contents2__flexItem img {
  width: 250px;
}
@media (max-width: 767px) {
  .block3 .block3__contents__2 .block3__contents2__flexItem img {
    width: 170px;
  }
}
.block3 .block3__contents__2 .block3__contents2__flexItem .leftItem {
  width: 33.72%;
  text-align: center;
}
@media (max-width: 767px) {
  .block3 .block3__contents__2 .block3__contents2__flexItem .leftItem {
    width: 100%;
  }
}
.block3 .block3__contents__2 .block3__contents2__flexItem .rightItem {
  width: 66.28%;
}
@media (max-width: 767px) {
  .block3 .block3__contents__2 .block3__contents2__flexItem .rightItem {
    width: 100%;
  }
}
.block3 .block3__contents__2 .block3__contents2__flexItem .rightItem .num {
  font-family: "Roboto", serif;
  color: #767676;
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 10px;
  font-size: 1.8rem;
}
.block3 .block3__contents__2 .block3__contents2__flexItem .rightItem .num span {
  font-size: 2.6rem;
}
.block3 .block3__contents__2 .block3__contents2__flexItem .rightItem h3 {
  font-size: 2rem;
  margin-top: 25px;
}
.block3 .block3__contents__2 .block3__contents2__flexItem .rightItem p.text__ {
  margin-top: 25px;
}
.block3 .block3__contents__2 .block3__contents2__flexItem .rightItem .inner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .block3 .block3__contents__2 .block3__contents2__flexItem .rightItem .inner_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block3 .block3__contents__2 .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 40px solid #707070;
  border-bottom: 0;
  margin: 20px auto;
}
.block3 .block3__contents__3_faq {
  padding-top: 100px;
  /*******/
  /* アイコン */
  /* -------- アコーディオン本体 ------- */
  /* padding は .answer-inner に固定で持たせる */
}
.block3 .block3__contents__3_faq h3 {
  margin-top: 40px;
}
.block3 .block3__contents__3_faq .accordion .item {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-top: 15px;
}
.block3 .block3__contents__3_faq .accordion .question {
  padding: 18px 20px 18px 16px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .block3 .block3__contents__3_faq .accordion .question {
    padding: 15px 15px 15px 15px;
  }
}
.block3 .block3__contents__3_faq .accordion .icon {
  position: relative;
  width: 20px;
  height: 20px;
}
.block3 .block3__contents__3_faq .accordion .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #E57422;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block3 .block3__contents__3_faq .accordion .icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 20px;
  background: #E57422;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.block3 .block3__contents__3_faq .accordion .item.open .icon::before {
  opacity: 0;
}
.block3 .block3__contents__3_faq .accordion .answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.45s ease;
  transition: max-height 0.45s ease;
}
.block3 .block3__contents__3_faq .accordion .answer-inner {
  padding: 10px 16px 20px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .block3 .block3__contents__3_faq .accordion .answer-inner {
    padding: 10px 15px 20px 15px;
  }
}
.block3 .block3__contents__3_faq .flex___ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block3 .block3__contents__3_faq .flex___.q__ p {
  margin-top: 0.25em;
  font-size: 1.8rem;
}
.block3 .block3__contents__3_faq .flex___.q__ p:first-of-type {
  font-family: "Roboto", serif;
  font-size: 2.6rem;
  line-height: 1.6 !important;
  margin-top: 0px;
}
.block3 .block3__contents__3_faq .flex___.q__ p:first-of-type::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.block3 .block3__contents__3_faq .flex___.q__ p:first-of-type::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.block3 .block3__contents__3_faq .flex___.a__ p {
  margin-top: 0.25em;
  font-size: 1.6rem;
}
.block3 .block3__contents__3_faq .flex___.a__ p:first-of-type {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 1.6 !important;
  margin-top: 0px;
}
.block3 .block3__contents__3_faq .flex___.a__ p:first-of-type::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.block3 .block3__contents__3_faq .flex___.a__ p:first-of-type::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
.block3 .block3__contents__4 {
  padding-top: 100px;
}
.block3 .block3__contents__4 .block3__contents__4__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .block3 .block3__contents__4 .block3__contents__4__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block3 .block3__contents__4 .block3__contents__4__flex .item1 {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px 0 30px 0;
}
@media (min-width: 768px) {
  .block3 .block3__contents__4 .block3__contents__4__flex .item1 {
    width: 33.33%;
    min-height: 228px;
  }
}
@media (max-width: 767px) {
  .block3 .block3__contents__4 .block3__contents__4__flex .item1 {
    margin-bottom: 20px;
  }
}
.block3 .block3__contents__4 .block3__contents__4__flex .item1 img {
  width: 80%;
  max-width: 240px;
}
.block3 .block3__contents__4 .block3__contents__4__flex .item2 {
  border-radius: 10px;
  text-align: center;
  padding: 20px 0 30px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .block3 .block3__contents__4 .block3__contents__4__flex .item2 {
    width: 33.33%;
    min-height: 228px;
  }
}
@media (max-width: 767px) {
  .block3 .block3__contents__4 .block3__contents__4__flex .item2 {
    margin-bottom: 20px;
  }
}
.block3 .block3__contents__4 .block3__contents__4__flex .item2 img {
  width: 80%;
  max-width: 240px;
}
@media (min-width: 768px) {
  .block3 .block3__contents__4 .block3__contents__4__flex .item3 {
    width: 27.78%;
  }
}
.block3 .block3__contents__5 {
  margin-top: 90px;
  padding-bottom: 90px;
}
.block3 .block3__contents__5 h2 {
  border-top: 1px solid #B4B4B4;
  padding-top: 40px;
  font-size: 2.6rem;
}
.block3 .block3__contents__5 .block3__contents__5__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 720px;
  margin-top: 25px;
  margin: 40px auto 0 auto;
}
@media (max-width: 767px) {
  .block3 .block3__contents__5 .block3__contents__5__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block3 .block3__contents__5 .block3__contents__5__flex .leftItem {
  text-align: center;
}
@media (min-width: 768px) {
  .block3 .block3__contents__5 .block3__contents__5__flex .leftItem {
    width: 41.67%;
  }
}
.block3 .block3__contents__5 .block3__contents__5__flex .leftItem img {
  width: 100%;
}
@media (max-width: 767px) {
  .block3 .block3__contents__5 .block3__contents__5__flex .leftItem img {
    width: 64.14%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .block3 .block3__contents__5 .block3__contents__5__flex .rightItem {
    width: 53.19%;
  }
}
.block3 .block3__contents__5 .block3__contents__5__flex .rightItem img {
  width: 100%;
  max-width: 300px;
}
.block3 .block3__contents__5 .block3__contents__5__flex .rightItem p {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .block3 .block3__contents__5 .block3__contents__5__flex .rightItem {
    text-align: center;
    margin-top: 25px;
  }
  .block3 .block3__contents__5 .block3__contents__5__flex .rightItem img {
    width: 64.14%;
    margin: 0 auto;
  }
  .block3 .block3__contents__5 .block3__contents__5__flex .rightItem p {
    text-align: left;
  }
}

/*
 block4
  --------------------------------------*/
.block4 .blue_wrap {
  padding-top: 0px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .block4 .kv__flex .left__item {
    max-width: 504px;
  }
}
.block4 .kv__flex .left__item h1 {
  font-size: 3.6rem;
  line-height: 1.5 !important;
}
.block4 .kv__flex .left__item h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.block4 .kv__flex .left__item h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media (max-width: 767px) {
  .block4 .kv__flex .left__item h1 {
    margin-bottom: 20px;
  }
}
.block4 .kv__flex .left__item img {
  margin-left: 0px;
  max-width: 504px;
}
.block4 .kv__flex .telWrap__ {
  background: #052967;
  border-radius: 10px;
  margin-top: 12px;
  padding: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .block4 .kv__flex .telWrap__ {
    margin-top: 15px;
  }
}
.block4 .kv__flex .telWrap__ .telWrap {
  margin-right: 0px;
}
.block4 .kv__flex .telWrap__ .telWrap .text2 {
  text-align: center;
}
.block4 .kv__flex .telWrap__ .line__ {
  width: 200px;
  height: 1px;
  font-size: 0px;
  margin: 15px auto;
  border-bottom: 1px solid #fff;
}

/*
  3. footer
  -------------------------------------------------------------------------------*/
/*
  footer*******************************/
footer {
  /*page top
  -------------------------------------------------------------------------------*/
}
@media (min-width: 768px) {
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .footer__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  footer .footer__Wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .footer__Wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer__Wrap .item p {
  color: #767676;
  font-size: 1.4rem;
}
footer .footer__Wrap .item p a {
  text-decoration: underline;
  color: #767676;
}
footer .copyright {
  text-align: right;
}
@media (max-width: 767px) {
  footer .copyright {
    margin-top: 20px;
    text-align: center;
  }
}
footer #page-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  font-size: 0px;
  line-height: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  footer #page-top {
    bottom: 65px;
    right: 15px;
  }
}
footer #page-top a {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  position: relative;
  width: 80px;
  height: 80px;
  background: #B4B4B4;
  border: 1px solid #fff;
  border-radius: 40px;
  cursor: pointer;
}
footer #page-top a:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 5px;
  left: 38%;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  footer #page-top a {
    width: 50px;
    height: 50px;
  }
  footer #page-top a:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 2px;
    left: 35%;
    bottom: 0;
    margin: auto;
  }
}

/*thanks
  -------------------------------------------------------------------------------*/
.thanks__ {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 175px;
}
@media (max-width: 767px) {
  .thanks__ {
    padding-bottom: 100px;
  }
}
.thanks__ h1 {
  font-size: 3.2rem;
  line-height: 1.5 !important;
}
.thanks__ h1::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.thanks__ h1::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.thanks__ p {
  margin-top: 60px;
}

.thanks__footer_Wrap {
  background: #F4F5F6;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.thanks__footer_Wrap .thanks_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 624px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .thanks__footer_Wrap .thanks_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.thanks__footer_Wrap .thanks_nav .btnWrap {
  width: 286px;
}
@media (max-width: 767px) {
  .thanks__footer_Wrap .thanks_nav .btnWrap {
    width: 286px;
    margin: 0 auto 30px auto;
  }
}
.thanks__footer_Wrap .thanks_nav .btnWrap a.btn {
  width: 100%;
}
.thanks__footer_Wrap .thanks_nav .telWrap {
  margin-right: 0px !important;
}
.thanks__footer_Wrap .thanks_nav .telWrap .text2 {
  text-align: center;
  font-size: 12px;
}

/*contact
  -------------------------------------------------------------------------------*/
.contact__pankuzu {
  font-size: 1.2rem;
}
.contact__pankuzu a {
  color: #000;
  text-decoration: underline;
}

.contact__form {
  text-align: center;
}
.contact__form h1 {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .contact__form h1 {
    margin-top: 40px;
  }
}
.contact__form p.text1__ {
  text-align: left;
  margin-top: 50px;
}
.contact__form .line__ {
  height: 1px;
  border-bottom: 1px solid #1B224C;
  margin: 30px auto;
}
.contact__form .form-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  text-align: left;
}
.contact__form .form-wrapper .form-group {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact__form .form-wrapper .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact__form .form-wrapper .form-label {
  font-size: 14px;
  display: block;
  width: 280px;
  margin: 12px 0px 0 0;
}
@media (max-width: 767px) {
  .contact__form .form-wrapper .form-label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.contact__form .form-wrapper .required {
  color: #fff;
  background: #d9534f;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  margin-right: 6px;
}
.contact__form .form-wrapper input[type=text],
.contact__form .form-wrapper input[type=email],
.contact__form .form-wrapper textarea {
  max-width: 620px;
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background: #F4F5F6;
}
@media (max-width: 767px) {
  .contact__form .form-wrapper input[type=text],
  .contact__form .form-wrapper input[type=email],
  .contact__form .form-wrapper textarea {
    max-width: 780px;
  }
}
.contact__form .form-wrapper input:focus,
.contact__form .form-wrapper textarea:focus {
  border-color: #0054c5;
}
.contact__form .form-wrapper .phone-group {
  gap: 10px;
}
.contact__form .form-wrapper .phone-group input {
  width: 100px;
  width: 100%;
}
.contact__form .form-wrapper textarea {
  height: 140px;
  resize: vertical;
}
.contact__form .form-wrapper .privacy {
  margin: 30px 0 20px 0;
  font-size: 14px;
  text-align: center;
}
.contact__form .form-wrapper .privacy a {
  text-decoration: underline;
}
.contact__form .form-wrapper .privacy p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.contact__form .form-wrapper .privacy .checkbox {
  margin-right: 0.25em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #b4b4b4;
  cursor: pointer;
}
.contact__form .form-wrapper .privacy .checkbox:checked {
  background-color: #06b6d4;
}
.contact__form .form-wrapper .privacy .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contact__form .form-wrapper .submit-btn {
  width: 286px;
  font-size: 16px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #E57422 !important;
  border-radius: 30px;
  color: #E57422;
  background: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.contact__form .form-wrapper .submit-btn:hover {
  background: #E57422;
  color: #fff;
}

table.contact_table td {
  padding: 8px 0;
  width: 100%;
}

/* スマホ時（例：768px以下）だけ td を縦並びにする */
@media (max-width: 767px) {
  table.contact_table {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  table.contact_table tr, table.contact_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
/*郵便番号フィールドの修正*/
/* 郵便番号フィールド周りをリセットして正しく横幅を取らせる */
.contact_table td {
  vertical-align: middle;
  padding: 8px 12px;
  position: relative;
}

/* 入力欄を確実にブロック表示＆幅100%に */
.contact_table input[type=text],
.contact_table input[type=tel],
.contact_table input[type=email],
.contact_table textarea {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 14px;
  background: #f5f5f5; /* 任意 */
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* p-postal-code の特別スタイル（郵便欄だけ短くしたい場合は幅調整） */
/* スマホでの余白調整 */
@media screen and (max-width: 768px) {
  .contact_table td {
    padding: 6px 8px;
  }
  .p-postal-code {
    max-width: 100%;
  }
}
.contact__privacy {
  line-height: 1.1 !important;
}
.contact__privacy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.1) * 0.5em);
  content: "";
}
.contact__privacy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.1) * 0.5em);
  content: "";
}

.text__link {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  h1 {
    line-height: 1.7 !important;
  }
  h1::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.7) * 0.5em);
    content: "";
  }
  h1::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.7) * 0.5em);
    content: "";
  }
}
/**/
/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@media (min-width: 900px) {
  .drawer-hamburger {
    display: none !important;
  }
  .drawer--left .drawer-nav {
    left: 0;
  }
  .drawer-nav {
    position: relative;
  }
  .drawer-nav .drawer-menu li {
    display: inline-block;
  }
}
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  top: 80px; /* ヘッダーの高さ */
  height: calc(100vh - 80px);
  background: #fff;
  z-index: 100;
  overflow-y: auto;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important; /* 開いた時の位置 */
}
@media (max-width: 768px) {
  .drawer--top.drawer-open .drawer-nav {
    top: 64px; /* ヘッダーの高さ */
    height: calc(100vh - 64px);
  }
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 16px;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 111;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: 10px;
  margin-right: 10px;
  width: 16px;
  padding: 0;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 18px;
  padding-left: 12px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -5px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 5px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
    z-index: 100;
    /***/
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}
@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}