@charset "UTF-8";
/* CSS Document */
/*******************************
			リセット設定
*******************************/
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
  margin: 0 auto;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

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

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

fieldset {
  min-width: inherit;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:focus {
  outline: 0px solid #c1c1c1;
  outline: 0px solid rgba(51, 51, 51, 0.3);
}

a {
  text-decoration: none;
}

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

a img {
  border: 0;
}

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Genericons";
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 auto;
  padding: 0;
}

p {
  margin: 0 auto;
  padding: 0;
}

b,
strong {
  font-weight: bold;
  letter-spacing: 2px;
}

/*******************************
		BASE CODE
*******************************/
/*******************************
			header
*******************************/
body {
  background: #000;
}

.headerflex {
  position: fixed;
  top: 0;
  left: 0;
  left: 50%;
  width: 100%;
  pointer-events: none;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  z-index: 999;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  display: none;
}
@media screen and (min-width: 1024px) {
  .headerflex {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .scroll__block .headerflex {
    position: fixed;
    pointer-events: initial;
    width: 100%;
    background: #fafafa;
    top: 0;
    left: 0;
    left: 50%;
    padding: 10px 2%;
    opacity: 0;
    /*
    animation-duration: .7s;
    animation-name: headfixedout;
    */
  }
  .scroll__block .headerflex .l-header__logowrap {
    color: #000;
  }
  .scroll__block .headerflex .page-header__logowrap {
    color: #000;
  }
  .scroll__block .headerflex .headmenuwrap__menu {
    background: #fcfcfc;
  }
}
.scroll__block.scroll__b .headerflex {
  opacity: 1;
  transition: 0.5s;
  /*
  animation-duration: .7s;
  animation-name: headfixed;
  opacity: 1;
  */
}
.scroll__block.scroll__c .headerflex {
  opacity: 0;
  transition: 0.5s;
}

@keyframes headfixed {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes headfixedout {
  100% {
    opacity: 0;
  }
}
.l-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  margin: auto;
  transform: translate(-50%, 0%);
  position: absolute;
  top: 50px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .l-header {
    top: 100px;
    left: 50%;
  }
}
.l-header a {
  text-decoration: none;
}
.l-header .l-header__logowrap {
  display: flex;
  justify-content: left;
  color: #fff;
  text-align: left;
  flex-flow: wrap;
}
.l-header .l-header__logowrap__title {
  font-size: 45px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-right: 15px;
}
@media screen and (min-width: 1280px) {
  .l-header .l-header__logowrap__title {
    font-size: 4.8rem;
    margin-right: 8px;
  }
}
.l-header .l-header__logowrap__caption {
  font-size: 1.6rem;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .l-header .l-header__logowrap__caption {
    font-size: 1.6rem;
  }
}
.l-header .headmenuwrap {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-header .headmenuwrap {
    display: flex;
    justify-content: right;
  }
  .l-header .headmenuwrap .headmenuwrap__menu {
    border-radius: 15px;
    width: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 24px;
  }
  .l-header .headmenuwrap .headmenuwrap__menu .l-header__menu__list {
    margin-right: 24px;
    font-size: 1.4rem;
  }
  .l-header .headmenuwrap .headmenuwrap__menu .l-header__menu__list:last-child {
    margin-right: 0;
  }
  .l-header .headmenuwrap .headmenuwrap__entrybox {
    width: 160px;
    text-align: center;
    margin-left: 20px;
    font-weight: bold;
  }
  .l-header .headmenuwrap .headmenuwrap__entrybox .headmenuwrap__entrybox__link {
    display: block;
    padding: 24px;
    color: #fff;
    background: #4275d4;
    border-radius: 30px;
    font-size: 1.4rem;
  }
}

.Btn-navi__first {
  padding: 5px;
  width: 40px;
  display: none;
  line-height: 1em;
  z-index: 9999;
  transition: 0.3s;
}

.Btn-navi {
  right: 5%;
  top: 50px;
  position: fixed;
  background: #4275d4;
  display: block;
  line-height: 1em;
  z-index: 9999;
  transition: 0.3s;
  border-radius: 9999px;
}
@media screen and (min-width: 1024px) {
  .Btn-navi {
    top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .Btn-navi {
    display: none;
  }
}
.Btn-navi .menuBtn {
  display: inline-block;
  position: relative;
  width: 65px;
  height: 50px;
  padding: 0 15px;
  line-height: 0em;
}
.Btn-navi .menuBtn .menu-icon {
  display: block;
  position: absolute;
  height: 2px;
  transition: 0.2s;
  width: 30px;
  transform: translate(0%, -50%);
  background: #ffffff;
  top: 50%;
  left: 25%;
}
.Btn-navi .menuBtn .menu-icon:before {
  margin-top: -10px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.Btn-navi .menuBtn .menu-icon:after {
  margin-top: 10px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.Btn-navi.open {
  background: #fff;
}
.Btn-navi.open .menuBtn .menu-icon:before {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #4275d4;
}
.Btn-navi.open .menuBtn .menu-icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #4275d4;
}

.navi-content {
  opacity: 0;
  pointer-events: none;
  background: #4275d4;
  box-sizing: border-box;
  height: 100%;
  padding: 0px;
  position: fixed;
  left: 0%;
  top: 0;
  transition: 0.2s;
  width: 100%;
  z-index: 1000;
}
.navi-content.open {
  opacity: 1;
  pointer-events: initial;
}
.navi-content .navi-content__logowrap {
  display: flex;
  justify-content: left;
  color: #fff;
  text-align: left;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  position: absolute;
  top: 5%;
  left: 7%;
}
.navi-content .navi-content__logowrap .navi-content__logowrap__title {
  font-size: 4.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-right: 15px;
}
.navi-content .navi-content__logowrap .navi-content__logowrap__caption {
  font-size: 3.2vw;
  line-height: 1.4em;
}
.navi-content .navi-content__menuwrap__spmenu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.navi-content .navi-content__menuwrap__spmenu .navi-content__menuwrap__spmenu__list {
  font-size: 2.4rem;
}
.navi-content .navi-content__menuwrap__spmenu .navi-content__menuwrap__spmenu__list a {
  font-size: 2.4rem;
}
.navi-content .navi-content__menuwrap__spmenu .navi-content__menu__list {
  text-align: center;
  margin-bottom: 15%;
}
.navi-content .navi-content__menuwrap__spmenu .navi-content__menu__list a {
  color: #fff;
}
.navi-content .navi-content__menuwrap__spmenu .navi-content__menuwrap__entrybox {
  margin: auto;
  font-size: 2.4rem;
  width: 240px;
  text-align: center;
  font-weight: bold;
}
.navi-content .navi-content__menuwrap__spmenu .navi-content__menuwrap__entrybox .navi-content__menuwrap__entrybox__link {
  background: #fff;
  color: #4275d4;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 30px;
}

.contentwrap {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.contentwrap img {
  max-width: 100%;
}
.contentwrap img.imgbox {
  border-radius: 30px;
}

.firstview {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 10%;
}
.firstview .firstview__maintxt {
  font-size: 13vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(0%, -50%);
  left: 10%;
  line-height: 0.9em;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 9;
  top: 65%;
}
@media screen and (min-width: 768px) {
  .firstview .firstview__maintxt {
    font-size: 8vw;
    top: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .firstview .firstview__maintxt {
    font-size: 12rem;
  }
}
.firstview .firstview__youtubebox {
  position: absolute;
  z-index: 5;
  width: 240px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  left: 50%;
  bottom: 10%;
  font-size: 1.5rem;
  padding: 20px 0;
}
@media screen and (min-width: 1024px) {
  .firstview .firstview__youtubebox {
    right: 10%;
    bottom: 90px;
    right: 90px;
    -webkit-transform: translate(0%, 0%);
    left: auto;
  }
}
.firstview .firstview__youtubebox .firstview__youtubebox__link {
  padding: 27px 0;
  background: #fff;
  border-radius: 20px;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.firstview .firstview__youtubebox .firstview__youtubebox__link .firstview__youtubebox__link__img {
  width: 33px;
  display: block;
  margin-right: 12px;
}
.firstview .firstview__youtubeicon {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 15%;
  max-width: 135px;
  z-index: 99;
  top: 65%;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .firstview .firstview__youtubeicon {
    bottom: 0%;
    left: 50%;
    right: auto;
    top: auto;
  }
}
@media screen and (min-width: 1280px) {
  .firstview .firstview__youtubeicon {
    bottom: 0%;
    left: 50%;
    right: auto;
    top: auto;
  }
}
.firstview .firstview__youtubeicon a img {
  width: 100%;
  height: auto;
}
.firstview .firstview__videowrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: url(../images/front-page/front_index.png) no-repeat 65% center;
  background-size: cover !important;
  width: calc(100vw - 5%);
  height: calc(100vh - 5%);
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .firstview .firstview__videowrap {
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
    background: url(../images/front-page/front_index.png) no-repeat center center;
  }
}
.firstview .firstview__logowrap {
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  left: 50%;
  bottom: 18px;
  width: 60%;
  position: absolute;
  width: 50%;
  max-width: 400px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .firstview .firstview__logowrap {
    bottom: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
  }
}
.firstview .firstview__logowrap a {
  padding: 15px 0 5px 0;
  border-radius: 15px 15px 0 0;
  display: block;
  width: 100%;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .firstview .firstview__logowrap a {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }
}
.firstview .firstview__logowrap .firstview__logowrap__img {
  max-width: 100%;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .firstview .firstview__logowrap .firstview__logowrap__img {
    max-width: 240px;
    width: 60%;
  }
}

/*******************************
		グローバル設定
*******************************/
html {
  font-size: 62.5%;
  margin: 0 !important;
  height: 100%;
  box-sizing: border-box;
  height: calc(var(--vh) * 100);
  height: -webkit-fill-available;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  min-height: calc(var(--vh, 1vh) * 100);
}
body.search::before {
  content: "";
  z-index: 10000;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0.8;
  cursor: pointer;
}
body.fixed {
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: calc(var(--vh) * 100);
  min-height: -webkit-fill-available;
  height: calc(var(--vh) * 100);
}
body p {
  font-size: 16px;
  font-size: 1.6rem;
}

a[href^=tel] {
  color: inherit;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #000;
}

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

#search {
  display: none;
  top: -80px;
  left: 0;
  height: 80px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 11000;
  transition: top 1s;
}
#search.open {
  top: 0;
}
#search #search_inner {
  flex-flow: row nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#search #search_inner #search_form #search_box {
  height: 40px;
  width: 180px;
  padding: 5px 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #000;
}
#search #search_inner #search_form #search_btn {
  font-size: 1.6rem;
  height: 40px;
  width: 80px;
  border: 0;
  margin-left: 10px;
  background-color: #444;
  color: #fff;
  border-radius: 0;
}
#search #search_inner .search-area-close {
  width: 70px;
  height: 60px;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  will-change: opacity;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-left: 0px;
}
#search #search_inner .search-area-close .search-area-close-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#search #search_inner .search-area-close .search-area-close-inner .search-area-close-text {
  margin-bottom: 5px;
  color: #000;
}
#search #search_inner .search-area-close::before {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  background: #000;
  content: "";
  transform: rotate(45deg);
}
#search #search_inner .search-area-close::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  background: #000;
  content: "";
  transform: rotate(-45deg);
}

