@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
em, img, q, s, small, strong,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section, summary,
time, mark, audio, video,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol, ul {
  list-style: none;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input, select {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, html [type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

blockquote, q {
  quotes: none;
}

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

body {
  font-family: "Noto Sans JP", Serif;
}

a, a img, button, [type=button], [type=reset], [type=submit] {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*===================================================================
  start up reset
===================================================================*/
body {
  background: transparent;
  color: inherit;
  font-weight: normal;
  line-height: normal;
  background-color: #000;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
}

a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
}

/*===================================================================
	サイト基礎
===================================================================*/
body {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-size: 16px;
  color: #333333;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
a img {
  transition: opacity 0.15s ease-out;
}
a img:hover {
  opacity: 0.5;
}

/*===================================================================
	ヘッダー
===================================================================*/
.site-header {
  background-color: rgba(255, 255, 255);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .site-header {
    height: 60px;
  }
}
.site-header .site-header__wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__wrapper {
    height: 60px;
  }
}
.site-header .site-header__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box {
    height: 60px;
    align-items: center;
    justify-content: center;
  }
}


.site-header .site-header__box .sp-apply {
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 2.8vw;
  background-color: #F57060;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .sp-apply {
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.site-header .site-header__box .sp-apply a{
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 2.8vw;
  background-color: #F57060;
  color: #fff;
}


.site-header .site-header__box .logo {
  width: 25%;
  margin-left: 30px;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .logo {
    width: 100%;
    max-width: 300px;
    padding-right: 30px;
    margin-left: unset;
  }
}
.site-header .site-header__box .logo h1 {
  height: 100px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .logo h1 {
    height: auto;
    justify-content: center;
  }
}
.site-header .site-header__box .logo h1 a {
  display: block;
}
.site-header .site-header__box .menu {
  width: 70.8333333333%;
  align-self: center;
  font-family: "Roboto", "Helvetica Neue", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .menu nav {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transform: translateY(-100%);
    transition: 0.4s;
  }
  .site-header .site-header__box .menu nav.is-active {
    transform: translateY(0);
    z-index: 1;
  }
}
.site-header .site-header__box .menu nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.site-header .site-header__box .menu nav ul li {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .menu nav ul li {
    width: 100% !important;
    text-align: center;
  }
}
.site-header .site-header__box .menu nav ul li a {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 2vw;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .menu nav ul li a {
    height: auto;
    display: block;
    padding: 1em 0;
  }
}
.site-header .site-header__box .menu nav ul li img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .menu nav ul li img {
    width: auto;
  }
}
.site-header .site-header__box .menu nav ul li:last-child a {
  margin: 0 0 0 1.5em;
  padding: 0 2.8vw;
  background-color: #F57060;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .site-header .site-header__box .menu nav ul li:last-child a {
    margin: 0;
    padding: 1em;
  }
}

.site-header__toggle {
  display: none;
}
.site-header__toggle:hover {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .site-header__toggle,
.site-header__toggle span {
    display: block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .site-header__toggle {
    background-color: #000;
    border-radius: 50px;
    position: fixed;
    top: 8px;
    left: 8px;
    width: 36px;
    height: 34px;
    padding: 24px;
    box-sizing: content-box;
    z-index: 9999;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle {
    width: 20px;
    height: 18px;
    padding: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle span {
    position: absolute;
    left: 24px;
    width: calc(100% - (24px * 2));
    height: 6px;
    background-color: #fff;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle span {
    left: 14px;
    width: calc(100% - (14px * 2));
    height: 2px;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle span:nth-of-type(1) {
    top: 26px;
    animation: menu-bar01 0.75s forwards;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle span:nth-of-type(1) {
    top: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle span:nth-of-type(2) {
    top: 38px;
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle span:nth-of-type(2) {
    top: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle span:nth-of-type(3) {
    bottom: 26px;
    animation: menu-bar02 0.75s forwards;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle span:nth-of-type(3) {
    bottom: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle.is-active {
    background-color: #444;
  }
  .site-header__toggle.is-active span {
    background-color: #fff;
  }
  .site-header__toggle.is-active span:nth-of-type(1) {
    top: 30px;
    animation: active-menu-bar01 0.75s forwards;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle.is-active span:nth-of-type(1) {
    top: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle.is-active span:nth-of-type(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .site-header__toggle.is-active span:nth-of-type(3) {
    bottom: 30px;
    animation: active-menu-bar03 0.75s forwards;
  }
}
@media screen and (max-width: 1000px) and (max-width: 1000px) {
  .site-header__toggle.is-active span:nth-of-type(3) {
    bottom: 14px;
  }
}
/*--------------------------------
  keyframes
--------------------------------*/
@keyframes menu-bar01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
/*===================================================================
	メイン
===================================================================*/
.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 1000px) {
  .wrapper {
    padding: 60px 0 0;
  }
}

.main-contents {
  width: 100%;
  text-align: left;
}

/*===================================================================
	フッター
===================================================================*/
.scroll-top #scroll-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../../images/ico-pagetop.svg);
  border: 0;
}
@media screen and (max-width: 768px) {
  .scroll-top #scroll-top {
    width: 40px;
    height: 40px;
  }
}
.scroll-top #scroll-top:hover {
  opacity: 0.8;
}

.site-footer {
  clear: both;
  padding: 2.5em 0 7em;
  background-color: #333333;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 2.5em 0 7em;
  }
}
@media screen and (max-width: 768px) {
  .site-footer .site-footer_btm .site-footer_btm_body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.site-footer .site-footer_btm .site-footer_btm_copy {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
}

.footmenu {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 370px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
.footmenu .footmenu-body {
  padding: 0.75em 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 30px;
}
.footmenu .footmenu-body .tit {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  height: 90px;
  display: flex;
  align-items: center;
}
.footmenu .footmenu-body .tit span {
  color: #EBD301;
}
.footmenu .footmenu-body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footmenu .footmenu-body ul li {
  height: 90px;
  display: flex;
  align-items: center;
}
.footmenu .footmenu-body ul > *+* {
  margin-left: 20px;
}