@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,
article,
body,
dd,
div,
dl,
dt,
em,
form,
footer,
header,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
label,
legend,
li,
nav,
ol,
p,
section,
main,
span,
table,
tbody,
tfoot,
thead,
time,
tr,
th,
td,
ul,
video {
  /* font-family:inherit; */
  /* font-size:100%; */
  /* font-weight:inherit; */
  /* font-style:inherit; */
  /* vertical-align:baseline; */
  /* white-space:normal; */
  /* margin:0; */
  /* padding:0; */
  /* border:0; */
  /* outline:0; */
  /* background:transparent; */
  /* line-height:1.6; */
  /* text-align:left; */
}

textarea {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  line-height: 1.6;
  text-align: left
}

article,
footer,
header,
nav,
section,
main {
  /* display:block; */
}

ol,
ul {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width : 801px) {
  body {
    font-size: 14px;
  }
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}





img {
  max-width: 100%;
  height: auto;
  width
  /***/
  : auto;
  /*IE8のみ適用*/
}

@media only screen and (max-width : 801px) {
  .main_top {
    margin-top: 0px !important;
  }

  .sbox {
    margin-bottom: 20px;
  }

  .container {
    padding: 0 30px;
  }
}

@media only screen and (max-width : 801px) {
  .container {
    padding: 0 20px;
  }
}

@media only screen and (max-width : 801px) {
  .container {
    padding: 0 10px;
  }
}

@media print,
screen and (min-width : 800px) {
  .sbox {
    margin-bottom: 25px;
  }

  .container {
    margin: 0 auto;
  }

  section {
    /* padding: 200px 0; */
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  /* box-shadow: 0px 3px 15px rgba(0,0,0,0.2); */
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* background: #fff; */
}

#gNav a:hover {
  color: #999;
}

nav li a {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  letter-spacing: 0.2em;
}

nav .sub-menu,
.mean-container .mean-nav ul ul {
  background: #fff;
  /* background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); */
}

@media only screen and (max-width : 7801px) {
  #h_top {
    position: relative;
  }

  #header {
    /* padding: 10px 0; */
    /* height: 60px; */
  }

  .h_logo a {
    /* width: 38%; */
    /* position: absolute; */
    /*  top: 10px;
    left: 10px;
    z-index: 2;
    font-size: clamp(1rem, 0.773rem + 1.14vw, 1.625rem);
    font-weight: bold;
    /* color: #fff; */
    /*padding-left: 20px;*/
  }

  .mean-nav .container {
    padding: 0;
  }

  nav li .fa {
    display: none;
  }
}

@media print,
screen and (min-width :800px) {
  .h_logo {
    font-size: clamp(0.75rem, 0.432rem + 1.59vw, 1.625rem);
    font-weight: bold;
    letter-spacing: 10px;
  }

  .h_logo span {
    font-size: 16px;
    letter-spacing: 5px;
  }

  #h_top {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }

  .container {
    background-color: #fff;
  }

  #header {
    /* height: 80px; */
  }

  .h_logo img {
    width: 300px;
  }

  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    height: 80px;
    top: 0px;
    overflow: hidden;
    padding: 0px 40px;

  }

  #gNav ul {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 530px;
    width: 100%;
    margin-left: auto;
  }

  #gNav li {
    position: relative;
    padding: 0px 10px;
    /* border-right: 1px solid #000;*/
    line-height: 1;
  }

  #gNav li:nth-of-type(5) {
    border: unset;
  }

  #gNav li:last-child {
    margin-right: 0;
  }

  #gNav .link_tel,
  #gNav .link_tel a {
    font-weight: bold;
    font-size: clamp(0.75rem, 0.568rem + 0.91vw, 1.25rem);
    border: unset;
    line-height: 1;
    margin-left: 60px;
  }

  #gNav .link_tel a {
    margin-left: 0px;
    display: inline;
    letter-spacing: 0px;
  }

  #gNav .link_tel span {
    font-size: 16px;
  }

  #gNav .link_mail {
    border: unset;
  }

  #gNav .link_mail span {
    margin-right: 10px;

  }

  #gNav .link_mail a {
    background-color: #005752;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 180px;
    width: 100%;
    padding: 0px 18px 0px 21px;
    line-height: 80px;
    margin-left: 40px;

  }

  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }

  #gNav li a {
    position: relative;
    display: block;
    text-align: left;
    letter-spacing: 0px;
  }

  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 40%;
    margin-left: -100px;
    width: 190px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 10px;
    padding: 10px 10px;
  }

  #gNav .sub-menu a {
    /* padding: 10px; */
    display: block;
    border-bottom: none;
    padding: 10px 9px;
    line-height: 1.2em;
    position: relative;
    /* padding-bottom: 20px; */
    font-size: 14px;
    letter-spacing: -0.1px;
    position: relative;
    font-weight: bold
  }

  #gNav .sub-menu a::after {
    content: "";
    display: block;
    background-image: url(../img/ico_arrow.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 41%;
    right: 0.6em;
    box-sizing: border-box;
    background-size: cover;
    width: 10px;
    height: 10px;
  }

  #gNav .sub-menu li {
    display: block;
    font-size: 13px;
    padding: 0;
    margin: 0;
    transition: all .3s;
  }

  #gNav .sub-menu li:hover {
    background: #e5e5e5;
    border-radius: 30px;
  }

  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }

  #gNav ul>li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }

  #gNav ul>li:hover a,
  #gNav .current-menu-item a,
  #gNav .current-menu-parent a {
    color: rgb(11, 118, 159);
  }

  #gNav li:hover>ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }

  #gNav li ul li:after {
    content: none;
  }

  #gNav li:hover ul.sub-menu a {
    color: #111;
  }

  #gNav .sub-menu li a:hover {
    background: #fff;
  }

  #gNav .contact_btn a:hover {
    color: #fff;
  }

  #gNav li ul.sub-menu ul.sub-menu {
    opacity: 0;
    top: -2px;
    left: 161%;
  }

  #gNav li:hover>ul.sub-menu>li:hover>ul.sub-menu {
    top: -3px;
    left: 164%;
    opacity: 1;
    width: 260px;
  }

}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  /* background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%); */
  /* font-size: 14px; */
}

