@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
}

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

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

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

fieldset, img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input, select {
  vertical-align: middle;
}

html {
  *zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html, body {
  width: 100%;
  height: 100%;
}

ul, li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  base
========================================================================== */
body.cd-body {
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body.cd-body {
    font-size: 16px;
    padding-top: 50px;
  }
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a {
  color: #004097;
}

a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.cd-main {
  position: relative;
}

/* ==========================================================================
  header
========================================================================== */
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  height: 80px;
  z-index: 200;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cd-header {
    height: 50px;
    padding: 0 10px;
  }
}

.header-left {
  width: 100%;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header-left {
    height: 50px;
  }
}

.header-logo {
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    margin: 0 0 0 0;
  }
}
.header-logo img {
  height: 50px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .header-nav {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }
}

.header-nav-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header-nav-inner {
    width: 100%;
    display: block;
    padding-top: 50px;
  }
}
.header-nav-inner li a {
  font-weight: 600;
  font-size: 0.8em;
  text-decoration: none;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .header-nav-inner li a {
    font-size: 1.2em;
    width: 100%;
    display: block;
    padding: 20px 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .header-nav-inner li a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-right {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.hnav-btn {
  width: 80px;
  height: 80px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .hnav-btn {
    width: 60px;
    height: 60px;
  }
}
.hnav-btn img {
  height: 24px;
  width: auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .hnav-btn img {
    height: 18px;
  }
}
.hnav-btn p {
  font-size: 0.5em;
}
.hnav-btn p:first-child {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .hnav-btn p:first-child {
    margin-bottom: 4px;
  }
}

.btn-contact {
  background: #333;
}

.btn-reserve {
  background: #004097;
}

/* ==========================================================================
  menu
========================================================================== */
.menu {
  position: absolute;
  cursor: pointer;
  top: 12px;
  right: 15px;
  width: 30px;
  height: 26px;
}
@media screen and (min-width: 768px) {
  .menu {
    display: none;
  }
}

.menu span {
  transition: all 0.2s;
  background: #004097;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}
.menu span:nth-child(1) {
  top: 4px;
}
.menu span:nth-child(2) {
  top: 12px;
}
.menu span:nth-child(3) {
  bottom: 4px;
}

.active span {
  transition: all 0.2s;
}
.active span:nth-child(1), .active span:nth-child(3) {
  transform-origin: center center;
  -webkit-transform-origin: center center;
}
.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.active span:nth-child(2) {
  display: none;
}
.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 10px;
}

/* ==========================================================================
 下部ボタン
========================================================================== */
.under-btn-box {
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .under-btn-box {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 50;
    padding: 0;
    width: 100%;
  }
}

.under-btn-inner {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .under-btn-inner {
    width: 100%;
  }
}

.under-btn {
  width: 46%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
  height: 80px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 0.9em;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .under-btn:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .under-btn {
    font-size: 1em;
    border-radius: 0;
    text-align: center;
    line-height: 1.4;
    width: 50%;
    height: 40px;
  }
}

.under-btn-img {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .under-btn-img {
    margin-right: 10px;
  }
}
.under-btn-img img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .under-btn-img img {
    line-height: 1;
    height: 18px;
  }
}

.under-btn-text {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .under-btn-text {
    font-weight: normal;
    font-size: 0.7em;
  }
}

/* ==========================================================================
 footer
========================================================================== */
.cd-footer {
  background: #eee;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .cd-footer {
    padding: 30px 0 80px;
  }
}

.footer-logo {
  max-width: 240px;
  margin: 0 auto 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-logo:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.footer-nav {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer-nav {
    margin-bottom: 20px;
  }
}
.footer-nav li {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .footer-nav li {
    width: 50%;
    text-align: center;
  }
}
.footer-nav li a {
  text-decoration: none;
  color: #000000;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .footer-nav li a {
    display: block;
    margin-bottom: 20px;
    font-size: 0.9em;
  }
}
.footer-nav li a:hover {
  text-decoration: underline;
}

.footer-sns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto 30px;
}
.footer-sns p {
  padding: 0 20px;
}
.footer-sns p a {
  display: block;
}
.footer-sns p a img {
  height: 20px;
  width: auto;
}

.footer-ban-lead {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 15px;
}

