@charset "UTF-8";
/*
Theme Name: オリジナルテーマ
Theme URI:
Description: オリジナルテーマ01
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;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: #0000FF;
  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 {
  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;
}

main {
  display: flex;
  gap: 50px;
  margin: 0 auto;
  padding: 0 50px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 20px;
  }
}
main .wrapper {
  max-width: 100%;
  margin-top: 70px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  main .wrapper {
    max-width: 100%;
  }
}

header {
  position: fixed;
  padding: 0 50px;
  width: calc(100% - 100px);
  z-index: 10;
  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: 500px;
  height: max-content;
}
@media screen and (max-width: 1000px) {
  header .hdrContent .logoImg {
    max-width: 200px;
  }
}
header .logoImg img {
  width: auto;
  height: 50px; /* 任意の高さに調整 */
  display: block;
}

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 {
  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;
}
@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: linear-gradient(90deg, #0000FF 0%, #1E90FF 100%);
  border-radius: 100px;
}
@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;
    border-radius: 0;
  }
}
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: #0000FF;
  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: 55px;
    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: #0000FF;
  }
  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: #0000FF;
    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: #0000FF;
  }
  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: 430px;
    -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);
  }
}

/* トップへ戻るボタン */
#page_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  background: #0000FF;
  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: 50;
}
#page_top img {
  width: 20px;
}
#page_top:hover {
  background: #009d9d;
}

