@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
q:before, q:after {
  content: '';
  content: none;
}

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

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

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: rotate(-90deg) translate3d(-50%, 0, 0);
    transform: rotate(-90deg) translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: rotate(-90deg) translate3d(-50%, 50px, 0);
    transform: rotate(-90deg) translate3d(-50%, 50px, 0);
  }
  100% {
    -webkit-transform: rotate(-90deg) translate3d(-50%, 50px, 0);
    transform: rotate(-90deg) translate3d(-50%, 50px, 0);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: rotate(-90deg) translate3d(-50%, 0, 0);
    transform: rotate(-90deg) translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: rotate(-90deg) translate3d(-50%, 50px, 0);
    transform: rotate(-90deg) translate3d(-50%, 50px, 0);
  }
  100% {
    -webkit-transform: rotate(-90deg) translate3d(-50%, 50px, 0);
    transform: rotate(-90deg) translate3d(-50%, 50px, 0);
  }
}

* {
  font-family: a-otf-midashi-go-mb31-pr6n, "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body {
  line-height: 1.7;
}

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

@media screen and (min-width: 769px) {
  .whitebg {
    padding: 100px 10px;
  }
}

.whitebg .section_ttl {
  color: rgba(47, 75, 108, 0.1);
}

.colorbg {
  background: #2F4B6C;
}

.colorbg .section_ttl {
  color: rgba(255, 255, 255, 0.1);
}

.ptb80100 {
  padding: 80px 10px;
}

@media screen and (min-width: 769px) {
  .ptb80100 {
    padding: 100px 10px;
  }
}

.ptb3050 {
  padding: 30px 10px;
}

@media screen and (min-width: 769px) {
  .ptb3050 {
    padding: 50px 10px;
  }
}

.section_inner {
  max-width: 1200px;
  margin: auto;
}

.section_ttl {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .section_ttl {
    font-size: 64px;
  }
}

