@charset "UTF-8";
/*
Theme Name: オリジナルテーマ
Theme URI:
Description: オリジナルテーマ01
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  opacity: 0.9;
  transition: 0.3s;
}

p, a, span, strong {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  p, a, span, strong {
    font-size: 14px;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
img {
  max-width: 100%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

#wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 20px 0px;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
}

.btn {
  display: flex;
  max-width: 160px;
  background-color: #0071BC;
  padding: 5px 20px;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .btn {
    font-size: 14px;
  }
}
.btn::after {
  content: "";
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.breadcrumb {
  margin-bottom: 30px !important;
  background-color: #f4f4f4;
  padding: 4px 20px 5px 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb ul {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.breadcrumb ul li {
  display: inline;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb ul li {
    font-size: 12px;
  }
}
.breadcrumb ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .breadcrumb ul li a {
    font-size: 12px;
  }
}
.breadcrumb ul li + li:before {
  content: ">";
  margin: 0 5px 0 8px;
}

header {
  position: fixed;
  padding: 0 50px;
  width: calc(100% - 100px);
  z-index: 1000;
  top: 0;
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  header {
    padding: 0 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  header {
    padding: 0;
    width: calc(100% - 55px);
    height: 55px;
  }
}
header .hdrContent {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .hdrContent {
    margin-bottom: 0;
    height: 100%;
    padding-left: 10px;
    gap: 5px;
  }
}
header .hdrContent .logoImg {
  display: flex;
  max-width: 370px;
  height: max-content;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .logoImg {
    max-width: 270px;
  }
}
header .hdrContent .hdrNav {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  header .hdrContent .hdrNav {
    gap: 15px;
  }
}
header .hdrContent .hdrNav #nav_global {
  display: flex;
  align-items: center;
}
header .hdrContent .hdrBtn {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  header .hdrContent .hdrBtn {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn {
    gap: 0;
    height: 100%;
  }
}
header .hdrContent .hdrBtn .telBtn {
  color: #002A55;
  display: flex;
  flex-flow: column;
  gap: 4px;
  position: relative;
  padding: 0 10px 0 30px;
  line-height: 1;
  height: 60px;
  justify-content: center;
  align-items: baseline;
  border: 1px solid #002A55;
}
@media screen and (max-width: 1300px) {
  header .hdrContent .hdrBtn .telBtn {
    width: max-content;
    padding: 0 10px 0 25px;
  }
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .telBtn {
    height: 55px;
    width: 55px;
    padding: 0;
  }
}
header .hdrContent .hdrBtn .telBtn p {
  font-size: 23px;
}
@media screen and (max-width: 1300px) {
  header .hdrContent .hdrBtn .telBtn p {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .telBtn p {
    display: none;
  }
}
header .hdrContent .hdrBtn .telBtn img {
  width: 11px;
  position: absolute;
  left: 15px;
  margin: auto;
  top: 15px;
}
@media screen and (max-width: 1300px) {
  header .hdrContent .hdrBtn .telBtn img {
    left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .telBtn img {
    position: unset;
    width: 15px;
  }
}
header .hdrContent .hdrBtn .telBtn span {
  font-size: 8px;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .telBtn span {
    display: none;
  }
}
header .hdrContent .hdrBtn .contactBtn {
  width: max-content;
  background-image: unset;
  gap: 10px;
  background-color: #032655;
  border: 1px solid #032655;
  height: 55px;
}
@media screen and (max-width: 1300px) {
  header .hdrContent .hdrBtn .contactBtn {
    padding: 5px 10px;
    gap: 5px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .contactBtn {
    font-size: 11px;
    text-align: center;
    width: 55px;
    padding: 0;
    line-height: 1.3;
  }
}
header .hdrContent .hdrBtn .contactBtn::after {
  content: unset;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .contactBtn span {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  header .hdrContent .hdrBtn .contactBtn img {
    width: 30px;
  }
}
header .gNav .nav_child {
  display: none;
}
@media screen and (min-width: 768px) {
  header .gNav .nav_child {
    margin-top: 7px;
    position: absolute;
    max-width: 220px;
  }
  header .gNav .nav_child li a {
    padding: 10px 20px;
    color: white;
    background-color: #464646;
    display: block;
    font-size: 15px;
  }
}
header .gNav ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  header .gNav ul {
    gap: 15px;
    width: max-content;
  }
}
header .gNav ul li a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
}
header .gNav ul li a::after {
  /*アンダーラインのスタイル*/
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #0071BC;
  bottom: -15px;
  left: 0;
  /*幅を0に設定*/
  width: 0;
  /*アニメーションの速度設定*/
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .gNav ul li a:hover::after {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .gNav ul li a::after {
    content: unset;
  }
}
@media screen and (max-width: 1300px) {
  header .gNav ul li a {
    font-size: 13px;
  }
}
header .gNav ul li a.current {
  position: relative;
}
header .gNav ul li a.current::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 2px;
  background-color: #00053A;
}
header .gNav ul li .btn_parent {
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  header {
    /* グローバルナビゲーション(SP)  */
  }
  header .gNav ul {
    display: unset;
  }
  header .gNav ul li a.current {
    position: unset;
  }
  header .gNav ul li a.current::after {
    content: unset;
  }
  header #nav_global {
    position: relative;
    z-index: 1001;
  }
  header #nav_global dt {
    position: fixed;
    top: 0;
    right: 0;
    width: 55px;
    height: 56px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: white;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #0071BC;
  }
  header #nav_global dt #btn_navcon {
    position: absolute;
    z-index: 1001;
    top: 17px;
    right: 12px;
    width: 30px;
    cursor: pointer;
  }
  header #nav_global dt ul {
    width: auto;
    height: 23px;
    list-style: none;
    margin: 0 auto 6px;
  }
  header #nav_global dt ul li {
    width: auto;
    height: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: white;
    margin: 0 0 6px;
  }
  header #nav_global dt.is_active {
    width: 380px;
    height: 100vh;
    border-radius: 0;
  }
  header #nav_global dt.is_active li:nth-child(2) {
    opacity: 0;
  }
  header #nav_global dt.is_active li {
    -webkit-transform: translatey(8px) rotate(45deg);
    transform: translatey(8px) rotate(45deg);
  }
  header #nav_global dt.is_active li:nth-child(3) {
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
  }
  header #nav_global dd {
    position: fixed;
    top: 95px;
    right: -380px;
    width: 380px;
    height: 100vh;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    overflow: visible;
    font-family: YakuHanJP, "Noto Sans Bold", sans-serif;
    letter-spacing: 0.1em;
    color: white;
  }
  header #nav_global dd ul {
    position: relative;
    z-index: 1001;
    width: auto;
    list-style: none;
  }
  header #nav_global dd ul li {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-bottom: 1px solid white;
    font-size: 15px;
  }
  header #nav_global dd ul li a, header #nav_global dd ul li span {
    display: block;
    width: auto;
    cursor: pointer;
    padding: 22px;
    color: white;
  }
  header #nav_global dd ul a.is_current, header #nav_global dd ul a:hover, header #nav_global dd ul span.is_current, header #nav_global dd ul span:hover {
    background-color: #0071BC;
    mix-blend-mode: multiply;
  }
  header #nav_global dd ul a:after, header #nav_global dd ul span:after {
    float: right;
    font-family: FontAwesome;
    font-weight: bold;
  }
  header #nav_global dd ul span:after {
    content: "\f107";
  }
  header #nav_global dd .btn_parent {
    cursor: pointer;
  }
  header #nav_global dd .btn_parent.is_open_2 {
    color: white;
    background-color: #0071BC;
  }
  header #nav_global dd .btn_parent.is_open_2:after {
    content: "\f106";
  }
  header #nav_global dd ul.nav_child {
    display: none;
    width: auto;
    background-color: #88c848;
  }
  header #nav_global dd ul.nav_child li {
    border-top: 1px solid #ddd;
    border-bottom: none;
  }
  header #nav_global dd ul.nav_child a {
    padding: 15px 42px 15px 50px;
  }
  header #nav_global dd > ul:first-child {
    padding-bottom: 100px;
  }
  header #nav_global dd.is_open {
    right: 0;
    opacity: 1;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header #nav_global dd.is_open::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.9) !important;
    height: 60px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header.is-fixed {
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed .hdrContent {
    margin-bottom: 0px;
  }
  header.is-fixed .hdrContent .logoImg {
    max-width: 290px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header.is-fixed .hdrContent .logoImg {
    position: unset;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed .hdrContent .hdrBtn .telBtn, header.is-fixed .hdrContent .hdrBtn .contactBtn {
    height: 40px;
    font-size: 18px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header.is-fixed .hdrContent .hdrBtn .telBtn, header.is-fixed .hdrContent .hdrBtn .contactBtn {
    height: 55px;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed .hdrContent .hdrBtn .contactBtn {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  header.is-fixed .hdrContent .hdrBtn .contactBtn {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) {
  header.is-fixed .hdrContent .hdrBtn .telBtn {
    gap: 2px;
  }
  header.is-fixed .hdrContent .hdrBtn .telBtn img {
    top: 7px;
  }
  header.is-fixed .gNav ul li a, header.is-fixed .gNav ul li span {
    font-size: 13px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header.is-fixed .gNav ul li a.current::after, header.is-fixed .gNav ul li span.current::after {
    bottom: -2px;
  }
}
@media screen and (max-width: 1000px) {
  header.is-fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.fix-nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .fix-nav {
    display: none;
  }
}
.fix-nav ul li {
  background-color: #002A55;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix-nav ul li a {
  color: white;
  font-size: 13px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 95px;
}
.fix-nav ul li a img {
  width: 30px;
  margin-bottom: 10px;
}

/* トップへ戻るボタン */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  background: #0071BC;
  color: #fff;
  transition: 0.3s;
  width: 50px;
  height: 50px;
  font-size: 11px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 2000;
}
#page_top img {
  width: 20px;
}
#page_top:hover {
  background: #009d9d;
}

.sidebar a {
  color: #222222;
}

.mainVisual {
  position: relative;
  margin-top: 90px;
  height: calc(100vh - 110px);
  max-height: 650px;
}
@media screen and (max-width: 1000px) {
  .mainVisual {
    height: 400px;
    margin-top: 55px;
  }
}
.mainVisual .mainVisual-img {
  position: absolute;
  right: 0;
  width: 60%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px 0 0 300px;
}
@media screen and (max-width: 500px) {
  .mainVisual .mainVisual-img {
    width: 100%;
    border-radius: 0;
  }
}
.mainVisual .catchCopy {
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 30px;
  margin: 0 50px;
  text-align: center;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .mainVisual .catchCopy {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual .catchCopy {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy {
    justify-content: flex-end;
    padding-bottom: 30px;
  }
}
.mainVisual .catchCopy .mainCopy {
  display: block;
  font-size: clamp(1.625rem, 0.943rem + 3.41vw, 3.5rem);
  text-align: left;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Arial", "メイリオ";
  letter-spacing: 5px;
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .mainCopy {
    text-align: center;
  }
}
.mainVisual .catchCopy .mainCopy span {
  font-size: clamp(1.875rem, 1.08rem + 3.98vw, 4.063rem);
  color: #0071BC;
  font-weight: bold;
}
.mainVisual .catchCopy .sabCopy {
  position: relative;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  text-align: left;
  line-height: 1.7;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .sabCopy {
    color: white;
    text-align: center;
  }
}
.mainVisual .catchCopy .mv-icon {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .mainVisual .catchCopy .mv-icon {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .mv-icon {
    justify-content: center;
  }
}
.mainVisual .catchCopy .mv-icon li {
  width: 100px;
  height: 100px;
  border: 2px solid #0071BC;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .mainVisual .catchCopy .mv-icon li {
    width: 80px;
    height: 80px;
    padding: 5px;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .mv-icon li {
    width: 60px;
    height: 60px;
  }
}
.mainVisual .catchCopy .mv-icon li img {
  width: 40px;
  height: 30px;
  height: auto;
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .mv-icon li img {
    width: 30px;
    height: 20px;
  }
}
.mainVisual .catchCopy .mv-icon li p {
  color: #0071BC;
}
@media screen and (max-width: 1000px) {
  .mainVisual .catchCopy .mv-icon li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .mv-icon li p {
    font-size: 10px;
  }
}

.lead-bnr {
  display: flex;
}
@media screen and (max-width: 1000px) {
  .lead-bnr {
    flex-flow: wrap;
  }
}
.lead-bnr a {
  position: relative;
  width: 25%;
  position: relative;
  background-color: #006cdb;
  min-height: 230px;
}
@media screen and (max-width: 1000px) {
  .lead-bnr a {
    width: 50%;
  }
}
.lead-bnr a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.lead-bnr a img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.lead-bnr a p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: white;
  height: 100%;
  z-index: 20;
  font-size: 25px;
}
@media screen and (max-width: 1000px) {
  .lead-bnr a p {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .lead-bnr a p {
    font-size: 16px;
  }
}
.lead-bnr a .lead-bnr-text {
  font-size: 16px;
  flex-flow: column;
  align-items: baseline;
  gap: 10px;
}
@media screen and (max-width: 500px) {
  .lead-bnr a .lead-bnr-text {
    font-size: 13px;
  }
}
.lead-bnr a .lead-bnr-text span {
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .lead-bnr a .lead-bnr-text span {
    font-size: 16px;
  }
}

main .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 70px 30px 0;
}
main .container .section-header {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  padding: 0px 0 35px;
  margin-bottom: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  main .container .section-header {
    font-size: 35px;
    padding: 0px 0 25px;
  }
}
main .container .section-header:before {
  position: absolute;
  content: attr(data-en);
  left: 3px;
  font-size: 20px;
  color: #0071BC;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  main .container .section-header:before {
    font-size: 15px;
  }
}
main .container .section-header span {
  font-size: 40px;
}
@media screen and (max-width: 1000px) {
  main .container .section-header span {
    font-size: 35px;
  }
}
main .news {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  main .news {
    flex-flow: column;
    align-items: center;
  }
}
main .news .section-header {
  margin-bottom: 0px;
  padding: 0;
  color: #0071BC;
  font-family: "Fira Sans", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: italic;
}
main .news .news-box {
  width: 100%;
}
main .news .news-title {
  min-width: 180px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main .news .news-title {
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
  }
}
@media screen and (max-width: 500px) {
  main .news .news-title {
    flex-flow: column;
    gap: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  main .news .news-title .section-header {
    margin-bottom: 10px;
  }
}
main .news .news-title .btn {
  background-color: white;
  color: #0071BC;
  border: 2px solid #0071BC;
  padding: 2px 30px 2px 20px;
}
main .news .news-title .btn::after {
  border-top: solid 1px #0071BC;
  border-right: solid 1px #0071BC;
}
main .news .news-content {
  width: 100%;
}
main .news .news-content ul {
  border: 2px solid #0071BC;
  padding: 30px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  main .news .news-content ul {
    padding: 10px 20px 20px;
  }
}
main .news .news-content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px dotted #999999;
  padding: 10px 5px;
}
@media screen and (max-width: 1000px) {
  main .news .news-content ul li {
    flex-flow: column;
    align-items: baseline;
    gap: 10px;
  }
}
main .news .news-content ul li .news-date {
  font-size: 15px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  main .news .news-content ul li .news-date {
    font-size: 13px;
  }
}
main .news .news-content ul li .news-cate {
  font-size: 14px;
  min-width: 80px;
  color: #0071BC;
  border: 1px solid #0071BC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 60px;
}
@media screen and (max-width: 1000px) {
  main .news .news-content ul li .news-cate {
    font-size: 12px;
  }
}
main .news .news-content ul li .news-title {
  margin: 0;
}
main .news .recruit-bnr {
  max-width: 330px;
}
main .news .recruit-bnr a {
  display: flex;
}
main .service .section-header {
  text-align: center;
  color: #0071BC;
  max-width: 230px;
  margin: 0 auto;
  background-color: white;
}
main .service .section-header::before {
  right: 0;
  color: #0071BC;
}
main .service .section-header::after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  width: calc(100% + 80px);
  height: 2px;
  background-color: #0071BC;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
main .service .service-content {
  margin-top: 50px;
}
main .service .service-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  main .service .service-content ul {
    flex-flow: column;
  }
}
main .service .service-content ul li {
  width: calc(50% - 15px);
}
@media screen and (max-width: 500px) {
  main .service .service-content ul li {
    width: 100%;
  }
}
main .service .service-content ul li a .service-title {
  background-color: #0071BC;
  color: white;
  padding: 10px;
  width: calc(100% - 20px);
  text-align: center;
  margin-bottom: 20px;
}
main .service .service-content ul li a .service-item {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  main .service .service-content ul li a .service-item {
    flex-flow: column;
  }
}
main .service .service-content ul li a .service-item .service-img {
  min-width: 270px;
  height: 180px;
}
@media screen and (max-width: 1000px) {
  main .service .service-content ul li a .service-item .service-img {
    min-width: 190px;
    height: 130px;
  }
}
@media screen and (max-width: 500px) {
  main .service .service-content ul li a .service-item .service-img {
    min-width: 100%;
  }
}
main .service .service-content ul li a .service-item .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .service .service-content ul li a .service-item .service-text {
  line-height: 1.7;
}
main .service .service-content .btn {
  background-color: transparent;
  color: #0071BC;
  border: 1px solid #0071BC;
  margin: 50px auto 0;
  height: 40px;
}
main .service .service-content .btn::after {
  border-top: solid 1px #0071BC;
  border-right: solid 1px #0071BC;
}
main .solutions {
  position: relative;
  max-width: 100%;
  margin: 50px auto 0;
  padding: 0;
  padding-bottom: 70px;
}
main .solutions::after {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(./images/top/top-solution2.jpg);
  z-index: -1;
}
main .solutions .solutions-content {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 60px);
  padding: 0 30px;
}
main .solutions .section-header {
  text-align: center;
  color: #0071BC;
  max-width: 230px;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 50px;
  margin-top: 70px;
}
main .solutions .section-header::after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  width: calc(100% + 80px);
  height: 2px;
  background-color: #0071BC;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
main .solutions .section-header::before {
  right: 0;
  color: #0071BC;
}
main .solutions .solutions-item {
  /* 前へ次への矢印カスタマイズ */
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
}
main .solutions .solutions-item ul {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul {
    flex-flow: column;
  }
}
main .solutions .solutions-item ul li {
  background-color: white;
  width: calc(50% - 15px);
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul li {
    width: 100%;
  }
}
main .solutions .solutions-item ul li .solutions-img {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul li .solutions-img {
    height: 250px;
  }
}
main .solutions .solutions-item ul li .solutions-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .solutions .solutions-item ul li .solutions-wrap {
  padding: 25px 20px;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul li .solutions-wrap {
    min-height: unset;
  }
}
main .solutions .solutions-item ul li .solutions-wrap .solutions-title {
  font-size: 17px;
  margin-bottom: 5px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul li .solutions-wrap .solutions-title {
    height: auto;
  }
}
main .solutions .solutions-item ul li .solutions-wrap .solutions-text {
  font-size: 14px;
}
main .solutions .solutions-item .swiper-button-prev,
main .solutions .solutions-item .swiper-button-next {
  height: 50px;
  width: 50px;
  margin-top: -90px;
}
main .solutions .solutions-item .swiper-button-prev::after,
main .solutions .solutions-item .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
main .solutions .solutions-item .swiper-button-prev::after {
  background-image: url(./images/top/slide-prev.svg);
}
main .solutions .solutions-item .swiper-button-next::after {
  background-image: url(./images/top/slide-next.svg);
}
main .solutions .solutions-item .swiper-slide img {
  height: auto;
  width: 100%;
}
main .solutions .btn {
  background-color: transparent;
  color: #0071BC;
  border: 1px solid #0071BC;
  margin: 50px auto 0;
  height: 40px;
}
main .solutions .btn::after {
  border-top: solid 1px #0071BC;
  border-right: solid 1px #0071BC;
}
main .office {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
main .office .office-content {
  display: flex;
  align-items: center;
  background-color: #3D5DA1;
  justify-content: flex-end;
}
@media screen and (max-width: 1000px) {
  main .office .office-content {
    flex-flow: column;
  }
}
main .office .office-content img {
  max-width: 52vw;
  width: 100%;
  object-fit: cover;
  height: 530px;
}
@media screen and (max-width: 1000px) {
  main .office .office-content img {
    height: 52vw;
    max-width: 100%;
  }
}
main .office .office-content .office-item {
  padding: 40px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: max-content;
  gap: 40px;
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  main .office .office-content .office-item {
    max-width: 100%;
  }
}
main .office .office-content .office-item .office-header .section-header {
  margin: 0;
  color: white;
  padding: 0px 0 30px;
}
main .office .office-content .office-item .office-header .section-header::before {
  top: unset;
  bottom: 0;
  color: white;
}
main .office .office-content .office-item .office-header .section-header::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: white;
  left: 0;
  bottom: -10px;
}
main .office .office-content .office-item p {
  color: white;
}
main .office .office-content .office-item .btn {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  height: 40px;
}
main .office .office-content .office-item .btn::after {
  border-top: solid 1px white;
  border-right: solid 1px white;
}
main .career {
  margin-bottom: 70px;
}
main .career .career-header .section-header {
  text-align: center;
  color: #0071BC;
  max-width: 230px;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 50px;
  margin-top: 20px;
}
main .career .career-header .section-header::after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  width: calc(100% + 80px);
  height: 2px;
  background-color: #0071BC;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: -1;
}
main .career .career-header .section-header::before {
  right: 0;
  color: #0071BC;
}
main .career .career-item ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  main .career .career-item ul {
    flex-flow: column;
  }
}
main .career .career-item ul li {
  width: calc(33.3333333333% - 10px);
}
@media screen and (max-width: 500px) {
  main .career .career-item ul li {
    width: 100%;
  }
}
main .career .career-item ul li img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  height: 18vw;
}
@media screen and (max-width: 500px) {
  main .career .career-item ul li img {
    height: 55vw;
  }
}
main .career .btn {
  background-color: transparent;
  color: #0071BC;
  border: 1px solid #0071BC;
  margin: 50px auto 0;
  height: 40px;
}
main .column, main .blog {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 70px;
}
main .column::after, main .blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #eef7fa;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main .column::after, main .blog::after {
    height: 70%;
  }
}
main .column .column-content, main .column .blog-content, main .blog .column-content, main .blog .blog-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 20px 50px;
}
main .column .column-content .column-header .section-header, main .column .column-content .blog-header .section-header, main .column .blog-content .column-header .section-header, main .column .blog-content .blog-header .section-header, main .blog .column-content .column-header .section-header, main .blog .column-content .blog-header .section-header, main .blog .blog-content .column-header .section-header, main .blog .blog-content .blog-header .section-header {
  margin: 0;
  color: #0071BC;
  padding: 0px 0 30px;
}
main .column .column-content .column-header .section-header::before, main .column .column-content .blog-header .section-header::before, main .column .blog-content .column-header .section-header::before, main .column .blog-content .blog-header .section-header::before, main .blog .column-content .column-header .section-header::before, main .blog .column-content .blog-header .section-header::before, main .blog .blog-content .column-header .section-header::before, main .blog .blog-content .blog-header .section-header::before {
  top: unset;
  bottom: 0;
  color: #0071BC;
}
main .column .column-content .column-item, main .column .column-content .blog-item, main .column .blog-content .column-item, main .column .blog-content .blog-item, main .blog .column-content .column-item, main .blog .column-content .blog-item, main .blog .blog-content .column-item, main .blog .blog-content .blog-item {
  margin-top: 50px;
}
main .column .column-content .column-item ul, main .column .column-content .blog-item ul, main .column .blog-content .column-item ul, main .column .blog-content .blog-item ul, main .blog .column-content .column-item ul, main .blog .column-content .blog-item ul, main .blog .blog-content .column-item ul, main .blog .blog-content .blog-item ul {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  main .column .column-content .column-item ul, main .column .column-content .blog-item ul, main .column .blog-content .column-item ul, main .column .blog-content .blog-item ul, main .blog .column-content .column-item ul, main .blog .column-content .blog-item ul, main .blog .blog-content .column-item ul, main .blog .blog-content .blog-item ul {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  main .column .column-content .column-item ul, main .column .column-content .blog-item ul, main .column .blog-content .column-item ul, main .column .blog-content .blog-item ul, main .blog .column-content .column-item ul, main .blog .column-content .blog-item ul, main .blog .blog-content .column-item ul, main .blog .blog-content .blog-item ul {
    flex-flow: column;
  }
}
main .column .column-content .column-item ul li, main .column .column-content .blog-item ul li, main .column .blog-content .column-item ul li, main .column .blog-content .blog-item ul li, main .blog .column-content .column-item ul li, main .blog .column-content .blog-item ul li, main .blog .blog-content .column-item ul li, main .blog .blog-content .blog-item ul li {
  border: 1px solid #0071BC;
  padding: 20px 20px;
  background-color: white;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main .column .column-content .column-item ul li, main .column .column-content .blog-item ul li, main .column .blog-content .column-item ul li, main .column .blog-content .blog-item ul li, main .blog .column-content .column-item ul li, main .blog .column-content .blog-item ul li, main .blog .blog-content .column-item ul li, main .blog .blog-content .blog-item ul li {
    width: calc(100% - 30px);
    padding: 15px;
  }
}
main .column .column-content .column-item ul li div, main .column .column-content .blog-item ul li div, main .column .blog-content .column-item ul li div, main .column .blog-content .blog-item ul li div, main .blog .column-content .column-item ul li div, main .blog .column-content .blog-item ul li div, main .blog .blog-content .column-item ul li div, main .blog .blog-content .blog-item ul li div {
  display: flex;
  gap: 20px;
  align-items: center;
}
main .column .column-content .column-item ul li .column-title, main .column .column-content .column-item ul li .blog-title, main .column .column-content .blog-item ul li .column-title, main .column .column-content .blog-item ul li .blog-title, main .column .blog-content .column-item ul li .column-title, main .column .blog-content .column-item ul li .blog-title, main .column .blog-content .blog-item ul li .column-title, main .column .blog-content .blog-item ul li .blog-title, main .blog .column-content .column-item ul li .column-title, main .blog .column-content .column-item ul li .blog-title, main .blog .column-content .blog-item ul li .column-title, main .blog .column-content .blog-item ul li .blog-title, main .blog .blog-content .column-item ul li .column-title, main .blog .blog-content .column-item ul li .blog-title, main .blog .blog-content .blog-item ul li .column-title, main .blog .blog-content .blog-item ul li .blog-title {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
}
main .column .column-content .column-item ul li .column-title::after, main .column .column-content .column-item ul li .blog-title::after, main .column .column-content .blog-item ul li .column-title::after, main .column .column-content .blog-item ul li .blog-title::after, main .column .blog-content .column-item ul li .column-title::after, main .column .blog-content .column-item ul li .blog-title::after, main .column .blog-content .blog-item ul li .column-title::after, main .column .blog-content .blog-item ul li .blog-title::after, main .blog .column-content .column-item ul li .column-title::after, main .blog .column-content .column-item ul li .blog-title::after, main .blog .column-content .blog-item ul li .column-title::after, main .blog .column-content .blog-item ul li .blog-title::after, main .blog .blog-content .column-item ul li .column-title::after, main .blog .blog-content .column-item ul li .blog-title::after, main .blog .blog-content .blog-item ul li .column-title::after, main .blog .blog-content .blog-item ul li .blog-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-color: #0071BC;
  width: 60px;
  height: 1px;
}
main .column .column-content .column-item ul li .column-text, main .column .column-content .column-item ul li .blog-text, main .column .column-content .blog-item ul li .column-text, main .column .column-content .blog-item ul li .blog-text, main .column .blog-content .column-item ul li .column-text, main .column .blog-content .column-item ul li .blog-text, main .column .blog-content .blog-item ul li .column-text, main .column .blog-content .blog-item ul li .blog-text, main .blog .column-content .column-item ul li .column-text, main .blog .column-content .column-item ul li .blog-text, main .blog .column-content .blog-item ul li .column-text, main .blog .column-content .blog-item ul li .blog-text, main .blog .blog-content .column-item ul li .column-text, main .blog .blog-content .column-item ul li .blog-text, main .blog .blog-content .blog-item ul li .column-text, main .blog .blog-content .blog-item ul li .blog-text {
  margin-top: 20px;
  font-size: 15px;
}