.sidebar {
  padding-top: 70px;
  min-width: 250px;
}
@media screen and (max-width: 1000px) {
  .sidebar {
    display: none;
  }
}
.sidebar .side-info {
  border: 1px solid #d5d5d5;
  padding: 40px 30px;
}
.sidebar .side-info a {
  color: #222222;
  display: flex;
  flex-flow: column;
}
.sidebar .side-info .telBtn {
  padding: 10px 0 20px;
}
.sidebar .side-info .telBtn p {
  text-align: center;
  font-size: 25px;
}
.sidebar .side-info .telBtn span {
  font-size: 12px;
  display: block;
  text-align: center;
}
.sidebar .side-info .btn {
  background: linear-gradient(90deg, #0000FF 0%, #1E90FF 100%);
  max-width: calc(100% - 40px);
}
.sidebar .side-info .btn span {
  color: white;
}
.sidebar h2 {
  border-bottom: 2px solid #EAEAEA;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 20px;
  position: relative;
}
.sidebar h2::before {
  content: "";
  position: absolute;
  width: 40%;
  background-color: #0000FF;
  height: 2px;
  left: 0;
  bottom: -2px;
}
.sidebar h2 span {
  color: #C0C0C0;
}
.sidebar nav {
  padding-left: 20px;
  margin-bottom: 30px;
}
.sidebar nav ul {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
.sidebar nav ul li {
  list-style: disc;
}
.sidebar iframe {
  width: 100%;
  height: 230px;
  margin-bottom: 20px;
}

.mainVisual {
  position: relative;
  margin-top: 90px;
  padding: 0 50px;
  height: calc(100vh - 160px);
}
@media screen and (max-width: 1000px) {
  .mainVisual {
    height: 400px;
    padding: 0;
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual {
    height: 70vw;
  }
}
.mainVisual .mainVisual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.mainVisual .catchCopy {
  position: absolute;
  top: 15%; /* ← 上寄せ */
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* ← 上寄せ */
  align-items: center;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.mainVisual .catchCopy p {
  font-size: clamp(2.5rem, 1.5vw + 2rem, 4rem); 
  font-weight: 700;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 
  text-align: center;
  width: 100%;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .mainVisual .catchCopy {
    top: 10%;
    padding: 0 15px;
  }

  .mainVisual .catchCopy p {
    font-size: clamp(1.6rem, 4vw, 2.4rem); 
  }
}

.mainVisual .catchCopy p:nth-of-type(2) {
  font-size: clamp(1.9rem, 1.2vw + 1.5rem, 3rem);
  margin-top: 0.5em;
  text-align: center;
}


@media screen and (max-width: 767px) {
  .mainVisual .catchCopy p:nth-of-type(2) {
    font-size: clamp(1.2rem, 3vw, 1.6rem);
  }
}


.mainVisual .catchCopy .catchCopy-list {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .mainVisual .catchCopy .catchCopy-list {
    gap: 5px;
  }
}

.mainVisual .catchCopy .catchCopy-list span {
  background-color: #0000FF;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(7.5rem, -1.25rem + 17.5vw, 11.875rem);
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  font-size: clamp(0.813rem, -0.063rem + 1.75vw, 1.25rem);
}

@media screen and (max-width: 500px) {
  .mainVisual .catchCopy .catchCopy-list span {
    width: calc(100% - 20px);
  }
}
.mainVisual .scroll-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding-bottom: 70px;
}
.mainVisual .scroll-info::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #0000FF;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  .mainVisual .scroll-info::after {
    animation: pathmove2 1.4s ease-in-out infinite;
  }
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 110px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 180px;
    opacity: 0;
  }
}
@keyframes pathmove2 {
  0% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
@media screen and (max-width: 1300px) {
  .mainVisual .scroll-info {
    width: 30px;
  }
}
.mainVisual .scroll-info span {
  font-size: 25px;
  color: #0000FF;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1300px) {
  .mainVisual .scroll-info span {
    font-size: 18px;
  }
}

main .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 0 0;
}
main .container .section-header {
  border-bottom: 2px solid #EAEAEA;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 20px;
  position: relative;
  padding-top: 45px;
  color: #212121;
  padding-bottom: 5px;
}
main .container .section-header:before {
  position: absolute;
  content: attr(data-en);
  left: 3px;
  font-size: 35px;
  color: #212121;
  top: 0;
  left: 0;
  right: 0;
}
main .container .section-header::after {
  content: "";
  position: absolute;
  width: 15%;
  background-color: #0000FF;
  height: 2px;
  left: 0;
  bottom: -2px;
}
main .container .section-header span {
  font-size: 40px;
}
main .news {
  display: flex;
  flex-flow: column;
}
main .news .section-header {
  margin-bottom: 25px;
}
main .news .news-title {
  min-width: 180px;
  position: relative;
}
main .news .news-title .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  color: #262626;
  background-color: unset;
  padding-right: 55px;
}
@media screen and (max-width: 500px) {
  main .news .news-title .btn {
    bottom: -130px;
  }
}
main .news .news-title .btn::after {
  background-image: url(./images/common/btn-arrow.svg);
  width: 37px;
  height: 6px;
  transform: unset;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .news .news-content {
  width: 100%;
}
main .news .news-content ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px dotted #999999;
  padding: 15px 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: #C1C1C1;
}
@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: #0000FF;
  border: 1px solid #0000FF;
  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 {
  font-weight: 700;
}
main .about {
  background-image: url(./images/top/bg-about.jpg);
  background-size: cover;
  padding: 0;
  padding: 30px;
}
main .about .section-header {
  padding: 0;
  margin: 0;
  color: white;
  border: 0;
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  main .about .section-header {
    font-size: 25px;
  }
}
main .about .section-header::before {
  content: unset;
}
main .about .section-header::after {
  content: unset;
}
main .about p {
  color: white;
  margin: 10px 0 25px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  main .about p {
    font-size: 16px;
  }
}
main .about .btn {
  max-width: 100%;
  background-color: white;
  color: #0000FF;
}
main .about .btn::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
  top: unset;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #0000FF;
  transform: unset;
}
main .service {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  margin-top: 70px;
  position: relative;
}
main .service .section-header {
  text-align: center;
  color: white;
}
main .service .section-header::before {
  right: 0;
  color: white;
}
main .service .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: white;
  bottom: -40px;
}
main .service .service-content {
  margin: 0 auto;
}
main .service .service-content ul {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}
main .service .service-content ul li {
  position: relative;
  width: calc(50% - 72px);
  border: 1px solid #dbdbdb;
  padding: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .service .service-content ul li {
    width: 100%;
  }
}
main .service .service-content ul li::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: 3px;
  right: 3px;
  top: unset;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #0000FF;
  transform: unset;
}
main .service .service-content ul li a {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  main .service .service-content ul li a {
    gap: 20px;
  }
}
main .service .service-content ul li a img {
  width: 60px;
}
@media screen and (max-width: 767px) {
  main .service .service-content ul li a img {
    width: 50px;
  }
}
main .service .service-content ul li a p {
  margin: 0;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  main .service .service-content ul li a p {
    font-size: 20px;
  }
}
main .service .service-content ul li a p span {
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  main .service .service-content ul li a p span {
    font-size: 12px;
  }
}
main .service .service-content .service-item {
  position: relative;
  background-color: white;
  padding: 25px 20px;
}
main .service .service-content .service-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 25px solid transparent;
  border-right: 70px solid #0000FF;
}
@media screen and (max-width: 1000px) {
  main .service .service-content .service-item {
    padding: 20px 15px;
  }
}
main .service .service-content .service-item .service-title {
  font-size: 17px;
  margin-bottom: 5px;
}
main .service .service-content .service-item .service-text {
  font-size: 14px;
}
main .service .service-content .btn {
  background-color: transparent;
  color: #0000FF;
  border: 1px solid #0000FF;
  margin: 50px auto 0;
  height: 40px;
}
main .service .service-content .btn::after {
  border-top: solid 1px #0000FF;
  border-right: solid 1px #0000FF;
}
main .solutions {
  position: relative;
  margin: 70px auto 0;
  padding: 0 0px 70px;
}
main .solutions .solutions-header {
  position: relative;
}
main .solutions .solutions-header .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  color: #262626;
  background-color: unset;
  padding-right: 55px;
}
@media screen and (max-width: 500px) {
  main .solutions .solutions-header .btn {
    bottom: -130px;
  }
}
main .solutions .solutions-header .btn::after {
  background-image: url(./images/common/btn-arrow.svg);
  width: 37px;
  height: 6px;
  transform: unset;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .solutions .solutions-item {
  margin-top: 50px;
}
main .solutions .solutions-item ul {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
main .solutions .solutions-item ul li {
  background-color: white;
  border-bottom: 1px dotted #c5c5c5;
  padding-bottom: 30px;
}
main .solutions .solutions-item ul li a {
  display: flex;
}
@media screen and (max-width: 500px) {
  main .solutions .solutions-item ul li a {
    flex-flow: column;
    gap: 20px;
  }
}
main .solutions .solutions-item ul li .solutions-img {
  min-width: 280px;
  max-width: 280px;
  height: 220px;
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul li .solutions-img {
    min-width: 210px;
    max-width: 210px;
    height: 150px;
    margin: 0 auto;
  }
}
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: 0 20px;
  min-height: 120px;
}
@media screen and (max-width: 767px) {
  main .solutions .solutions-item ul li .solutions-wrap {
    min-height: unset;
  }
}
@media screen and (max-width: 500px) {
  main .solutions .solutions-item ul li .solutions-wrap {
    padding: 0;
  }
}
main .solutions .solutions-item ul li .solutions-wrap .solutions-date {
  color: #C1C1C1;
}
main .solutions .solutions-item ul li .solutions-wrap .solutions-title {
  font-size: 23px;
  margin-bottom: 5px;
  margin: 10px 0;
}
@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 .column {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  margin-top: 70px;
}
main .column .column-content {
  margin: 0 auto;
}
main .column .column-content .column-header {
  position: relative;
}
main .column .column-content .column-header .btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  color: #262626;
  background-color: unset;
  padding-right: 55px;
}
@media screen and (max-width: 500px) {
  main .column .column-content .column-header .btn {
    bottom: -130px;
  }
}
main .column .column-content .column-header .btn::after {
  background-image: url(./images/common/btn-arrow.svg);
  width: 37px;
  height: 6px;
  transform: unset;
  border: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
main .column .column-content .column-item {
  margin-top: 50px;
}
main .column .column-content .column-item ul {
  display: flex;
  gap: 20px;
  flex-flow: wrap;
}
main .column .column-content .column-item ul li {
  max-width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  main .column .column-content .column-item ul li {
    max-width: calc(50% - 10px);
  }
}
main .column .column-content .column-item ul li div {
  display: flex;
  gap: 10px;
  align-items: center;
}
main .column .column-content .column-item ul li .column-img {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
main .column .column-content .column-item ul li .column-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
main .column .column-content .column-item ul li .column-title {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
}
main .column .column-content .column-item ul li .column-text {
  font-size: 15px;
}
main .column .column-content .column-item ul li .btn {
  max-width: 100%;
  background-color: #212121;
  margin-top: 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::after,
.archive-content .page-head::after,
.single-content .page-head::after {
  content: "";
  background-color: #555555;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
}
@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 main,
.archive-content main,
.single-content main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: white;
}
.page-content main .wrapper h2,
.archive-content main .wrapper h2,
.single-content main .wrapper h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  background-color: #0000FF;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper h2,
  .archive-content main .wrapper h2,
  .single-content main .wrapper h2 {
    font-size: 19px;
  }
}
.page-content main .wrapper h3,
.archive-content main .wrapper h3,
.single-content main .wrapper 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 .wrapper h3,
  .archive-content main .wrapper h3,
  .single-content main .wrapper h3 {
    font-size: 19px;
  }
}
.page-content main .wrapper h3::before,
.archive-content main .wrapper h3::before,
.single-content main .wrapper h3::before {
  position: absolute;
  content: "";
  top: calc(50% - 1px);
  width: 20px;
  left: 0;
  height: 10px;
  border-top: solid 5px #0000FF;
}
.page-content main .wrapper h4,
.archive-content main .wrapper h4,
.single-content main .wrapper h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #0000FF;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper h4,
  .archive-content main .wrapper h4,
  .single-content main .wrapper h4 {
    font-size: 16px;
  }
}
.page-content main .wrapper h5,
.archive-content main .wrapper h5,
.single-content main .wrapper h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper h5,
  .archive-content main .wrapper h5,
  .single-content main .wrapper h5 {
    font-size: 15px;
  }
}
.page-content main .wrapper h6,
.archive-content main .wrapper h6,
.single-content main .wrapper 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 .wrapper h6,
  .archive-content main .wrapper h6,
  .single-content main .wrapper h6 {
    font-size: 12px;
  }
}
.page-content main .wrapper p,
.archive-content main .wrapper p,
.single-content main .wrapper p {
  margin-bottom: 15px;
  word-break: break-word;
}
.page-content main .wrapper ul, .page-content main .wrapper ol,
.archive-content main .wrapper ul,
.archive-content main .wrapper ol,
.single-content main .wrapper ul,
.single-content main .wrapper ol {
  margin-bottom: 15px;
}
.page-content main .wrapper table,
.archive-content main .wrapper table,
.single-content main .wrapper table {
  width: 100%;
  margin-bottom: 70px;
  background-color: white;
}
.page-content main .wrapper table tr:last-child,
.archive-content main .wrapper table tr:last-child,
.single-content main .wrapper table tr:last-child {
  border-bottom: solid 1px #ccc;
}
.page-content main .wrapper table tr:nth-child(odd) td,
.archive-content main .wrapper table tr:nth-child(odd) td,
.single-content main .wrapper table tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
.page-content main .wrapper table th, .page-content main .wrapper table td,
.archive-content main .wrapper table th,
.archive-content main .wrapper table td,
.single-content main .wrapper table th,
.single-content main .wrapper table td {
  vertical-align: middle;
}
.page-content main .wrapper table th,
.archive-content main .wrapper table th,
.single-content main .wrapper 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 .wrapper table th,
  .archive-content main .wrapper table th,
  .single-content main .wrapper table th {
    padding: 8px;
  }
}
.page-content main .wrapper table td,
.archive-content main .wrapper table td,
.single-content main .wrapper table td {
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper table td,
  .archive-content main .wrapper table td,
  .single-content main .wrapper table td {
    padding: 8px;
    font-size: 13px;
  }
}
.page-content main .wrapper .table2,
.archive-content main .wrapper .table2,
.single-content main .wrapper .table2 {
  margin-bottom: 50px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper .table2,
  .archive-content main .wrapper .table2,
  .single-content main .wrapper .table2 {
    width: 100%;
  }
}
.page-content main .wrapper .table2 tr:last-child,
.archive-content main .wrapper .table2 tr:last-child,
.single-content main .wrapper .table2 tr:last-child {
  border-bottom: solid 1px #ccc;
}
.page-content main .wrapper .table2 tr:nth-child(odd) td,
.archive-content main .wrapper .table2 tr:nth-child(odd) td,
.single-content main .wrapper .table2 tr:nth-child(odd) td {
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper .table2 th, .page-content main .wrapper .table2 td,
  .archive-content main .wrapper .table2 th,
  .archive-content main .wrapper .table2 td,
  .single-content main .wrapper .table2 th,
  .single-content main .wrapper .table2 td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    word-break: break-word;
  }
}
.page-content main .wrapper .table2 th,
.archive-content main .wrapper .table2 th,
.single-content main .wrapper .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 .wrapper .table2 td,
.archive-content main .wrapper .table2 td,
.single-content main .wrapper .table2 td {
  padding: 15px;
  border: solid 1px #dadada;
  box-sizing: border-box;
}
.page-content main .wrapper .row,
.archive-content main .wrapper .row,
.single-content main .wrapper .row {
  display: flex;
  gap: 50px;
}
.page-content main .wrapper .page-number,
.archive-content main .wrapper .page-number,
.single-content main .wrapper .page-number {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper .page-number,
  .archive-content main .wrapper .page-number,
  .single-content main .wrapper .page-number {
    margin-top: 50px;
    gap: 5px;
  }
}
.page-content main .wrapper .page-number .page-numbers,
.archive-content main .wrapper .page-number .page-numbers,
.single-content main .wrapper .page-number .page-numbers {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0000FF;
  color: #0000FF;
  font-size: 14px;
  margin-bottom: 0;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-content main .wrapper .page-number .page-numbers,
  .archive-content main .wrapper .page-number .page-numbers,
  .single-content main .wrapper .page-number .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
}
.page-content main .wrapper .page-number .page-numbers.current,
.archive-content main .wrapper .page-number .page-numbers.current,
.single-content main .wrapper .page-number .page-numbers.current {
  background-color: #0000FF;
  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: #0000FF;
  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: #0000FF;
}
@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: #0000FF;
  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: 30px;
}
#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 {
  position: relative;
  background-color: white;
  padding: 25px 20px;
}
#service .service-content .service-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  border-top: 25px solid transparent;
  border-right: 70px solid #0000FF;
}
@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: #0000FF;
  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: #0000FF;
}
@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: #0000FF;
  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: #0000FF;
  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: #0000FF;
  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: #0000FF;
}
@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: #0000FF;
  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: #0000FF;
  border-bottom: 1px solid #0000FF;
}
#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: #0000FF;
  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: #0000FF;
}
@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: #0000FF;
  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;
  }
}