.footer-ban-img {
  max-width: 300px;
  background: #fff;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .footer-ban-img {
    width: 60vw;
    margin: 0 auto 30px;
  }
}
.footer-ban-img a {
  display: block;
  padding: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .footer-ban-img a {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .footer-ban-img a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.footer-copy {
  font-size: 0.6em;
  color: #333;
  text-align: center;
}

.btn-top {
  display: block;
  position: fixed;
  padding: 10px 20px;
  bottom: 100px;
  right: -2px;
  z-index: 100;
  background: #004097;
  color: #fff;
  text-decoration: none;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  font-size: 0.7em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .btn-top {
    bottom: 120px;
  }
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* ==========================================================================
 共通
========================================================================== */
.cont-ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cont-ttl {
    margin-bottom: 30px;
  }
}

.h3-en {
  font-size: 1.4em;
  padding: 5px 20px;
  border-right: 2px solid #004097;
  border-left: 2px solid #004097;
  color: #004097;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal;
  margin-bottom: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .h3-en {
    margin-bottom: 15px;
  }
}

.h3-jp {
  font-size: 1.6em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h3-jp {
    font-size: 1.4em;
    line-height: 1.5;
    font-weight: bold;
  }
}

.cont-ttl-white .h3-en {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.cont-ttl-white .h3-en,
.cont-ttl-white .h3-jp {
  color: #fff;
}

.bg-white {
  background: #e6e6e6;
  background: linear-gradient(318deg, gainsboro 0%, white 27%, white 76%, gainsboro 100%);
}

.bg-blue {
  background: #00204b;
  background: linear-gradient(318deg, #00204b 0%, #1060cc 27%, #004097 76%, #00204b 100%);
}

.bg-mizu {
  background: #e1f3ff;
}

.bg-blue-inner {
  background: url(../img/bg_net.png) center top;
  background-size: 10px auto;
}

.btn-base {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  background: #004097;
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
  text-align: center;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-base:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .btn-base:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #004097;
  }
}

/* ==========================================================================
  MV
========================================================================== */
.top-mv {
  position: relative;
}

.mv-img {
  width: 100%;
  height: 700px;
  background: url(../img/mv_img.webp) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .mv-img {
    height: calc(100vh - 90px);
    height: calc(100svh - 90px);
  }
}

.mv-cont {
  position: absolute;
  bottom: 5vw;
  left: 0;
  padding: 60px;
  background: rgba(255, 255, 255, 0.8);
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .mv-cont {
    width: 90%;
    bottom: 0;
    padding: 20px;
    bottom: 10vw;
  }
}
.mv-cont h1 {
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mv-cont h1 {
    width: 80%;
    margin: 0 auto 20px;
  }
}
.mv-cont h2 {
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv-cont h2 {
    font-size: 4vw;
    text-align: center;
  }
}

/* ==========================================================================
 intro
========================================================================== */
.top-intro-inner {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .top-intro-inner {
    padding: 5vw;
  }
}

.top-intro-head {
  background: #fff;
  border-radius: 20px;
  padding: 60px;
  position: relative;
  max-width: 960px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .top-intro-head {
    border-radius: 10px;
    padding: 30px;
    margin: 0 auto 30px;
  }
}
.top-intro-head:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 30px solid #fff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -28px;
}
@media screen and (max-width: 767px) {
  .top-intro-head:after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #fff;
    margin-left: -10px;
    bottom: -18px;
  }
}

.intro-logo {
  width: 120px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .intro-logo {
    width: 60px;
    margin: 0 auto 20px;
  }
}

.intro-h3 {
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .intro-h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}

.intro-list li {
  position: relative;
  padding: 10px 0 10px 50px;
  border-bottom: 2px dashed #004097;
  font-size: 0.8em;
  line-height: 1.7;
}
.intro-list li:before {
  content: "";
  width: 25px;
  height: 20px;
  background: url(../img/icon_check.svg) left center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1em;
}

.intro-bottom {
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .intro-bottom {
    padding: 5vw;
    font-size: 1.2em;
  }
}
.intro-bottom b {
  color: #FFFF00;
}

/* ==========================================================================
サービス
========================================================================== */
.top-service {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 40px 6vw;
  }
}

.service-box {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-box {
    padding-top: 10px;
  }
}

.service-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .service-list {
    display: block;
  }
}
.service-list li {
  width: 47%;
  border: 1px solid #004097;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .service-list li {
    width: 100%;
    border: 1px solid #004097;
    padding: 15px;
    margin-bottom: 30px;
  }
}

.service-name {
  width: 70%;
  margin: -55px auto 30px;
  background: #004097;
  border-radius: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service-name {
    margin: -30px auto 15px;
    height: 30px;
    line-height: 30px;
  }
}

.service-inner {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.service-text {
  line-height: 1.7;
  width: 60%;
  font-size: 0.8em;
}

.service-img {
  width: 36%;
}

.top-img {
  width: 100%;
  height: 400px;
  background: url(../img/top_img.webp) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top-img {
    height: 200px;
  }
}

/* ==========================================================================
会社紹介
========================================================================== */
.top-company {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 40px 6vw;
  }
}

.company-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company-box {
    margin-bottom: 30px;
  }
}

.motto-box {
  margin-bottom: 0;
}