.page-content,
.archive-content,
.single-content {
  margin-top: 95px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .page-content,
  .archive-content,
  .single-content {
    margin-top: 55px;
    padding-bottom: 0px;
  }
}
.page-content .page-head,
.archive-content .page-head,
.single-content .page-head {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .page-content .page-head,
  .archive-content .page-head,
  .single-content .page-head {
    height: 200px;
  }
}
.page-content .page-head img,
.archive-content .page-head img,
.single-content .page-head img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-content .page-head h1,
.archive-content .page-head h1,
.single-content .page-head h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  z-index: 5;
  padding: 0 30px;
  flex-flow: column;
  background: linear-gradient(to right, rgba(0, 72, 213, 0.85), rgba(59, 201, 242, 0.85));
}
@media screen and (max-width: 767px) {
  .page-content .page-head h1,
  .archive-content .page-head h1,
  .single-content .page-head h1 {
    font-size: 25px;
  }
}
.page-content .page-head h1 .en,
.archive-content .page-head h1 .en,
.single-content .page-head h1 .en {
  font-size: 90px;
  line-height: 1.2;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page-content .page-head h1 .en,
  .archive-content .page-head h1 .en,
  .single-content .page-head h1 .en {
    font-size: 60px;
  }
}
.page-content main,
.archive-content main,
.single-content main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: white;
}
@media screen and (max-width: 1000px) {
  .page-content main,
  .archive-content main,
  .single-content main {
    padding: 50px 20px 60px;
  }
}
.page-content main .page-title,
.archive-content main .page-title,
.single-content main .page-title {
  background-color: unset;
  color: #4483A6;
  text-align: center;
  font-size: 35px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-title,
  .archive-content main .page-title,
  .single-content main .page-title {
    font-size: 25px;
    margin-bottom: 40px;
    text-align: left;
  }
}
.page-content main h2,
.archive-content main h2,
.single-content main h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #0071BC;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page-content main h2,
  .archive-content main h2,
  .single-content main h2 {
    font-size: 19px;
  }
}
.page-content main h3,
.archive-content main h3,
.single-content main h3 {
  padding-left: 30px;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-content main h3,
  .archive-content main h3,
  .single-content main h3 {
    font-size: 19px;
  }
}
.page-content main h3::before,
.archive-content main h3::before,
.single-content main h3::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  width: 20px;
  left: 0;
  height: 10px;
  border-top: solid 5px #0071BC;
}
.page-content main h4,
.archive-content main h4,
.single-content main h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  .page-content main h4,
  .archive-content main h4,
  .single-content main h4 {
    font-size: 16px;
  }
}
.page-content main h5,
.archive-content main h5,
.single-content main h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main h5,
  .archive-content main h5,
  .single-content main h5 {
    font-size: 15px;
  }
}
.page-content main h6,
.archive-content main h6,
.single-content main h6 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #777777;
}
@media screen and (max-width: 767px) {
  .page-content main h6,
  .archive-content main h6,
  .single-content main h6 {
    font-size: 12px;
  }
}
.page-content main p,
.archive-content main p,
.single-content main p {
  margin-bottom: 15px;
  word-break: break-word;
}
.page-content main ul, .page-content main ol,
.archive-content main ul,
.archive-content main ol,
.single-content main ul,
.single-content main ol {
  margin-bottom: 15px;
}
.page-content main table,
.archive-content main table,
.single-content main table {
  width: 100%;
  margin-bottom: 70px;
  background-color: white;
}
.page-content main table tr:last-child,
.archive-content main table tr:last-child,
.single-content main table tr:last-child {
  border-bottom: solid 1px #ccc;
}
.page-content main table tr:nth-child(odd) td,
.archive-content main table tr:nth-child(odd) td,
.single-content main table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.page-content main table th, .page-content main table td,
.archive-content main table th,
.archive-content main table td,
.single-content main table th,
.single-content main table td {
  vertical-align: middle;
}
.page-content main table th,
.archive-content main table th,
.single-content main table th {
  background: #e8e8e8;
  text-align: center;
  font-weight: bold;
  color: #3e3a39;
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-content main table th,
  .archive-content main table th,
  .single-content main table th {
    padding: 8px;
  }
}
.page-content main table td,
.archive-content main table td,
.single-content main table td {
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-content main table td,
  .archive-content main table td,
  .single-content main table td {
    padding: 8px;
    font-size: 13px;
  }
}
.page-content main .table2,
.archive-content main .table2,
.single-content main .table2 {
  margin-bottom: 50px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .page-content main .table2,
  .archive-content main .table2,
  .single-content main .table2 {
    width: 100%;
  }
}
.page-content main .table2 tr:last-child,
.archive-content main .table2 tr:last-child,
.single-content main .table2 tr:last-child {
  border-bottom: solid 1px #ccc;
}
.page-content main .table2 tr:nth-child(odd) td,
.archive-content main .table2 tr:nth-child(odd) td,
.single-content main .table2 tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .page-content main .table2 th, .page-content main .table2 td,
  .archive-content main .table2 th,
  .archive-content main .table2 td,
  .single-content main .table2 th,
  .single-content main .table2 td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    word-break: break-word;
  }
}
.page-content main .table2 th,
.archive-content main .table2 th,
.single-content main .table2 th {
  background: #e8e8e8;
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: #3e3a39;
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
.page-content main .table2 td,
.archive-content main .table2 td,
.single-content main .table2 td {
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
.page-content main .row,
.archive-content main .row,
.single-content main .row {
  display: flex;
  gap: 50px;
}
.page-content main .page-number,
.archive-content main .page-number,
.single-content main .page-number {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-number,
  .archive-content main .page-number,
  .single-content main .page-number {
    margin-top: 50px;
    gap: 5px;
  }
}
.page-content main .page-number .page-numbers,
.archive-content main .page-number .page-numbers,
.single-content main .page-number .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0071BC;
  color: #0071BC;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .page-number .page-numbers,
  .archive-content main .page-number .page-numbers,
  .single-content main .page-number .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.page-content main .page-number .page-numbers.current,
.archive-content main .page-number .page-numbers.current,
.single-content main .page-number .page-numbers.current {
  background-color: #0071BC;
  color: white;
}

#service {
  max-width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
#service main {
  background-color: #f7f7f7;
}
#service .section-header {
  text-align: center;
  color: #0071BC;
  background-color: transparent;
  font-size: 40px;
  position: relative;
  padding: 0;
}
#service .section-header::before {
  position: absolute;
  content: attr(data-en);
  left: 0;
  font-size: 20px;
  color: #346545;
  right: 0;
  bottom: -35px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #service .section-header::before {
    font-size: 15px;
    bottom: -30px;
  }
}
#service .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0071BC;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #service .section-header::after {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  #service .section-header {
    font-size: 30px;
  }
}
#service .service-content {
  padding: 0;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #service .service-content {
    margin-top: 110px;
  }
}
#service .service-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  #service .service-content ul {
    gap: 30px;
  }
}
#service .service-content ul li {
  width: calc(33.3333333333% - 35px);
  background-color: white;
}
@media screen and (max-width: 1000px) {
  #service .service-content ul li {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  #service .service-content ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  #service .service-content ul li {
    width: 100%;
  }
}
#service .service-content ul li div a .service-img {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1000px) {
  #service .service-content ul li div a .service-img {
    height: 150px;
  }
}
#service .service-content ul li div a .service-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .service-content .service-item {
  background-color: white;
  padding: 25px 20px;
}
@media screen and (max-width: 1000px) {
  #service .service-content .service-item {
    padding: 20px 15px;
  }
}
#service .service-content .service-item .service-title {
  font-size: 17px;
  margin-bottom: 5px;
}
#service .service-content .service-item .service-text {
  font-size: 14px;
}