#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: #0000FF;
}
@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;
}

.single-column .wrapper, .single-news .wrapper, .single-service .wrapper {
  margin-bottom: 70px;
}
.single-column .wrapper .single-title, .single-news .wrapper .single-title, .single-service .wrapper .single-title {
  background-color: unset;
  color: #0000FF;
  border-bottom: 2px solid #0000FF;
  border-radius: 0;
  font-size: 30px;
  margin-bottom: 50px;
  padding: 0 0px 10px;
}
@media screen and (max-width: 767px) {
  .single-column .wrapper .single-title, .single-news .wrapper .single-title, .single-service .wrapper .single-title {
    font-size: 25px;
  }
}

#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: #0000FF;
  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: #0000FF;
}
#office .section-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 30px;
  background-color: #0000FF;
  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;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  margin-bottom: 70px;
}


@media screen and (max-width: 767px) {
  #office .office-content .office-about {
    flex-direction: column-reverse;
    align-items: center;
  }

  #office .office-content .office-about .office-img {
    width: 90%;
    margin-top: 0;
  }

  #office .office-content .office-about p {
    width: 90% !important;
    margin: 0 auto !important;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
  }
}


#office .office-content .office-about .office-img {
  width: 30%;
  min-width: 300px;
  margin-top: -40px;
  z-index: 1;
  position: relative;
}



