/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
/* Global Styles */
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}
p {
  line-height: 1.7;
  color: #555;
}
header .text-vertical-center {
  padding-top: 0;
}
.text-vertical-center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vertical-center h1 {
  margin: 0;
  padding: 0;
  font-size: 4.5em;
  font-weight: 700;
}
/* Custom Button Styles */
.btn-dark {
  border-radius: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.btn-light {
  border-radius: 0;
  color: #00a99d;
  background-color: rgb(255, 255, 255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}
/* Custom Horizontal Rule */
hr.small {
  max-width: 300px;
}
/* smart Menu */
.navbar {
  min-height: 70px;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
.navbar-brand {
  font-size: 14px;
  height: 50px;
  padding: 10px 0;
}
.navbar-toggle .icon-bar {
  background: #333;
}
@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-nav {
    float: right;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
/* Header */
.header {
  display: table;
  position: relative;
  width: 100%;
  height: 80%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
.header h1,
.header h2 {
  color: #fff;
  text-shadow: 2px 2px 0 #000;
}
.header h2 {
  line-height: 1.5;
  text-shadow: 2px 2px 0 #000;
}
/* navbar */
.navbar {
  background-color: #fff;
  opacity: 0.8;
}
.navbar a {
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu {
  color: #096d97;
}
.dropdown-menu > li > a,
.dropdown-header {
  color: #fff;
}
.nav > li > a :last-child {
  border-right: none;
}
/* About */
.about {
  padding: 120px 0;
}
/* Services */
.services {
  padding: 120px 0;
}
.service-item {
  margin-bottom: 40px;
}
#special {
  color: #fff;
  text-align: center;
  margin: 40px 40px 0;
  padding: 10px;
  background: #00a0e8;
}
h2.special {
  font-weight: bold;
}
p.special {
  font-size: 140%;
  line-height: 1.2;
}
/* Callout */
.callout {
  display: table;
  width: 100%;
  padding: 50px 0;
  color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.callout h2 h3 {
  color: #fff;
}
/* flow */
.flow {
  padding: 120px 0;
}
.flow p {
  text-align: center;
  color: #666666;
}
.bg-primary {
  background: #fff;
}
/* Map */
.map {
  height: 500px;
}
/* company */
.company {
  padding: 120px 0;
}
/* privacy */
.privacy {
  padding: 120px 0;
}
.btn-primary {
  background: #00a0e8;
  border: none;
}
/* table */
.table > thead > tr > th,
.table > thead > tr > td {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.table > thead > tr > th {
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #003;
}
.table > thead > tr > td i {
  color: #003;
}
.table > thead > tr > td {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .map {
    height: 75%;
  }
}
/* Footer */
footer .text-logo {
  font-size: 2em;
  position: relative;
  top: -10px;
}
.mt-60 {
  margin-top: 60px;
}
/* h */
.bg-primary h3 {
  margin: 10px 0 0;
  font-size: 16px;
}
.bg-primary h3 a {
  text-align: left;
  text-decoration: none;
  padding-left: 0.5em;
  color: #fff;
}
/* Lower Page */
.lower_header {
  display: table;
  width: 100%;
  height: 500px;
  background: url(../img/head_bg.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
}
.content-section-a {
  padding: 50px 0;
  background-color: #f8f8f8;
}
.content-section-b {
  padding: 50px 0;
  background-color: #f8f8f8;
}
/*-------  20201023 ------- */
.about h2 {
  margin-bottom: 20px;
}
.navbar-toggle {
  margin-top: 16px;
}
span.right {
  background-color: #29abe2;
  color: #fff;
  padding: 5px;
}
span.deep {
  background-color: #00a99d;
  color: #fff;
  padding: 5px;
}
.flow h2 span.right {
  background-color: #29abe2;
  color: #fff;
  padding: 5px;
  font-size: 30px;
  text-align: center;
}
.flow h2 span.deep {
  background-color: #00a99d;
  color: #fff;
  padding: 5px;
  font-size: 30px;
  text-align: center;
}
.about h3 {
  color: #4d4d4d;
}
hr {
  border: 0;
  border-top: 2px solid #29abe2;
}
.flow .service-item h2 .bottom {
  display: inline-block;
  letter-spacing: 0;
}
.table > thead > tr > th,
.table > thead > tr > td {
  vertical-align: middle;
  border-bottom: 1px solid #29abe2;
  text-align: left;
  background-color: #fff;
}
.table > thead > tr > th {
  width: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #00a99d;
}
.callout-contact {
  display: table;
  width: 100%;
  padding: 140px 0 0;
}
/* ＣＯＮＴＡＣＴ.ＨＴＭＬ
----------------------------------- */
.content-header {
  padding: 40px 0;
  border-bottom: 30px solid #0071b8;
  margin-bottom: 30px;
}
h1 {
  font-size: 20px;
  color: #82bdd9;
  margin-bottom: 15px;
}
h2 {
  text-align: center;
}
.caution {
  color: #0071b8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.notice {
  width: 75%;
  border: 3px solid #f38f1e;
  border-radius: 20px;
  padding: 30px 60px;
  margin: 0 auto 60px;
  text-align: center;
}
table {
  width: 80%;
  margin: 0 auto 30px;
}
tr {
  height: 69px;
}
th {
  padding: 30px;
  background-color: #cce3f2;
}
td {
  padding: 10px 10px;
}
table input,
table textarea {
  padding: 6px;
  border: 1px solid #b3b3b3;
  width: 100%;
  border-radius: 4px;
}
.checkbox {
  width: 80%;
  margin: 15px auto 20px;
  padding: 10px 60px;
  text-align: center;
}
.checkbox .caution {
  margin-bottom: 0;
}
.sub-button [type="submit"],
.sub-button button {
  width: 200px;
  height: 60px;
  background-color: #00a99d;
  font-size: 15px;
  color: #fff;
}
select {
  padding: 6px;
}
.sub-button {
  height: 100px;
  text-align: center;
  margin-bottom: 10px;
}
.sub-button button {
  border: none;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
.toTop {
  margin-bottom: 60px;
  color: #666;
}
address {
  margin-bottom: 60px;
}
.content-header img {
  width: 330px;
}
.sqbox1 {
  background: #00a99d;
  padding: 10px;
  margin-right: 15px;
}
.sqbox2 {
  background: #117ac0;
  padding: 10px;
  margin-right: 15px;
}
.sqbox3 {
  background: #338dc9;
  padding: 10px;
  margin-right: 15px;
}
.sqbox4 {
  background: #66aad7;
  padding: 10px;
  margin-right: 15px;
}
.sqbox5 {
  background: #7eb7dd;
  padding: 10px;
  margin-right: 15px;
}
.Heading {
  color: #00a99d;
}
/*footer {
 padding: 14px 10px;
 color: #00a99d;
 border-top: 3px solid #00a99d;
}*/
footer h4 {
  font-size: 13px;
}
footer hr.small {
  max-width: 0px;
}
.navbar {
  background-color: #00a99d;
  opacity: 0.9;
}
.head-border {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
.head-border:before,
.head-border:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #29abe2;
}
.head-border:before {
  left: 0;
}
.head-border:after {
  right: 0;
}
.description {
  text-align: center;
  color: #444;
}
.contact-box {
  width: 1024px;
  margin: 50px auto;
}
@media (max-width: 768px) {
  .banner button {
    margin-top: 10px;
  }
}
/* ▼キャプション付き画像全体を囲むボックスの装飾 */
figure {
  display: inline-block; /* インラインブロック化 */
  margin: 0px 3px 7px 0px; /* 外側に余白を追加(※右に3px・下に7px) */
  background-color: #00a0e8; /* 背景色 */
}
/* ▼画像に対する装飾 */
figure img {
  display: block; /* 余計な余白が出ないようにする */
  margin: 0px 0px 3px 0px; /* 下側にだけ3pxの余白を追加 */
}
/* ▼キャプションに対する装飾 */
figcaption {
  color: #fff;
  font-size: 120%; /* 文字サイズを90%に */
  text-align: center; /* 中身をセンタリング */
  padding: 15px 5px;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (max-width: 414px) {
  .company {
    padding: 0 15px;
  }
  table {
    width: 100%;
  }
  th,
  td {
    display: block;
    width: 100%;
  }
  select {
    width: 100%;
  }
  .table table {
    width: 100%;
  }
  .table > thead > tr > th,
  .table > thead > tr > td {
    display: block;
    width: 100%;
  }
  .checkbox {
    width: 80%;
    margin: 15px auto 20px;
    padding: 10px 20px;
    text-align: center;
  }
  .header h1 {
    padding: 20px 30px 0;
  }
}
/* 2020-11-06 */
@media screen and (max-width: 414px) {
  .contact-box {
    max-width: 100%;
  }
  .cotact-table {
    width: 100%;
  }
  th {
    width: 100%;
    display: block;
  }
  td {
    width: 100%;
    display: block;
  }
  .checkbox {
    width: 90%;
    height: auto;
    margin: 30px auto;
    padding: 30px 10px;
    margin-bottom: 20px;
  }
}
/*----------------------------
  2022 
----------------------------*/
/* 共通 */
html {
  font-family: noto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #666;
}
/* 見出し */
h2.section-title {
  font-family: trajan-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0;
  color: #00a99d;
  line-height: 0.9;
  margin-bottom: 40px;
}
span.sub-title {
  font-size: 20px;
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #00a99d;
  letter-spacing: 2px;
}
h3 {
  color: #666;
  font-weight: 500;
}
p {
  margin: 0;
  font-size: 16px;
}
/* header */
img.nav-logo {
  height: 40px;
  margin: 15px 0;
}
.navbar-nav {
  font-size: 16px;
}
.navbar-nav a:hover {
  opacity: 0.9;
}
.navbar-fixed-top {
  border-width: 0;
}
/* footer */
footer .conta-iner {
  background: #00a99d;
  padding: 50px 0;
}
footer img {
  margin-bottom: 30px;
}
footer p {
  color: #fff !important;
}
address {
  color: #00a99d;
  text-align: center;
  padding: 5px 0;
}
address a:hover {
  opacity: 0.9;
}
/* Column */
.row {
  display: flex;
  flex-wrap: wrap;
}
.Column2 {
  flex: 0 0 50%;
  padding: 0;
  max-width: 50%;
  position: relative;
}
.Column3 {
  display: flex;
  flex: 0 0 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0 10px;
  position: relative;
}
.Column3_1 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding: 0;
  position: relative;
}
.Column3_2 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
  padding: 0;
  position: relative;
}
.ipad-onry {
  display: none;
}
.sp-onry {
  display: none;
}
/*---- slider ----*/
#top img {
  width: 30%;
}
/*---- #flow（service） ----*/
#flow {
  background: #f5fcfb;
}
#flow p {
  text-align: left;
  font-size: 14px;
  color: #333;
}
.service-item {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.service-item img {
  border-radius: 4px;
  margin-bottom: 20px;
}
.bg-primary h3 {
  margin: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #00a99d;
}
#flow .Column3_1 {
  margin: auto;
}
.sub-service-title {
  font-size: 17px;
}
p.sub-service {
  padding-left: 20px;
}
.sub-service {
  text-align: left !important;
}
/*---- #company ----*/
#company table {
  width: 90%;
}
#company table th,
#company table td {
  display: block;
  width: 100%;
  padding: 8px 20px;
  border: none;
}
#company th {
  font-size: 15px;
  background: #ededed;
}
#company td {
  font-size: 16px;
  line-height: 1.7;
}
.google-map {
  height: 100%;
}
/*---- #form ----*/
#form {
  padding: 120px 0;
  background: #f5fcfb;
}
.contact-box {
  background: #fff;
}
.contact-table th,
.contact-table td {
  display: block;
  width: 100%;
}
.contact-table th {
  background: none;
  padding: 30px 0 8px;
  font-size: 16px;
  font-weight: 500;
}
span.compulsory {
  margin-left: 10px;
  padding: 0 10px;
  border: 1px solid #00a99d;
  border-radius: 20px;
  font-size: 13px;
  color: #00a99d;
}
.contact-table td {
  padding: 0;
  background: #f5f5f5;
}
.contact-table td:last-child {
  background: none;
}
.contact-table input,
.contact-table textarea {
  padding: 15px 20px;
  background: #f5f5f5;
}
.contact-table select {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background: #f5f5f5;
}
.caution {
  font-weight: 500;
  color: #444;
}
.caution a {
  color: #00a99d;
}
.contact-box input[type="checkbox"] {
  position: static;
  margin: 0;
}
.sub-button button {
  box-shadow: none;
}
.sub-button [type="submit"],
.sub-button button {
  width: 200px;
  height: 60px;
  border-radius: 30px;
}
.sub-button button:hover {
  opacity: 0.8;
}
/*---- #privacy ----*/
#privacy {
  background: #fdfdfd;
}
.Heading {
  color: #00a99d;
  font-size: 17px;
  font-weight: 500;
  border-bottom: 1px solid #00a99d;
  padding: 0 10px;
}
/*---- responsive ----*/
@media screen and (max-width: 1024px) {
  /*----共通 ----*/
  .row {
    margin: 0;
  }
  /* header */
  img.nav-logo {
    margin: 23px 0 0;
  }
  /* footer */
  footer .row {
    justify-content: center;
  }
  /*---- #flow ----*/
  #flow .row:last-child {
    width: 100%;
  }
  p.sub-service {
    padding-left: 10px;
    font-size: 15px;
  }
  /*---- #form ----*/
  #form {
    padding: 15px 0;
  }
  .contact-box {
    width: 90%;
  }
}
@media screen and (max-width: 926px) {
  /*---- 共通 ----*/
  .ipad-onry {
    display: block;
  }
  .ipad-none {
    display: none;
  }
  /*---- slider ----*/
  #top img {
    width: 50%;
  }
  .slider {
    background-position: right 80% bottom 45%;
  }
  /*---- #about ----*/
  #about .row {
    justify-content: center;
  }
  /*---- #flow ----*/
  #flow .container {
    width: 100%;
  }
  .bg-primary h3 {
    font-size: 16px;
  }
  #flow p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .col-lg-12 {
    padding: 0;
  }
  .service-item {
    padding: 10px;
  }
  p.sub-service {
    padding-left: 10px;
  }
  /*---- #contact ----*/
  .callout-contact {
    padding: 80px 0 0;
  }
  .contact-box {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  /*---- #privacy ----*/
  #privacy .container {
    width: 90%;
  }
  #privacy p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  /*---- 共通 ----*/
  .sp-onry {
    display: block;
  }
  .sp-none {
    display: none;
  }
  /* section */
  #about,
  #flow,
  #company {
    padding: 60px 0;
  }
  /* header */
  .navbar {
    min-height: auto;
  }
  .navbar-toggle {
    margin: 15px 5px 15px;
  }
  .navbar-toggle .icon-bar {
    background: #e5f3f9;
  }
  .navbar a {
    font-size: 14px;
  }
  .navbar-collapse {
    background: #5ab4db;
  }
  /* footer */
  address {
    font-size: 12px;
  }
  /* 見出し */
  span.sub-title {
    font-size: 16px;
  }
  /* text */
  p {
    font-size: 14px;
  }
  /* Column */
  .Column2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Column3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .Column3_1,
  .Column3_2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*---- .slider ----*/
  .slider {
    background-position: right 73% bottom 45%;
  }
  /*---- #top ----*/
  #top img {
    width: 80%;
  }
  img.nav-logo {
    width: 220px;
    margin: 23px 15px;
  }
  /*---- #flow ----*/
  .bg-primary h3 {
    font-size: 15px;
  }
  .col-lg-12 {
    width: 100%;
  }
  .service-item {
    width: 95%;
    margin: 15px auto;
    border-radius: 13px;
  }
  .service-item img {
    object-fit: cover;
    height: 180px;
  }
  #flow .Column3 {
    padding: 0;
  }
  p.sub-service-title {
    margin: 40px 0;
    color: #00a99d !important;
    font-size: 15px !important;
  }
  p.sub-service {
    padding: 0 10px;
    text-align: center !important;
  }
  /*---- #company ----*/
  #company th,
  #company td {
    font-size: 14px;
  }
  #company .google-map {
    text-align: center;
  }
  #company iframe {
    width: 310px;
    height: 310px;
  }
  /*---- #contact ----*/
  .contact-box {
    padding: 20px;
    margin: 60px auto;
  }
  .description {
    font-size: 13px;
  }
  .contact-table th {
    font-size: 14px;
  }
  span.compulsory {
    font-size: 12px;
  }
  .contact-table input,
  .contact-table textarea {
    padding: 15px;
  }
  .caution {
    font-size: 14px;
  }
  .checkbox {
    padding: 0;
  }
  .checkbox input[type="checkbox"] {
    margin: 40px 0;
  }
  .sub-button [type="submit"],
  .sub-button button {
    width: 95%;
  }
  /*---- #privacy ----*/
  .Heading {
    font-size: 14px;
  }
  #privacy p {
    font-size: 13px;
  }
}