#solutions {
  max-width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
#solutions main {
  background-color: #f7f7f7;
}
#solutions .section-header {
  text-align: center;
  color: #0071BC;
  background-color: transparent;
  font-size: 40px;
  position: relative;
  padding: 0;
}
#solutions .section-header::before {
  position: absolute;
  content: attr(data-en);
  left: 0;
  font-size: 20px;
  color: #346545;
  right: 0;
  bottom: -35px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #solutions .section-header::before {
    font-size: 15px;
    bottom: -30px;
  }
}
#solutions .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0071BC;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #solutions .section-header::after {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  #solutions .section-header {
    font-size: 30px;
  }
}
#solutions .solutions-content {
  padding: 0;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #solutions .solutions-content {
    margin-top: 110px;
  }
}
#solutions .solutions-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
}
#solutions .solutions-content ul li {
  width: 100%;
}
#solutions .solutions-content ul li div a .solutions-img {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1000px) {
  #solutions .solutions-content ul li div a .solutions-img {
    height: 150px;
  }
}
#solutions .solutions-content ul li div a .solutions-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#solutions .solutions-content .solutions-number {
  font-size: 30px;
  color: #0071BC;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #solutions .solutions-content .solutions-number {
    font-size: 23px;
  }
}
#solutions .solutions-content .solutions-item {
  position: relative;
  background-color: white;
  padding: 30px;
}
#solutions .solutions-content .solutions-item h3 {
  font-size: 19px;
}
#solutions .solutions-content .solutions-item p {
  margin: 0;
}
#solutions .solutions-content .solutions-item .solutions-q {
  margin-bottom: 40px;
}