#search_off {
  height: 100vh;
  position: fixed;
  width: 100%;
  display: none;
  cursor: pointer;
  z-index: 10000;
  top: 0;
  left: 0;
}

#video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sp {
  display: block;
}

.tab {
  display: none;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  #search #search_inner #search_form #search_box {
    width: 400px;
  }
  #search #search_inner #search_form #search_btn {
    margin-left: 15px;
  }
  #search #search_inner .search-area-close {
    margin-left: 15px;
  }
  .sp {
    display: none;
  }
  .tab {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  #search #search_inner #search_form #search_box {
    width: 400px;
  }
  .wrapper {
    padding-top: 0;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
  .pc {
    display: block;
  }
}
:root {
  --default: 0;
  --button: 1;
  --arrow: 2;
  --modal: 3;
  --footer: 4;
  --header: 999;
  --logo: 1000;
  --loading: 1001;
}

:root {
  --clip-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --clip-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --clip-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --clip-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --clip-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --clip-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --clip-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --clip-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

/*******************************
			 main
*******************************/
main {
  text-align: center;
  height: auto;
  position: relative;
}
main h2 {
  font-size: 30px;
}
main p {
  line-height: 2;
}

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

#contents {
  display: block;
  position: relative;
  height: auto;
}
.l-tagetTop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  z-index: 100;
  border-radius: 30px;
  border: 2px solid #004080;
}
.l-tagetTop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-tagetTop a ::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #004080;
  border-bottom: 2px solid #004080;
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 55%;
  left: 50%;
  transform-origin: center;
}