/* ------------------ */
/*       header       */
/* ------------------ */
.header {
  color: #FFFFFF;
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .header {
    display: -ms-flexbox;
    display: -webkit-box;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header__ttl {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .header__ttl {
    left: 40px;
  }
}

.header__ttl img {
  display: block;
  width: 250px;
}

.header__menu {
  cursor: pointer;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 50%;
  right: 30px;
  z-index: 102;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.header__menu span {
  position: absolute;
  background: #FFFFFF;
  width: 6px;
  height: 6px;
  left: 50%;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__menu span::before, .header__menu span::after {
  content: "";
  position: absolute;
  background: #FFFFFF;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__menu span::before {
  left: -12px;
}

.header__menu span::after {
  right: -12px;
}

.header__menu span:nth-child(1) {
  top: 5px;
}

.header__menu span:nth-child(2) {
  top: 17px;
}

.header__menu span:nth-child(3) {
  top: 29px;
}

@media screen and (min-width: 769px) {
  .header__menu {
    display: none;
  }
}

.header .is_open {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.header .is_open span:nth-child(1) {
  background: transparent;
}

.header .is_open span:nth-child(2)::before, .header .is_open span:nth-child(2)::after {
  opacity: 0;
}

.header .is_open span:nth-child(3) {
  background: transparent;
}

.header .is_open + .header__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #2F4B6C;
  right: 0;
  z-index: 101;
  -webkit-transition: .4s;
  transition: .4s;
}

.header .is_open + .header__nav .header__nav__list {
  display: block;
}

.header .is_open + .header__nav .header__nav__list li:not(:last-child) {
  margin-bottom: 20px;
}

.header__nav {
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  right: -100%;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (min-width: 769px) {
  .header__nav {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0s;
    transition: 0s;
  }
}

.header__nav__list {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__nav__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.header__nav__list li {
  font-size: 16px;
}

@media screen and (min-width: 769px) {
  .header__nav__list li {
    border-bottom: 2px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .header__nav__list li:hover {
    border-bottom: 2px solid #FFFFFF;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

.header__nav__list li:not(:last-child) {
  margin-right: 20px;
}

/* ------------------ */
/*         kv         */
/* ------------------ */
.kv {
  height: 100vh;
  width: 100%;
  position: relative;
}

.kv .swiper-container,
.kv .swiper-slide {
  width: 100%;
  height: 100%;
}

.kv .swiper-slide > img {
  width: 100%;
  height: 100%;
  filter: brightness(70%);
  -webkit-filter: brightness(70%);
  object-fit: cover;
  -o-object-fit: cover;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}

@media screen and (min-width: 769px) {
  .kv .swiper-pagination {
    width: auto;
    bottom: 50%;
    left: auto;
    right: 20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.kv__cp {
  color: #FFFFFF;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.kv__cp-main {
  font-size: 24px;
}

@media screen and (min-width: 769px) {
  .kv__cp-main {
    font-size: 49.92px;
  }
}

.kv__cp-sub {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .kv__cp-sub {
    font-size: 23.8px;
    text-align: center;
  }
}

.kv__scroll {
  color: #FFFFFF;
  font-size: 10px;
  position: absolute;
  bottom: 150px;
  left: calc(5% - 10px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 10;
}

.kv__scroll::before {
  content: "";
  background: #FFFFFF;
  width: 1px;
  height: 110px;
  position: absolute;
  top: -35px;
  right: 0;
  animation: arrow 3s ease 0s infinite normal;
  -webkit-animation: arrow 3s ease 0s infinite normal;
}

/* ------------------ */
/*    btp section     */
/* ------------------ */
.btp {
  overflow: hidden;
}

.btp__article:nth-of-type(1) {
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .btp__article:nth-of-type(1) {
    margin-bottom: 70px;
  }
}

@media screen and (min-width: 769px) {
  .btp__article:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .btp__article {
    display: -ms-flexbox;
    display: -webkit-box;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 769px) {
  .btp__article__body {
    width: 50%;
  }
}

.btp__article__head {
  display: inline-block;
  color: #2F4B6C;
  font-size: 16px;
  position: relative;
  margin-bottom: 13px;
}

.btp__article__head::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 80%;
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .btp__article__head {
    font-size: 27.2px;
  }
}

.btp__article__ttl {
  font-size: 24px;
  line-height: 1.4;
}

.btp__article__img {
  display: none;
  position: relative;
}

@media screen and (min-width: 769px) {
  .btp__article__img {
    display: block;
    width: 45%;
    height: 300px;
  }
}

.btp__article__img::before {
  content: "";
  width: 100%;
  height: 220px;
  background: #2F4B6C;
  position: absolute;
  bottom: -20px;
  z-index: -1;
}

.btp__article__img:nth-of-type(1)::before {
  right: calc(100% / 3);
}

.btp__article__img:nth-of-type(2)::before {
  left: calc(100% / 3);
}

.btp__article__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: 0% 15%;
  -o-object-position: 0% 15%;
}

/* ------------------ */
/*    as to btp section     */
/* ------------------ */

.as_to_btp_img_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.as_to_btp_img{
  width: 350px;
}

.as_to_btp_img_symbol{
  width: 250px;
}

.as_to_btp_p_red{
color:#dc143c;
}

.as_to_btp_p_yellow{
  color: #ffa500;
}

.as_to_btp_p_green{
  color:#228b22 ;
}

.as_to_btp_p_blue{
  color: #1e90ff;
}

.as_to_btp_p_purple{
  color: #9400d3;
}

.as_to_btp_space{
  margin-bottom: 60px;
}

.as_to_btp_p_wrap{
  width: 80%;
}

.as_to_btp_center{
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ------------------ */
/*  message section   */
/* ------------------ */
.message {
  padding: 30px 0;
}

@media screen and (min-width: 769px) {
  .message {
    padding: 50px 0;
  }
}

.message__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .message__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 20px;
  }
}

.message__avatar {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 769px) {
  .message__avatar {
    position: relative;
    width: 45%;
    max-width: 600px;
    height: 650px;
  }
}

.message__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

@media screen and (min-width: 769px) {
  .message__avatar img {
    position: absolute;
    top: 0;
    left: -7.5%;
  }
}

.message__body {
  color: #FFFFFF;
  width: 100%;
  padding: 20px 10px;
}

@media screen and (min-width: 769px) {
  .message__body {
    width: 45%;
    padding: 0;
  }
}

.message__body__rep {
  font-size: 18px;
}

.message__body__name {
  font-size: 30px;
}

.message__body__name span {
  font-size: 16px;
}

.message__body__text {
  font-size: 16px;
}

/* ------------------ */
/*   service section  */
/* ------------------ */
.service {
  padding: 80px 0;
}

.service__txt {
  font-size: 16px;
  color: #040000;
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 50px;
}

.service__desc {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .service__desc {
    display: none;
  }
}

.service__desc__article {
  width: 100%;
  padding: 20px 0 10px;
}

.service__desc__article:not(:last-child) {
  margin-bottom: 30px;
}

.service__desc__article:nth-child(1) {
  background: rgba(234, 87, 57, 0.4);
}

.service__desc__article:nth-child(2) {
  background: rgba(13, 120, 151, 0.4);
}

.service__desc__article:nth-child(3) {
  background: rgba(246, 206, 96, 0.4);
}

.service__desc__innerwrap {
  position: relative;
  width: 88%;
  margin: auto;
}

.service__desc__head {
  position: absolute;
  top: -43px;
  left: 0;
  font-size: 22px;
  width: 100px;
  border-bottom: 1px solid #040000;
}

.service__desc__list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style-type: none;
}

.service__desc__list li {
  position: relative;
  width: 100%;
  margin-left: 20px;
}

.service__desc__list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #040000;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 100%;
}

.service__ftr {
  display: none;
}

@media screen and (min-width: 769px) {
  .service__ftr {
    display: block;
    width: 45%;
    margin: auto;
  }
}

/* ------------------ */
/*  advisors section  */
/* ------------------ */
.advisors__container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .advisors__container {
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.advisors__article {
  color: #FFFFFF;
  width: 95%;
}

@media screen and (min-width: 769px) {
  .advisors__article {
    width: 31%;
  }
}

.advisors__article:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .advisors__article:not(:last-child) {
    margin-bottom: 0;
  }
}

.advisors__article__avatar {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.advisors__article__name {
  font-size: 24px;
  margin-bottom: 10px;
}

.advisors__article__name span {
  font-size: 16px;
}

/* ------------------ */
/*   company section  */
/* ------------------ */
.company {
  padding: 80px 0;
}

@media screen and (min-width: 769px) {
  .company {
    padding: 100px 0;
  }
}

.company__tbl {
  width: 95%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0 8px;
}

@media screen and (min-width: 769px) {
  .company__tbl {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid rgba(4, 0, 0, 0.5);
    border-spacing: 0;
  }
}

.company__tbl__tr:not(:last-child) {
  margin-bottom: 15px;
}

.company__tbl__th {
  color: rgba(4, 0, 0, 0.5);
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .company__tbl__th {
    color: #FFFFFF;
    background: #2F4B6C;
    text-align: center;
    padding: 30px 50px;
  }
}

.company__tbl__td {
  font-size: 18px;
  border-bottom: 1px solid rgba(4, 0, 0, 0.5);
}

.company__tbl__td iframe {
  width: 100%;
  filter: saturate(150%);
  -webkit-filter: saturate(150%);
}

@media screen and (min-width: 769px) {
  .company__tbl__td iframe {
    width: 300px;
    height: 300px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 769px) {
  .company__tbl__td {
    padding: 30px 30px;
    border-bottom: none;
  }
  .company__tbl__td__wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.company__tbl__th, .company__tbl__td {
  display: block;
}

@media screen and (min-width: 769px) {
  .company__tbl__th, .company__tbl__td {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid rgba(4, 0, 0, 0.5);
  }
}

/* ------------------ */
/*       footer       */
/* ------------------ */
.footer {
  color: #FFFFFF;
  width: 100%;
}

.footer__top {
  background: url(../img/contact.jpg) center center/contain no-repeat;
}

.footer__top__bg {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.footer__top__txt {
  position: relative;
  font-size: 14px;
  width: 80%;
  text-align: center;
  margin: 0 auto 40px;
}

.footer__top__txt::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
  height: 1px;
  background: #FFFFFF;
}

.footer__top__link {
  position: relative;
  display: block;
  color: #2F4B6C;
  font-size: 16px;
  background: #FFFFFF;
  width: 240px;
  line-height: 50px;
  padding: 0 40px;
  margin: auto;
}

.footer__top__link:hover span {
  position: relative;
  color: #FFFFFF;
  z-index: 1;
}

.footer__top__link:hover::before {
  width: 100%;
}

.footer__top__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #2F4B6C;
  -webkit-transition: .6s;
  transition: .6s;
}

.footer__btm {
  background: #2F4B6C;
}

.footer__btm__inner {
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .footer__btm__inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.footer__btm__logo {
  min-width: 310px;
  height: 40px;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 769px) {
  .footer__btm__logo {
    width: 20%;
    margin: 0;
  }
}

.footer__btm__logo a {
  cursor: pointer;
  height: 100%;
}

.footer__btm__logo a img {
  height: 100%;
}

.footer__btm__logo span {
  font-size: 24px;
  margin-left: 10px;
}

.footer__btm__nav {
  display: none;
}

@media screen and (min-width: 769px) {
  .footer__btm__nav {
    display: block;
    width: 60%;
  }
}

.footer__btm__nav__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
}

.footer__btm__nav__list li {
  font-size: 14px;
  width: 120px;
  text-align: center;
  margin: 5px 0;
}

.footer__btm__nav__list li:hover {
  text-decoration: underline;
}

.footer__btm__nav__list li:not(:last-child) {
  border-right: 1px solid #FFFFFF;
}

.footer__copy {
  display: block;
  font-size: 11px;
  background: #2F4B6C;
  text-align: center;
  padding: 5px 0;
}

/* ------------------ */
/*     contact kv     */
/* ------------------ */
.contact__kv {
  background: url(../img/contact.jpg) center center/contain no-repeat;
  height: 400px;
  color: #FFFFFF;
}

.contact__kv__inner {
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.contact__kv__body {
  position: absolute;
  top: 50%;
  left: 20px;
}

@media screen and (min-width: 769px) {
  .contact__kv__body {
    left: 10%;
  }
}

.contact__kv__ttl {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .contact__kv__ttl {
    font-size: 49.92px;
  }
}

.contact__kv__breadcrumbs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  font-size: 14px;
}

.contact__kv__breadcrumbs li {
  position: relative;
}

.contact__kv__breadcrumbs li:not(:first-child) {
  margin-left: 30px;
}

.contact__kv__breadcrumbs li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  width: 20px;
  height: 1px;
  background: #FFFFFF;
}

/* ------------------ */
/*      contact       */
/* ------------------ */
.contact__container {
  background: #DDDDDD;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .contact__container {
    padding: 100px 40px;
  }
}

.contact__container .contact__inner {
  background: #FFFFFF;
  width: 100%;
  margin: auto;
  padding: 80px 10px;
}

@media screen and (min-width: 769px) {
  .contact__container .contact__inner {
    max-width: 1000px;
    padding: 40px 80px;
  }
}

.contact__container .frm__txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.contact__container .frm > div {
  margin-bottom: 20px;
}

.contact__container .frm__ttl {
  font-size: 18px;
  margin-bottom: 10px;
}

.contact__container .frm .required::after {
  content: "＊";
  color: #FF0000;
}

.contact__container .frm__inquiryitems__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact__container .frm__inquiryitems__item {
  width: 100%;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .contact__container .frm__inquiryitems__item {
    width: 48%;
  }
}

.contact__container .frm__inquiryitems__item input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 50%;
  border: 5px solid #EEEEEE;
  cursor: pointer;
  height: 22px;
  width: 22px;
  outline: 0;
  margin: 5px;
  background: #CCCCCC;
}

.contact__container .frm__inquiryitems__item input.checked {
  background: #2F4B6C;
}

.contact__container .frm__inquiryitems__item label {
  font-size: 16px;
  vertical-align: middle;
}

.contact__container .frm__name input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(4, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .contact__container .frm__name input {
    width: 48%;
  }
}

.contact__container .frm__companyname input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(4, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .contact__container .frm__companyname input {
    width: 48%;
  }
}

.contact__container .frm__mail input {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(4, 0, 0, 0.2);
}

@media screen and (min-width: 769px) {
  .contact__container .frm__mail input {
    width: 48%;
  }
}

.contact__container .frm__content textarea {
  width: 100%;
  height: 300px;
  border: 1px solid rgba(4, 0, 0, 0.2);
  padding: 10px;
  resize: none;
}

@media screen and (min-width: 769px) {
  .contact__container .frm__content textarea {
    height: 300px;
  }
}

.contact__container .frm__privacypolicy .frm__ttl {
  text-align: center;
}

.contact__container .frm__privacypolicy__content {
  border: 1px solid rgba(4, 0, 0, 0.5);
  width: 90%;
  height: 200px;
  margin: 0 auto 20px;
  padding: 10px 20px;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  .contact__container .frm__privacypolicy__content {
    width: 80%;
    height: 250px;
  }
}

.contact__container .frm__privacypolicy__content section:not(:last-child) {
  margin-bottom: 20px;
}

.contact__container .frm__privacypolicy__content section h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.contact__container .frm__privacypolicy__content section p {
  font-size: 14px;
}

.contact__container .frm__privacypolicy__content section ul {
  margin: 20px 0 0 50px;
}

.contact__container .frm__privacypolicy__check {
  text-align: center;
  margin-bottom: 80px;
}

.contact__container .frm__privacypolicy__check input[type=checkbox] {
  display: none;
}

.contact__container .frm__privacypolicy__check input[type=checkbox]:checked + label::before {
  opacity: 1;
}

.contact__container .frm__privacypolicy__check label {
  position: relative;
  font-size: 16px;
  padding-left: 40px;
}

.contact__container .frm__privacypolicy__check label::before, .contact__container .frm__privacypolicy__check label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}

.contact__container .frm__privacypolicy__check label::before {
  left: 20px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #2F4B6C;
  border-bottom: 3px solid #2F4B6C;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  opacity: 0;
}

.contact__container .frm__privacypolicy__check label::after {
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #AAAAAA;
  border-radius: 3px;
}

.contact__container .frm button {
  color: #FFFFFF;
  cursor: pointer;
  background: #2F4B6C;
  border: 1px solid #FFFFFF;
  display: block;
  font-size: 20px;
  padding: 15px 100px;
  margin: 0 auto 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 769px) {
  .contact__container .frm button {
    margin: auto;
  }
}

.contact__container .frm button:hover {
  background: #FFFFFF;
  border: 1px solid #2F4B6C;
  color: #2F4B6C;
}

.contact__container .frm input[type=submit] {
  color: #FFFFFF;
  cursor: pointer;
  background: #2F4B6C;
  border: 1px solid #FFFFFF;
  display: block;
  font-size: 20px;
  padding: 15px 100px;
  margin: 0 auto 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 769px) {
  .contact__container .frm input[type=submit] {
    margin: auto;
  }
}

.contact__container .frm input[type=submit].disable {
  background: rgba(47, 75, 108, 0.3);
  -webkit-transition: .2s;
  transition: .2s;
}

.contact__container .frm input[type=submit].active {
  background: #FFFFFF;
  border: 1px solid #2F4B6C;
  color: #2F4B6C;
}

/* ------------------ */
/*      confirm       */
/* ------------------ */
.confirm__txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.confirm__tbl {
  width: 95%;
  margin: 0 auto 30px;
  border-collapse: separate;
  border-spacing: 0 8px;
}

@media screen and (min-width: 769px) {
  .confirm__tbl {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid rgba(4, 0, 0, 0.5);
    border-spacing: 0;
  }
}

.confirm__tbl__row:not(:last-child) {
  margin-bottom: 15px;
}

.confirm__tbl__head {
  color: rgba(4, 0, 0, 0.5);
  font-size: 16px;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .confirm__tbl__head {
    color: #FFFFFF;
    background: #2F4B6C;
    text-align: center;
    padding: 20px;
  }
}

.confirm__tbl__data {
  font-size: 18px;
  border-bottom: 1px solid rgba(4, 0, 0, 0.5);
}

@media screen and (min-width: 769px) {
  .confirm__tbl__data {
    padding: 20px;
    border-bottom: none;
  }
}

.confirm__tbl__head, .confirm__tbl__data {
  display: block;
}

@media screen and (min-width: 769px) {
  .confirm__tbl__head, .confirm__tbl__data {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid rgba(4, 0, 0, 0.5);
  }
}

@media screen and (min-width: 769px) {
  .confirm__btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.confirm__btn input[type=submit] {
  color: #FFFFFF;
  cursor: pointer;
  background: #2F4B6C;
  border: 1px solid #FFFFFF;
  display: block;
  font-size: 20px;
  padding: 15px 100px;
  margin: 0 auto 20px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 769px) {
  .confirm__btn input[type=submit] {
    margin: auto;
  }
}

.confirm__btn input[type=submit].send {
  margin: 0 auto 40px;
}

.confirm__btn input[type=submit].active {
  background: #FFFFFF;
  border: 1px solid #2F4B6C;
  color: #2F4B6C;
}

/* ------------------ */
/*       mailto       */
/* ------------------ */
.completed__done {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.completed__message {
  font-size: 16px;
  margin-bottom: 30px;
}

.completed__tohome {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #FFFFFF;
  cursor: pointer;
  background: #2F4B6C;
  border: 1px solid #FFFFFF;
  display: block;
  font-size: 20px;
  padding: 15px 100px;
  margin: 0 auto 40px;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 769px) {
  .completed__tohome {
    margin: auto;
  }
}

.completed__tohome:hover {
  background: #FFFFFF;
  border: 1px solid #2F4B6C;
  color: #2F4B6C;
}
/*# sourceMappingURL=style.css.map */