#faq {
  max-width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
#faq main {
  background-color: #f7f7f7;
}
#faq .section-header {
  text-align: center;
  color: #0071BC;
  background-color: transparent;
  font-size: 40px;
  position: relative;
  padding: 0;
}
#faq .section-header::before {
  position: absolute;
  content: attr(data-en);
  left: 0;
  font-size: 20px;
  color: #346545;
  right: 0;
  bottom: -35px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #faq .section-header::before {
    font-size: 15px;
    bottom: -30px;
  }
}
#faq .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0071BC;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #faq .section-header::after {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  #faq .section-header {
    font-size: 30px;
  }
}
#faq .faq-content {
  padding: 0;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #faq .faq-content {
    margin-top: 110px;
  }
}
#faq .faq-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 50px;
}
#faq .faq-content ul li {
  width: 100%;
}
#faq .faq-content ul li h3 {
  padding: 0;
  padding-bottom: 15px;
  color: #0071BC;
  border-bottom: 1px solid #0071BC;
}
#faq .faq-content ul li h3::before {
  content: unset;
}
#faq .faq-content ul li a .faq-img {
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1000px) {
  #faq .faq-content ul li a .faq-img {
    height: 150px;
  }
}
#faq .faq-content ul li a .faq-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#faq .faq-content .faq-item {
  position: relative;
  background-color: white;
  padding: 30px;
}
#faq .faq-content .faq-item h3 {
  font-size: 19px;
}
#faq .faq-content .faq-item p {
  margin: 0;
}