@media screen and (min-width: 1024px) {
  .image {
    max-width: 800px;
  }
}
/*******************************
			 main
*******************************/
main {
  text-align: center;
  height: auto;
  position: relative;
}
main h2 {
  font-size: 30px;
}
main p {
  line-height: 2;
}
main #float_menu {
  position: fixed;
  z-index: 100;
  bottom: 15vh;
  background-color: #0074ff;
  padding: 30px 5px 30px 35px;
  text-align: left;
  width: 280px;
  height: 200px;
  border-radius: 5px 0 0 5px;
  right: -250px;
  transition: right 1s;
  animation: load_animation 4s;
}
main #float_menu.show {
  transition: right 1s;
  right: 0;
}
main #float_menu::before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  left: 10px;
  transform-origin: center;
}
main #float_menu .float_menu {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}
main #float_menu .float_menu li a {
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  padding: 0;
  display: block;
  position: relative;
  font-family: "UD新ゴNT DB", "UD Shin Go NT DemiBold", UD Shin Go NT DemiBold, sans-serif;
}
main #float_menu .float_menu li a.float_menu_contact {
  padding-left: 2.2rem;
}
main #float_menu .float_menu li a.float_menu_contact::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  background-image: url(../common/images/mail_ico.png);
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
  left: 0;
  border: none;
}
@media only screen and (min-width: 1024px) {
  main #float_menu {
    bottom: 40vh;
  }
}

