@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

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

i {
  font-style: normal;
}

@font-face {
  font-family: 'DINPro';
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/DINPro-Bold tr.woff") format("woff");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.875;
  color: #4d4d4d;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.clearfix {
  clear: both;
}

a {
  color: #4d4d4d;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover {
  opacity: .8;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

.t-bold {
  font-weight: 700;
}

.inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: auto;
}

.section {
  padding: 90px 0;
}

.section:first-child {
  padding-top: 200px;
}

.cmn_btn {
  text-align: center;
}

.cmn_btn a, .cmn_btn input {
  color: #fff;
  padding: 20px 80px 20px 60px;
  min-width: 400px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .06em;
  border-radius: 50px;
  background: url(../img/ico_arrow.png) no-repeat right 30px center/20px, #f56e00;
  border: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: inline-block;
}

.cmn_btn.cmn_btn_back a, .cmn_btn.cmn_btn_back input {
  background: url(../img/ico_back.png) no-repeat left 30px center/20px, #f56e00;
  padding: 20px 60px 20px 80px;
}

.cmn_btn2 a {
  padding: 20px 80px;
  background: url(../img/ico_mail.png) no-repeat left 45px center/25px, url(../img/ico_arrow.png) no-repeat right 30px center/20px, #06c283;
  /**
			display: flex;
			justify-content: center;
			align-items: center;
			width: fit-content;
			margin: auto;
			
			&:before {
				content: "";
				width: 25px;
				height: 20px;
				background: url(../img/ico_mail.png) no-repeat center /contain;
				margin-right: 5px;
				display: inline-block;
			}
			**/
}

.cmn_ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 60px;
}

.cmn_ttl span {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .28em;
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cmn_ttl span:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #4d4d4d;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/** -------------------------
  HEADER
 ------------------------- **/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.header .h_inner {
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1366px;
}

.header .h_nav {
  margin: 0 40px 0 auto;
}

.header .menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.28em;
}

.header .menu_list a {
  font-size: 1.7rem;
  letter-spacing: .14em;
  font-weight: 700;
}

.header .tel {
  margin-right: 20px;
}

.header .tel .num {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}

.header .tel .sub {
  font-size: 1.1rem;
  letter-spacing: .04em;
}

.header .btn {
  flex-shrink: 0;
}

.header .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;
  column-gap: 10px;
  width: 228px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.2167;
  border-radius: 50px;
  /*background: url(../img/ico_mail.png) no-repeat left 30px center/18px 14px, #06c283;*/
  background: #06c283;
  border: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.header .btn a:before {
  content: "";
  width: 18px;
  height: 15px;
  background: url(../img/ico_mail.png) no-repeat center /contain;
  flex-shrink: 0;
}

/** -------------------------
  FOOTER
 ------------------------- **/
.footer {
  background: #4d4d4d;
  color: #fff;
}

.footer .f_inner {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.footer .copy small {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .14em;
}

.footer .link a {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .14em;
  color: #fff;
}

@media (max-width: 1279px) {
  body {
    font-size: 1.2rem;
  }
  body.on {
    overflow-y: hidden;
  }
  body.on:before {
    display: block;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .section {
    padding: 30px 0;
  }
  .section:first-child {
    padding-top: 80px;
  }
  .cmn_btn a, .cmn_btn input {
    padding: 10px 40px 10px 30px;
    min-width: auto;
    font-size: 1.5rem;
    width: 80%;
    background-position: right 15px center;
    background-size: 15px;
  }
  .cmn_btn.cmn_btn_back a, .cmn_btn.cmn_btn_back input {
    padding: 10px 30px 10px 40px;
    background-position: left 15px center;
    background-size: 15px;
  }
  .cmn_btn2 a {
    padding: 10px 40px;
    background-position: left 20px center, right 15px center;
    background-size: 20px, 15px;
    width: 92%;
  }
  .cmn_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .cmn_ttl span {
    font-size: 1.1rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .cmn_ttl span:after {
    width: 25px;
    height: 1.5px;
  }
  /** -------------------------
	  HEADER
	 ------------------------- **/
  .header .h_inner {
    padding: 0;
    background: #fff;
  }
  .header .logo {
    width: 47px;
    padding-left: 10px;
  }
  .header .h_nav {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    background: #4d4d4d;
    z-index: -1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    transform: translateY(-100%);
  }
  .header .h_nav .menu_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .h_nav .menu_list_item {
    border-bottom: 1px solid #fff;
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .header .h_nav .menu_list_item:last-child {
    border-bottom: 0;
  }
  .header .h_nav .menu_list_item a {
    color: #fff;
    margin: 0;
    font-size: 1.3rem;
    padding: 20px;
    display: block;
  }
  .header .h_nav.on {
    transform: translateY(0);
  }
  .header .sp_menu {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #fff;
    background: #06c283;
  }
  .header .sp_menu_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .sp_menu.contact {
    width: 88px;
  }
  .header .sp_menu.contact img {
    width: 13px;
    margin-bottom: 5px;
  }
  .header .sp_menu.tel {
    margin-right: 0;
  }
  .header .sp_menu.tel img {
    width: 13.5px;
    margin-bottom: 5px;
  }
  .header .sp_menu.hamburger {
    background: #ff9209;
  }
  .header .sp_menu.hamburger .sp_menu_inner {
    position: relative;
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
  }
  .header .sp_menu.hamburger .sp_menu_inner span {
    background: #fff;
    width: 100%;
    height: 2.5px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .header .sp_menu.hamburger .sp_menu_inner span:first-child {
    top: 0;
  }
  .header .sp_menu.hamburger .sp_menu_inner span:nth-child(2), .header .sp_menu.hamburger .sp_menu_inner span:nth-child(3) {
    top: 0;
    bottom: 0;
  }
  .header .sp_menu.hamburger .sp_menu_inner span:last-child {
    bottom: 0;
  }
  .header .sp_menu.hamburger.on .sp_menu_inner span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .sp_menu.hamburger.on .sp_menu_inner span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header .sp_menu.hamburger.on .sp_menu_inner span:first-child, .header .sp_menu.hamburger.on .sp_menu_inner span:last-child {
    opacity: 0;
  }
  .header .sp_menu span {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    display: block;
  }
  /** -------------------------
	  FOOTER
	 ------------------------- **/
  .footer .f_inner {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    align-items: flex-start;
  }
  .footer .copy {
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .copy small {
    font-size: 1.1rem;
  }
  .footer .link {
    margin-bottom: 10px;
  }
  .footer .link a {
    font-size: 1.1rem;
  }
}

@media (max-width: 330px) {
  html {
    font-size: 55%;
  }
}
