@charset "UTF-8";
/* Scss Document */
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
/* -----------------------------------------------------------
 =reset and default css
----------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, em, img, q, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figcaption, figure, footer, header, menu, nav, section, summary, time, mark {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 62.5%; /* 10px */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

section {
  clear: both;
}

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

/* list --------------- */
nav ul, #header ul, #sidebar ul, aside ul {
  list-style: none;
}

article ul {
  margin-left: 1.5em;
}

.inline li {
  display: inline;
}

ol {
  margin-left: 1.8em;
}

/* float --------------- */
.ib {
  display: inline-block;
}

.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.clearfix {
  overflow: hidden;
}

.overAuto {
  overflow: auto;
}

/* table --------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* alignment --------------- */
.tCenter {
  text-align: center;
}

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

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

.vTop {
  vertical-align: top;
}

.vMid {
  vertical-align: middle;
}

.vBtm {
  vertical-align: bottom;
}

/* break --------------- */
.nowrap {
  white-space: nowrap;
}

.brUrl {
  word-wrap: break-word;
}

.brSp {
  display: block;
}

@media screen and (min-width: 769px) {
  .brSp {
    display: none;
  }
}
/* image --------------- */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

.imgL {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.imgR {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}

p.akari image img {
  width: 100%;
}

/* space --------------- */
.mgR0 {
  margin-right: 0 !important;
}

.mgR05 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgB0 {
  margin-bottom: 0 !important;
}

.mgB05 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgB_1 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 768px) {
  .mgB_1 {
    margin-bottom: 25px !important;
  }
}

.mgB_2 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_2 {
    margin-bottom: 50px !important;
  }
}

.mgB_3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_3 {
    margin-bottom: 75px !important;
  }
}

.mgB_4 {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mgB_4 {
    margin-bottom: 100px !important;
  }
}

.mgL0 {
  margin-left: 0;
}

.mgL05 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.pdT0 {
  padding-top: 0;
}

.pdT05 {
  padding-top: 5px;
}

.pdT08 {
  padding-top: 8px;
}

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

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

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

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