.ttl-motto {
  font-size: 1.6em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ttl-motto {
    font-size: 1.3em;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.motto-list {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .motto-list {
    display: block;
    width: 90%;
  }
}
.motto-list li {
  width: 31%;
  padding: 50px 30px;
  box-shadow: 0 0 10px #ccc;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .motto-list li {
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 15px;
  }
  .motto-list li:last-child {
    margin-bottom: 0;
  }
}

.motto-logo {
  width: 80px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .motto-logo {
    width: 40px;
    margin: 0 auto 10px;
  }
}

.motto-name {
  text-align: center;
  font-size: 3em;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .motto-name {
    font-size: 2em;
    margin-bottom: 15px;
  }
}

.motto-text {
  font-size: 0.9em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .motto-text {
    font-size: 1em;
  }
}

.company-movie {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .company-movie {
    margin: 0 auto 30px;
  }
}

/* ==========================================================================
下層ページ共通
========================================================================== */
.page-header {
  width: 100%;
  height: 300px;
  background: url(../img/mv_img.webp) left bottom no-repeat;
  background-size: 100% auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 120px;
    background: url(../img/mv_img.webp) left top no-repeat;
    background-size: cover;
  }
}

.page-ttl {
  padding-left: 10vw;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    text-align: center;
  }
}

.page-ttl-en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal;
  font-weight: 500;
  font-size: 3em;
  margin-bottom: 20px;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .page-ttl-en {
    width: 100%;
    font-size: 2.2em;
    margin-bottom: 10px;
  }
}

.page-ttl-jp {
  font-weight: 500;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .page-ttl-jp {
    width: 100%;
    font-size: 1.2em;
  }
}

.cont-sub {
  text-align: center;
  font-weight: 500;
  margin-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .cont-sub {
    margin-bottom: 30px;
    text-align: left;
  }
}

.cont-sub-white {
  color: #fff;
}

/* ==========================================================================
サービス
========================================================================== */
.sv-top {
  padding: 80px 30px 40px;
}
@media screen and (max-width: 767px) {
  .sv-top {
    padding: 40px 6vw 20px;
  }
}

.sv-top-ttl {
  text-align: center;
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sv-top-ttl {
    font-size: 1.2em;
    margin-bottom: 30px;
  }
}

.sv-plan {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .sv-plan {
    padding: 40px 6vw;
  }
}

.plan-inner {
  max-width: 960px;
  margin: 0 auto;
}

.plan-box {
  margin: 0 auto 60px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .plan-box {
    margin: 0 auto 30px;
  }
}
.plan-box.nth-of-type {
  margin-bottom: 0;
}

.plan-ttl {
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 4px solid #004097;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .plan-ttl {
    margin-bottom: 20px;
  }
}

.plan-lead {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .plan-lead {
    margin-bottom: 20px;
  }
}

.plan-list {
  padding: 30px;
  border: 1px dashed #333;
}
@media screen and (max-width: 767px) {
  .plan-list {
    padding: 15px;
  }
}
.plan-list li {
  margin-bottom: 30px;
}
.plan-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .plan-list li {
    margin-bottom: 15px;
  }
}

.plan-list-ttl {
  color: #004097;
  padding: 4px;
  font-weight: 500;
  margin-bottom: 10px;
}

.plan-list-text {
  font-size: 0.8em;
}

.sv-caution {
  font-size: 0.8em;
  line-height: 1.7;
}

.sv-flow-inner {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .sv-flow-inner {
    padding: 40px 6vw;
  }
}

.flow-list {
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.7;
}
.flow-list li {
  padding: 30px;
  background: #fff;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .flow-list li {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.flow-list li:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 50%;
  margin-top: 0;
  margin-right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #fff;
  border-bottom: 0;
}
.flow-list li:last-child {
  margin-bottom: 0;
}
.flow-list li:last-child:after {
  content: none;
}
.flow-list li p {
  font-size: 0.8em;
}

.flow-ttl {
  color: #004097;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow-ttl {
    margin-bottom: 10px;
    font-size: 1.1em;
  }
}

.sv-case {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .sv-case {
    padding: 40px 6vw;
  }
}

.case-inner {
  max-width: 960px;
  margin: 0 auto;
}

.case-list {
  padding: 40px;
  border: 1px dotted #333;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-list {
    padding: 20px;
  }
}

.case-item {
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .case-item {
    margin-bottom: 20px;
  }
}
.case-item p {
  margin-bottom: 10px;
  font-size: 0.8em;
}
.case-item p:last-of-type {
  margin-bottom: 0;
}

.case-ttl {
  margin-bottom: 20px;
  font-weight: 500;
  color: #004097;
  padding-bottom: 10px;
  border-bottom: 2px solid #004097;
}

