@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

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

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial, helvetica, clean, sans-serif;
  *font-size: small;
  *font: x-small;
}

/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

svg {
  fill: #000;
  max-width: 100%;
}

/* =============================================================
base.scss
============================================================== */
body {
  line-height: 1;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", Meiryo, sans-serif;
  font-weight: 400;
  color: #135776;
}

a {
  outline: none;
  color: #135776;
  text-decoration: none;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
}

.gothic {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=============================================================
   parts/base.scss
==============================================================*/
/* base style
---------------------------------------------*/
.base--ss, .base--small, .base, .base--large, .base--wide {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base--max {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--max {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--max > *[class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--wide {
  max-width: 1600px;
}
@media screen and (min-width: 560px) {
  .base--wide {
    max-width: 1680px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide {
    max-width: 1720px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.base--wide > *[class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--large {
  max-width: 1400px;
}
@media screen and (min-width: 560px) {
  .base--large {
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--large {
    max-width: 1520px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base----wide .base--large {
    max-width: 1400px;
  }
}
@media screen and (min-width: 960px) {
  .base----wide .base--large {
    max-width: 1400px;
  }
}
.base--large > *[class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base {
  max-width: 1200px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
@media screen and (min-width: 960px) {
  .base--large .base, .base--wide .base {
    max-width: 1200px;
  }
}
.base > *[class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--small {
    max-width: 1080px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--small, .base .base--small {
    max-width: 960px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--small, .base .base--small {
    max-width: 960px;
  }
}
.base--small > *[class^=base] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .base--ss {
    max-width: 920px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 560px) {
  .base--wide .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}
@media screen and (min-width: 960px) {
  .base--wide .base--ss, .base .base--ss, .base--small .base--ss {
    max-width: 800px;
  }
}

.base--inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 560px) {
  .base--inner {
    padding-left: 30px;
    padding-right: 20px;
  }
}

/*=============================================================
  space.scss
==============================================================*/
.space--large {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.space--large.last_section {
  padding-bottom: calc(120px - 40px + 15vw);
}
@media screen and (min-width: 768px) {
  .space--large.last_section {
    padding-bottom: calc(120px + 130px);
  }
}

.space--medium {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.space--medium.last_section {
  padding-bottom: calc(80px - 40px + 15vw);
}
@media screen and (min-width: 768px) {
  .space--medium.last_section {
    padding-bottom: calc(80px + 130px);
  }
}

.space--small {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.space--small.last_section {
  padding-bottom: calc(50px - 40px + 15vw);
}
@media screen and (min-width: 768px) {
  .space--small.last_section {
    padding-bottom: calc(50px + 130px);
  }
}

.space--contents {
  padding-top: 55px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .space--contents {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

/*=============================================================
  sectionbox.scss
==============================================================*/
.sectionbox {
  margin-top: 80px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox--small {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .sectionbox--small {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox--small {
    margin-top: 60px;
  }
}

/*=============================================================
  background.scss
==============================================================*/
.contents_bg {
  background: #fdf3d5;
}

/*=============================================================
  gridLayout.css
==============================================================*/
.c-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .c-grid {
    flex-direction: row;
  }
}

.c-gridItem {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .c-gridItem {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .c-gridItem {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell30 {
    width: 28%;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell40 {
    width: 38%;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell60 {
    width: 57%;
  }
}
@media screen and (min-width: 560px) {
  .c-gridItem--cell70 {
    width: 67%;
  }
}

.c-gridItem_img {
  text-align: center;
}

.c-grid--row2 .c-gridItem {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .c-grid--row2 .c-gridItem {
    width: 47%;
  }
}
.c-grid--row2_spHalf {
  flex-direction: row;
}
.c-grid--row2_spHalf .c-gridItem {
  width: 48%;
}
@media screen and (min-width: 560px) {
  .c-grid--row2_spHalf .c-gridItem {
    width: 47%;
  }
}
.c-grid--row2_wrapnon {
  flex-direction: row;
}
.c-grid--row2_wrapnon .c-gridItem {
  width: 47%;
}

@media screen and (min-width: 560px) {
  .c-grid--row3::after {
    content: "";
    display: block;
    width: 31%;
  }
}
@media screen and (min-width: 560px) {
  .c-grid--row3 .c-gridItem {
    width: 31%;
  }
}
.c-grid--row3_spHalf {
  flex-direction: row;
}
.c-grid--row3_spHalf .c-gridItem {
  width: 48%;
}
@media screen and (min-width: 560px) {
  .c-grid--row3_spHalf .c-gridItem {
    width: 31%;
  }
}
.c-grid--row3_spHalf .c-gridItem:last-of-type {
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .c-grid--row3_spHalf .c-gridItem:last-of-type {
    margin: 0;
  }
}
.c-grid--row3_wrapnon {
  flex-direction: row;
}
.c-grid--row3_wrapnon::after {
  content: "";
  display: block;
  width: 31%;
}
.c-grid--row3_wrapnon .c-gridItem {
  width: 31%;
}

@media screen and (min-width: 768px) {
  .c-grid--row4::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .c-grid--row4::after {
    content: "";
    display: block;
    width: 23%;
  }
}
@media screen and (min-width: 560px) {
  .c-grid--row4 .c-gridItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .c-grid--row4 .c-gridItem {
    width: 23%;
  }
}
.c-grid--row4_spHalf {
  flex-direction: row;
}
.c-grid--row4_spHalf .c-gridItem {
  width: 48%;
}
@media screen and (min-width: 768px) {
  .c-grid--row4_spHalf .c-gridItem {
    width: 23%;
  }
}
.c-grid--row4_wrapnon {
  flex-direction: row;
}
.c-grid--row4_wrapnon::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}
.c-grid--row4_wrapnon::after {
  content: "";
  display: block;
  width: 24%;
}
.c-grid--row4_wrapnon .c-gridItem {
  width: 23%;
}

/*=============================================================
  txt.scss
==============================================================*/
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 2.2;
}
@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1.0625rem;
    line-height: 2.5;
  }
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}

.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
  background: linear-gradient(transparent 60%, rgba(255, 255, 255, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    text-align: center;
  }
}

.c-txtAnnotation {
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-txtAnnotation {
    font-size: 0.8125rem;
  }
}

/*=============================================================
  heading.scss
==============================================================*/
.c-heading_en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  font-size: min(5vw, 24px);
}
.c-heading_ja {
  font-size: min(8vw, 36px);
  text-align: center;
  margin-bottom: 40px;
}
.c-heading_txt {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2;
  font-size: min(3.5vw, 18px);
}

.c-title {
  background: #135776;
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: min(5vw, 22px);
  line-height: 1.5;
  border-radius: 8px;
  margin-bottom: 30px;
}

.c-title02 {
  font-size: min(5vw, 22px);
  line-height: 1.5;
  margin-bottom: 10px;
}

.c-title03 {
  text-align: center;
  padding-bottom: 30px;
  color: #135776;
  font-size: min(5vw, 22px);
  margin-bottom: 30px;
  border-bottom: 2px solid #135776;
}

/*=============================================================
  title.scss
==============================================================*/
/*=============================================================
  pageHeading.scss
==============================================================*/
.l-pageHeading {
  background: #135776;
  padding: 25px 20px;
  text-align: center;
  color: #fff;
  margin: 40px 0;
}
@media screen and (min-width: 560px) {
  .l-pageHeading {
    padding: 35px 20px;
    margin: 60px 0;
  }
}
.l-pageHeading_main {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1rem;
  color: #ffe400;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_main {
    font-size: 3.125rem;
  }
}
.l-pageHeading_sub {
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .l-pageHeading_sub {
    font-size: 1rem;
  }
}

/*=============================================================
  button.scss
==============================================================*/
.c-btn01 a {
  display: block;
  width: 80%;
  max-width: 300px;
  padding: 25px 10px;
  margin: 0 auto;
  color: #ffe400;
  background: #135776;
  border-radius: 10px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  transition: opacity 0.1s;
}
@media screen and (min-width: 560px) {
  .c-btn01 a {
    font-size: 1rem;
  }
}
.c-btn01 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d9";
  font-weight: 900;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0.8125rem;
  border-radius: 50%;
  background: #ffe400;
  color: #135776;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 960px) {
  .c-btn01 a:hover {
    opacity: 0.8;
  }
}

/*=============================================================
  form.css
==============================================================*/
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

.formZip {
  width: 100%;
  max-width: 100px;
}
@media screen and (min-width: 560px) {
  .formZip {
    max-width: 150px;
  }
}

.formPostbtn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.formPostbtn button {
  background: #333;
  color: #fff;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 8px 10px;
  font-weight: bold;
  border: none;
}
@media screen and (min-width: 560px) {
  .formPostbtn button {
    font-size: 0.875rem;
  }
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  border: 1px solid #ccc;
  padding: 12px 16px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  textarea {
    padding: 14px 18px;
  }
}

select {
  border: 1px solid #ccc;
  padding: 12px 16px;
  background: #fff;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  select {
    padding: 14px 18px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid #135776;
  box-shadow: 0px 0px 3px #ccc;
}

input[type=radio] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

label {
  display: inline-block;
  padding: 10px;
}

input::placeholder {
  color: #999;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus::-ms-input-placeholder,
input:focus::placeholder {
  color: transparent;
}

/*=============================================================
  list.css
==============================================================*/
.c-ulList {
  padding-left: 25px;
}
.c-ulList li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 2.2;
}
@media screen and (min-width: 560px) {
  .c-ulList li {
    font-size: 1rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 960px) {
  .c-ulList li {
    font-size: 1.0625rem;
    line-height: 2.5;
  }
}
.c-ulList li + li {
  margin-top: 5px;
}

.c-olList {
  padding-left: 25px;
}
.c-olList li {
  list-style: decimal;
  font-size: 0.875rem;
  line-height: 2.2;
}
@media screen and (min-width: 560px) {
  .c-olList li {
    font-size: 1rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 960px) {
  .c-olList li {
    font-size: 1.0625rem;
    line-height: 2.5;
  }
}
.c-olList li + li {
  margin-top: 5px;
}

.c-listAttention li {
  position: relative;
  padding-left: 20px;
}
.c-listAttention li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/*=============================================================
  privacy.scss
==============================================================*/
.privacyContact {
  border: 1px solid #000;
  padding: 15px;
  display: inline-block;
  margin: 20px;
}

/*=============================================================
  hide.scss
==============================================================*/
.is-spHide {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide {
    display: block;
  }
}
.is-spHide--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-spHide--inline {
    display: inline;
  }
}

.is-pcHide {
  display: block;
}
@media screen and (min-width: 960px) {
  .is-pcHide {
    display: none;
  }
}
.is-pcHide--inline {
  display: inline;
}
@media screen and (min-width: 960px) {
  .is-pcHide--inline {
    display: none;
  }
}

.is-tabHide {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-tabHide {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide {
    display: block;
  }
}
.is-tabHide--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-tabHide--inline {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .is-tabHide--inline {
    display: inline;
  }
}

.is-spShow {
  display: block;
}
@media screen and (min-width: 560px) {
  .is-spShow {
    display: none;
  }
}
.is-spShow--inline {
  display: inline;
}
@media screen and (min-width: 560px) {
  .is-spShow--inline {
    display: none;
  }
}

.is-pcShow {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow {
    display: block;
  }
}
.is-pcShow--inline {
  display: none;
}
@media screen and (min-width: 960px) {
  .is-pcShow--inline {
    display: inline;
  }
}

.is-tabShow {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow {
    display: none;
  }
}
.is-tabShow--inline {
  display: none;
}
@media screen and (min-width: 560px) {
  .is-tabShow--inline {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .is-tabShow--inline {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .is-mdUnderHide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-mdOverHide {
    display: none;
  }
}

/*=============================================================
  link.scss
==============================================================*/
.a-linkline:link, .a-linkline:visited {
  color: #1530A0;
  text-decoration: underline;
}
.a-linkline:hover, .a-linkline:active {
  color: #4460D5;
  text-decoration: none;
}

.c-anchorlink {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (min-width: 960px) {
  .c-anchorlink {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.c-hoverimg img {
  transition: all 0.3s;
}
@media screen and (min-width: 960px) {
  .c-hoverimg:hover img {
    transform: scale(1.1);
  }
}

/*=============================================================
  animation.scss
==============================================================*/
.is-anime_img {
  position: relative;
  overflow: hidden;
}
.is-anime_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #135776;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.is-anime_img[data-aos=is-animation]::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
.is-anime_img[data-aos=is-animation].aos-animate::after {
  left: 100%;
}
[data-aos=is-animation] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animation].aos-animate .is-anime_img::after {
  left: 100%;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(even)::after {
  transition-delay: 0s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n-1)::after {
  transition-delay: 0.15s;
}
[data-aos=is-animationBox] .is-anime_img:nth-of-type(3n)::after {
  transition-delay: 0.3s;
}
[data-aos=is-animationBox] .is-anime_img::after {
  transition-property: left;
  transition-duration: 0.2s;
  transition-delay: 0.1s;
}
[data-aos=is-animationBox].aos-animate .is-anime_img::after {
  left: 100%;
}

/*=============================================================
  form.css
==============================================================*/
.formWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.formTable {
  width: 100%;
  margin-bottom: 40px;
}
.formTable th,
.formTable td {
  display: block;
  width: 100%;
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 560px) {
  .formTable th,
  .formTable td {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .formTable th,
  .formTable td {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.formTable th {
  font-size: 0.9375rem;
  padding-top: 15px;
}
@media screen and (min-width: 560px) {
  .formTable th {
    font-size: 1.125rem;
    padding-top: 20px;
  }
}
.formTable th span {
  background: #ffe400;
  color: #135776;
  font-size: 0.75rem;
  display: inline-block;
  padding: 2px 3px;
  border-radius: 3px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 560px) {
  .formTable th span {
    font-size: 0.8125rem;
    padding: 5px 8px;
    margin-right: 10px;
  }
}
.formTable td {
  font-size: 0.9375rem;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .formTable td {
    font-size: 1rem;
    padding-bottom: 40px;
  }
}

.confirmTable {
  width: 100%;
  border-bottom: 1px solid #aaa;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
  table-layout: fixed;
}
.confirmTable th,
.confirmTable td {
  border-top: 1px solid #ccc;
  text-align: left;
  padding: 20px 0;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .confirmTable th,
  .confirmTable td {
    padding: 30px 0;
  }
}
.confirmTable th {
  width: 33.3%;
}
.confirmTable th {
  font-size: 0.8125rem;
}
@media screen and (min-width: 560px) {
  .confirmTable th {
    font-size: 0.9375rem;
  }
}
.confirmTable td {
  font-size: 0.8125rem;
}
@media screen and (min-width: 560px) {
  .confirmTable td {
    font-size: 0.9375rem;
  }
}

.formList_row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 5px;
}
@media screen and (min-width: 560px) {
  .formList_row {
    row-gap: 10px;
  }
}

.formFlex {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.formFlex div {
  display: flex;
  align-items: center;
}
.formFlex--sanka {
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .formFlex--sanka {
    flex-direction: row;
  }
}

.formPointTxt {
  margin-top: 20px;
  font-size: 0.8125rem;
  border-radius: 3px;
}
.formPointTxt li::before {
  color: #CF1212;
}

.formPrivacy {
  padding: 20px;
  text-align: center;
  margin: 0px auto;
}
.formPrivacy_txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  padding-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .formPrivacy_txt {
    font-size: 0.875rem;
  }
}
.formPrivacy_check {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .formPrivacy_check {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .formPrivacy_check {
    font-size: 1.25rem;
  }
}
.formPrivacy_check input {
  margin-right: 10px;
}

.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 0.8125rem;
}

.submit_btn {
  width: 90%;
  max-width: 340px;
  margin: 30px auto;
}
.submit_btn button[type=submit] {
  width: 100%;
  background-color: #135776;
  border: none;
  border-radius: 3px;
  color: #ffe400;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  position: relative;
  transition: all 0.1s;
}
@media screen and (min-width: 560px) {
  .submit_btn button[type=submit] {
    padding: 25px 15px;
    font-size: 20px;
  }
}
@media screen and (min-width: 960px) {
  .submit_btn button[type=submit]:hover {
    background: #0c374a;
  }
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 0px auto;
  text-align: center;
}
.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #135776;
  padding: 10px 0px 8px 0px;
  font-size: 13px;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 560px) {
  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 15px;
    line-height: 1.5;
  }
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* =============================================================
wrapper.css
============================================================== */
#l-wrapper {
  background: url("../../img/bg.jpg") no-repeat center top/100% auto #d4f5fc;
  background-attachment: fixed;
  position: relative;
}
@media screen and (min-width: 768px) {
  #l-wrapper {
    padding: 40px 0;
  }
}
@media screen and (min-width: 960px) {
  #l-wrapper {
    padding: 60px 0;
  }
}

/* =============================================================
header
============================================================== */
/* =============================================================
navigation
============================================================== */
/* 
// スマホでメニューが表示されたときに背景のコンテンツがスクロールしないように
html{
  overflow: auto;
  height: 100%;
}
body.is-menuopen{
  overflow: hidden;
  height: 100%;
}


// スマホで表示されたメニューのスクロール
.navi_menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
*/
/* =============================================================
footer
============================================================== */
#l-footer {
  background: #135776;
  text-align: center;
  color: #fff;
  font-size: 0.9375rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

/* =============================================================
contents.css
============================================================== */
#l-contents {
  max-width: 500px;
  margin: 0px auto;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  #l-contents {
    border-radius: 20px;
  }
}
#l-contents_inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
@media screen and (min-width: 768px) {
  #l-contents_inner {
    border-radius: 20px;
  }
}

.l-container {
  position: relative;
  z-index: 100;
  top: -40px;
  margin-bottom: -40px;
  padding-top: 40px;
  /*
  &::before{
  	content: '';
  	width:230%;
  	height:200px;
  	display: block;
  	background: linear-gradient(to right, $color_bg02 50%,transparent 50%);
  	background-position: right top;
  	background-size: 200% 100%;
  	position: absolute;
  	left:-21px;
  	top:45px;
  	transform-origin: left bottom;
  	transform: skewY(-20deg);
  	z-index: 1;
  	animation: anime-catch forwards 0.7s ease;
  	animation-delay: 0.3s;
  	@include mq-up(sm){
  		top:50px;
  	left:-31px;
  	height:240px;
  	}
  }
  */
}
.l-container_inner {
  position: relative;
  z-index: 5;
}

/* =============================================================
outer.css
============================================================== */
#l-outer {
  display: none;
}
@media screen and (min-width: 1200px) {
  #l-outer {
    display: block;
  }
}

.outerLogo {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  padding: 40px min(2vw, 50px);
  text-align: center;
  background: #135776;
  border-radius: 0 0 50px 0;
  animation: anime-outer forwards 1s ease;
  opacity: 0;
}
.outerLogo_txt {
  color: #ffe400;
  font-size: min(max(0.75rem, 0.75rem + (1vw - 0.75rem) * 2), 1rem);
  margin-bottom: 15px;
}
@media screen and (min-width: 1400px) {
  .outerLogo_txt {
    font-size: 1rem;
  }
}
.outerLogo_img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1400px) {
  .outerLogo_img {
    width: 100%;
  }
}

.outerRight {
  position: fixed;
  right: 0;
  top: 50vh;
  transform: translateY(-50%);
}

.outerNavi {
  background: #fff;
  z-index: 5;
  border-radius: 10px 0 0 10px;
  color: #135776;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
  animation: anime-outer forwards 1s ease;
  animation-delay: 0.3s;
  opacity: 0;
}
.outerNavi p {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.875rem;
  font-size: min(max(1.625rem, 1.625rem + (1vw - 0.75rem) * 2), 1.875rem);
  padding: 40px 40px 30px 40px;
}
@media screen and (min-width: 1400px) {
  .outerNavi p {
    font-size: 1.875rem;
  }
}
.outerNavi ul {
  padding-bottom: 40px;
  overflow: hidden;
}
.outerNavi li {
  position: relative;
}
.outerNavi li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background: #ffe400;
  transition: left 0.1s;
  z-index: 5;
}
.outerNavi li:hover::after {
  left: 0;
}
.outerNavi a {
  color: #135776;
  padding: 5px 0;
  display: block;
  padding: 15px min(2vw, 40px) 15px min(3.6vw, 70px);
  position: relative;
  z-index: 10;
  font-size: min(max(0.875rem, 0.875rem + (1vw - 0.75rem) * 2), 1.125rem);
}
@media screen and (min-width: 1400px) {
  .outerNavi a {
    font-size: 1.125rem;
  }
}
.outerNavi a::before {
  content: "";
  background: url("../../img/icon-navi.png") no-repeat center center/cover;
  width: min(1.1vw, 23px);
  height: min(1.1vw, 23px);
  display: block;
  position: absolute;
  left: min(2vw, 40px);
  top: 50%;
  transform: translateY(-50%);
}

.outerQr {
  text-align: center;
  padding: 0px 40px;
  margin-top: 9vh;
  animation: anime-outer forwards 1s ease;
  animation-delay: 0.4s;
  opacity: 0;
}
.outerQr_txt {
  padding: 20px;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.outerQr_txt::before, .outerQr_txt::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #135776;
  position: absolute;
  top: 10px;
}
.outerQr_txt::before {
  left: 0;
  transform: rotate(-40deg);
}
.outerQr_txt::after {
  right: 0;
  transform: rotate(40deg);
}
.outerQr_img {
  background: #fff;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
}
.outerQr_img img {
  width: 120px;
  height: 120px;
}

@keyframes anime-outer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============================================================
top.css
============================================================== */
/* mainHeader
---------------------------*/
.mainHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 25px 0 25px;
  position: relative;
  z-index: 5;
}
.mainHeader_mark {
  width: min(15%, 52px);
  margin: 0px 7px;
}
.mainHeader_logo {
  width: min(70%, 278px);
  margin: 0px 7px;
}
.mainHeader_txt {
  display: inline-block;
  text-align: center;
  padding: 15px;
  margin: 0px auto;
  color: #000;
  background: #ffe400;
  font-size: 0.875rem;
  border-radius: 30px;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .mainHeader_txt {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .mainHeader_txt {
    font-size: 1.125rem;
  }
}

.mainVisual {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
@media screen and (min-width: 560px) {
  .mainVisual {
    top: -60px;
    margin-bottom: -60px;
  }
}

/* catch
---------------------------*/
.catchWrap {
  position: relative;
  z-index: 100;
  top: -40px;
  margin-bottom: -40px;
}
.catchWrap_inner {
  position: relative;
}
.catchWrap_inner::before {
  content: "";
  width: 230%;
  height: 120%;
  display: block;
  background: linear-gradient(to right, #fabe00 50%, transparent 50%);
  background-position: right top;
  background-size: 200% 100%;
  position: absolute;
  left: -21px;
  top: 40px;
  transform-origin: left bottom;
  transform: skewY(-20deg);
  z-index: 1;
  animation: anime-catch forwards 0.7s ease;
  animation-delay: 0.3s;
}
@media screen and (min-width: 560px) {
  .catchWrap_inner::before {
    left: -31px;
  }
}

@keyframes anime-catch {
  0% {
    background-position: right top;
  }
  100% {
    background-position: left top;
  }
}
.catchHeading_en {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  font-size: min(20vw, 100px);
  position: relative;
  z-index: 5;
  line-height: 1;
  opacity: 0;
  animation: anime-catchHeading forwards 0.5s ease;
  animation-delay: 0.5s;
}
.catchHeading_ja {
  font-size: min(5vw, 22px);
  margin-top: 5px;
  text-align: center;
  font-weight: normal;
  position: relative;
  z-index: 5;
  font-weight: 700;
  opacity: 0;
  animation: anime-catchHeading forwards 0.5s ease;
  animation-delay: 0.6s;
}
@media screen and (min-width: 768px) {
  .catchHeading_ja {
    font-size: 1.3125rem;
  }
}

@keyframes anime-catchHeading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.catch_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px -5px 0 -5px;
  position: relative;
  z-index: 5;
}
.catch_list li {
  background: #135776;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 3.5vw;
  font-size: min(3.5vw, 18px);
  border-radius: 30px;
  font-weight: 700;
  margin: 0px 3px;
}
@media screen and (min-width: 768px) {
  .catch_list li {
    font-size: 1.125rem;
  }
}

.catchEntry {
  text-align: center;
  padding-top: 55px;
}
@media screen and (min-width: 768px) {
  .catchEntry {
    padding-top: 80px;
  }
}
.catchEntry_txt {
  display: inline-block;
  color: #003eac;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  position: relative;
  padding: 0 20px;
}
@media screen and (min-width: 560px) {
  .catchEntry_txt {
    font-size: 1.5rem;
    padding: 0 30px;
  }
}
.catchEntry_txt::before, .catchEntry_txt::after {
  content: "";
  width: 3px;
  height: 110%;
  background: #003eac;
  display: block;
  position: absolute;
  top: 50%;
}
.catchEntry_txt::before {
  left: 0;
  transform: translateY(-40%) rotate(-30deg);
}
.catchEntry_txt::after {
  right: 0;
  transform: translateY(-40%) rotate(30deg);
}
.catchEntry_btn {
  margin: 20px auto;
}
@media screen and (min-width: 560px) {
  .catchEntry_btn {
    margin: 30px auto;
  }
}
.catchEntry_btn a {
  display: block;
  width: 100%;
  padding: 25px 0;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.23);
  background: url(../../img/form_bg.png) repeat left top;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  position: relative;
  transition: opacity 0.1s;
}
@media screen and (min-width: 560px) {
  .catchEntry_btn a {
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
    font-size: 1.5rem;
    padding: 35px 0;
  }
}
.catchEntry_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  color: #003eac;
  background: #fabe00;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .catchEntry_btn a:hover {
    opacity: 0.8;
  }
}
.catchEntry_by {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003eac;
  font-size: 1.25rem;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 560px) {
  .catchEntry_by {
    font-size: 1.5rem;
  }
}
.catchEntry_by a {
  display: inline-block;
  padding-left: 10px;
}

.catch_txt {
  text-align: center;
  font-size: min(4.5vw, 20px);
  line-height: 2.5;
  margin-bottom: 20px;
  font-weight: 700;
}

.catch_contents {
  position: relative;
  z-index: 10;
}

/* haken
---------------------------*/
.hakenWrap {
  position: relative;
}
.hakenWrap .space--medium {
  padding-bottom: 0;
}
.hakenWrap > * {
  position: relative;
  z-index: 10;
}
.hakenWrap_inner {
  position: relative;
}
.hakenWrap_inner::before {
  content: "";
  width: 150%;
  height: 80%;
  display: block;
  background: #fdf3d5;
  transform-origin: bottom left;
  transform: skewY(-20deg);
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1;
}
.hakenWrap_inner > * {
  position: relative;
  z-index: 10;
}

.haken_txt {
  padding: 0px 30px;
}

.haken_img {
  width: 70%;
  margin: 0px auto 40px auto;
}
@media screen and (min-width: 768px) {
  .haken_img {
    width: auto;
  }
}

.haken_img02 {
  margin: 0px auto 40px auto;
  text-align: center;
}

/* flow
---------------------------*/
.flowWrap {
  position: relative;
}
.flowWrap::before {
  content: "";
  width: 100%;
  height: 105%;
  display: block;
  background: #fdf3d5;
  transform-origin: top center;
  transform: skewY(-20deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.flowWrap > * {
  position: relative;
  z-index: 10;
}

.flow_heading.space--medium {
  padding-bottom: 0;
}

.flowList {
  position: relative;
  padding-bottom: 50px;
}
.flowList::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 50px 92px 0 92px;
  border-color: #135776 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.flowList li {
  max-inline-size: max-content;
  margin-inline: right;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .flowList li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .flowList li {
    margin-bottom: 40px;
  }
}
.flowList li:nth-of-type(even) {
  margin-left: auto;
  margin-right: 0;
}
.flowList li:nth-of-type(even) .flow_no {
  right: 0;
  left: auto;
}
.flowList li .flowList_inner {
  position: relative;
  z-index: 50;
}
.flowList li::before, .flowList li::after {
  content: "";
  display: block;
  width: 170px;
  height: 288px;
  background: url("../../img/flow_line.png") no-repeat center center;
  position: absolute;
  z-index: 2;
}
.flowList li::after {
  background: linear-gradient(to bottom, transparent 50%, #fdf3d5 50%);
  background-position: left bottom;
  background-size: 100% 200%;
  z-index: 3;
}
.flowList li[data-aos=is-animation] .flowList_inner {
  transition-property: opacity;
  transition-duration: 0.5s;
  opacity: 0;
}
.flowList li[data-aos=is-animation].aos-animate .flowList_inner {
  opacity: 1;
}
.flowList li[data-aos=is-animation].aos-animate::after {
  animation: anime-flowline forwards 0.7s ease;
  animation-delay: 0.5s;
}
.flowList li .flow_no {
  background: #135776;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: min(6vw, 22px);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .flowList li .flow_no {
    font-size: 1.375rem;
    width: 70px;
    height: 70px;
  }
}
.flowList li .flow_txt {
  text-align: center;
  font-size: 0.8125rem;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .flowList li .flow_txt {
    font-size: 1rem;
  }
}

@keyframes anime-flowline {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: left top;
  }
}
.flowList li.flow01::before, .flowList li.flow01::after {
  right: 0;
  top: 35%;
  transform: translateX(30%);
}
.flowList li.flow02::before {
  background: url("../../img/flow_line02.png") no-repeat center center;
}
.flowList li.flow02::before, .flowList li.flow02::after {
  left: 0;
  top: 40%;
  transform: translateX(-5%);
}
@media screen and (min-width: 560px) {
  .flowList li.flow02::before, .flowList li.flow02::after {
    transform: translateX(-30%);
  }
}
.flowList li.flow03::before, .flowList li.flow03::after {
  right: 0;
  top: 50%;
  transform: translateX(30%);
}
.flowList li.flow04::before, .flowList li.flow04::after {
  display: none;
}

.flow_illust {
  text-align: center;
}

.flow_start {
  text-align: center;
  padding-bottom: 20px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .flow_start {
    padding-bottom: 40px;
    padding-top: 10px;
  }
}
.flow_start p {
  position: relative;
  display: inline-block;
  font-size: min(5vw, 24px);
  line-height: 1.5;
  padding: 10px 20px;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .flow_start p {
    padding: 10px 30px;
  }
}
.flow_start p::before, .flow_start p::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #135776;
  position: absolute;
  top: 10px;
}
.flow_start p::before {
  left: 0;
  transform: rotate(-40deg);
}
.flow_start p::after {
  right: 0;
  transform: rotate(40deg);
}

/* tel
---------------------------*/
.telWrap {
  background: #135776;
  color: #ffe400;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-left: 20px;
  padding-right: 20px;
}

.tel_txt {
  font-size: min(5vw, 24px);
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .tel_txt {
    margin-bottom: 25px;
  }
}

.telBtn {
  max-width: 360px;
  margin-inline: auto;
}
.telBtn a {
  display: block;
}
.telBtn_inner {
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #135776;
  font-size: min(12vw, 50px);
  border-radius: 50px;
}
@media screen and (min-width: 560px) {
  .telBtn_inner {
    padding: 15px 30px;
  }
}
.telBtn_inner span {
  margin-left: 10px;
}

.entryBtn {
  max-width: 360px;
  margin-inline: auto;
  margin-top: 15px;
}
.entryBtn a {
  margin: 0 auto;
  padding: 15px 20px;
  background: #ffe400;
  display: flex;
  color: #135776;
  font-size: min(12vw, 50px);
  border-radius: 50px;
  transition: all 0.1s;
}
@media screen and (min-width: 560px) {
  .entryBtn a {
    padding: 15px 30px;
  }
}
.entryBtn a div {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entryBtn a p {
  text-align: center;
  font-size: 1.875rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  flex: 1;
}
@media screen and (min-width: 560px) {
  .entryBtn a p {
    font-size: 2.25rem;
  }
}
.entryBtn a p span {
  font-size: 0.875rem;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .entryBtn a p span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .entryBtn a:hover {
    background: #ffec4d;
  }
}

/* greeting
---------------------------*/
.greetingWrap {
  position: relative;
  z-index: 10;
}
.greetingWrap p {
  padding: 0px 30px;
}

.greeting_img {
  text-align: center;
  width: min(50%, 210px);
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 768px) {
  .greeting_img {
    width: 210px;
  }
}
.greeting_signature {
  text-align: right;
  margin-top: 40px;
}

/* about
---------------------------*/
.aboutWrap {
  text-align: center;
  position: relative;
}
.aboutWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fdf3d5;
  transform: skewY(-20deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutWrap > * {
  position: relative;
  z-index: 10;
}

.about_company {
  font-weight: 700;
  font-size: min(5vw, 24px);
  margin-bottom: 20px;
}
.about_address {
  font-size: min(3.5vw, 18px);
  line-height: 1.8;
  margin-bottom: -40px;
}
.about_map iframe {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .about_map iframe {
    height: 400px;
  }
}

/* =============================================================
utility.scss
============================================================== */
.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

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

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

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

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

.opa a:hover {
  opacity: 0.8;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 959px) {
  .pt0 {
    padding-top: 0px !important;
  }
  .pt05 {
    padding-top: 5px !important;
  }
  .pt10 {
    padding-top: 10px !important;
  }
  .pt15 {
    padding-top: 15px !important;
  }
  .pt20 {
    padding-top: 20px !important;
  }
  .pt30 {
    padding-top: 30px !important;
  }
  .pt40 {
    padding-top: 40px !important;
  }
  .pt50 {
    padding-top: 50px !important;
  }
  .pt60 {
    padding-top: 60px !important;
  }
  .pb0 {
    padding-bottom: 0px !important;
  }
  .pb05 {
    padding-bottom: 5px !important;
  }
  .pb10 {
    padding-bottom: 10px !important;
  }
  .pb15 {
    padding-bottom: 15px !important;
  }
  .pb20 {
    padding-bottom: 20px !important;
  }
  .pb30 {
    padding-bottom: 30px !important;
  }
  .pb40 {
    padding-bottom: 40px !important;
  }
  .pb50 {
    padding-bottom: 50px !important;
  }
  .pb60 {
    padding-bottom: 60px !important;
  }
  .mt0 {
    margin-top: 5px !important;
  }
  .mt05 {
    margin-top: 5px !important;
  }
  .mt10 {
    margin-top: 10px !important;
  }
  .mt15 {
    margin-top: 15px !important;
  }
  .mt20 {
    margin-top: 20px !important;
  }
  .mt30 {
    margin-top: 30px !important;
  }
  .mt40 {
    margin-top: 40px !important;
  }
  .mt50 {
    margin-top: 50px !important;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .mb0 {
    margin-bottom: 5px !important;
  }
  .mb05 {
    margin-bottom: 5px !important;
  }
  .mb10 {
    margin-bottom: 10px !important;
  }
  .mb15 {
    margin-bottom: 15px !important;
  }
  .mb20 {
    margin-bottom: 20px !important;
  }
  .mb30 {
    margin-bottom: 30px !important;
  }
  .mb40 {
    margin-bottom: 40px !important;
  }
  .mb50 {
    margin-bottom: 50px !important;
  }
  .mb60 {
    margin-bottom: 60px !important;
  }
}/*# sourceMappingURL=style.css.map */