/* 2022 */
img {
  image-rendering: -webkit-optimize-contrast;
}


/* 2023/11/1 */
a {
    color: #333;
}
.navbar {
    background-color: #001f5e;
}
img.nav-logo {
    height: 26px;
    margin: 21px 0;
}
h2.section-title {
    color: #001f5e;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 30px;
    position: relative;
    margin-bottom: 70px;
}
.eng-title {
    display: block;
    font-size: 18px;
    color: #6484c3;
    margin-bottom: 20px;
}
h2.section-title ::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    bottom: -30px;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #6484c3;
}
#service {
    background: #f1f7ff;
    padding: 120px 0;
}
.service-item {
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
}
.bg-primary h3 {
    color: #fff;
    background: #003399;
    padding: 10px 5px;
    border-radius: 3px;
}
.service-item img {
    border-radius: 10px;
}
.sub-service {
    text-align: center !important;
}
.sub-service-title {
    color: #003399;
    font-weight: bold;
    margin-bottom: 10px;
}
#company table {
    width: auto;
    margin-bottom: 40px;
    border: 2px solid #efefef;
}
#company table th, #company table td {
    display: table-cell;
    vertical-align: middle;
}
#company table th {
    width: 35%;
    border-bottom: 2px solid #fff;
    background: #efefef;
}
#company table td {
    width: 65%;
    border-bottom: 2px solid #efefef;
}
.google-map {
    height: 400px;
}
#privacy {
    background: #f1f7ff;
}
.Heading {
    color: #333;
    border-bottom: none;
    padding: 0;
}
footer .conta-iner {
    background: #001f5e;
}
address {
    color: #333;
}
@media screen and (max-width: 480px) {
.navbar-collapse {
    background: #176cb5;
}
img.nav-logo {
    margin: 23px 15px;
    width: auto;
    height: 22px;
}
h2.section-title {
    font-size: 25px;
}
p.sub-service-title {
    margin: 40px 0 0;
    color: #001f5e !important;
}
#company table th, #company table td {
    display: block;
    width: 100%;
}
.footer__logo {
    width: 170px;
}
}