@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
  font-size: 10px;
  line-height: 1.8;
  color: #242533;
  width: 100%;
  overflow-x: hidden;
}

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

p {
  font-size: 1.4em;
}
@media (min-width: 769px) {
  p {
    font-size: 1.6em;
  }
}

a {
  color: #ffffff;
  background: #F47808;
  text-decoration: none;
  display: block;
  font-size: 1.6em;
  border-radius: 6px;
  padding: 10px 0;
  text-align: center;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

h1, h2, h3, h4, h5 {
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  h1, h2, h3, h4, h5 {
    margin-bottom: 40px;
  }
}

h2 {
  color: #000000;
  font-size: 2.2em;
  position: relative;
}
@media (min-width: 769px) {
  h2 {
    font-size: 3em;
  }
}
/* h2::after {
  width: 50px;
  height: 2px;
  background: #000000;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
} */
h2 span {
  font-size: 1.6em;
}

/* h3 {
  color: #65AAAE;
  font-size: 2.6em;
  line-height: 1.5;
} */
@media (min-width: 769px) {
  h3 {
    font-size: 3.6em;
  }
}

picture {
  display: block;
  margin: 0 auto;
}
picture img {
  margin: 0 auto;
}

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

ul {
  list-style: none;
}

section {
  padding: 50px 0;
}
@media (min-width: 769px) {
  section {
    padding: 70px 0;
  }
}

div.-inner {
  width: 92%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  div.-inner {
    max-width: 980px;
    width: 80%;
  }
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border: none;
  outline: none;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
}

textarea {
  font-family: YuGothic, "Yu Gothic", "Yu Gothic UI", "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Arial", sans-serif;
}

input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}

.is_pc {
  display: none;
}
@media (min-width: 769px) {
  .is_pc {
    display: block;
  }
}

.is_sp {
  display: block;
}
@media (min-width: 769px) {
  .is_sp {
    display: none;
  }
}

#header {
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  #header {
    height: 70px;
  }
}
#header div.-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 60px;
}
#header div.-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 769px) {
  #header div.-wrapper.is_pc {
    display: none;
  }
}
@media (min-width: 769px) {
  #header div.-wrapper.is_sp {
    display: none;
  }
}
#header a.-logo {
  background: none;
  max-width: 160px;
  z-index: 10000;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  #header a.-logo {
    margin-left: 60px;
    max-width: 220px;
  }
}
#header ul.-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 769px) {
  #header ul.-menu li {
    margin-right: 20px;
  }
}
#header ul.-menu li a {
  background: none;
  color: inherit;
  font-size: 1.4em;
  font-weight: bold;
}
#header ul.-menu li:last-of-type a {
  color: #ffffff;
  background: #F47808;
  padding: 4px 30px;
  border-radius: 50px;
  border: 1px solid #F47808;
}
#header ul.-menu li:last-of-type a:hover {
  background-color: #ffffff;
  color: #F47808;
  opacity: 1;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 350px;
  background: rgba(255, 255, 255, 0.96);
  transition: all 0.6s;
  font-weight: bold;
  box-shadow: 1px 2px 18px 0px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 1px 2px 18px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 1px 2px 18px 0px rgba(0, 0, 0, 0.28);
}
#g-nav.panelactive {
  top: 0;
}
#g-nav a {
  color: #242533;
  background: transparent;
  text-align: left;
  padding: 0;
}
#g-nav #g-nav-list {
  padding: 80px;
}
#g-nav #g-nav-list ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#g-nav #g-nav-list ul li {
  width: 32%;
  margin-bottom: 16px;
}
#g-nav #g-nav-list ul li ul {
  display: block;
}
#g-nav #g-nav-list ul li ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 0.8em;
}
#g-nav #g-nav-list ul li ul li p {
  font-size: initial;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 350px; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: relative;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #000000;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#g-nav_sp {
  position: fixed;
  z-index: 999;
  top: -120%;
  right: 0;
  width: 90%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  transition: all 0.6s;
  font-weight: bold;
  padding: 20px;
}
#g-nav_sp.panelactive {
  top: 50px;
}
#g-nav_sp a {
  color: #242533;
  background: transparent;
  text-align: left;
  padding: 0;
}
#g-nav_sp #g-nav-list_sp ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  font-size: 0.9em;
  border-bottom: 1px solid #000000;
  padding: 10px 0;
}
#g-nav_sp #g-nav-list_sp ul:nth-of-type(2) {
  border: none;
}
#g-nav_sp #g-nav-list_sp ul li {
  width: 100%;
  margin-bottom: 10px;
}
#g-nav_sp #g-nav-list_sp ul li p {
  color: #309DA4;
}
#g-nav_sp #g-nav-list_sp ul li ul {
  display: block;
  padding: 0 0 10px;
}
#g-nav_sp #g-nav-list_sp ul li ul li {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 1em;
}