@keyframes load_animation {
  0% {
    right: 0;
  }
  50% {
    right: 0;
  }
  100% {
    right: -250px;
  }
}
.image {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

#contents {
  display: block;
  position: relative;
  height: auto;
}
#contents #contact {
  background-color: #004f8a;
  padding: 30px 30px;
}
#contents #contact #contact_link {
  padding: 30px 0;
  margin: 0 auto;
  margin-bottom: 0px;
  border: 2px solid #fff;
  display: block;
  max-width: 960px;
  border-radius: 50vw;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#contents #contact #contact_link span {
  position: relative;
  z-index: 2;
}
#contents #contact #contact_link::after {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
#contents #contact #contact_link:hover {
  color: #004f8a;
  transition: color 0.5s;
}
#contents #contact #contact_link:hover::after {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  animation: sub_nav_hover 0.5s ease-in-out;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: right;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
#contents #contact #contact_link:hover .title_en {
  border-bottom: 3px solid #004f8a;
  transition: border 0.5s;
}
#contents #contact #contact_link .title_en {
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  margin: 0 0 15px;
  font-size: 4rem;
  display: inline-block;
  letter-spacing: 5px;
  line-height: 1.2;
  border-bottom: 3px solid #fff;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  transition: border 0.5s;
}
#contents #contact #contact_link p {
  font-family: "UD新ゴNT DB", "UD Shin Go NT DemiBold", UD Shin Go NT DemiBold, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  #contents #contact {
    padding: 60px 30px;
  }
  #contents #contact #contact_link {
    padding: 60px 0;
  }
  #contents #contact #contact_link .title_en {
    font-size: 8rem;
  }
  #contents #contact #contact_link p {
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  #contents #contact #contact_link .title_en {
    font-size: 8rem;
  }
}
@media only screen and (min-width: 1281px) {
  #contents #contact #contact_link .title_en {
    font-size: 8rem;
  }
}

.more_btn {
  width: 280px;
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  display: flex;
  margin: 0 auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-weight: bold;
  font-family: "UD新ゴNT DB", "UD Shin Go NT DemiBold", UD Shin Go NT DemiBold, sans-serif;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #333;
}
.more_btn span {
  z-index: 2;
}
.more_btn::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 35px;
  transform-origin: center;
  transition: border, right 0.5s;
  z-index: 2;
}
.more_btn::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #333;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
.more_btn:hover {
  color: #fff;
  transition: color 0.5s;
}
.more_btn:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 25px;
  transform-origin: center;
  transition: border, right 0.5s 0.25s;
}
.more_btn:hover::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #333;
  z-index: 1;
  animation: sub_nav_hover 0.5s ease-in-out;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s;
  top: -2.5%;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .more_btn {
    width: 320px;
    height: 80px;
    border-radius: 40px;
    font-size: 1.6rem;
  }
}