.case-bottom {
  display: none;
}
.case-bottom .case-item:last-child {
  margin: 0;
}

.case-more {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 1.1;
  font-style: normal;
  font-size: 0.8em;
  text-align: center;
  max-width: 200px;
  border: 1px solid #aaa;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.case-more:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
}
@media screen and (min-width: 768px) {
  .case-more:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #eee;
  }
}

.sv-column {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .sv-column {
    padding: 40px 6vw;
  }
}

.sv-column-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.column-ttl {
  font-size: 1.4em;
  margin-bottom: 60px;
  color: #004097;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column-ttl {
    font-size: 1.2em;
    margin-bottom: 40px;
  }
}
.column-ttl span {
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 4px solid #004097;
}
@media screen and (max-width: 767px) {
  .column-ttl span {
    padding-bottom: 10px;
  }
}

.cont-sub-column {
  font-size: 1.2em;
  color: #004097;
}
@media screen and (max-width: 767px) {
  .cont-sub-column {
    font-size: 1em;
  }
}

.column-box {
  padding: 40px 0;
  border-bottom: 1px dotted #333;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .column-box {
    padding: 20px 0;
  }
}

.column-box-top {
  border-top: 1px dotted #333;
}

.column-sub {
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .column-sub {
    margin-bottom: 15px;
  }
}

.column-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column-img {
    margin-bottom: 15px;
  }
}

.column-caption {
  font-size: 0.7em;
  word-break: break-all;
}

.column-det {
  padding: 30px;
  background: #e1f3ff;
  margin-bottom: 20px;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .column-det {
    padding: 15px;
    margin-bottom: 10px;
  }
}
.column-det span {
  font-weight: 500;
}
.column-det:last-of-type {
  margin: 0;
}

.column-arrow {
  margin: 50px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 40px solid #004097;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .column-arrow {
    margin: 20px auto;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #004097;
  }
}

/* ==========================================================================
会社紹介
========================================================================== */
.cp-top {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .cp-top {
    padding: 40px 6vw;
  }
}

.cp-prof {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .cp-prof {
    padding: 40px 6vw;
  }
}

.prof-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.prof-box {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .prof-box {
    margin-bottom: 40px;
  }
}

.prof-left {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .prof-left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.prof-photo {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .prof-photo {
    margin-bottom: 15px;
  }
}

.prof-btn {
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .prof-btn {
    width: 50vw;
    margin: 0 auto;
  }
}

.prof-right {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .prof-right {
    width: 100%;
  }
}

.prof-sub {
  color: #004097;
  margin-bottom: 15px;
  font-size: 0.8em;
  font-weight: 500;
}

.prof-name {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .prof-name {
    margin-bottom: 15px;
  }
}
.prof-name small {
  font-size: 0.7em;
}

.prof-text p {
  line-height: 1.7;
  font-size: 0.8em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .prof-text p {
    margin-bottom: 10px;
  }
}
.prof-text p:last-child {
  margin: 0;
}

.hokenshi-box {
  padding: 40px 0;
  border-top: 1px dashed #004097;
  border-bottom: 1px dashed #004097;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .hokenshi-box {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}

.hokenshi-ttl {
  text-align: center;
  font-weight: bold;
  color: #004097;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hokenshi-ttl {
    margin-bottom: 15px;
    line-height: 1.7;
  }
}

.hokenshi-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hokenshi-list li {
  width: 30%;
  line-height: 1.7;
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  .hokenshi-list li {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8em;
  }
}

.hokenshi-icon {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hokenshi-icon {
    width: 30%;
  }
}
.hokenshi-icon img {
  width: 100px;
}

@media screen and (max-width: 767px) {
  .hokenshi-text {
    width: 64%;
  }
}

.cp-concept {
  padding: 40px;
  background: #e1f3ff;
}
@media screen and (max-width: 767px) {
  .cp-concept {
    padding: 20px;
  }
}

.concept-ttl {
  font-size: 1.2em;
  color: #004097;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}

.concept-head {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .concept-head {
    margin-bottom: 20px;
  }
}
.concept-head p {
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .concept-head p {
    margin-bottom: 10px;
    font-size: 0.9em;
  }
}
.concept-head p:last-child {
  margin-bottom: 0;
}

.cp-company {
  padding: 80px 30px;
}
@media screen and (max-width: 767px) {
  .cp-company {
    padding: 40px 6vw;
  }
}

.cp-company-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.company-list {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .company-list {
    margin-bottom: 30px;
  }
}
.company-list dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.8em;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #333;
}
@media screen and (max-width: 767px) {
  .company-list dl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.company-list dl dt {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .company-list dl dt {
    width: 30%;
  }
}
.company-list dl dd {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .company-list dl dd {
    width: 68%;
  }
}

.company-map iframe {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