/*ナビゲーションの縦スクロール*/
#g-nav_sp.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 350px; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*========= ボタンのためのCSS ===============*/
.openbtn_sp {
  position: relative;
  z-index: 9999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 50px;
  height: 50px;
}

/*×に変化*/
.openbtn_sp span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #000000;
  width: 45%;
}

.openbtn_sp span:nth-of-type(1) {
  top: 15px;
}

.openbtn_sp span:nth-of-type(2) {
  top: 23px;
}

.openbtn_sp span:nth-of-type(3) {
  top: 31px;
}

.openbtn_sp.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn_sp.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn_sp.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#application {
  padding-top: 0;
}
@media (min-width: 769px) {
  #application {
    padding-top: 50px;
  }
}
#application a {
  background: inherit;
}

#footer {
  background: #172223;
  padding: 80px 0 0;
  color: #ffffff;
}
/* footer .-inner {
  max-width: 1000px;
  width: 90%;
} */
#footer a {
  background: transparent;
  text-align: left;
  padding: 0;
}
#footer img {
  max-width: 180px;
}
#footer ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1em;
  padding: 10px 0;
}
@media (min-width: 769px) {
  #footer ul {
    margin-bottom: 40px;
  }
}
#footer ul.-link {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-top: 30px;
  margin-bottom: 10px;
}
#footer ul.-link a {
  font-size: 1.4rem;
  line-height: 1;
}
#footer ul.-link li {
  padding: 16px 0 16px 8px;
}
#footer ul.-link li p {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  #footer ul.-link li p {
    margin-bottom: 0;
    line-height: 1;
  }
}
#footer ul.-link li ul{
  padding-left: 15px;
}
#footer ul.-link li ul li {
  padding: 0 0 12px 0;
}
#footer ul li {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #footer ul li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
#footer ul ul {
  display: block;
  border: none;
  padding: 0;
}
@media (min-width: 769px) {
  #footer ul ul {
    padding: 10px 0;
  }
}
#footer .-policy li a { 
  font-size: 1.4em;
}
#footer p.-copyright {
  font-size: 1.2em;
  background: #000000;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
@media (min-width: 769px) {
  #footer p.-copyright {
    text-align: right;
    padding: 20px 60px 20px 0;
  }
}

ul.-slideshow button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
ul .slide-arrow {
  bottom: 0;
  height: 16px;
  width: 16px;
  margin: auto;
  position: absolute;
  top: 0;
}
ul .prev-arrow {
  border-top: 2px solid #309DA4;
  border-right: 2px solid #309DA4;
  left: -4%;
  transform: rotate(-135deg);
}
ul .next-arrow {
  border-top: 2px solid #309DA4;
  border-right: 2px solid #309DA4;
  transform: rotate(45deg);
  right: -4%;
}
ul .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}
ul .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
ul .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #EFF5F9;
}
ul .slick-dots .slick-active button {
  background: #309DA4;
}