@charset "UTF-8";
/*============================================================================================================
	base
============================================================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
/*------------------------------------------
	font
------------------------------------------*/
body {
  color: #231815;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.04em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.f-serif {
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------------------------------------------
	animation
------------------------------------------*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  40% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  60% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  20% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  40% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  60% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
/*------------------------------------------
	frame
------------------------------------------*/
body {
  background: #FCFAF9;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*============================================================================================================
	l-header
============================================================================================================*/
.l-header {
  position: relative;
  z-index: 9990;
  width: 100%;
  height: 80px;
}
.l-header__logo {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 360px;
  height: 220px;
  padding-bottom: 10px;
  background: #FCFAF9;
  border-radius: 0 0 180px 180px;
  overflow: hidden;
}
.l-header__logo a, .l-header__logo img {
  display: block;
}
.l-header__logo a {
  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;
  width: 140px;
  height: 100%;
  margin: 0 auto;
}
.l-header__joblist {
  position: fixed;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #2F8DFC;
  width: 70px;
  height: 202px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #fff;
  border-right: none;
  color: #fff;
  font-weight: 700;
}
.l-header__joblist a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  padding: 22px 0 0;
  letter-spacing: 0;
}
.l-header__joblist a::before {
  content: "";
  display: block;
  background: url("../img/ico_joblist01.webp") no-repeat center/contain;
  width: 30px;
  height: 64px;
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  margin: auto;
}
.l-header__sampleform {
  position: fixed;
  top: 66%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e38c00;
  width: 70px;
  height: 260px;
  border-radius: 10px 0 0 10px;
  border: 2px solid #fff;
  border-right: none;
  color: #fff;
  font-weight: 700;
}
.l-header__sampleform a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  padding: 22px 0 0;
  letter-spacing: 0;
}
.l-header__sampleform a::before {
  content: "";
  display: block;
  background: url("../img/ico_joblist02.webp") no-repeat center/contain;
  width: 30px;
  height: 64px;
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .l-header__joblist {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }
  .l-header__joblist a:hover {
    opacity: 1;
  }
  .l-header__joblist a:hover::before {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }
  .l-header__sampleform {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }
  .l-header__sampleform a:hover {
    opacity: 1;
  }
  .l-header__sampleform a:hover::before {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
  .l-header__logo {
    width: 150px;
    height: 120px;
    padding: 3px 0 0;
    border-radius: 0 0 75px 75px;
  }
  .l-header__logo a {
    width: 80px;
  }
  .l-header__logo img {
    width: 56px;
  }
}

/*============================================================================================================
	footer
============================================================================================================*/
.l-footer {
  background: #2F8DFC;
}
.l-footer p, .l-footer li {
  margin: 0;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.l-footer a, .l-footer span {
  line-height: inherit;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  font-weight: inherit;
}
.l-footer a, .l-footer li, .l-footer div, .l-footer span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-footer-inner {
  overflow: hidden;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 33px 0;
}
.l-footer-nav {
  overflow: hidden;
  float: right;
  display: table;
  margin: 0;
  padding: 0;
}
.l-footer-nav__item {
  list-style: none;
  float: left;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.l-footer-nav__item + .l-footer-nav__item {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.l-footer-nav__item + .l-footer-nav__item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #fff;
  margin: auto;
}
.l-footer-nav__item a {
  color: inherit;
  text-decoration: none;
}
.l-footer-nav__item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.l-footer-copyright {
  text-align: center;
  color: #fff;
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .l-footer .hidden-pc {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .hidden-sp {
    display: none;
  }
  .l-footer-inner {
    padding: 20px 15px;
  }
  .l-footer-nav {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .l-footer-nav__item {
    float: none;
    border-bottom: 1px dashed #fff;
    font-size: 12px;
    text-align: left;
  }
  .l-footer-nav__item a {
    display: block;
    padding: 10px 0;
  }
  .l-footer-nav__item + .l-footer-nav__item {
    padding-left: 0;
    margin-left: 0;
  }
  .l-footer-nav__item + .l-footer-nav__item::before {
    content: none;
  }
  .l-footer-copyright {
    width: calc(100% - 50px);
    float: none;
    font-size: 10px;
  }
}

.pagetop {
  width: 80px;
  height: 80px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9000;
}
.pagetop a {
  width: 100%;
  height: 100%;
  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;
}
.pagetop a img {
  -webkit-filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5));
          filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(1px -1px 0 rgba(255, 255, 255, 0.5)) drop-shadow(-1px 1px 0 rgba(255, 255, 255, 0.5));
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 5px;
  }
}

/*============================================================================================================
	nav
============================================================================================================*/
.gnavBtn {
  overflow: hidden;
  cursor: pointer;
  width: 80px;
  height: 80px;
  z-index: 9992;
  position: fixed;
  top: 0;
  right: 0;
  background: #2F8DFC;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn:hover {
  opacity: 0.7;
}
.gnavBtn span {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 40px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnavBtn span:nth-of-type(1) {
  top: 26px;
}
.gnavBtn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.gnavBtn span:nth-of-type(3) {
  bottom: 26px;
}
.gnavBtn.is-close span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
          transform: translateY(13px) rotate(-45deg);
}
.gnavBtn.is-close span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
}
.gnavBtn.is-close span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
          transform: translateY(-13px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .gnavBtn {
    width: 60px;
    height: 60px;
  }
  .gnavBtn span {
    width: 26px;
    height: 1px;
  }
  .gnavBtn span:nth-of-type(1) {
    top: 20px;
  }
  .gnavBtn span:nth-of-type(3) {
    bottom: 20px;
  }
  .gnavBtn.is-close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .gnavBtn.is-close span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
}

.l-nav {
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  position: fixed;
  z-index: 9991;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-nav.is-open {
  right: 0;
}
.l-nav.is-open .l-nav-overlay {
  left: 0;
  width: 100%;
}
.l-nav-inner {
  width: 100%;
  height: 100%;
  padding: 150px 50px 50px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.l-nav-inner::-webkit-scrollbar {
  display: none;
}
.l-nav-list {
  margin-bottom: 100px;
}
.l-nav-list__item {
  margin-bottom: 20px;
  font-weight: 700;
  border-bottom: 2px dashed #2F8DFC;
}
.l-nav-list__item:last-of-type {
  margin-bottom: 0;
}
.l-nav-list__item a {
  display: block;
  padding: 10px 20px 10px 0;
  background: url("../img/ico_arrow02.svg") no-repeat right 10px center/8px;
}
.l-nav-list__item a:hover {
  opacity: 1;
  background-position: right 5px center;
  color: #2F8DFC;
}
.l-nav__joblist {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.l-nav__joblist a {
  position: relative;
  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: 70px;
  background: #2F8DFC;
  border-radius: inherit;
}
.l-nav__joblist a::before {
  content: "";
  display: block;
  background: url("../img/ico_joblist01.webp") no-repeat center/contain;
  width: 30px;
  height: 64px;
  position: absolute;
  left: 15px;
  top: -20px;
}
.l-nav__sampleform {
  padding-top: 40px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}
.l-nav__sampleform a {
  position: relative;
  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: 70px;
  background: #e38c00;
  border-radius: inherit;
}
.l-nav__sampleform a::before {
  content: "";
  display: block;
  background: url("../img/ico_joblist02.webp") no-repeat center/contain;
  width: 30px;
  height: 64px;
  position: absolute;
  left: 15px;
  top: -20px;
}
.l-nav-overlay {
  cursor: pointer;
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .l-nav__joblist a:hover {
    opacity: 1;
    letter-spacing: 0.1em;
  }
  .l-nav__joblist a:hover::before {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }
  .l-nav__sampleform a:hover {
    opacity: 1;
    letter-spacing: 0.1em;
  }
  .l-nav__sampleform a:hover::before {
    -webkit-animation: shake 1s;
    animation: shake 1s;
  }
}
@media screen and (max-width: 768px) {
  .l-nav {
    right: -280px;
    width: 280px;
  }
  .l-nav-inner {
    padding: 70px 20px 30px;
  }
  .l-nav-list {
    margin-bottom: 50px;
  }
  .l-nav-list__item {
    margin-bottom: 10px;
  }
  .l-nav-list__item a {
    background-size: 6px;
    background-position: right 5px center;
  }
  .l-nav__joblist {
    font-size: 14px;
  }
  .l-nav__joblist a {
    height: 60px;
  }
  .l-nav__joblist a::before {
    left: 10px;
    width: 20px;
    height: 42px;
  }
  .l-nav__sampleform {
    font-size: 14px;
  }
  .l-nav__sampleform a {
    height: 60px;
  }
  .l-nav__sampleform a::before {
    left: 10px;
    width: 20px;
    height: 42px;
  }
}

/*============================================================================================================
	l-mv
============================================================================================================*/
.l-mv {
  position: relative;
  width: calc(100% - 160px);
  min-width: 970px;
  margin: 0 auto 120px;
}
.l-mv img {
  width: 100%;
}
.l-mv-txtBox {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}
.l-mv__img {
  border-radius: 80px;
}
@media screen and (max-width: 768px) {
  .l-mv {
    width: 100%;
    min-width: 100%;
    margin: 0 auto;
  }
  .l-mv__img {
    border-radius: 0;
  }
}

/*============================================================================================================
	main
============================================================================================================*/
/*	.c-tit01
------------------------------------------*/
.c-tit01 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 55px 150px 50px;
  background: url("../img/bg_grass01.svg") no-repeat center bottom;
  text-align: center;
}
.c-tit01::before, .c-tit01::after {
  content: "";
  display: block;
  background: no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
}
.c-tit01::before {
  left: 0;
}
.c-tit01::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-tit01 {
    padding: 10px 50px 30px;
    background-size: auto 20px;
  }
  .c-tit01 img {
    width: auto;
    max-height: 30px;
  }
}

/*	.c-tit02
------------------------------------------*/
.c-tit02 {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 55px 150px 50px;
  background: url("../img/bg_grass01.svg") no-repeat center bottom;
  text-align: center;
}
.c-tit02::before, .c-tit02::after {
  content: "";
  display: block;
  background: no-repeat center bottom/contain;
  position: absolute;
  bottom: 0;
}
.c-tit02::before {
  left: 0;
}
.c-tit02::after {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-tit02 {
    padding: 10px 50px 30px;
    background-size: auto 20px;
  }
  .c-tit02 img {
    width: auto;
    max-height: 70px;
  }
}

/*	.c-btn01
------------------------------------------*/
.c-btn01 {
  width: 430px;
  max-width: 100%;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
.c-btn01 a {
  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: 80px;
  padding: 0 50px;
  background: #2F8DFC url("../img/ico_arrow01.svg") no-repeat right 35px center;
  border-radius: inherit;
}
@media screen and (max-width: 768px) {
  .c-btn01 {
    font-size: 16px;
    width: 300px;
  }
  .c-btn01 a {
    padding: 0 25px;
    height: 60px;
    background-position: right 15px center;
  }
}

/*	.c-bg01
------------------------------------------*/
.c-bg01 {
  background: #FCFAF9 url("../img/bg01.webp");
  background-size: 284px;
}
@media screen and (max-width: 768px) {
  .c-bg01 {
    background-size: 142px;
  }
}

/*	.c-bg01
------------------------------------------*/
.c-bg02 {
  background: #F9F7E8;
}

/*	.js-view
------------------------------------------*/
.js-view {
  -webkit-transition: opacity 1s, margin 0.5s, -webkit-transform 1s;
  transition: opacity 1s, margin 0.5s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s, margin 0.5s;
  transition: opacity 1s, transform 1s, margin 0.5s, -webkit-transform 1s;
}
.js-view.is-fadeInUp {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}
.js-view.is-fadeInUp.is-scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.js-view.is-anime01 {
  margin-top: 80px;
  opacity: 0;
}
.js-view.is-anime01.is-scrollin {
  opacity: 1;
  margin-top: 0;
  -webkit-animation: scale01 2s;
          animation: scale01 2s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.js-view.is-anime01.is-scrollin.is-delay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 768px) {
  .js-view.is-sp-off {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .js-view.is-anime01 {
    margin-top: 40px;
  }
}

@-webkit-keyframes scale01 {
  0%, 30%, 65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  45% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@keyframes scale01 {
  0%, 30%, 65% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  45% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
/*============================================================================================================
	home
============================================================================================================*/
/*------------------------------------------
	.homeMv
------------------------------------------*/
.homeMv-txtBox {
  bottom: 17%;
}
.homeMv__txt01 {
  width: 35%;
  margin: 0 auto 50px;
}
.homeMv__txt02 {
  width: 44%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .homeMv-txtBox {
    bottom: 34px;
  }
  .homeMv__txt01 {
    width: 73%;
    margin-bottom: 6%;
  }
  .homeMv__txt02 {
    width: 57%;
  }
}

/*------------------------------------------
	.homeNews
------------------------------------------*/
.homeNews {
  padding: 58px 0 100px;
}
.homeNews__secTit::before {
  width: 96px;
  height: 145px;
  background-image: url("../img/bg_tree01.svg");
}
.homeNews__secTit::after {
  width: 108px;
  height: 141px;
  background-image: url("../img/bg_tree02.svg");
}
.homeNews-box {
  padding: 47px 60px 60px;
  background: #fff;
  border-radius: 30px;
}
.homeNews-list__item {
  padding: 12px 0;
  border-bottom: 1px solid #D9D9D9;
}
.homeNews-list__date {
  font-weight: 700;
  font-size: 15px;
}
.homeNews-list__txt {
  color: #2F8DFC;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .homeNews__secTit::after {
    right: -22px;
  }
}
@media screen and (max-width: 768px) {
  .homeNews {
    padding: 50px 0;
  }
  .homeNews__secTit::before {
    width: 30px;
    height: 50px;
  }
  .homeNews__secTit::after {
    width: 35px;
    height: 45px;
  }
  .homeNews-box {
    padding: 10px 20px 20px;
    border-radius: 15px;
  }
  .homeNews-list__date {
    font-size: 12px;
  }
  .homeNews-list__txt {
    font-size: 12px;
  }
}

/*------------------------------------------
	.homeMessage
------------------------------------------*/
.homeMessage {
  padding: 60px 0 100px;
}
.homeMessage__secTit {
  margin-bottom: 120px;
}
.homeMessage__secTit::before {
  width: 97px;
  height: 139px;
  background-image: url("../img/bg_tree03.svg");
}
.homeMessage__secTit::after {
  width: 108px;
  height: 141px;
  background-image: url("../img/bg_tree02.svg");
}
.homeMessage-box {
  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;
}
.homeMessage-box-txtBox {
  width: 57.6%;
}
.homeMessage-box__tit {
  margin-bottom: 30px;
  color: #2F8DFC;
  font-size: 42px;
  font-weight: 700;
}
.homeMessage-box__txt {
  margin-bottom: 20px;
}
.homeMessage-box__name {
  font-size: 20px;
  text-align: right;
}
.homeMessage-box-imgBox {
  width: 32.7%;
  border-radius: 8px;
  overflow: hidden;
}
.homeMessage-box-imgBox img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .homeMessage__secTit::after {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .homeMessage {
    padding: 50px 0;
  }
  .homeMessage__secTit {
    margin-bottom: 30px;
  }
  .homeMessage__secTit::before {
    width: 35px;
    height: 55px;
  }
  .homeMessage__secTit::after {
    width: 35px;
    height: 45px;
  }
  .homeMessage-box {
    display: block;
  }
  .homeMessage-box-txtBox {
    width: 100%;
    margin: 0 auto 30px;
  }
  .homeMessage-box__tit {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .homeMessage-box__name {
    font-size: 14px;
  }
  .homeMessage-box-imgBox {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/*------------------------------------------
	.homeRecommend
------------------------------------------*/
.homeRecommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 70px;
}
.homeRecommend-imgBox {
  width: calc(50% + 490px);
  border-radius: 0 60px 0 0;
  overflow: hidden;
}
.homeRecommend-imgBox img {
  width: 100%;
}
.homeRecommend-txtBox {
  position: relative;
  z-index: 2;
  width: 604px;
  padding: 64px 30px 80px;
  margin: 180px auto 0 -315px;
  background: #fff;
  border-radius: 30px;
}
.homeRecommend__secTit {
  margin-bottom: 20px;
  color: #2F8DFC;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.homeRecommend__txt {
  margin-bottom: 33px;
  text-align: center;
}
.homeRecommend__btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .homeRecommend {
    display: block;
    padding: 0 0 50px;
  }
  .homeRecommend-imgBox {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }
  .homeRecommend-txtBox {
    width: calc(100% - 30px);
    margin: -10px auto 0;
    padding: 25px 15px 20px;
    border-radius: 15px;
  }
  .homeRecommend__secTit {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .homeRecommend__txt {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*------------------------------------------
	.homeWorks
------------------------------------------*/
.homeWorks {
  padding: 50px 0 140px;
}
.homeWorks__secTit {
  margin-bottom: 120px;
}
.homeWorks__secTit::before {
  width: 101px;
  height: 142px;
  background-image: url("../img/bg_tree04.svg");
}
.homeWorks__secTit::after {
  width: 96px;
  height: 145px;
  background-image: url("../img/bg_tree01.svg");
}
.homeWorks-list__item {
  position: relative;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.homeWorks-list__item:nth-of-type(even) .homeWorks-list-txtBox {
  margin: 0 auto 0 0;
}
.homeWorks-list__item:nth-of-type(even) .homeWorks-list__img {
  left: auto;
  right: 0;
}
.homeWorks-list__item:last-of-type {
  margin-bottom: 0;
}
.homeWorks-list-txtBox {
  width: 53%;
  margin: 0 0 0 auto;
}
.homeWorks-list__tit {
  margin: 0 auto 45px 11px;
}
.homeWorks-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.4%;
}
.homeWorks-list__txt + .homeWorks-list__txt {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #2F8DFC;
  padding: 10px;
  text-align: center;
}
.homeWorks-list__txt + .homeWorks-list__txt span {
  font-size: 32px;
  padding-left: 10px;
  color: #2F8DFC;
}
@media screen and (min-width: 769px) {
  .homeWorks__secTit::before {
    left: 5px;
  }
  .homeWorks__secTit::after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .homeWorks {
    padding: 50px 0;
  }
  .homeWorks__secTit {
    margin-bottom: 50px;
  }
  .homeWorks__secTit::before {
    width: 32px;
    height: 50px;
  }
  .homeWorks__secTit::after {
    width: 30px;
    height: 50px;
  }
  .homeWorks-list__item {
    display: block;
    min-height: auto;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .homeWorks-list__item:nth-of-type(even) .homeWorks-list__img {
    float: right;
    margin: 0 0 10px 15px;
  }
  .homeWorks-list-txtBox {
    width: 100%;
    margin: 0 auto;
  }
  .homeWorks-list__tit {
    margin: 0 auto 20px;
    text-align: center;
  }
  .homeWorks-list__tit img {
    width: auto;
    max-height: 25px;
  }
  .homeWorks-list__img {
    position: static;
    width: 45%;
    max-width: 150px;
    float: left;
    margin: 0 15px 10px 0;
  }
  .homeWorks-list__txt {
    font-size: 12px;
  }
  .homeWorks-list__txt + .homeWorks-list__txt {
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #2F8DFC;
    padding: 10px 6px;
    text-align: center;
    line-height: 1.5;
  }
  .homeWorks-list__txt + .homeWorks-list__txt span {
    font-size: 32px;
    padding-left: 10px;
    color: #2F8DFC;
  }
}

/*------------------------------------------
	.homhomeRecruit
------------------------------------------*/
.homeRecruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0 0 50px;
}
.homeRecruit-imgBox {
  width: calc(50% + 490px);
  border-radius: 60px 0 0 0;
  overflow: hidden;
}
.homeRecruit-imgBox img {
  width: 100%;
}
.homeRecruit-txtBox {
  position: relative;
  z-index: 2;
  width: 604px;
  padding: 80px 30px 95px;
  margin: 180px -315px 0 auto;
  background: #fff;
  border-radius: 30px;
}
.homeRecruit__secTit {
  margin-bottom: 20px;
  color: #2F8DFC;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.homeRecruit__txt {
  margin-bottom: 33px;
  text-align: center;
}
.homeRecruit__btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .homeRecruit {
    display: block;
    padding: 0 0 20px;
  }
  .homeRecruit-imgBox {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }
  .homeRecruit-txtBox {
    width: calc(100% - 30px);
    margin: -10px auto 0;
    padding: 25px 15px 20px;
    border-radius: 15px;
  }
  .homeRecruit__secTit {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .homeRecruit__txt {
    text-align: left;
    margin-bottom: 20px;
  }
}

/*------------------------------------------
	.homeSdgs
------------------------------------------*/
.homeSdgs {
  padding: 50px 0 30px;
}
.homeSdgs__secTit {
  margin-bottom: 84px;
}
.homeSdgs__secTit::before {
  width: 73px;
  height: 145px;
  background-image: url("../img/bg_tree05.svg");
}
.homeSdgs__secTit::after {
  width: 145px;
  height: 145px;
  background-image: url("../img/bg_tree06.svg");
}
.homeSdgs__img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .homeSdgs__secTit::after {
    right: -2px;
  }
}
@media screen and (max-width: 768px) {
  .homeSdgs {
    /*		padding: 50px 0 30px;*/
    padding: 50px 0 20px;
  }
  .homeSdgs__secTit {
    /*			margin-bottom: 84px;*/
    margin-bottom: 30px;
  }
  .homeSdgs__secTit::before {
    width: 40px;
    height: 40px;
  }
  .homeSdgs__secTit::after {
    width: 40px;
    height: 40px;
  }
}

/*------------------------------------------
	.homeArea
------------------------------------------*/
.homeArea {
  padding: 50px 0 90px;
}
.homeArea__secTit {
  margin-bottom: 120px;
}
.homeArea__secTit::before {
  width: 96px;
  height: 145px;
  background-image: url("../img/bg_tree01.svg");
}
.homeArea__secTit::after {
  width: 73px;
  height: 145px;
  background-image: url("../img/bg_tree05.svg");
}
.homeArea-box {
  overflow: hidden;
}
.homeArea-box__tit, .homeArea-box__txt {
  float: right;
  width: 53%;
}
.homeArea-box__tit {
  margin: 8px auto 41px;
  color: #2F8DFC;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.5;
}
.homeArea-box__img {
  width: 41.4%;
  float: left;
}
@media screen and (min-width: 769px) {
  .homeArea__secTit::before {
    left: 10px;
  }
  .homeArea__secTit::after {
    right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .homeArea {
    padding: 50px 0 20px;
  }
  .homeArea__secTit {
    margin-bottom: 20px;
  }
  .homeArea__secTit::before {
    width: 30px;
    height: 50px;
  }
  .homeArea__secTit::after {
    width: 45px;
    height: 45px;
  }
  .homeArea-box__tit, .homeArea-box__txt {
    float: none;
    width: 100%;
  }
  .homeArea-box__tit {
    margin: 0 auto 15px;
    font-size: 20px;
    text-align: center;
    line-height: 1.7;
  }
  .homeArea-box__img {
    width: 45%;
    max-width: 150px;
    margin: 0 15px 10px 0;
  }
  .homeArea-box__txt {
    font-size: 12px;
  }
}

/*------------------------------------------
	.homeSupport
------------------------------------------*/
.homeSupport {
  padding: 50px 0 130px;
}
.homeSupport__secTit {
  margin-bottom: 73px;
}
.homeSupport__secTit::before {
  width: 96px;
  height: 145px;
  background-image: url("../img/bg_tree01.svg");
}
.homeSupport__secTit::after {
  width: 97px;
  height: 139px;
  background-image: url("../img/bg_tree03.svg");
}
.homeSupport-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.homeSupport-list__item {
  position: relative;
  width: 28.5%;
  padding: 25px 0 0;
}
.homeSupport-list__item::before {
  content: "";
  display: block;
  background: url("../img/ico_arrow03.svg") no-repeat center/contain;
  width: 19px;
  height: 34px;
  position: absolute;
  top: 140px;
  right: -45px;
}
.homeSupport-list__item:last-of-type::before {
  content: none;
}
.homeSupport-list__num {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
}
.homeSupport-list__img {
  width: 100%;
  margin-bottom: 18px;
}
.homeSupport-list__txt {
  font-weight: 700;
}
.homeSupport-list__txt span {
  font-size: 13px;
}
.homeSupport-contact {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #2F8DFC;
  padding: 10px;
  text-align: center;
}
.homeSupport-contact span {
  font-size: 32px;
  padding-left: 10px;
  color: #2F8DFC;
}
.homeSupport__ttlVoice {
  padding-top: 100px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  color: #2F8DFC;
}
.homeSupport__ttlVoice::before, .homeSupport__ttlVoice::after {
  content: "";
  width: 3px;
  height: 40px;
  background-color: #2F8DFC;
  display: inline-block;
  position: relative;
  top: 8px;
}
.homeSupport__ttlVoice::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.homeSupport__ttlVoice::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
@media screen and (min-width: 769px) {
  .homeSupport__secTit::before {
    left: 3px;
  }
  .homeSupport__secTit::after {
    right: 14px;
  }
}
@media screen and (max-width: 768px) {
  .homeSupport {
    padding: 50px 0;
  }
  .homeSupport__secTit {
    margin-bottom: 30px;
  }
  .homeSupport__secTit::before {
    width: 30px;
    height: 50px;
  }
  .homeSupport__secTit::after {
    width: 35px;
    height: 55px;
  }
  .homeSupport-list {
    display: block;
    width: calc(100% - 30px);
    max-width: 400px;
    margin: 0 auto;
  }
  .homeSupport-list__item {
    width: 100%;
    margin: 0 auto 30px;
    padding: 25px 0 50px;
  }
  .homeSupport-list__item::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .homeSupport-list__item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .homeSupport-list__img {
    width: 80%;
    display: block;
    max-width: 280px;
    margin: 0 auto 20px;
  }
  .homeSupport-list__txt span {
    font-size: 12px;
  }
  .homeSupport-contact {
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #2F8DFC;
    padding: 10px 6px;
    text-align: center;
    line-height: 1.5;
  }
  .homeSupport-contact span {
    font-size: 32px;
    padding-left: 10px;
    color: #2F8DFC;
  }
  .homeSupport__ttlVoice {
    font-size: 17px;
  }
  .homeSupport__ttlVoice::before, .homeSupport__ttlVoice::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2F8DFC;
    display: inline-block;
    position: relative;
    top: 8px;
  }
  .homeSupport__ttlVoice::before {
    margin-right: 10px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .homeSupport__ttlVoice::after {
    margin-left: 10px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}

/*吹き出し*/
.balloon_l,
.balloon_r {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*縦位置を上揃え*/
  /*   align-items: center; */
  /*縦位置を真ん中揃え*/
}

.balloon_r {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.faceicon img {
  width: 120px;
  /*任意のサイズ*/
  height: auto;
}

.balloon_r .faceicon {
  margin-left: 25px;
}

.balloon_l .faceicon {
  margin-right: 25px;
}

.balloon_r .faceicon {
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.says {
  max-width: 640px;
  /*最大幅は任意*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  color: #fff;
  background: #2F8DFC;
  /*色は任意*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  /*   align-items: center; */
}

.says p {
  margin: 8px 0 0 !important;
}

.says p:first-child {
  margin-top: 0 !important;
}

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */
}

.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #2F8DFC;
}

.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #2F8DFC;
}

@media screen and (max-width: 768px) {
  .faceicon img {
    width: 80px;
    /*任意のサイズ*/
    height: auto;
  }
  .says {
    max-width: 260px;
  }
}
/*------------------------------------------
	.homeEvent
------------------------------------------*/
.homeEvent {
  padding: 50px 0 140px;
}
.homeEvent__secTit {
  margin-bottom: 120px;
}
.homeEvent__secTit::before {
  width: 101px;
  height: 142px;
  background-image: url("../img/bg_tree01.svg");
}
.homeEvent__secTit::after {
  width: 96px;
  height: 145px;
  background-image: url("../img/bg_tree05.svg");
}
.homeEvent-list__item {
  position: relative;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.homeEvent-list__item:nth-of-type(even) .homeEvent-list-txtBox {
  margin: 0 auto 0 0;
}
.homeEvent-list__item:nth-of-type(even) .homeEvent-list__img {
  left: auto;
  right: 0;
}
.homeEvent-list__item:last-of-type {
  margin-bottom: 0;
}
.homeEvent-list-txtBox {
  width: 45%;
  margin: 0 0 0 auto;
}
.homeEvent-list__tit {
  margin-bottom: 30px;
  color: #2F8DFC;
  font-size: 42px;
  font-weight: 700;
}
.homeEvent-list__txt {
  margin-bottom: 20px;
}
.homeEvent-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
}
.homeEvent-guidance {
  margin: 48px auto 80px;
  padding: 48px 56px 56px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E38C00;
  -webkit-box-shadow: 0 4px 0 #E38C00;
          box-shadow: 0 4px 0 #E38C00;
}
.homeEvent-guidance__tit {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  line-height: 1.75;
}
.homeEvent-guidance__caution {
  margin-top: 35px;
  font-weight: 700;
  font-size: 19px;
  color: #E38C00;
  line-height: 2;
}
.homeEvent-guidance__note {
  margin-top: 35px;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.72;
  text-indent: -1em;
}
.homeEvent-contact {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 20px;
  border: 2px solid #2F8DFC;
  padding: 10px;
  text-align: center;
}
.homeEvent-contact span {
  font-size: 32px;
  padding-right: 10px;
  color: #2F8DFC;
}
@media screen and (min-width: 769px) {
  .homeEvent__secTit::before {
    left: 5px;
  }
  .homeEvent__secTit::after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .homeEvent {
    padding: 50px 0;
  }
  .homeEvent__secTit {
    margin-bottom: 50px;
  }
  .homeEvent__secTit::before {
    width: 32px;
    height: 50px;
  }
  .homeEvent__secTit::after {
    width: 30px;
    height: 50px;
  }
  .homeEvent-list__item {
    display: block;
    min-height: auto;
    margin-bottom: 30px;
    overflow: hidden;
  }
  .homeEvent-list__item:nth-of-type(even) .homeEvent-list__img {
    margin: 0 auto;
  }
  .homeEvent-list-txtBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .homeEvent-list__tit {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .homeEvent-list__img {
    position: relative;
    width: 80%;
    margin: 0 auto 10px;
  }
  .homeEvent-list__txt {
    font-size: 14px;
    text-align: center;
  }
  .homeEvent-guidance {
    margin: 32px auto 0;
    padding: 30px 20px;
  }
  .homeEvent-guidance__tit {
    font-size: 20px;
  }
  .homeEvent-guidance__caution {
    margin-top: 24px;
    font-size: 15px;
  }
  .homeEvent-guidance__note {
    margin-top: 24px;
    font-size: 12px;
  }
  .homeEvent-contact {
    margin-top: 1.5rem;
    font-weight: bold;
    font-size: 16px;
    border: 2px solid #2F8DFC;
    padding: 10px 6px;
    text-align: center;
    line-height: 1.5;
  }
  .homeEvent-contact span {
    font-size: 32px;
    padding-right: 10px;
    color: #2F8DFC;
  }
}

/*------------------------------------------
	.homePhoto
------------------------------------------*/
.homePhoto {
  padding: 50px 0 140px;
}
.homePhoto__secTit {
  margin-bottom: 120px;
}
.homePhoto__secTit::before {
  width: 101px;
  height: 142px;
  background-image: url("../img/bg_tree04.svg");
}
.homePhoto__secTit::after {
  width: 96px;
  height: 145px;
  background-image: url("../img/bg_tree01.svg");
}
.homePhoto-list__item {
  position: relative;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.homePhoto-list__item:nth-of-type(even) .homePhoto-list-txtBox {
  margin: 0 auto 0 0;
}
.homePhoto-list__item:nth-of-type(even) .homePhoto-list__img {
  left: auto;
  right: 0;
}
.homePhoto-list__item:last-of-type {
  margin-bottom: 0;
}
.homePhoto-list-txtBox {
  width: 45%;
  margin: 0 0 0 auto;
}
.homePhoto-list__tit {
  margin: 0 auto 45px 11px;
}
.homePhoto-list__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 51%;
}
@media screen and (min-width: 769px) {
  .homePhoto__secTit::before {
    left: 5px;
  }
  .homePhoto__secTit::after {
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .homePhoto {
    padding: 50px 0;
  }
  .homePhoto__secTit {
    margin-bottom: 50px;
  }
  .homePhoto__secTit::before {
    width: 32px;
    height: 50px;
  }
  .homePhoto__secTit::after {
    width: 30px;
    height: 50px;
  }
  .homePhoto-list__item {
    display: block;
    min-height: auto;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .homePhoto-list__item:nth-of-type(even) .homePhoto-list__img {
    margin: 0 auto;
  }
  .homePhoto-list-txtBox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .homePhoto-list__tit {
    margin: 0 auto 20px;
    text-align: center;
  }
  .homePhoto-list__tit__img {
    max-height: 74px !important;
  }
  .homePhoto-list__tit img {
    width: auto;
    max-height: 44px;
  }
  .homePhoto-list__img {
    position: relative;
    width: 80%;
    margin: 0 auto 10px;
  }
  .homePhoto-list__txt {
    font-size: 14px;
    text-align: center;
  }
}

/*------------------------------------------
	.homeCompany
------------------------------------------*/
.homeCompany {
  padding: 123px 0 72px;
}
.homeCompany__secTit::before {
  width: 150px;
  height: 145px;
  background-image: url("../img/bg_tree07.svg");
}
.homeCompany__secTit::after {
  width: 108px;
  height: 141px;
  background-image: url("../img/bg_tree02.svg");
}
.homeCompany-box {
  padding: 65px 80px 80px;
  background: #fff;
  border-radius: 30px;
}
.homeCompany th,
.homeCompany td {
  padding: 15px 0;
  line-height: 1.625;
  vertical-align: top;
}
.homeCompany th {
  width: 135px;
  font-weight: 700;
  border-bottom: 1px solid #2F8DFC;
  color: #2F8DFC;
}
.homeCompany td {
  border-bottom: 1px solid #D9D9D9;
}
@media screen and (min-width: 769px) {
  .homeCompany__secTit::before {
    left: -20px;
  }
  .homeCompany__secTit::after {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .homeCompany {
    padding: 50px 0;
  }
  .homeCompany__secTit::before {
    width: 40px;
    height: 40px;
  }
  .homeCompany__secTit::after {
    width: 35px;
    height: 35px;
  }
  .homeCompany-box {
    padding: 10px 20px 20px;
    border-radius: 15px;
  }
  .homeCompany th,
  .homeCompany td {
    width: 100%;
    display: block;
    padding: 10px 0;
  }
  .homeCompany td {
    font-size: 12px;
  }
}

/*------------------------------------------
	.homeMap
------------------------------------------*/
.homeMap {
  height: 460px;
}
.homeMap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .homeMap {
    height: 250px;
  }
}

/*============================================================================================================
	recommend
============================================================================================================*/
/*------------------------------------------
	.recommendMv
------------------------------------------*/
.recommendMv-txtBox {
  top: 28.3%;
}
.recommendMv__txt01 {
  width: 46.3%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .recommendMv-txtBox {
    top: 45%;
  }
  .recommendMv__txt01 {
    width: 90%;
  }
}

/*------------------------------------------
	.recommendProducts
------------------------------------------*/
.recommendProducts {
  padding: 60px 0 120px;
}
.recommendProducts__secTit {
  margin-bottom: 64px;
}
.recommendProducts__secTit::before {
  width: 97px;
  height: 139px;
  background-image: url("../img/bg_tree03.svg");
}
.recommendProducts__secTit::after {
  width: 108px;
  height: 141px;
  background-image: url("../img/bg_tree02.svg");
}
.recommendProducts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 80px;
}
.recommendProducts-list__item {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e38c00;
  -webkit-box-shadow: 0 4px 0 #e38c00;
          box-shadow: 0 4px 0 #e38c00;
}
.recommendProducts-list-imgBox {
  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: 200px;
  margin: 0 auto 15px;
}
.recommendProducts-list__name {
  min-height: 75px;
  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;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.recommendProducts-list__txt {
  margin-top: 18px;
  font-size: 14px;
  line-height: 1.5;
}
.recommendProducts-bnr {
  width: calc(100% - 8px);
  margin-bottom: 80px;
  padding: 9px;
  border-radius: 20px;
  background: #e38c00;
  -webkit-box-shadow: 8px 8px 0 #9f6200;
          box-shadow: 8px 8px 0 #9f6200;
}
.recommendProducts-bnr-in {
  position: relative;
  padding: 14px 80px 35px 0;
  border: 1px solid #fff;
  border-radius: 16px;
}
.recommendProducts-bnr-in::before {
  content: "";
  display: block;
  background: url("../img/recommend/img_check01.webp") no-repeat center/contain;
  width: 230px;
  height: 250px;
  position: absolute;
  top: -50px;
  left: 50px;
}
.recommendProducts-bnr__txt {
  display: table;
  margin: 0 0 0 auto;
}
.recommendProducts-bnr__btn {
  width: 430px;
  max-width: 100%;
  margin: 20px 40px 0 auto;
  border-radius: 50px;
  color: #de4400;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
.recommendProducts-bnr__btn a {
  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: 60px;
  padding: 0 45px;
  background: #fff072 url("../img/ico_arrow04.svg") no-repeat right 33px center;
  border-radius: inherit;
}
.recommendProducts__contact {
  margin: 0 auto 80px;
}
.recommendProducts-movie {
  width: 960px;
  height: 540px;
  margin: 0 auto 60px;
}
.recommendProducts-movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .recommendProducts__secTit::before {
    left: -30px;
  }
  .recommendProducts__secTit::after {
    right: -30px;
  }
  .recommendProducts-list__item {
    width: 31.6%;
    padding: 45px 20px 48px;
    margin-right: 2.6%;
  }
  .recommendProducts-list__item:nth-of-type(3), .recommendProducts-list__item:last-of-type {
    margin-right: 0 !important;
  }
  .recommendProducts-list__item.is-bottom {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 40px;
    padding: 27px 19px 29px;
  }
  .recommendProducts-list__item.is-bottom .recommendProducts-list-imgBox {
    margin-bottom: 20px;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .recommendProducts {
    padding: 50px 0;
  }
  .recommendProducts__secTit {
    margin-bottom: 30px;
  }
  .recommendProducts__secTit::before {
    width: 35px;
    height: 55px;
  }
  .recommendProducts__secTit::after {
    width: 35px;
    height: 45px;
  }
  .recommendProducts-list {
    display: block;
    margin-bottom: 40px;
  }
  .recommendProducts-list__item {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  .recommendProducts-list__item:last-of-type {
    margin-bottom: 0;
  }
  .recommendProducts-list-imgBox {
    width: 90px;
    height: 90px;
    margin: 0;
  }
  .recommendProducts-list-imgBox img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .recommendProducts-list__name {
    width: calc(100% - 120px);
    font-size: 18px;
    text-align: left;
    min-height: auto;
    display: initial;
  }
  .recommendProducts-list__txt {
    font-size: 12px;
  }
  .recommendProducts-bnr {
    width: calc(100% - 4px);
    margin-bottom: 50px;
    padding: 4px;
    border-radius: 15px;
    -webkit-box-shadow: 4px 4px 0 #9f6200;
            box-shadow: 4px 4px 0 #9f6200;
  }
  .recommendProducts-bnr-in {
    padding: 40px 15px 20px;
    border-radius: 12px;
  }
  .recommendProducts-bnr-in::before {
    width: 115px;
    height: 125px;
    top: -80px;
    right: 0;
    left: 0;
    margin: auto;
  }
  .recommendProducts-bnr__txt {
    margin: 0 auto 25px;
  }
  .recommendProducts-bnr__btn {
    margin: 0 auto;
    font-size: 16px;
  }
  .recommendProducts-bnr__btn a {
    padding: 0 20px;
    background-position: right 15px center;
    background-size: 8px;
  }
  .recommendProducts__contact {
    margin-bottom: 50px;
  }
  .recommendProducts-movie {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto 90px;
    aspect-ratio: 16/9;
  }
  .recommendProducts-movie iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*============================================================================================================
	office
============================================================================================================*/
/*------------------------------------------
	.officeMv
------------------------------------------*/
.officeMv-txtBox {
  top: 37%;
}
.officeMv__txt01 {
  width: 20.2%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .officeMv-txtBox {
    top: 45%;
  }
  .officeMv__txt01 {
    width: 60%;
  }
}

/*------------------------------------------
	.officeInfo
------------------------------------------*/
.officeInfo {
  padding: 114px 0 100px;
}
.officeInfo__secTit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
  padding: 0 0 0 138px;
}
.officeInfo__secTit::before {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #2F8DFC;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.officeInfo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.officeInfo-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 31.7%;
  margin-right: 2.45%;
  text-align: center;
}
.officeInfo-list-txtBox {
  width: 100%;
  margin-bottom: 25px;
}
.officeInfo-list__name {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 22px;
}
.officeInfo-list__name::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #2F8DFC;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.officeInfo-list__address {
  margin-bottom: 3px;
  letter-spacing: 0;
}
.officeInfo-list__tel {
  font-size: 14px;
  letter-spacing: 0;
}
.officeInfo-list__map {
  width: 100%;
  margin: auto auto 0;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.officeInfo-list__map a {
  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: 70px;
  padding: 0 50px;
  border-radius: inherit;
  background: #2F8DFC url("../img/ico_arrow01.svg") no-repeat right 37px center;
  border-radius: inherit;
}
@media screen and (min-width: 769px) {
  .officeInfo-list__item:nth-of-type(3n) {
    margin-right: 0;
  }
  .officeInfo-list__item:nth-of-type(n + 4) {
    margin-top: 53px;
  }
}
@media screen and (max-width: 768px) {
  .officeInfo {
    padding: 50px 0;
  }
  .officeInfo__secTit {
    margin-bottom: 30px;
    padding-left: 50px;
  }
  .officeInfo__secTit::before {
    width: 35px;
    height: 1px;
  }
  .officeInfo__secTit img {
    width: auto;
    max-height: 25px;
  }
  .officeInfo-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .officeInfo-list__item {
    width: calc(50% - 10px);
    margin: 0;
    text-align: left;
  }
  .officeInfo-list__item:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .officeInfo-list-txtBox {
    margin-bottom: 10px;
  }
  .officeInfo-list__name {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .officeInfo-list__name::before {
    height: 1px;
    right: auto;
  }
  .officeInfo-list__address {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.7;
  }
  .officeInfo-list__tel {
    font-size: 11px;
    line-height: 1.7;
  }
  .officeInfo-list__map {
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .officeInfo-list__map a {
    height: 40px;
    padding: 0 10px;
    background-position: right 5px center;
    background-size: 4px;
  }
}
@media screen and (max-width: 360px) {
  .officeInfo-list__item {
    width: calc(50% - 5px);
  }
}

/*============================================================================================================
	contact
============================================================================================================*/
/*------------------------------------------
	.contactMv
------------------------------------------*/
.contactMv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 15px 98px;
  height: 418px;
}
.contactMv img {
  width: 100%;
}
.contactMv__txt01 {
  width: 99.8%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contactMv {
    height: 200px;
    padding: 0 20px 65px;
  }
  .contactMv__txt01 {
    max-width: 500px;
  }
}

/*------------------------------------------
	.contactInfo
------------------------------------------*/
.contactInfo {
  padding: 115px 0 120px;
}
.contactInfo__lead {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .contactInfo {
    padding: 50px 0;
  }
  .contactInfo__lead {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
}
.contactInfo__contact {
  margin: 0 auto;
}

.contactInfo-products {
  margin: 0 auto 80px;
  padding: 30px 22px 33px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #E38C00;
  -webkit-box-shadow: 0 4px 0 #E38C00;
          box-shadow: 0 4px 0 #E38C00;
}
.contactInfo-products__tit {
  margin-bottom: 23px;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}
.contactInfo-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px;
}
.contactInfo-products-list__item {
  padding: 0 12px;
  border-right: 1px solid #D9D9D9;
}
.contactInfo-products-list__item:last-of-type {
  border: none;
}
.contactInfo-products-list__num {
  display: block;
  margin: 0 auto 20px;
}
.contactInfo-products-list-imgBox {
  margin: 0 auto 6px;
  text-align: center;
}
.contactInfo-products-list-imgBox img {
  width: 100%;
}
.contactInfo-products-list-child__item {
  position: relative;
  padding: 0 0 0 7px;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0;
}
.contactInfo-products-list-child__item::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #231815;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
.contactInfo-products__note {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.72;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .contactInfo-products {
    padding: 15px;
    margin-bottom: 50px;
    border-radius: 15px;
  }
  .contactInfo-products__tit {
    margin-bottom: 0;
    font-size: 20px;
  }
  .contactInfo-products-list {
    display: block;
  }
  .contactInfo-products-list__item {
    padding: 20px 0;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .contactInfo-products-list__item:last-of-type {
    padding-bottom: 0;
  }
  .contactInfo-products-list__num {
    width: 50px;
    margin-bottom: 10px;
  }
  .contactInfo-products-list-imgBox img {
    max-width: 200px;
  }
  .contactInfo-products-list-child {
    max-width: 200px;
    margin: 0 auto;
  }
  .contactInfo-products-list-child__item {
    padding-left: 10px;
    font-size: 14px;
  }
  .contactInfo-products__note {
    font-size: 12px;
  }
}

.contactInfo-form {
  padding: 60px 80px 80px;
  background: #fff;
  border-radius: 30px;
}
.contactInfo-form-caution {
  margin-top: 40px;
}
.contactInfo-form-caution_ttl {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 10px;
}
.contactInfo-form-caution_txt {
  padding: 32px;
  background: #FCFAF9;
  font-size: 14px;
}
.contactInfo-form-agree {
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
}
.contactInfo-form th, .contactInfo-form td {
  padding: 20px 0 10px;
}
.contactInfo-form th {
  width: 140px;
  border-bottom: 1px solid #2F8DFC;
  color: #2F8DFC;
  font-weight: 700;
  line-height: 1.625;
  vertical-align: bottom;
}
.contactInfo-form th span {
  font-size: 12px;
}
.contactInfo-form td {
  padding-left: 55px;
  vertical-align: middle;
}
.contactInfo-form input[type=text],
.contactInfo-form input[type=tel],
.contactInfo-form input[type=email],
.contactInfo-form select,
.contactInfo-form textarea {
  width: 100%;
  padding: 5px 15px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  background: #F9F7E8;
  font-size: inherit;
  font-family: inherit;
  -webkit-appearance: none;
}
.contactInfo-form input[type=text]:-ms-input-placeholder,
.contactInfo-form input[type=tel]:-ms-input-placeholder,
.contactInfo-form input[type=email]:-ms-input-placeholder,
.contactInfo-form select:-ms-input-placeholder,
.contactInfo-form textarea:-ms-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::-webkit-input-placeholder, .contactInfo-form input[type=tel]::-webkit-input-placeholder, .contactInfo-form input[type=email]::-webkit-input-placeholder, .contactInfo-form select::-webkit-input-placeholder, .contactInfo-form textarea::-webkit-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::-moz-placeholder, .contactInfo-form input[type=tel]::-moz-placeholder, .contactInfo-form input[type=email]::-moz-placeholder, .contactInfo-form select::-moz-placeholder, .contactInfo-form textarea::-moz-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]:-ms-input-placeholder, .contactInfo-form input[type=tel]:-ms-input-placeholder, .contactInfo-form input[type=email]:-ms-input-placeholder, .contactInfo-form select:-ms-input-placeholder, .contactInfo-form textarea:-ms-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::-ms-input-placeholder, .contactInfo-form input[type=tel]::-ms-input-placeholder, .contactInfo-form input[type=email]::-ms-input-placeholder, .contactInfo-form select::-ms-input-placeholder, .contactInfo-form textarea::-ms-input-placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text]::placeholder,
.contactInfo-form input[type=tel]::placeholder,
.contactInfo-form input[type=email]::placeholder,
.contactInfo-form select::placeholder,
.contactInfo-form textarea::placeholder {
  color: #A7A7A7;
}
.contactInfo-form input[type=text],
.contactInfo-form input[type=tel],
.contactInfo-form input[type=email],
.contactInfo-form select {
  height: 46px;
}
.contactInfo-form select,
.contactInfo-form input[type=radio],
.contactInfo-form button {
  cursor: pointer;
}
.contactInfo-form select {
  width: 280px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F9F7E8 url(../img/ico_select01.svg) no-repeat right 20px center;
}
.contactInfo-form select::-ms-expand {
  display: none;
}
.contactInfo-form button {
  display: block;
  margin: 64px auto 0;
  width: 340px;
  max-width: 100%;
  height: 80px;
  padding: 0 40px;
  border-radius: 50px;
  background: #2F8DFC url("../img/ico_arrow01.svg") no-repeat right 35px center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contactInfo-form button:hover {
  opacity: 0.7;
}
.contactInfo-form .btnBack {
  background: #A0A0A0 url("../img/ico_arrow01.svg") no-repeat right 35px center;
}
.contactInfo-form-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contactInfo-form-radio {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactInfo-form-radio input {
  display: none;
}
.contactInfo-form-radio-lever {
  cursor: pointer;
  display: block;
  padding: 0 0 0 33px;
}
.contactInfo-form-radio-lever::before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 4px;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #2F8DFC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contactInfo-form-radio-lever::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 50%;
  background: #2F8DFC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.contactInfo-form-radio input[type=radio]:checked + .contactInfo-form-radio-lever:after {
  display: block;
}
@media screen and (max-width: 768px) {
  .contactInfo-form {
    padding: 15px;
    border-radius: 15px;
  }
  .contactInfo-form th, .contactInfo-form td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  .contactInfo-form th {
    font-size: 15px;
  }
  .contactInfo-form input[type=text],
  .contactInfo-form input[type=tel],
  .contactInfo-form input[type=email],
  .contactInfo-form select,
  .contactInfo-form textarea {
    padding: 10px;
  }
  .contactInfo-form input[type=text],
  .contactInfo-form input[type=tel],
  .contactInfo-form input[type=email],
  .contactInfo-form select {
    height: 50px;
  }
  .contactInfo-form select {
    width: 100%;
    padding-right: 20px;
    background-position: right 10px center;
    background-size: 10px;
  }
  .contactInfo-form button {
    margin-top: 20px;
    height: 60px;
    background-position: right 15px center;
    font-size: 16px;
  }
  .contactInfo-form-btnWrap {
    display: block;
  }
  .contactInfo-form-radio {
    display: block;
    margin: 0 0 10px;
  }
  .contactInfo-form-radio:last-of-type {
    margin-bottom: 0;
  }
  .contactInfo-form-radio-lever {
    padding-left: 30px;
  }
  .contactInfo-form-radio-lever::before {
    width: 20px;
    height: 20px;
  }
  .contactInfo-form-radio-lever::after {
    width: 12px;
    height: 12px;
    top: 8px;
    left: 3px;
  }
}
/*# sourceMappingURL=style.css.map */