.pdT30 {
  padding-top: 30px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

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

.pdB20 {
  padding-bottom: 20px;
}

.indent {
  margin-left: 1em;
}

.notes {
  padding-left: 1em;
  font-size: 1.2rem;
  text-indent: -1em;
}

/* text --------------- */
.txt11 {
  font-size: 1.1rem;
}

.txt12 {
  font-size: 1.2rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt14 {
  font-size: 1.4rem;
}

.txt15 {
  font-size: 1.5rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt17 {
  font-size: 1.7rem;
}

.txt18 {
  font-size: 1.8rem;
}

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

.txt16-20 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .txt16-20 {
    font-size: 2rem;
  }
}

.txt22 {
  font-size: 2.2rem;
}

.txt24 {
  font-size: 2.4rem;
}

.txt25 {
  font-size: 2.4rem;
}

.txt26 {
  font-size: 2.6rem;
}

.txt26-30 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .txt26-30 {
    font-size: 3rem;
  }
}

.txt28 {
  font-size: 2.8rem;
}

.txt30 {
  font-size: 3rem;
}

.txt36 {
  font-size: 3.6rem;
}

.txtmin {
  font-family: serif;
}

.lh10 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.b {
  font-weight: bold;
}

.lh15 {
  line-height: 1.5;
}

.normal {
  font-weight: normal;
}

address {
  font-style: normal;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.txtCL {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .txtCL {
    text-align: center;
  }
}
.br-sp {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 769px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}
/* -----------------------------------------------------------
 汎用
----------------------------------------------------------- */
.mobileHidden, .mobileHiddenB {
  display: none;
}

.desktopHidden {
  display: block;
}

.desktopHiddeni {
  display: inline;
}

@media screen and (min-width: 769px) {
  .desktopHidden {
    display: none;
  }
  .desktopHiddeni {
    display: none;
  }
  .mobileHidden {
    display: inline;
  }
  .mobileHiddenB {
    display: block;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* Scss Document */
/* ===================================================================
CSS information

 file name  :common.css
 style info :共通読み込み用
=================================================================== */
/* -----------------------------------------------------------
 =common css
----------------------------------------------------------- */
body {
  min-width: 320px;
  background: url(../images/bg2.png) no-repeat top center/cover;
  color: #231815;
  font-size: 16px;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    background: url(../images/bg2_sp.png) no-repeat top center/cover;
  }
}

/* default link color
----------------------------------------------------------- */
a {
  color: #2962ff;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.red {
  color: #f00;
}

h1 {
  margin-left: -230px;
  margin-right: -150px;
}
@media screen and (max-width: 1366px) {
  h1 {
    margin-left: -6%;
    margin-right: -6%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.main__inner {
  background: url(../images/bg.png) no-repeat top min(9.0415913201vw, 100px) center/cover;
}
@media screen and (max-width: 768px) {
  .main__inner {
    background: url(../images/bg_sp.png) no-repeat top 40px center/cover;
  }
}

/* -----------------------------------------------------------
about
----------------------------------------------------------- */
.about {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .about {
    margin-top: 45px;
  }
}

.about__inner {
  margin: 0 100px;
  border-bottom: 2px solid #231815;
}
@media screen and (max-width: 1110px) {
  .about__inner {
    margin: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .about__inner {
    margin: 0 20px;
  }
}

.about__title {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-top: 10px;
  }
}

.about__info {
  display: grid;
  grid-template-columns: 1fr 250px;
  justify-content: space-between;
  align-items: center;
  display: grid;
}
@media screen and (max-width: 768px) {
  .about__info {
    grid-template-columns: 1fr;
    padding-bottom: 18px;
  }
}

.about__items {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 20px;
  padding-top: 50px;
  padding-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .about__items {
    grid-template-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 40px;
    gap: 10px 10px;
    padding-bottom: 0;
  }
}

.about__items dt {
  background-color: #38b6a2;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  letter-spacing: 0;
  width: 126px;
  height: 36px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about__items dt {
    font-size: 12px;
    width: 80px;
    height: 22px;
    border-radius: 11px;
  }
}

@media screen and (max-width: 768px) {
  .about__items dt:not(:first-of-type) {
    margin-top: 10px;
  }
}

.about__items dd {
  font-size: 18px;
  font-weight: 700;
  color: #231815;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .about__items dd {
    font-size: 13px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 768px) {
  .about__items dd span {
    font-size: 24px;
    padding: 0 0.15em;
  }
}

@media screen and (max-width: 768px) {
  .about__shinkou {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about__shinkou img {
    width: 200px;
  }
}

/* -----------------------------------------------------------
flow
----------------------------------------------------------- */
.flow {
  margin-top: 50px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .flow {
    margin-top: 23px;
    padding-bottom: 30px;
  }
}

.flow__inner {
  padding: 0 100px;
}
@media screen and (max-width: 1110px) {
  .flow__inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .flow__inner {
    padding: 0 20px;
  }
}

.flow__title img {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .flow__title img {
    width: 150px;
  }
}

.flow__items {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .flow__items {
    margin-top: 20px;
  }
}

.flow-item:not(:first-of-type) {
  margin-top: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .flow-item:not(:first-of-type) {
    margin-top: 45px;
  }
}

.flow-item:not(:first-of-type)::after {
  content: "";
  margin: auto;
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  transition-duration: 0.3s;
  width: 16px;
  height: 16px;
  border-top: 2px solid #40210f;
  border-right: 2px solid #40210f;
}
@media screen and (max-width: 768px) {
  .flow-item:not(:first-of-type)::after {
    top: -30px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #40210f;
    border-right: 1px solid #40210f;
  }
}

.flow-item__wrap {
  border: 3px solid #231815;
  background-color: #fff;
  height: 80px;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: start;
}
@media screen and (max-width: 768px) {
  .flow-item__wrap {
    height: inherit;
  }
}

.flow-item__num {
  width: 170px;
  background-color: #231815;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flow-item__num {
    width: 100px;
    font-size: 12px;
  }
}

.flow-item__text {
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 15px;
  font-size: min(1.808318264vw, 20px);
  font-weight: 700;
  color: #40210f;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .flow-item__text {
    font-size: 12px;
    padding: 7px;
  }
}

.flow-item__text span {
  padding: 0 0.15em;
}

.flow__btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .flow__btn {
    margin-top: 30px;
  }
}

.flow__btn-text {
  font-size: min(1.808318264vw, 20px);
  font-weight: 700;
  color: #e50012;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.25;
  letter-spacing: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .flow__btn-text {
    font-size: 16px;
  }
}

/* -----------------------------------------------------------
 基本ボックス
----------------------------------------------------------- */
.inner {
  width: min(100vw, 1106px);
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1110px) {
  .inner {
    width: 94%;
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: calc(100% - 40px);
    padding: 0;
    margin: 0 20px;
  }
}

/*ボタン*/
.btn {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  transition-duration: 0.3s;
  position: relative;
  border-radius: 30px;
  background-color: #e50012;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(63.2911392405vw, 700px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 13px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
  }
}

a.btn::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  transition-duration: 0.3s;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  a.btn::before {
    right: 20px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

@media (hover: hover) {
  .btn:hover::before {
    opacity: 1;
    right: 30px;
    transition-duration: 0.3s;
  }
}
/* -----------------------------------------------------------
 =pagetop
----------------------------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 10;
  background: #666;
  width: 30px;
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 45px;
  }
}

/* -----------------------------------------------------------
 =footer
----------------------------------------------------------- */
footer {
  padding: 50px 0;
  font-size: 20px;
  font-weight: 700;
  color: #231815;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 12px;
    padding: 20px 0;
  }
}

footer a {
  color: #231815;
}/*# sourceMappingURL=styles.css.map */