#pricelist {
  max-width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  background-color: #f7f7f7;
}
#pricelist main {
  background-color: #f7f7f7;
}
#pricelist .section-header {
  text-align: center;
  color: #0071BC;
  background-color: transparent;
  font-size: 40px;
  position: relative;
  padding: 0;
}
#pricelist .section-header::before {
  position: absolute;
  content: attr(data-en);
  left: 0;
  font-size: 20px;
  color: #346545;
  right: 0;
  bottom: -35px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #pricelist .section-header::before {
    font-size: 15px;
    bottom: -30px;
  }
}
#pricelist .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0071BC;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #pricelist .section-header::after {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  #pricelist .section-header {
    font-size: 30px;
  }
}
#pricelist .pricelist-content {
  padding: 0;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #pricelist .pricelist-content {
    margin-top: 110px;
  }
}

#movies .section-header {
  text-align: center;
  color: #0071BC;
  background-color: transparent;
  font-size: 40px;
  position: relative;
  padding: 0;
}
#movies .section-header::before {
  position: absolute;
  content: attr(data-en);
  left: 0;
  font-size: 20px;
  color: #346545;
  right: 0;
  bottom: -35px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #movies .section-header::before {
    font-size: 15px;
    bottom: -30px;
  }
}
#movies .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0071BC;
  top: 100px;
}
@media screen and (max-width: 767px) {
  #movies .section-header::after {
    top: 85px;
  }
}
@media screen and (max-width: 767px) {
  #movies .section-header {
    font-size: 30px;
  }
}
#movies main .btn {
  margin: 120px auto 0;
  max-width: 340px;
  border-radius: 100px;
  padding: 10px 20px;
}
#movies main ul {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
  margin-top: 50px;
}
#movies main ul li {
  width: calc(33.3333333333% - 20px);
  height: 200px;
}
@media screen and (max-width: 767px) {
  #movies main ul li {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  #movies main ul li {
    width: 100%;
  }
}
#movies main ul li iframe {
  width: 100%;
  height: 100%;
}