@media screen and (max-width: 1000px) {
  #office .office-content .office-about .office-img {
    min-width: 35%;
  }
}

@media screen and (max-width: 767px) {
  #office .office-content .office-about .office-img {
    min-width: 90%;
    margin-top: 0;
    display: flex;
  }
}

#office .office-content .office-about .office-img img {
  width: 100%;
  height: auto;
  display: block;
}
#office .office-content .office-about p {
  width: 60%;
  margin: 0;
  padding: 30px;
  background: linear-gradient(90deg, #4d4dff 0%, #5aaeff 100%);
  color: white;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin-left: -40px;
}


@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;
}

#news .news-content {
  margin-bottom: 50px;
}
#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: #0000FF;
}
@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: 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: #0000FF;
  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;
}

.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: #0000FF;
  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_complete .btm-txt {
  text-align: center;
  line-height: 2.5;
}

.office {
  max-width: 1140px;
  margin: 0 auto;
  background: linear-gradient(90deg, #4d4dff 0%, #5aaeff 100%);
}
.office .office-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .office .office-content {
    flex-flow: column;
    padding: 50px 0;
    gap: 40px;
  }
}
.office .office-content img {
  width: 50%;
  object-fit: cover;
  height: 450px;
}
@media screen and (max-width: 1000px) {
  .office .office-content img {
    width: 90%;
    height: 60vw;
  }
}
.office .office-content .office-item {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .office .office-content .office-item {
    max-width: 90%;
  }
}
.office .office-content .office-item .office-header .section-header {
  margin: 0;
  padding: 0px 0 30px;
  font-size: 30px;
  color: white;
}
.office .office-content .office-item .office-header .section-header::before {
  top: unset;
  bottom: 0;
}
.office .office-content .office-item p {
  color: white;
}
.office .office-content .office-item .btn {
  background-color: white;
  color: #0000FF;
  height: 40px;
  margin-top: 30px;
}
.office .office-content .office-item .btn::after {
  border-top: solid 1px #0000FF;
  border-right: solid 1px #0000FF;
}

