@charset "UTF-8";
/*
    リセットCSS等の基本設定
*/
/*
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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1279px) {
  html {
    font-size: 55%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
}

.body-container {
  color: #1c1c1c;
  font-size: 1.6em;
  font-family: "YuGothic", "Arial", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}

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

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

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.br-lg {
  display: none;
}

@media (max-width: 1023px) {
  .br-lg {
    display: block;
  }
}

.br-md {
  display: none;
}

@media (max-width: 767px) {
  .br-md {
    display: block;
  }
}

.br-sm {
  display: none;
}

@media (max-width: 413px) {
  .br-sm {
    display: block;
  }
}

.inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  box-sizing: content-box;
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header-top {
  width: 100%;
  background-color: #fafafa;
  box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.085);
  margin-bottom: 10px;
}

.header-top .inner {
  padding: 22px 184px 22px 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  position: relative;
}

@media (max-width: 1279px) {
  .header-top .inner {
    padding: 22px 184px 22px 30px;
  }
}

@media (max-width: 1023px) {
  .header-top .inner {
    padding: 22px 155px 22px 30px;
  }
}

@media (max-width: 767px) {
  .header-top .inner {
    display: block;
    padding: 22px 15px 22px 15px;
  }
}

.header-ttl {
  font-family: a-otf-ud-shin-maru-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.6rem;
}

@media (max-width: 1023px) {
  .header-ttl {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .header-ttl {
    margin-bottom: 20px;
  }
}

.header-nav {
  position: relative;
}

.header-nav-list {
  display: flex;
  justify-content: space-between;
}

.header-nav-list-item {
  font-size: 2rem;
  margin-left: 60px;
  position: relative;
}

@media (max-width: 1279px) {
  .header-nav-list-item {
    margin-left: 50px;
  }
}

@media (max-width: 1023px) {
  .header-nav-list-item {
    margin-left: 33px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .header-nav-list-item {
    margin-left: 52px;
  }
}

@media (max-width: 413px) {
  .header-nav-list-item {
    margin-left: 33px;
  }
}

.header-nav-list-item:before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  left: -22px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #005c9f;
}

.header-contact {
  position: absolute;
  top: 0;
  right: -410px;
  font-size: 2rem;
  line-height: 1.5;
  padding: 28px 370px 28px 23px;
  background-color: #005c9f;
  color: #fff;
  transition: 0.3s;
}

.header-contact::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.header-contact:hover {
  opacity: 0.9;
}

@media (max-width: 1300px) {
  .header-contact {
    right: -400px;
  }
}

@media (max-width: 1279px) {
  .header-contact {
    right: -366px;
    padding: 28px 376px 28px 15px;
  }
}

@media (max-width: 1023px) {
  .header-contact {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .header-contact {
    top: 86px;
    padding: 13px 370px 13px 15px;
    right: -353px;
  }
}

.header-contact:before {
  display: block;
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 121px 30px;
  border-color: transparent transparent #005c9f transparent;
}

@media (max-width: 1279px) {
  .header-contact:before {
    border-width: 0 0px 108px 30px;
    left: -30px;
    top: 4px;
  }
  @-moz-document url-prefix() {
    .header-contact:before {
      top: 5px;
    }
  }
}

@media (max-width: 1023px) {
  .header-contact:before {
    border-width: 0 0px 97px 30px;
    top: 0;
  }
  @-moz-document url-prefix() {
    .header-contact:before {
      top: 2px;
    }
  }
}

@media (max-width: 767px) {
  .header-contact:before {
    border-width: 0 0px 64px 30px;
    left: -30px;
    top: 3px;
  }
  @-moz-document url-prefix() {
    .header-contact:before {
      border-width: 0 0px 65px 30px;
      top: 4px;
    }
  }
}

.header .inner-tel {
  text-align: right;
  padding: 0 184px 0 0;
  box-sizing: border-box;
}

@media (max-width: 1023px) {
  .header .inner-tel {
    padding: 0 155px 0 0;
  }
}

@media (max-width: 767px) {
  .header .inner-tel {
    padding: 4px 156px 0 0;
  }
}

.header-tel {
  text-align: right;
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
}

@media (max-width: 1279px) {
  .header-tel {
    font-size: 1.6rem;
  }
}

.header-tel .tel-bg {
  font-size: 3rem;
}

@media (max-width: 1279px) {
  .header-tel .tel-bg {
    font-size: 2.5rem;
  }
}

@media (max-width: 1023px) {
  .header-tel .tel-bg {
    font-size: 2.3rem;
  }
}

@media (max-width: 767px) {
  .header-tel .tel-bg {
    font-size: 2rem;
  }
}

::-webkit-full-page-media,
:future,
:root .header-contact:before {
  display: block;
  content: "";
  position: absolute;
  left: -29px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0px 121px 30px;
  border-color: transparent transparent #005c9f transparent;
}

@media (max-width: 1279px) {
  ::-webkit-full-page-media,
  :future,
  :root .header-contact:before {
    border-width: 0 0px 108px 30px;
    left: -30px;
    top: 6.5px;
  }
}

@media (max-width: 1023px) {
  ::-webkit-full-page-media,
  :future,
  :root .header-contact:before {
    border-width: 0 0px 97px 30px;
    top: 0px;
  }
}

@media (max-width: 767px) {
  ::-webkit-full-page-media,
  :future,
  :root .header-contact:before {
    border-width: 0 0px 64px 30px;
    left: -30px;
    top: 3.5px;
  }
}

.fv {
  background-image: url(../images/fv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 464px 0 70px;
  position: relative;
}

@media (max-width: 1023px) {
  .fv {
    padding: 400px 0 70px;
  }
}

@media (max-width: 767px) {
  .fv {
    padding: 302px 0 70px;
  }
}

@media (max-width: 413px) {
  .fv {
    padding: 327px 0 70px;
  }
}

.fv:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.fv-box {
  display: flex;
  justify-content: space-between;
  color: #fff;
  position: relative;
  z-index: 100;
}

@media (max-width: 767px) {
  .fv-box {
    display: block;
  }
}

.fv-box-left {
  font-size: 3.6rem;
  line-height: 1.6;
}

.fv-box-left::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 1023px) {
  .fv-box-left {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .fv-box-left {
    margin-bottom: 30px;
  }
}

@media (max-width: 413px) {
  .fv-box-left {
    font-size: 2.7rem;
  }
}

.fv-box-left-under {
  font-weight: bold;
  position: relative;
  border-bottom: 2px solid #fff;
}

.fv-box-right {
  width: 40%;
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
}

.fv-box-right::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

@media (max-width: 1279px) {
  .fv-box-right {
    width: 43%;
  }
}

@media (max-width: 1023px) {
  .fv-box-right {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .fv-box-right {
    width: 100%;
    margin-left: 15px;
  }
}

@media (max-width: 413px) {
  .fv-box-right {
    font-size: 1.5rem;
  }
}

@media (max-width: 1023px) {
  .fv-box-right .bg-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .fv-box-right .bg-pc {
    display: block;
  }
}

.fv-box-right:before {
  display: block;
  content: "";
  width: 1px;
  height: 95%;
  position: absolute;
  background-color: #fff;
  left: -38.5px;
  top: 52%;
  transform: translateY(-50%);
}

@media (max-width: 1279px) {
  .fv-box-right:before {
    left: -35.5px;
  }
}

@media (max-width: 1023px) {
  .fv-box-right:before {
    left: -27px;
  }
}

@media (max-width: 767px) {
  .fv-box-right:before {
    left: -15px;
  }
}

.biz .inner {
  padding-top: 80px;
  padding-bottom: 122px;
}

@media (max-width: 767px) {
  .biz .inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.biz-box {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .biz-box {
    display: block;
  }
}

.biz-box-left {
  width: 25.6%;
  border-right: 1px solid #d1d1d1;
  padding: 30px 5px 62px 0;
}

@media (max-width: 1279px) {
  .biz-box-left {
    width: 26%;
  }
}

@media (max-width: 1023px) {
  .biz-box-left {
    padding: 30px 5px 30px 0;
  }
}

@media (max-width: 767px) {
  .biz-box-left {
    width: 100%;
    border-right: none;
    padding: 20px 0px 40px 0;
  }
}

.biz-box-left-ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  color: #005c9f;
  margin-bottom: 55px;
  position: relative;
}

.biz-box-left-ttl::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}

@media (max-width: 1023px) {
  .biz-box-left-ttl {
    font-size: 2.2rem;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .biz-box-left-ttl {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .biz-box-left-ttl .br-pc {
    display: none;
  }
}

.biz-box-left-ttl:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -23px;
  background-color: #005c9f;
}

@media (max-width: 1023px) {
  .biz-box-left-ttl:after {
    bottom: -18px;
  }
}

@media (max-width: 767px) {
  .biz-box-left-ttl:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.biz-box-left-txt {
  font-size: 1.6rem;
  line-height: 1.5;
}

.biz-box-left-txt::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

@media (max-width: 1023px) {
  .biz-box-left-txt .br-pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .biz-box-left-txt .br-pc2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .biz-box-left-txt .br-lg {
    display: none;
  }
}

.biz-box-right {
  width: 70.424%;
}

.biz-box2 {
  display: flex;
  justify-content: space-between;
  color: #fff;
  text-align: center;
}

@media (max-width: 767px) {
  .biz-box2 {
    display: block;
    width: 100%;
  }
}

.biz-box2-left {
  padding-top: 79px;
  width: 48.136%;
  background-image: url(../images/biz1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .biz-box2-left {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 1px;
    margin-bottom: 40px;
  }
}

.biz-box2-left-ttl {
  font-size: 2.8rem;
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .biz-box2-left-ttl {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

.biz-box2-left-txt {
  font-size: 2rem;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.biz-box2-left-txt + .biz-box2-left-txt {
  position: relative;
}

.biz-box2-left-txt + .biz-box2-left-txt:before {
  display: block;
  content: "";
  width: 52%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.biz-box2-right {
  padding-top: 79px;
  width: 48.136%;
  background-image: url(../images/biz2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .biz-box2-right {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 1px;
    margin-bottom: 40px;
  }
}

.biz-box2-right-ttl {
  font-size: 2.8rem;
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .biz-box2-right-ttl {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

.biz-box2-right-txt {
  font-size: 2rem;
  padding-bottom: 16px;
  margin-bottom: 30px;
}

.biz-box2-right-txt + .biz-box2-right-txt {
  position: relative;
}

.biz-box2-right-txt + .biz-box2-right-txt:before {
  display: block;
  content: "";
  width: 52%;
  height: 1px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.about {
  position: relative;
}

.about:before {
  display: block;
  content: "";
  background-image: url(../images/about1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  width: 48.7%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -30px;
}

@media (max-width: 767px) {
  .about:before {
    width: 90%;
    background-size: contain;
  }
}

.about .inner {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .about .inner {
    padding-bottom: 40px;
  }
}

.about-box {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 767px) {
  .about-box {
    display: block;
    padding-top: 120px;
  }
}

@media (max-width: 413px) {
  .about-box {
    padding-top: 105px;
  }
}

.about-box-left {
  align-self: flex-end;
  font-size: 3.6rem;
  position: relative;
  color: #fff;
  width: 37.7%;
}

@media (max-width: 1023px) {
  .about-box-left {
    font-size: 3rem;
    width: 45%;
  }
}

@media (max-width: 767px) {
  .about-box-left {
    width: 100%;
    padding-left: 69px;
    margin-bottom: 60px;
  }
}

@media (max-width: 413px) {
  .about-box-left {
    padding-left: 62px;
    margin-bottom: 67px;
    font-size: 2.8rem;
  }
}

.about-box-left-under {
  font-weight: bold;
  border-bottom: 1px solid #fff;
}

.about-box-right {
  width: 47.882%;
}

@media (max-width: 767px) {
  .about-box-right {
    width: 100%;
  }
}

.about-box-right-ttl {
  font-size: 2.8rem;
  color: #005c9f;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .about-box-right-ttl {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .about-box-right-ttl {
    text-align: center;
  }
}

.about-box-right-ttl:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -23px;
  background-color: #005c9f;
}

@media (max-width: 767px) {
  .about-box-right-ttl:after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.about-box-right-table {
  width: 100%;
}

.about-box-right-table tr {
  border-bottom: 1px solid #d1d1d1;
}

.about-box-right-table th {
  text-align: left;
  padding: 20px 0 13px;
  line-height: 2;
  width: 28%;
}

.about-box-right-table th::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.about-box-right-table td {
  padding: 20px 0 13px;
  line-height: 2;
}

.about-box-right-table td::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}

.contact .inner {
  padding-top: 50px;
}

.contact-ttl {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 60px;
  color: #005c9f;
}

@media (max-width: 1023px) {
  .contact-ttl {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }
}

.contact-ttl-under {
  position: relative;
}

.contact-ttl-under:after {
  display: block;
  content: "";
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #005c9f;
}

@media (max-width: 1023px) {
  .contact-ttl-under:after {
    bottom: -24px;
  }
}

.contact-txt {
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .contact-txt {
    line-height: 1.5;
  }
  .contact-txt::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
  }
}

.contact .thanks-message {
  text-align: center;
  color: #005c9f;
  font-weight: bold;
  font-size: 24px;
  margin: 50px auto 100px;
  line-height: 1.5;
}

.contact .thanks-message::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}

.contact .note-message {
  text-align: center;
  color: #d62020;
  font-weight: bold;
  font-size: 18px;
  margin: 20px auto 20px;
}

.contact .index-contact_form {
  max-width: 670px;
  display: block;
  margin: 60px auto;
}

.contact .displayflex {
  display: flex;
  justify-content: space-between;
  max-width: 1320px;
  padding: 0 5%;
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .contact .displayflex {
    display: block;
  }
}

.contact .index-content_form-element {
  margin-bottom: 35px;
  position: relative;
  margin: 0 0 35px;
}

.contact .index-content_form-element p {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #d62020;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  padding: 3px 12px;
  border-radius: 6px;
}

.contact form > .displayflex {
  padding: 0;
}

.contact .form_flex {
  margin: 0 0 35px;
  width: 47.8%;
}

@media (max-width: 1279px) {
  .contact .form_flex {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .contact .form_flex {
    width: 100%;
  }
}

.contact label.description {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  .contact label.description {
    font-size: 1.6rem;
  }
}

.contact input {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  padding: 10px;
  margin-top: 10px;
  background-color: #e9eef2;
  font-size: 1.8rem;
}

.contact textarea {
  width: 100%;
  height: 278px;
  border-radius: 6px;
  border: none;
  font-size: 1rem;
  padding: 10px;
  margin-top: 8px;
  background-color: #e9eef2;
  font-size: 1.8rem;
}

.contact .submit input {
  display: block;
  margin: 30px auto;
  max-width: 238px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  background: #005c9f;
  padding: 0;
  border-radius: 6px;
  transition: 0.3s;
}

.contact .submit input:hover {
  opacity: 0.9;
}

.contact .to-contact {
  margin-top: -30px;
  width: 100%;
  text-align: center;
}

.contact .to-contact a {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 999px;
  color: #e2247b;
  background: #fff;
}

.footer {
  text-align: center;
  padding: 18px 0;
  background-color: #005c9f;
  color: #fff;
}

@media (max-width: 767px) {
  .footer {
    font-size: 1.5rem;
  }
}