#column .column-content li {
  margin-bottom: 30px;
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #d5d5d5;
}
#column .column-content li .column-date {
  font-size: 15px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #column .column-content li .column-date {
    font-size: 13px;
  }
}
#column .column-content li a {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#column .column-content li a .column-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#column .column-content li a .column-text {
  margin-bottom: 0;
}

#office {
  max-width: 100%;
  padding: 0;
  position: relative;
  padding-bottom: 50px;
  background-color: rgba(194, 215, 219, 0.2);
}
#office main {
  background-color: transparent;
}
#office .section-header {
  text-align: center;
  color: #0071BC;
  background-color: transparent;
  font-size: 40px;
  position: relative;
  padding: 30px 0 40px 0;
}
#office .section-header::before {
  position: absolute;
  content: attr(data-en);
  left: 0;
  font-size: 20px;
  color: #346545;
  right: 0;
  top: 0;
  color: #0071BC;
}
#office .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0071BC;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  #office .section-header {
    font-size: 30px;
  }
}
#office .office-content {
  padding: 0;
  margin-top: 50px;
}
#office .office-content .office-about {
  display: flex;
  align-items: flex-end;
  margin-bottom: 70px;
  max-width: 1000px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  #office .office-content .office-about {
    flex-flow: column;
  }
}
#office .office-content .office-about .office-img {
  min-width: 500px;
  height: 450px;
}
@media screen and (max-width: 767px) {
  #office .office-content .office-about .office-img {
    min-width: 100%;
    height: 460px;
    margin: 0 auto;
  }
}
#office .office-content .office-about .office-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
#office .office-content .office-about p {
  background-color: #0071BC;
  color: white;
  margin: 0;
  margin-left: -40px;
  margin-bottom: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #office .office-content .office-about p {
    margin: 0px;
    padding: 20px;
  }
}
#office .office-content iframe {
  width: 100%;
  height: 300px;
}
#office .breadcrumb {
  background-color: white;
}
#office .office-history {
  margin-bottom: 100px;
}
#office .office-history ul {
  display: flex;
  flex-flow: column;
  gap: 70px;
}
#office .office-history ul li {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 500px) {
  #office .office-history ul li {
    flex-flow: column;
  }
}
#office .office-history ul li .office-history-img {
  width: 35%;
}
@media screen and (max-width: 500px) {
  #office .office-history ul li .office-history-img {
    width: 100%;
  }
}
#office .office-history ul li .office-history-text {
  width: 65%;
}
@media screen and (max-width: 500px) {
  #office .office-history ul li .office-history-text {
    width: 100%;
  }
}
#office .office-history ul .office-history-right {
  flex-flow: row-reverse;
}
@media screen and (max-width: 500px) {
  #office .office-history ul .office-history-right {
    flex-flow: column;
  }
}