.banner {
  width: 100%;
  background-color: #0000FF;
  clear: both;
}
.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: #0000FF;
  font-weight: 700;
  font-size: 17px;
}
.banner .banner-content ul li a .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #0000FF;
  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: #2487B4;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 20px 50px;
  padding-top: 80px;
  clear: both;
  background-image: url(./images/top/bg-contact.jpg);
  background-size: cover;
  margin-top: 100px;
}
.contact::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contact .contact-header .section-header {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: white;
  padding-top: 52px;
}
.contact .contact-header .section-header::after {
  position: absolute;
  content: attr(data-en);
  left: 3px;
  font-size: 35px;
  top: 0;
  left: 0;
  right: 0;
  color: white;
}
.contact .contact-header p {
  line-height: 2;
  color: white;
}
@media screen and (max-width: 767px) {
  .contact .contact-header p br {
    display: none;
  }
}
.contact .contact-item {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 50px;
  justify-content: center;
  background-color: white;
  max-width: 940px;
  margin: 50px auto 20px;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .contact .contact-item {
    flex-flow: column;
    gap: 0px;
    padding: 40px 20px;
  }
}
.contact .contact-item p {
  width: 100%;
  color: #000000;
}
.contact .contact-item .contactBtn, .contact .contact-item .telBtn {
  height: 80px;
  width: calc(50% - 80px);
  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);
  }
}
.contact .contact-item .telBtn {
  color: #212121;
}
@media screen and (max-width: 500px) {
  .contact .contact-item .telBtn {
    padding: 10px 0;
  }
}
.contact .contact-item .telBtn div {
  text-align: left;
}
.contact .contact-item .telBtn p {
  color: #212121;
  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: 30px;
  }
}
.contact .contact-item .telBtn span {
  font-size: 13px;
}
.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(90deg, #0000FF 0%, #1E90FF 100%);
  border-radius: 100px;
}
@media screen and (max-width: 500px) {
  .contact .contact-item .contactBtn {
    padding: 0 10px;
  }
}
.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: 18px;
  }
}
.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;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}
@media screen and (max-width: 767px) {
  footer .ftrContent {
    flex-flow: column;
  }
}
footer .ftrContent .ftrInfo {
  text-align: left;
  display: flex;
  gap: 50px;
  max-width: 1050px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  footer .ftrContent .ftrInfo {
    flex-flow: column;
    gap: 20px;
  }
}
footer .ftrContent .ftrInfo .logoImg {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  footer .ftrContent .ftrInfo .logoImg {
    text-align: center;
    max-width: unset;
  }
}
footer .ftrContent .ftrInfo p {
  padding-left: 50px;
  border-left: 1px solid;
}
@media screen and (max-width: 767px) {
  footer .ftrContent .ftrInfo p {
    padding: 0;
    border: 0;
    text-align: center;
  }
}
footer .ftrContent .ftrInfo p span {
  display: block;
  margin-bottom: 10px;
}
footer .ftrContent nav {
  display: flex;
  gap: 5px 20px;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 60px;
  max-width: 900px;
}
footer .ftrContent nav ul {
  display: flex;
  align-items: baseline;
  gap: 15px 50px;
  flex-flow: wrap;
  justify-content: center;
}
@media screen and (max-width: 500px) {
  footer .ftrContent nav ul {
    flex-flow: column;
    align-items: center;
  }
}
footer .ftrContent nav ul li {
  position: relative;
  padding-left: 20px;
}
footer .ftrContent nav ul li::after {
  content: "";
  border: 0;
  border-top: solid 1px #0000FF;
  border-right: solid 1px #0000FF;
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) rotate(45deg);
}
footer .ftrContent .ftrInfo .logoImg img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
footer .ftrContent .ftrInfo .logoImg img {
  width: 300px;
  height: auto;
  display: block;
}

footer .ftrContent nav ul li a {
  font-size: 15px;
}
footer .copyright {
  padding: 10px 0;
  background: #0000FF;
  color: #fff;
}
footer .copyright p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */


.price-table {
  margin-bottom: 30px !important; /* 必要に応じて値を調整。10〜30px程度が自然 */
}
