@charset "utf-8";

body {
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

html {
  scroll-behavior: smooth;
}

p {
  font-size: 18px;
  line-height: 1.65;
}

.wrap {
  max-width: 100%;
}

img {
  width: 100%;
  height: auto;
}

.yaji {
  font-size: 2rem;
}

.dec {
  font-size: 16px;
}

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

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.contents {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.contents_p {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
}

.taC {
  text-align: center;
}

.bold {
  font-weight: bold;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0
}

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

table img {
  width: 100%
}

fieldset,
img {
  border: 0;
  vertical-align: bottom
}

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

li,
ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0
}

caption,
th {
  text-align: left
}

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

a {
  cursor: pointer;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.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
}

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

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

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

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

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

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

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

.mb10 {
  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
}

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

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

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

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

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

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

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

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

a,
button,
input[type=submit] {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  width: 50%;
}

a:hover,
button:hover,
input[type=submit]:hover {
  opacity: .7
}

input[type=submit] {
  -webkit-appearance: none
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.big {
  font-size: 1.1rem;
}

.biig {
  font-size: 1.2rem;
}

.bigg {
  font-size: 1.5rem;
}

.middle {
  font-size: 1.6rem;
}

.small {
  font-size: 0.8rem;
}

.orange {
  color: #ff6600;
}

.mainTit {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-top: 0.5rem;
}

.bgGray {
  background-color: #F9F6F4;
  padding: 2rem 0;
  width: 100%;
}

@media screen and (max-width:767px) {
  .mainTit {
    font-size: 1.4rem !important;
  }

  .middle {
    font-size: 1.2rem;
  }

  .bigg {
    font-size: 1.35rem !important;
  }

  .small {
    font-size: 0.7rem;
  }

  p {
    font-size: 16px;
    line-height: 1.65;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* footer */
.flex {
  display: flex;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #35363b;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  background: #dcd6d2;
  color: #333;
}

.footer a {
  color: #333;
}

.footer a:hover {
  color: #ff3300;
}

.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.footer__navi li {
  display: block;
  margin: 0 auto 0.5rem;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: block;
  width: 220px;
  margin: 0 auto 1rem;
}

.step {
  width: 100%;
  text-align: center;
}

.step img {
  width: 70%;
  margin: 0 auto;
}

.stepBox {
  display: block;
}

.stepBox img {
  width: 80px;
}

.box_s {
  background: #F9F6F4;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.box_s .box-title {
  font-size: 1.2em;
  background: #f6921e;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.box_s p {
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  font-weight: bold;
}

.souTxt {
  position: relative;
  padding-left: 25px;
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.souTxt:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px #ff6600;
}

.souTxt:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px #ff6600;
}

.copyright {
  text-align: center;
  font-size: 0.8rem;
}

.ctaBox {
  display: block;
}

.ctaBox_in {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

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

.btn,
a.btn,
button.btn {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px 0;
}

a.btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 1rem 2rem 1.5rem 3.5rem;
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
  white-space: nowrap;
  width: 70% !important;
}

a.btn-c span {
  font-size: 1rem;
  position: absolute;
  top: -10px;
  left: calc(50% - 150px);
  display: block;
  width: 300px;
  padding: 0.2rem 0;
  color: #32b16c;
  border: 2px solid #32b16c;
  border-radius: 0.5rem;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #30a967;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

.over {
  position: relative;
}

.over p {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  white-space: nowrap
}

.over img {
  width: 100%;
}

.aboutUs .aboutUsDl {
  display: flex;
  flex-wrap: wrap;
}

.aboutUs .aboutUsDl dt {
  width: 4rem;
  font-weight: bold;
}

.aboutUs .aboutUsDl dd {
  width: calc(100% - 4rem);
}

.aboutUs {
  padding: 2rem 0;
}

.aboutUs .flexWrap .aboutUsDl {
  width: 100%;
}

.aboutUs .flexWrap .aboutUsDl dt {
  width: 6rem;
  padding-left: 1rem;
}

.aboutUs .flexWrap .aboutUsDl dd {
  width: calc(100% - 10rem);
}

.aboutUs .aboutUsDl dt,
.aboutUs .aboutUsDl dd {
  padding: 1rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  font-size: 1rem;
}

.aboutUs .aboutUsDl:first-of-type {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .aboutUs .flexWrap .aboutUsDl {
    width: 48rem;
    border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
  }

  .aboutUs .flexWrap .aboutUsDl dt {
    width: 6rem;
    padding-left: 1rem;
  }

  .aboutUs .flexWrap .aboutUsDl dd {
    width: calc(100% - 12rem);
  }

  .aboutUs .flexWrap {
    display: flex;
    justify-content: space-between;
  }

  .over p {
    font-size: 2.2rem;
  }

  .ctaBox {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    align-items: center;
  }

  .ctaBox_in {
    width: 48%;
    text-align: center;
  }

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

  .stepBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }

  .box_s {
    width: 23%;
  }

  .step img {
    width: 400px;
    margin: 0 auto;
  }

  .footer__logo {
    display: inline-block;
    margin: 0 1rem 1rem 0
  }

  .footer__navi li {
    display: inline-block;
  }

  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .copyright {
    text-align: left;
    font-size: 0.8rem;
  }
}

.box-news {
  width: 100%;
  display: flex;
}

.kaitori-box {
  width: 100%;
  padding: 1rem;
  margin-right: 1rem;
  border: 1px #ff6600 solid;
}

.kaitori-box:nth-child(4) {
  margin-right: 0;
}

.newsBlock h1 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding: 0.3rem;
  background: #f6f6f6;
  margin-top: 0.5rem;
}

.newsBlock p {
  font-size: 14px !important;
  line-height: 1.6;
}

.box-img {
  width: 100%;
}

.box-txt {
  width: 100%;
}

.headertxt {
  text-align: center;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .box-news {
    width: 100%;
    display: block;
  }

  .kaitori-box {
    width: calc(100% - 2rem);
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

.insta-icon-wrap {
  text-align: center;
  width: 100%;
  margin: 40px 0 20px;
}

.insta-icon {
  width: 280px;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  transition: 0.3s ease;
}