#news .news-content li {
  margin-bottom: 30px;
  padding: 0px 10px 30px 10px;
  border-bottom: 1px solid #d5d5d5;
}
#news .news-content li .news-date {
  font-size: 15px;
  color: #0071BC;
}
@media screen and (max-width: 767px) {
  #news .news-content li .news-date {
    font-size: 13px;
  }
}
#news .news-content li a {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
#news .news-content li a .news-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
#news .news-content li a .news-text {
  margin-bottom: 0;
}

#contact .required {
  background-color: #c70000;
  color: white;
  font-size: 10px;
  margin-left: 8px;
  padding: 2px 8px 3px 8px;
  border-radius: 50px;
  position: relative;
  top: -3px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #contact .required {
    display: block;
    width: fit-content;
    position: unset;
    margin: 5px auto 0;
    padding: 2px 7px;
  }
}
#contact .privacy-scrollBox {
  height: 200px;
  overflow-y: scroll;
  padding: 10px;
  width: calc(100% - 20px);
  border: 1px solid #d5d5d5;
}
#contact .mb0 {
  margin-bottom: 0;
}
#contact table {
  width: 100%;
}
#contact table th {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #contact table th {
    width: 70px;
    padding: 10px 5px;
  }
}
#contact input, #contact textarea {
  padding: 6px 10px;
  outline: unset;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
#contact textarea {
  width: calc(100% - 20px);
}
#contact input {
  margin: 0px 2px 10px 2px;
}
#contact input:last-child {
  margin-bottom: 0;
}
#contact .privacy-check input {
  margin: 0px 5px 0px 0px;
}
#contact .submit-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#contact .submit-btn input {
  margin: 0;
  width: 200px;
  background-color: #0071BC;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
}
#contact .submit-btn .send_btn2 {
  display: none;
}
#contact .contact-img {
  max-width: 740px;
  margin: 70px auto 0;
}

