@charset "UTF-8";

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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

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

input, select {
  vertical-align: middle;
}

/* ========================================
 * 1.0 - Base
 * ===================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, :root {
  overflow-y: scroll;
  font-size: 10px;
}
@media (max-width: 767px) {
  html, :root {
    font-size: 8px;
  }
}
html.__fz-small__, :root.__fz-small__ {
  font-size: 8px;
}
html.__fz-large__, :root.__fz-large__ {
  font-size: 12px;
}

body {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  text-align: left;
  line-height: 1.8;
  font-size: 1.8rem;
  font-family: 游ゴシック Medium, YuGothic, YuGothicM, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  color: #707070;
  background: #fff;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-print-color-adjust: exact;
}
@media (max-width: 767px) {
  body {
    line-height: 1.5;
  }
  body.__spmenu-open__:before {
    content: "";
    position: fixed;
    top: -50vw;
    left: -50vh;
    width: 250vw;
    height: auto;
    background: rgba(22, 39, 167, 0.3);
  }
}

.body-wrap {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.8;
}

p {
  margin: 0;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
}

figure {
  margin: 0;
}

figcaption {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  line-height: 1.8;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}

li, dd, dt {
  margin: 0;
  padding: 0;
}

input:not([type=radio]):not([type=checkbox]), textarea {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 0.5rem;
  font-size: inherit;
  color: inherit;
  font-size: 1.6rem;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

input[type=radio] {
  vertical-align: baseline;
}

::-webkit-input-placeholder {
  color: #bbb;
}

::-moz-placeholder {
  color: #bbb;
}

:-ms-input-placeholder {
  color: #bbb;
}

::-ms-input-placeholder {
  color: #bbb;
}

::placeholder {
  color: #bbb;
  font-family: Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif;
}

sup {
  vertical-align: super;
  font-size: 0.5em;
}

/* ========================================
 * 2.0 - Layout
 * ===================================== */
/* ------------------------------
 * 2.1 - Header
 * --------------------------- */
#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  background: #fff;
}
@media (max-width: 767px) {
  #header {
    height: 70px;
  }
}

#header-container {
  position:  relative;
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 180px);
  max-width: 1000px;
  margin: 0 0 0 180px;
}
@media (max-width: 1020px) {
  #header-inner {
    width: calc(100% - 145px);
    margin: 0 5px 0 140px;
  }
}
#site-logo {
  -ms-flex-item-align: center;
  align-self: center;
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 999;
  width: 320px;
}
#site-logo:hover {
  opacity: 0.5;
}
@media (max-width: 1020px) {
  #site-logo {
    top: 17px;
    left: 20px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  #site-logo {
    top: 12px;
    width: 200px;
  }
}
#gnav {
  width: 100%;
  margin: 5rem 0 3rem 0;
}
@media (max-width: 767px) {
  #gnav {
    position: fixed;
    z-index: 998;
    top: 0;
    right: -100%;
    padding-top: 30px;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
  }
  #gnav .list-item {
    width: 90%;
    margin-left: 10%;
  }
  .__spmenu-open__ #gnav {
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.gnav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
}
.gnav-wrap .list-item {
  height: 100%;
}

@media (max-width: 767px) {
  .gnav-wrap {
    width: 100%;
    -webkit-box-pack: none;
    -ms-flex-pack: none;
    justify-content: none;
  }
  .gnav-wrap#gnav-home {
    display: none;
  }
}
.gnav-wrap .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 1.2rem;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
  color: #707070;
  border-left: 1px solid #777;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: 'Anton', sans-serif , 'Noto Sans JP', sans-serif;
}
.gnav-wrap .list-item:last-child {
  border-right: 1px solid #777;
}
@media (max-width: 767px) {
  .gnav-wrap .list-item:last-child {
    border-right: none;
  }
}
.gnav-wrap .link-item:hover {
  color: #1627A7;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
@media (max-width: 1020px) {
  .gnav-wrap .link-item {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .gnav-wrap .link-item {
    width: 90%;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
    border-left: none;
    border-bottom: 1px solid #333;
  }
  .gnav-wrap .link-item:hover {
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .gnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 4rem;
    height: 50%;
  }
  .gnav-list .list-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
  }
  .gnav-list .list-item .active {
    opacity: 0.5;
  }
}

#spmenu-button {
  position: fixed;
  right: 0;
  top: 0;
  background: #707070;
  color: #fff;
  display: none;
  margin: 1rem;
}
.__spmenu-open__ #spmenu-button {
  background: #777;
}
@media (max-width: 767px) {
  #spmenu-button {
    display: block;
  }
}