#tagetTop {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background-color: #004f8a;
  z-index: 100;
  border-radius: 30px;
  border: 2px solid #fff;
}
#tagetTop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#tagetTop a ::after {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 55%;
  left: 50%;
  transform-origin: center;
}

@media only screen and (min-width: 1024px) {
  .image {
    max-width: 800px;
  }
}
/*******************************
		BASE CODE
*******************************/
/*******************************
			footer
*******************************/
.contactzone {
  padding: 100px 0 110px 0;
}

.l-footer a {
  display: block;
}
.l-footer .l-footer__wrapcontent {
  width: 100%;
  text-align: center;
  background: #4d4d4d;
  color: #fff;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent {
    padding: 75px 0 90px 0;
  }
}
.l-footer .l-footer__wrapcontent .l-footer__wrapcontent__title {
  line-height: 1em;
}
.l-footer .l-footer__wrapcontent .l-footer__wrapcontent__title a {
  padding: 15px 0;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent .l-footer__wrapcontent__title a {
    padding: 0;
    border-bottom: none;
    margin-bottom: 60px;
  }
}
.l-footer .l-footer__wrapcontent .l-footer__wrapcontent__title a .l-footer__wrapcontent__title__img {
  width: 45%;
  max-width: 45%;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent .l-footer__wrapcontent__title a .l-footer__wrapcontent__title__img {
    width: 60%;
    max-width: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}
.l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex .l-footer__wrapcontent__flex__item {
  width: 100%;
  margin: auto;
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex .l-footer__wrapcontent__flex__item {
    margin: 0 23px;
    width: auto;
  }
}
.l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex .l-footer__wrapcontent__flex__item a {
  padding: 15px;
  margin-bottom: 0px;
  border-bottom: 1px solid #fff;
  display: block;
  text-align: left;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex .l-footer__wrapcontent__flex__item a {
    border-bottom: none;
    font-size: 1.6rem;
    padding: 0;
  }
}
.l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex .l-footer__wrapcontent__flex__item a:before {
  content: "＞";
  margin-right: 10px;
  transform: scalex(0.6);
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__wrapcontent .l-footer__wrapcontent__flex .l-footer__wrapcontent__flex__item a:before {
    display: none;
  }
}
.l-footer .l-footer__youtubebox .l-footer__youtubebox__link {
  padding: 15px;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  text-align: left;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .l-footer .l-footer__youtubebox .l-footer__youtubebox__link {
    padding: 27px 0;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.l-footer .l-footer__youtubebox .l-footer__youtubebox__link .l-footer__youtubebox__link__img {
  display: inline-block;
  margin-right: 5px;
  width: 33px;
}
.l-footer .l-footer__youtubebox .l-footer__youtubebox__link .l-footer__youtubebox__link__img img {
  vertical-align: top;
}
.l-footer .copylight {
  padding: 50px 0 50px 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
}

.c-linkbtn {
  padding: 0 15px 0;
  margin-bottom: 60px;
}
.c-linkbtn .link_btn_inner {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}
.c-linkbtn .link_btn_inner li {
  margin: 0 auto 30px;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link {
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  background-color: #004080;
  font-size: 1.8rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border: 1px solid #004080;
  text-decoration: none;
  transition: color 0.3s;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link span {
  z-index: 2;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 35px;
  transform-origin: center;
  transition: border, right 0.3s;
  z-index: 2;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
  top: -2.5%;
  position: absolute;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link:hover {
  color: #004080;
  transition: color 0.3s;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link:hover::after {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #004080;
  border-bottom: 2px solid #004080;
  transform: translateY(-50%) rotate(-45deg);
  top: 50%;
  right: 35px;
  transform-origin: center;
  transition: border, right 0.3s;
  z-index: 2;
}
.c-linkbtn .link_btn_inner li .link_btn_inner_link:hover::before {
  content: "";
  width: 105%;
  height: 105%;
  background-color: #fff;
  z-index: 1;
  left: -2.5%;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s;
  top: -2.5%;
  position: absolute;
}
.c-linkbtn .link_btn_inner li:last-child {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-linkbtn {
    padding: 0 30px 0;
    margin-bottom: 60px;
  }
  .c-linkbtn .link_btn_inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
  .c-linkbtn .link_btn_inner li {
    margin: 0 auto 30px;
  }
  .c-linkbtn .link_btn_inner li .link_btn_inner_link {
    width: 320px;
    height: 80px;
    display: flex;
    justify-content: cenfter;
    align-items: center;
    border-radius: 10px;
    color: #fff;
    background-color: #004080;
    font-size: 2rem;
    line-height: 1.2;
  }
  .c-linkbtn .link_btn_inner li:last-child {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .c-linkbtn {
    padding: 0 60px 0;
    margin-bottom: 100px;
  }
  .c-linkbtn .link_btn_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
  }
  .c-linkbtn .link_btn_inner li {
    margin: 0;
    width: 31%;
  }
  .c-linkbtn .link_btn_inner li .link_btn_inner_link {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .c-linkbtn .link_btn_inner li:last-child {
    margin: 0;
  }
}

.search-input-wrap {
  display: block;
  text-align: center;
  margin: 0 auto 40px;
}
.search-input-wrap #searchform {
  width: auto;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.search-input-wrap #searchform input {
  border: 1px solid #666666;
  height: 50px;
  width: 320px;
  font-size: 1.6rem;
  padding-left: 8px;
  background-color: #fff;
  padding-right: 40px;
}
.search-input-wrap #searchform input[type=submit] {
  background: url(/common/images/icon-search.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 24px;
  border: none;
  height: 24px;
  bottom: 0;
  margin: auto 0;
  right: 10px;
  background-size: contain;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .search-input-wrap {
    display: block;
    text-align: center;
    margin: 0 auto;
    background-color: #004080;
    padding: 0 0 60px;
  }
}

/*******************************
		BASE CODE
*******************************/
html {
  font-size: 62.5%;
}

.mdblock {
  display: block;
}
@media screen and (min-width: 1280px) {
  .mdblock {
    display: none;
  }
}

.lgblock {
  display: none;
}
@media screen and (min-width: 1024px) {
  .lgblock {
    display: block;
  }
}

.xlblock {
  display: none;
}
@media screen and (min-width: 1280px) {
  .xlblock {
    display: block;
  }
}

.pagewrap .firstview {
  position: relative;
  width: 100%;
  height: 430px;
}
.pagewrap .Btn-navi {
  top: 50px;
}

.page-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  margin: auto;
  transform: translate(-50%, 0%);
  position: absolute;
  top: 50px;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .page-header {
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .page-header {
    top: 100px;
  }
}
.page-header__logowrap {
  display: flex;
  justify-content: left;
  color: #fff;
  text-align: left;
}
.page-header__logowrap__title {
  font-size: 4.8rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-right: 15px;
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .page-header__logowrap__title {
    margin-right: 8px;
  }
}
.page-header__logowrap__caption {
  font-size: 1.6rem;
  line-height: 1.4em;
}
.page-header__menuwrap {
  display: none;
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .page-header__menuwrap {
    display: flex;
    justify-content: right;
  }
  .page-header__menuwrap__menu {
    border-radius: 15px;
    width: auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 24px;
  }
  .page-header__menuwrap__menu-list {
    font-size: 1.4rem;
    margin-right: 24px;
    line-height: 1em;
  }
  .page-header__menuwrap__menu-list:last-child {
    margin-right: 0;
  }
}
.page-header__menuwrap__entrybox {
  width: 160px;
  text-align: center;
  margin-left: 20px;
}
.page-header__menuwrap__entrybox__link {
  display: block;
  padding: 24px;
  color: #fff;
  background: #4275d4;
  border-radius: 30px;
  line-height: 1em;
  font-size: 1.4rem;
  font-weight: bold;
}

.pagewrap .firstview {
  position: relative;
  width: 100%;
  height: 430px;
  margin-bottom: 0;
}
.pagewrap .firstview__maintxt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 1.6rem;
  line-height: 1em;
  color: #fff;
  z-index: 9;
  text-align: center;
  top: 55%;
  letter-spacing: 5px;
}
@media screen and (min-width: 1024px) {
  .pagewrap .firstview__maintxt {
    top: 60%;
  }
}
.pagewrap .firstview__maintxt span {
  font-size: 6rem;
  line-height: 6rem;
  font-family: "Roboto Condensed", sans-serif;
  display: block;
}
.pagewrap .firstview__videowrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(100vw - 5%);
  -webkit-transform: translate(-50%, 0%);
  top: 5%;
  height: 370px;
  border-radius: 30px;
}
@media screen and (min-width: 1024px) {
  .pagewrap .firstview__videowrap {
    width: calc(100vw - 60px);
    top: 30px;
  }
}
.pagewrap .firstview-logowrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  max-width: 370px;
  text-align: center;
  z-index: 10;
}
.pagewrap .firstview-logowrap a {
  display: block;
  width: 100%;
  padding: 33px 0 0;
  background: #fff;
  border-radius: 0px 30px 0 0;
}
.pagewrap .firstview-logowrap-img {
  width: 65%;
  max-width: 240px;
  margin-right: 30px;
}
.pagewrap .pankuzu {
  width: calc(100% - 60px);
  margin: auto auto 10% auto;
}
.pagewrap .pankuzu__element__list {
  display: flex;
  font-size: 1.4rem;
}
.pagewrap .pankuzu__element__list li {
  margin-right: 15px;
}
.pagewrap .pankuzu__element__list li__item a {
  display: block;
}

.contentwrap {
  width: 100%;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.contentwrap img {
  vertical-align: top;
}
.contentwrap h2 {
  font-size: 3.2rem;
  color: #4275d4;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  margin-bottom: 10%;
  letter-spacing: 5px;
}
@media screen and (min-width: 1280px) {
  .contentwrap h2 {
    letter-spacing: 10px;
    margin-bottom: 80px;
  }
}
.contentwrap h2 span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  color: #4d4d4d;
  margin-bottom: 10px;
  display: block;
}
.contentwrap .contactzone__flex {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .contentwrap .contactzone__flex {
    flex-flow: wrap;
  }
}
.contentwrap .contactzone__flex .contactzone__flex__item {
  margin: 0 auto 24px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 20px;
  font-size: 1.8rem;
  text-align: center;
  display: block;
  width: 240px;
  background: #4275d4;
  color: #fff;
  border-radius: 9999px;
  border: 1px solid #4275d4;
  font-weight: bold;
  transition: 0.3s;
}
.contentwrap .contactzone__flex .contactzone__flex__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1280px) {
  .contentwrap .contactzone__flex .contactzone__flex__item {
    margin: 0 24px 0 0;
  }
  .contentwrap .contactzone__flex .contactzone__flex__item:last-child {
    margin-right: 0;
  }
}
.contentwrap.message {
  margin-bottom: 15%;
}
.contentwrap.message .message__flex {
  width: 90%;
  margin: auto;
  max-width: 1280px;
}
.contentwrap.message .message__flex h2 {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .contentwrap.message .message__flex h2 {
    font-size: 4rem;
  }
}
.contentwrap.message .message__flex .message__flex__photo {
  margin-bottom: 10%;
}
.contentwrap.message .message__flex .message__flex__txt p {
  font-size: 2rem;
  text-align: justify;
  margin-bottom: 10%;
  font-weight: bold;
}
.contentwrap.message .message__flex .message__flex__txt p span {
  letter-spacing: 10px;
  font-size: 2.4rem;
  margin-bottom: 10px;
  display: block;
  color: #251e1c;
  display: block;
}
@media screen and (min-width: 1024px) {
  .contentwrap.message .message__flex .message__flex__txt p {
    font-size: 2.5rem;
    line-height: 1.7em;
  }
  .contentwrap.message .message__flex .message__flex__txt p span {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1024px) {
  .contentwrap.message .message__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
  }
  .contentwrap.message .message__flex .message__flex__photo {
    width: 35%;
    max-width: 400px;
    margin-bottom: 0%;
  }
  .contentwrap.message .message__flex .message__flex__txt {
    width: 62%;
    max-width: 800px;
  }
  .contentwrap.message .message__flex .message__flex__txt p {
    margin-bottom: 0;
  }
  .contentwrap.message .message__flex:nth-child(3) {
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
}