.mw_wp_form_confirm .required {
  display: none;
}
.mw_wp_form_confirm .submit-btn {
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  gap: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mw_wp_form_confirm .submit-btn input {
  margin: 0;
  width: 200px;
  background-color: #346545;
  border: 0;
  color: white;
  cursor: pointer;
  font-weight: 700;
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 16px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
}
.mw_wp_form_confirm .contact-img {
  display: none;
}

.mw_wp_form_complete .btm-txt {
  text-align: center;
  line-height: 2.5;
}

.pagenavi {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.pagenavi span a {
  background-color: #363636;
  color: white;
  padding: 10px 20px;
}
@media screen and (max-width: 1000px) {
  .pagenavi span a {
    padding: 10px;
  }
}

.banner {
  width: 100%;
  background-color: #f0f5f7;
}
.banner .banner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.banner .banner-content ul {
  display: flex;
  gap: 30px;
  flex-flow: wrap;
}
@media screen and (max-width: 500px) {
  .banner .banner-content ul {
    flex-flow: column;
  }
}
.banner .banner-content ul li {
  width: calc(50% - 20px);
  background-color: white;
}
@media screen and (max-width: 500px) {
  .banner .banner-content ul li {
    width: 100%;
  }
}
.banner .banner-content ul li a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
  padding-right: 50px;
}
@media screen and (max-width: 1000px) {
  .banner .banner-content ul li a {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content ul li a {
    flex-flow: column;
    padding: 0;
    align-items: baseline;
    gap: 0;
  }
}
.banner .banner-content ul li a img {
  object-fit: cover;
  width: 230px;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .banner .banner-content ul li a img {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner-content ul li a img {
    width: 100%;
    height: 150px;
  }
}
.banner .banner-content ul li a p {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .banner .banner-content ul li a p {
    padding: 15px 15px 30px 15px;
  }
}
.banner .banner-content ul li a .footer-banner-title {
  color: #0071BC;
  font-weight: 700;
  font-size: 17px;
}
.banner .banner-content ul li a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #0071BC;
  line-height: 1;
  position: absolute;
  width: 30px;
  height: 1px;
  background: currentColor;
  position: absolute;
  right: 10px;
}
.banner .banner-content ul li a .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .banner .banner-content ul li a .arrow {
    bottom: 20px;
    right: 10px;
  }
}

.contact {
  position: relative;
  text-align: center;
  padding-top: 100px;
  color: white;
  padding-top: 80px;
  background-image: url(./images/common/ftr-contact2.jpg);
  background-size: cover;
}
.contact::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact .contact-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 20px 50px;
}
.contact .contact-header {
  position: relative;
}
.contact .contact-header h2 {
  padding: 0;
  margin-bottom: 20px;
  font-size: 45px;
  font-weight: 700;
  color: #0071BC;
  position: relative;
  padding-bottom: 25px;
  max-width: 310px;
  margin: 0 auto 30px;
  background-color: white;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .contact .contact-header h2 {
    font-size: 35px;
    max-width: 250px;
  }
}
.contact .contact-header h2::before {
  position: absolute;
  content: attr(data-en);
  left: 3px;
  font-size: 17px;
  color: #0071BC;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .contact .contact-header h2::before {
    font-size: 16px;
  }
}
.contact .contact-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 400px;
  height: 2px;
  background-color: #0071BC;
  bottom: 0;
  top: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .contact .contact-header::after {
    width: 100%;
  }
}
.contact .contact-item {
  margin-top: 50px;
  background-color: white;
  padding: 50px;
}
@media screen and (max-width: 1000px) {
  .contact .contact-item {
    flex-flow: column;
    gap: 30px;
    padding: 30px;
  }
}
.contact .contact-item p {
  line-height: 2;
  color: #303030;
}
@media screen and (max-width: 767px) {
  .contact .contact-item p br {
    display: none;
  }
}
.contact .contact-item .contact-btn {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .contact .contact-item .contact-btn {
    flex-flow: column;
    gap: 0px;
    margin-top: 10px;
  }
}
.contact .contact-item .contactBtn, .contact .contact-item .telBtn {
  height: 80px;
  width: calc(50% - 40px);
  max-width: unset;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .contact .contact-item .contactBtn, .contact .contact-item .telBtn {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 500px) {
  .contact .contact-item .contactBtn, .contact .contact-item .telBtn {
    padding: 10px;
    width: calc(100% - 20px);
  }
}
.contact .contact-item .telBtn div {
  text-align: left;
}
.contact .contact-item .telBtn p {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .contact .contact-item .telBtn p {
    font-size: 33px;
  }
}
@media screen and (max-width: 500px) {
  .contact .contact-item .telBtn p {
    font-size: 25px;
  }
}
.contact .contact-item .telBtn span {
  font-size: 13px;
}
@media screen and (max-width: 500px) {
  .contact .contact-item .telBtn span {
    font-size: 12px;
  }
}
.contact .contact-item .telBtn img {
  width: 20px;
  margin-right: 20px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .contact .contact-item .telBtn img {
    width: 15px;
    margin-right: 12px;
  }
}
.contact .contact-item .contactBtn {
  background-color: white;
  color: white;
  background: linear-gradient(45deg, #3d60a2 0%, #6dc1ef 100%);
}
.contact .contact-item .contactBtn span {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .contact .contact-item .contactBtn span {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .contact .contact-item .contactBtn span {
    font-size: 20px;
  }
}
.contact .contact-item .contactBtn img {
  width: 30px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .contact .contact-item .contactBtn img {
    margin-right: 10px;
  }
}

footer .ftrContent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 50px;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .ftrContent {
    flex-flow: column;
  }
}
footer .ftrContent > div {
  text-align: center;
}
footer .ftrContent .logoImg {
  margin-bottom: 20px;
  max-width: 500px;
  display: flex;
  justify-content: center;
}
footer .ftrContent p span {
  display: block;
  margin-bottom: 10px;
}
footer .ftrContent nav {
  display: flex;
  gap: 5px 20px;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1000px) {
  footer .ftrContent nav {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  footer .ftrContent nav {
    flex-flow: column;
    align-items: baseline;
    width: 100%;
    gap: 20px;
  }
}
footer .ftrContent nav ul {
  display: flex;
  align-items: baseline;
  gap: 30px;
  flex-flow: wrap;
}
footer .ftrContent nav ul li {
  position: relative;
  padding-left: 20px;
}
footer .ftrContent nav ul li::after {
  content: "";
  border: 0;
  border-top: solid 1px #0071BC;
  border-right: solid 1px #0071BC;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
}
footer .ftrContent nav ul li a {
  font-size: 15px;
}
footer .copyright {
  padding: 10px 0;
  background: #0071BC;
  color: #fff;
}
footer .copyright p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */
/* ヘッダー実寸に合わせてココだけ調整（まずは 140px で試す） */
:root { --offset: 180px; }

/* 見出しの外にはみ出せるようにする（overflow: hidden を無効化） */
#career.section-header { 
  overflow: visible;
}

/* アンカーのズレを疑似要素で補正（これだけでOK） */
#career::before{
  content:"";
  display:block;
  height:var(--offset);
  margin-top:calc(-1 * var(--offset));
  visibility:hidden;
  pointer-events:none;
}

/* 管理バーが出ている時は +32px 追加 */
.admin-bar #career::before{
  height:calc(var(--offset) + 32px);
  margin-top:calc(-1 * (var(--offset) + 32px));
}