.spmenu-button {
  width: 60px;
  height: 50px;
  z-index: 999;
}
.spmenu-button .button-text {
  display: block;
  line-height: 1;
  font-size: 1.1rem;
  text-align: center;
}
.spmenu-button:hover {
  cursor: pointer;
}

.hamburger-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 8px auto 3px;
  width: 32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
}
.hamburger-button:hover {
  cursor: pointer;
}
.hamburger-button .hamburger-icon {
  display: block;
  margin: 5px 0;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
}
.hamburger-button:before, .hamburger-button:after {
  content: " ";
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.__spmenu-open__ .hamburger-button .hamburger-icon {
  background-color: transparent;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.__spmenu-open__ .hamburger-button:before {
  -webkit-transform: rotate(45deg) translate(5.656854259px, 5.656854259px);
  transform: rotate(45deg) translate(5.656854259px, 5.656854259px);
}
.__spmenu-open__ .hamburger-button:after {
  -webkit-transform: rotate(-45deg) translate(5.656854259px, -5.656854259px);
  transform: rotate(-45deg) translate(5.656854259px, -5.656854259px);
}

#spmenu {
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px;
  width: 200px;
  height: 100%;
  z-index: 998;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  #spmenu {
    right: -200px;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
}
.__spmenu-open__ #spmenu {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ------------------------------
 * 2.2 - Footer
 * --------------------------- */
#footer {
  background: #000;
  width: 100%;
  height: 80px;
  color:  #fff;
}

#footer.thanks {
  position: absolute;
  bottom: 0;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 100%;
  height: 80px;
}
.footer-contact .copyrights {
  text-align: center;
  font-size: 1.6rem;
}

/* ------------------------------
 * 2.3 - Main
 * --------------------------- */
#main {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
  background-color:rgba(255,255,255,1);
}
#main.thanks {
  margin: 0 auto;
}
@media (max-width: 1100px) {
  #main.thanks {
    margin: 0 auto;
  }
}