.f_logo,
.f_logo p {
  text-align: center;
}

.copy {
  text-align: center;
}

@media only screen and (max-width : 801px) {
  #footer {
    padding: 40px 0;
  }

  .f_logo {
    padding: 0 20px;
    text-align: center;
  }

  .f_logo p {
    text-align: center;
  }

  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and (max-width : 801px) {}

@media print,
screen and (min-width : 769px) {
  #footer {
    /* padding: 30px 0; */
  }

  .f_logo {}

  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }

  .f_logo {}

  .copy {}
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}


#sec01 {
  background: #cadffa;
}

#sec02 {
  background: #99c1f3;
}

#sec03 {
  background: #7ea7d9;
}

#sec04 {
  background: #618bbe;
}

.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}

.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}

@media only screen and (max-width : 801px) {
  #main {
    padding-top: 58px;
  }

  .btn {
    width: 60%;
  }
}

@media only screen and (max-width : 801px) {
  .btn {
    width: 100%;
  }
}

@media print,
screen and (min-width : 800px) {
  #main {
    padding-top: 80px;
  }

  .btn {
    width: 300px;
  }
}

.link_under {
  position: relative;
}

.link_under::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 40px;
  background: #fff;
  height: 5px;
  width: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  padding-left: 1px;
  padding-top: 0px;
}



.fade_img {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade_img.active {
  opacity: 1;
  transform: translateY(0px);
}

.fade_img_sub {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade_img_sub.active {
  opacity: 1;
  transform: translateY(0px);
}

/*英語LP用追加分*/
.our_strengths div {
  display: flex;
}

.our_strengths dt {
  font-weight: bold;
  min-width: 34%;
  font-size: 20px;
font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
}

.our_strengths dd {
  margin-bottom: 20px;
}

.our_strengths dd:last-of-type {
  margin-bottom: 0px;
}

.lead_txt div {
  width: 32%;
  /* margin-bottom: 24px; */
  /* 項目間の余白 */
  flex-direction: column;
    background-color: #fff;
  padding: 20px;
}

.our_strengths div:last-of-type {
  margin-bottom: 0px;
}

.our_strengths_why_list dt {
  position: relative;
  padding-left: 28px;
  /* チェックマーク分の余白 */
  font-weight: bold;
  /* color: rgb(11, 118, 159); */
  /* 指定のブルー */
  font-size: 20px;
  margin-bottom: 8px;
}

/* チェックマークの四角外枠 */
.our_strengths_why_list dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 16px;
  height: 16px;
  background-color: #38455e;
  border-radius: 2px;
}

/* チェックのレ点（白） */
.our_strengths_why_list dt::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0.45em;
  width: 11px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.our_strengths_why_list dd {
  margin-left: 28px;
  /* dtのインデントに合わせる */
  line-height: 1.6;
  color: #333;
}

#footer .footer_logo img {
  max-width: 200px;
  width: 100%;
}

.h_logo img {
  max-width: 200px;
  width: 100%;
}

.highlight_item {
  font-weight: bold;
}

p.indent {
  /* 1. 全体を中央に寄せるための設定 */
  max-width: 600px;
  /* コンテンツに合わせて調整（これがないと横いっぱいに広がる） */
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 0px;
  /* 3. 見栄えの調整 */
  line-height: 1.5;
  text-align: left;
  /* テキスト自体は左揃えにしてインデントを守る */
}

.our_customers {
  background-color: #f3f4f6;
  text-align: center;
}

.our_customers .lead_txt {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}