.container {
  max-width: 1000px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.col3-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .col3-wrap > .list-item, .col3-wrap::after {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .col3-wrap > .list-item, .col3-wrap::after {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

.center-box {
  display: grid;
  place-items: center;
}

/* ========================================
 * 3.0 - Component (Block) & Variant (Modifier, State)
 * ===================================== */
/* ------------------------------
 * 3.1 - Common
 * --------------------------- */
/* 3.1 - Headline
 * --------------------------- */
.title {
  display: inline-block;
  font-size: 2.8rem;
  font-family: 'Anton', sans-serif , 'Noto Sans JP', sans-serif;
}

.headline-primary {
  position: relative;
  font-size: 3rem;
  margin-bottom:  2rem;
  padding-left: 1.5em;
  line-height: 1.2;
}
.headline-primary:before {
  position: absolute;
  content: "■";
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  color: #1627A7;
}


/* 3.2 - Btn
 * --------------------------- */
.btn-container {
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .btn-container {
    margin: 8rem auto 0 auto;
  }
}

.white-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #707070;
  border: 1px solid #707070;
  border-radius: 10px;
  font-size: 2rem;
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
.white-btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a .white-btn {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


/* ------------------------------
 * 3.2 - Unique
 * --------------------------- */
/* 3.2.1 - Home
 * --------------------------- */
.top-introduction-container {
  margin: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media (max-width: 1020px) {
  .top-introduction-container {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .top-introduction-container {
    margin: 2rem 0 0 0;
  }
}

.top-introduction-container p {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.top-info-container {
  width: 100%;
  margin: 1rem auto 3rem auto;
}
.top-info-container .col3-wrap {
  margin-top: 4rem;
}
.top-info-container .col3-wrap .info-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc((100% - 40px) / 3);
  max-width: 300px;
  margin-right: 2rem;
  counter-increment: title;
  height: 100%;
}
.top-info-container .col3-wrap .info-list:nth-child(3n) {
  margin-right: 0;
}
.top-info-container .col3-wrap .info-list .title {
  padding: 2rem 0 1rem 0;
  line-height: 1.2;
}

@media (max-width: 1020px) {
  .top-info-container {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .top-info-container .col3-wrap .info-list {
    flex-flow: column wrap;
  }
}



#contact {
  background: #e0e0e0;
  padding: 3rem 0 1rem 1rem;
  margin: 6rem auto 0 auto;
}
@media (max-width: 767px) {
  #contact {
    padding: 3rem 1rem;
  }
}

.top-contact-wrap {
  width: 100%;
  margin: 6rem 0;
  text-align: left;
}
.top-contact-wrap .title{
  margin-bottom: 2rem;
}

.form-list .list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.form-list .list-item .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #9d9c9c;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #fff;
  width: 30%;
  height: 40px;
  margin-right: 1rem;
  font-size: 1.6rem;
  padding-left: 1rem;
}

.form-list .list-item .title.textarea {
  height: 100px;
}

.form-list .list-item .flame {
  width: calc(70% - 20px);
  height: 40px;
  border: 1px solid #9d9c9c;
  border-radius: 0;
  font-family: sans-serif;
}

.form-list .list-item .flame.textarea {
  height: 100px;
  line-height: 1.6;
}

.btn-container .white-btn input:not([type=radio]):not([type=checkbox]) {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    border: 0;
    padding: 0;
    cursor: pointer;
}

@media (max-width: 767px) {
  .form-list .list-item {
    flex-flow: column wrap;
  }
  .form-list .list-item .title , .form-list .list-item .flame {
    width: 100%;
    margin-bottom: 1rem;
  }
}



.top-company-wrap {
  width: 100%;
}
.top-company-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}

#company.title {
  margin-bottom: 2rem;
}

@media (max-width: 1020px) {
  .top-company-wrap {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .top-company-wrap {
    margin: 4rem 0;
  }
  .top-company-container {
    flex-flow: column wrap;
    width: 100%;
  }
}

.company-table , td, th {
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.4;
}
.company-table td, .company-table th {
  padding: 0.3rem;
}
.company-table th {
  position: relative;
  padding-left: 1.4em;
  line-height: 1.4;
  width: 22%;
  font-weight: normal;
}
.company-table th:before {
  position: absolute;
  content: "◆";
  top: 4px;
  left: 0;
  line-height: 1.4;
}
.company-table td {
  width: 78%;
}
@media (max-width: 767px) {
  .company-table th:before {
    top: 2px;
  }
  .company-table th {
    width: 30%;
  }
  .company-table td {
    width: 70%;
  }
}




/* ------------------------------
 * Thanks.html
 * --------------------------- */
.thanks-container {
  margin: 6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.headline-primary2 {
  font-size: 3rem;
  margin-bottom:  6rem;
  text-align: center;
  padding: 1rem 3rem;
  line-height: 1.2;
  font-family: 'Anton';
  border: 3px solid #e0e0e0;
}
@media (max-width: 767px) {
  .headline-primary2 {
    margin-top:  6rem;
  }
}

.headline-primary2 .jp{
  font-size: 2.4rem;
  font-family: sans-serif;
}



/* ------------------------------
 * Animation
 * --------------------------- */
._fadein-anim {
  opacity: 0;
}

._fadein-anim.__animate__ {
    -webkit-animation: fadeInUp 0.9s ease forwards;
    animation: fadeInUp 0.9s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes lineanim {
  0% {
    stroke-dashoffset: 300;
  }
  20% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lineanim {
  0% {
    stroke-dashoffset: 300;
  }
  20% {
    stroke-dashoffset: 300;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/* ========================================
 * Utility (Helpers)
 * ===================================== */
._tdu {
  text-decoration: underline;
}

._tac {
  text-align: center;
}

._tar {
  text-align: right;
}

._tal {
  text-align: left;
}

._clear {
  clear: both;
}

._clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

._nolink {
  pointer-events: none;
}

._numbering {
  counter-increment: num 1;
}
._numbering::before {
  content: counter(num) ". ";
}

