@charset "UTF-8";
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#template {
  position: absolute;
  font-size: 10px;
  z-index: 1000;
}

html {
  font-size: 62.5%; /*1em=10px */
  overflow-y: scroll; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  /* section img{
  	width: auto;
  	height: auto;
  } */
}
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

body設定(主に書式)

*****************************************/
body {
  font-family: "Noto Sans JP", sans-serif, Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.06em;
  width: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 10px;
  }
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  float: none;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    float: none;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
  }
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}

/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p,
time {
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p,
  time {
    font-size: 1.4rem;
  }
}
/****************************************

リンク指定

*****************************************/
a {
  font-weight: 500;
}

a:link,
a:visited {
  font-weight: normal;
  color: #463c39;
  text-decoration: underline;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover,
a:active {
  font-weight: normal;
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

オンマウス時のアクション

*****************************************/
a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover .img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/****************************************

spヘッダー・spナビ

*****************************************/
img {
  width: 100%;
  height: auto;
}

/****************************************

P

*****************************************/
.banner {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner.active {
  opacity: 1;
  transform: translateY(0);
}

.banner02 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(400px);
}

.banner02.active {
  opacity: 1;
  transform: translateY(0);
}

.banner03 {
  opacity: 0;
  transition: all 1s;
  transform: translateY(30px);
}

.banner03.active {
  opacity: 1;
  transform: translateY(0);
}

/* 改行 */
.line_break {
  padding-top: 26px;
}

.fadein {
  opacity: 0;
  transform: translate(0, 80px);
  transition: all 0.8s;
}

.fadein_r {
  opacity: 0;
  transform: translate(200px, 0);
  transition: all 0.5s;
}

.fadein.scrollin,
.fadein_r.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
} /*max-width:767px*/
.grecaptcha-badge {
  visibility: hidden;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

pre {
  white-space: pre-wrap; /* テキストの自動改行を有効にする */
  word-wrap: break-word; /* 長い単語を自動で折り返す */
  overflow: auto; /* はみ出た場合にスクロールバーを表示する */
}

p {
  word-break: break-all;
}

.btn a {
  display: block;
  width: 280px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 60px;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
  font-size: 1.6rem;
  border-radius: 100px;
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/btn_icon.svg) no-repeat;
  background-size: contain;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 767px) {
  .btn a {
    width: 260px;
    line-height: 55px;
  }
} /*max-width:767px*/
.bread {
  max-width: 1140px;
  margin: 10px auto 120px;
  padding: 0 20px;
  display: flex;
  gap: 0 20px;
}
.bread li {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  line-height: 1.2;
}
.bread li::after {
  position: absolute;
  content: ">";
  background: url(images/) no-repeat;
  right: -13px;
  top: 1px;
}
.bread li:last-child::after {
  content: none;
}
.bread li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .bread {
    margin: 10px auto 40px;
    gap: 0 14px;
  }
  .bread li {
    font-size: 11px;
  }
  .bread li::after {
    right: -11px;
  }
  .bread li a {
    font-size: 11px;
  }
} /*max-width:767px*/
#teaser {
  width: 100%;
  height: 500px;
  background: url(../images/teaser.jpg) top center no-repeat;
  background-size: cover;
  padding: 0 20px;
  position: relative;
}
#teaser .icon01 {
  width: 180px;
  position: absolute;
  right: 0;
  top: 0;
}
#teaser .icon02 {
  width: 200px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#teaser .inner {
  position: relative;
  height: 100%;
}
#teaser .inner .teaser_tit {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(3.2rem, 3.6vw, 4.6rem);
  padding: 12px 20px;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
}

@media screen and (max-width: 767px) {
  #teaser {
    height: 200px;
  }
  #teaser .icon01 {
    width: 60px;
  }
  #teaser .icon02 {
    width: 70px;
  }
  #teaser .inner .teaser_tit {
    font-size: clamp(2.2rem, 7.2vw, 3.6rem);
    padding: 7px 10px;
  }
} /*max-width:767px*/
/* 会社情報 */
.overview_table {
  width: 100%;
  border-collapse: collapse;
}

.overview_table th {
  width: 25%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  vertical-align: text-top;
  font-weight: 500;
  border-bottom: 1px solid #0070c0;
}

.overview_table td {
  width: 75%;
  padding: 20px 10px 20px 20px;
  font-size: 1.6rem;
  text-align: left;
  border-bottom: 1px solid #ccc;
  vertical-align: text-top;
}

@media screen and (max-width: 767px) {
  .overview_table th,
  .overview_table td {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .overview_table tr {
    display: block;
    margin-bottom: 10px;
  }
  .overview_table th {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }
  .overview_table td {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 1.4rem;
  }
}
/* 共通タイトル */
.subhead01 {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 60px;
  text-align: center;
}
.subhead01 .ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
}
.subhead01 .en {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  font-size: clamp(6rem, 7vw, 10rem);
}

@media screen and (max-width: 767px) {
  .subhead01 {
    margin-bottom: 30px;
  }
  .subhead01 .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .subhead01 .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
} /*max-width:767px*/
.subhead02 {
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 60px;
}
.subhead02 .ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
}
.subhead02 .en {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  font-size: clamp(6rem, 7vw, 10rem);
}

@media screen and (max-width: 767px) {
  .subhead02 {
    margin-bottom: 30px;
  }
  .subhead02 .ja {
    font-size: clamp(1.8rem, 4.4vw, 2.2rem);
  }
  .subhead02 .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
} /*max-width:767px*/
header {
  padding-top: 120px;
}
header .header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 0 0 40px;
  display: flex;
  background: #fff;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_logo {
  width: 364px;
}
header .header_wrap .header_logo a {
  display: block;
}
header .header_wrap .header_content {
  width: 761px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_wrap .header_content #g_navi {
  width: 500px;
}
header .header_wrap .header_content #g_navi ul {
  display: flex;
  justify-content: space-between;
}
header .header_wrap .header_content #g_navi ul li {
  text-align: center;
  line-height: 1.5;
}
header .header_wrap .header_content #g_navi ul li a {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
header .header_wrap .header_content #g_navi ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #0070c0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.5s;
}
header .header_wrap .header_content #g_navi ul li a:hover {
  opacity: 1;
}
header .header_wrap .header_content #g_navi ul li a:hover::after {
  transform: scale(1, 1);
}
header .header_wrap .header_content #g_navi ul li a span {
  color: #0070c0;
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
}
header .header_wrap .header_contact a {
  display: block;
  width: 200px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  height: 120px;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
  font-size: 1.6rem;
  padding-top: 30px;
}
header .header_wrap .header_contact a img {
  width: 25px;
  margin: 0 auto 10px;
}
header #slider {
  position: relative;
}
header #slider .swiper-slide img {
  min-height: 700px;
  object-fit: cover;
}
header #slider .slider_txt01 {
  position: absolute;
  top: 7%;
  z-index: 2;
  right: 11%;
}
header #slider .slider_txt01 p {
  writing-mode: vertical-rl;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  background: #fff;
  padding: 20px 10px 0;
  line-height: 1;
  letter-spacing: 0.2em;
  font-size: clamp(2rem, 2vw, 2.6rem);
}
header #slider .slider_txt02 {
  position: absolute;
  left: 8%;
  bottom: 14%;
  z-index: 2;
}
header #slider .slider_txt02 .txt01 {
  font-size: clamp(5rem, 6vw, 8rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
header #slider .slider_txt02 .txt01 span {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: clamp(8rem, 8vw, 12rem);
}
header #slider .slider_txt02 .txt02 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.2;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
header #slider .slider_txt02 .txt02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  left: 0;
  bottom: -20px;
}
header #slider .slider_txt02 .txt03 {
  line-height: 1.5;
  letter-spacing: 0.15em;
  font-size: clamp(4rem, 4.2vw, 6rem);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
header #slider .slider_txt02 .txt03 span {
  color: #53c1e6;
}
header #slider .slider_icon {
  position: absolute;
  width: 15.63%;
  right: 0;
  bottom: 0;
  min-width: 150px;
  z-index: 1;
}

@media screen and (max-width: 1300px) {
  header {
    padding-top: 84px;
  }
  header .header_wrap {
    zoom: 0.7;
  }
} /*max-width:1300px*/
@media screen and (max-width: 900px) {
  header {
    padding-top: 72px;
  }
  header .header_wrap {
    zoom: 0.6;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  header {
    padding-top: 60px;
  }
  header .header_wrap {
    height: 60px;
    padding: 5px 0 0 10px;
    zoom: 1;
  }
  header .header_wrap .header_logo {
    width: 200px;
  }
  header .header_wrap .header_content {
    display: none;
  }
  header .header_wrap .header_contact {
    display: none;
  }
  header #slider .swiper-slide img {
    min-height: 450px;
  }
  header #slider .slider_txt01 {
    top: 2%;
    right: 10px;
    width: 30px;
  }
  header #slider .slider_txt01 p {
    padding: 10px 5px 0;
    font-size: clamp(1.2rem, 4vw, 2rem);
  }
  header #slider .slider_txt02 {
    left: 10px;
    bottom: 8%;
  }
  header #slider .slider_txt02 .txt01 {
    font-size: clamp(2.4rem, 10vw, 4rem);
    margin-bottom: 10px;
  }
  header #slider .slider_txt02 .txt01 span {
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 14vw, 6rem);
  }
  header #slider .slider_txt02 .txt02 {
    margin-bottom: 30px;
    font-size: clamp(1rem, 3vw, 1.6rem);
  }
  header #slider .slider_txt02 .txt02::after {
    bottom: -15px;
  }
  header #slider .slider_txt02 .txt03 {
    font-size: clamp(2rem, 8vw, 4rem);
  }
  header #slider .slider_icon {
    width: 15.63%;
    min-width: 100px;
  }
} /*max-width:767px*/
@media screen and (min-width: 768px) {
  #toggle {
    display: none;
  }
  #sp_navi {
    display: none;
  }
} /*min-width:768px*/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    padding: 17px 15px 10px;
    background: linear-gradient(180deg, #005bac 0%, #53c1e6 100%);
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:first-child {
    top: 1px;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 21px;
  }
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:first-of-type {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-9px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: #0070c0;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
    display: block;
    padding: 60px 20px;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2;
  }
  #sp_navi .menu .menu-item.menu_open {
    border-bottom: none;
  }
  #sp_navi .menu .menu-item-home {
    border-top: #fff 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 18px 0;
  }
  #sp_navi .menu-item a:active,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    display: none;
    background: #3c6c3c;
    padding: 15px 20px 30px;
  }
  #sp_navi .sub-menu li {
    width: 100%;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 1.4rem;
  }
  #sp_navi .sub-menu li a:active,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited {
    color: #fff;
    text-decoration: none;
  }
  /*
      #sp_navi .sub-menu li a:hover {
          color: #333;
          background: none;
      }
  */
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 16px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 24px;
  }
  .tel {
    margin-top: 50px;
    text-align: center;
  }
  .tel a {
    text-decoration: none;
    color: #fff;
  }
  .tel a .num {
    display: inline-block;
    padding-left: 40px;
    font-family: "Oswald", sans-serif;
    font-size: clamp(3rem, 3.8vw, 4.8rem);
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
  }
  .tel a .num::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/tel.svg) no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .tel a .txt {
    font-size: clamp(1rem, 1.3vw, 1.4rem);
  }
}
#g_navi .menu:after {
  clear: both;
}

#g_navi .menu li {
  position: relative;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
}

#g_navi ul li img {
  width: 100%;
  height: auto;
}

#menu-pc_navi li a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 1.5rem;
}

#menu-pc_navi li a:hover {
  opacity: 0.7;
}

#g_navi .menu li a:hover {
  opacity: 0.7;
}

#g_navi .menu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  flex-direction: column;
  width: 250px;
}

#g_navi .menu li ul li {
  padding: 0 30px;
  background: #0070c0;
}
#g_navi .menu li ul li:first-child {
  padding-top: 15px;
}
#g_navi .menu li ul li:last-child {
  padding-bottom: 30px;
}
#g_navi .menu li ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.5;
  width: 190px;
  color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li ul li a:hover {
  opacity: 0.7 !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

footer {
  margin-top: 150px;
  padding: 120px 0 0;
  background: #eee;
}
footer .footer_inner {
  padding: 0 20px;
}
footer .footer_inner .footer_logo {
  width: 364px;
  margin: 0 auto 50px;
}
footer .footer_inner .footer_logo a {
  display: inline-block;
}
footer .footer_inner .footer_info {
  text-align: center;
  margin-bottom: 100px;
}
footer .footer_inner .footer_info .address_wrap a {
  font-size: 1.6rem;
  color: #333;
}
footer .footer_inner .footer_navi {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}
footer .footer_inner .footer_navi li a {
  font-size: 1.6rem;
  color: #333;
}
footer .copy {
  margin-top: 50px;
  padding: 10px 20px;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
  line-height: 1;
  text-align: center;
  color: #fff;
}
footer .copy small {
  font-size: 1.4rem;
}

address {
  font-style: normal;
  font-size: 1.6rem;
  display: inline-block;
}

@media screen and (max-width: 900px) {
  footer .footer_inner .footer_navi {
    zoom: 0.7;
  }
} /*max-width:900px*/
@media screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
    padding: 60px 0 0;
  }
  footer .footer_inner .footer_logo {
    width: 200px;
    margin: 0 auto 30px;
  }
  footer .footer_inner .footer_info {
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_info .address_wrap a {
    font-size: 1.4rem;
  }
  footer .footer_inner .footer_info .tel {
    margin-top: 0;
  }
  footer .footer_inner .footer_navi {
    flex-direction: column;
    zoom: 1;
    gap: 15px 0;
    align-items: center;
  }
  footer .footer_inner .footer_navi li a {
    font-size: 1.4rem;
  }
  footer .copy {
    margin-top: 30px;
  }
  footer .copy small {
    font-size: 1.1rem;
  }
  address {
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.swiper-wrapper {
  transition-timing-function: linear;
}

/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.top_box01 {
  padding: 150px 20px 150px 0;
  position: relative;
}
.top_box01 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 15.63%;
  min-width: 200px;
}
.top_box01 .top_box01_wrap {
  max-width: 1710px;
  display: grid;
  grid-template-columns: 59.65% 35.09%;
  justify-content: space-between;
  align-items: center;
}
.top_box01 .top_box01_wrap .top_box01_pic li {
  width: 92.16%;
}
.top_box01 .top_box01_wrap .top_box01_pic li img {
  height: 450px;
  object-fit: cover;
}
.top_box01 .top_box01_wrap .top_box01_pic li:first-child {
  margin-bottom: 10px;
}
.top_box01 .top_box01_wrap .top_box01_pic li:last-child {
  margin-left: auto;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  position: relative;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit::after {
  position: absolute;
  content: "";
  width: 980px;
  height: 1px;
  background: #0070c0;
  right: 0;
  bottom: -20px;
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit .ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_tit .en {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  font-size: clamp(6rem, 7vw, 10rem);
}
.top_box01 .top_box01_wrap .top_box01_content .top_box01_txt {
  margin-bottom: 50px;
}
.top_box01 .top_box01_wrap .top_box01_content .btn a {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 60px 20px;
  }
  .top_box01 .icon {
    width: 100px;
    min-width: 100px;
  }
  .top_box01 .top_box01_wrap {
    gap: 30px 0;
    grid-template-columns: 100%;
  }
  .top_box01 .top_box01_wrap .top_box01_pic li img {
    height: auto;
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit {
    margin-bottom: 50px;
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit::after {
    width: 100%;
    bottom: -20px;
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit .ja {
    font-size: clamp(1.6rem, 4.4vw, 2.2rem);
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_tit .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
  .top_box01 .top_box01_wrap .top_box01_content .top_box01_txt {
    margin-bottom: 30px;
  }
  .top_box01 .top_box01_wrap .top_box01_content .btn a {
    margin: 0 auto;
  }
} /*max-width:767px*/
.top_box02 {
  padding: 150px 20px;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
}
.top_box02 .top_box02_tit_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
}
.top_box02 .top_box02_tit_area .top_box02_tit {
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.top_box02 .top_box02_tit_area .top_box02_tit .ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(2.2rem, 2vw, 2.6rem);
  display: inline-block;
  margin-left: 20px;
}
.top_box02 .top_box02_tit_area .top_box02_tit .en {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: clamp(8rem, 7vw, 10rem);
}
.top_box02 .top_box02_content {
  padding: 80px 5%;
  background: #fff;
}
.top_box02 .top_box02_content .top_box02_content_wrap {
  height: 338px;
  overflow-y: scroll;
}
.top_box02 .top_box02_content .top_box02_content_wrap article a {
  display: block;
  text-decoration: none;
  padding: 30px 0;
  border-bottom: 1px solid #999;
}
.top_box02 .top_box02_content .top_box02_content_wrap article a .time_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.top_box02 .top_box02_content .top_box02_content_wrap article a .time_wrap time {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  color: #666;
  line-height: 1.2;
  margin-right: 20px;
}
.top_box02 .top_box02_content .top_box02_content_wrap article a .time_wrap .cat {
  line-height: 1.2;
  padding: 3px 15px;
  background: #53c1e6;
  font-size: 1.2rem;
  color: #fff;
}
.top_box02 .top_box02_content .top_box02_content_wrap article a .tit {
  font-size: 1.6rem;
  line-height: 1.2;
}
.top_box02 .top_box02_content .top_box02_content_wrap article:first-of-type a {
  padding-top: 0;
}
.top_box02 .btn a {
  background: transparent;
  border: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 20px;
  }
  .top_box02 .top_box02_tit_area {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_tit_area .top_box02_tit .ja {
    font-size: clamp(1.6rem, 4vw, 2rem);
    margin-left: 10px;
  }
  .top_box02 .top_box02_tit_area .top_box02_tit .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
  .top_box02 .top_box02_content {
    padding: 30px 20px;
    background: #fff;
    margin-bottom: 30px;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap {
    height: 250px;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap::-webkit-scrollbar {
    width: 1px;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap::-webkit-scrollbar-track {
    background: transparent;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap::-webkit-scrollbar-thumb {
    background: #999;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap article a {
    padding: 20px 0;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap article a .time_wrap {
    margin-bottom: 10px;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap article a .time_wrap time {
    margin-right: 10px;
    font-size: 1.4rem;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap article a .time_wrap .cat {
    padding: 3px 10px;
    font-size: 1rem;
  }
  .top_box02 .top_box02_content .top_box02_content_wrap article a .tit {
    font-size: 1.4rem;
  }
  .top_box02 .btn a {
    margin: 0 auto;
  }
} /*max-width:767px*/
.bottom_box {
  margin-top: 150px;
  padding: 0 20px;
}
.bottom_box .bottom_box_wrap {
  max-width: 1700px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1%;
}
.bottom_box .bottom_box_wrap .bottom_box_content {
  padding: 110px 20px;
  color: #fff;
  text-align: center;
}
.bottom_box .bottom_box_wrap .bottom_box_content a {
  text-decoration: none;
  color: #fff;
}
.bottom_box .bottom_box_wrap .bottom_box_content .txt_area .bottom_box_tit {
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.bottom_box .bottom_box_wrap .bottom_box_content .txt_area .bottom_box_tit .ja {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: clamp(1.8rem, 1.8vw, 2.2rem);
}
.bottom_box .bottom_box_wrap .bottom_box_content .txt_area .bottom_box_tit .en {
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: clamp(5rem, 6vw, 8rem);
}
.bottom_box .bottom_box_wrap .bottom_box_content.content01 {
  background: url(../images/banner_bg01.jpg) top center no-repeat;
  background-size: cover;
  padding: 0;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content01 a {
  padding: 110px 20px;
  display: block;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 {
  background: url(../images/banner_bg02.jpg) top center no-repeat;
  background-size: cover;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .txt_area .bottom_box_tit {
  margin-bottom: 40px;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4%;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel {
  text-align: center;
  line-height: 1.4;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel a .num {
  padding-left: 45px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 4.2rem;
  position: relative;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel a .num::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/tel.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel a .txt {
  font-size: 1.2rem;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .mail a {
  display: block;
  width: 300px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  line-height: 60px;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
  font-size: 1.5rem;
  padding-left: 30px;
  border-radius: 50px;
  position: relative;
}
.bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .mail a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 14px;
  background: url(../images/mail.svg) no-repeat;
  background-size: contain;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 1500px) {
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap {
    zoom: 0.8;
  }
} /*max-width:1500px*/
@media screen and (max-width: 1200px) {
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap {
    zoom: 0.6;
  }
} /*max-width:1200px*/
@media screen and (max-width: 1000px) {
  .bottom_box .bottom_box_wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content {
    padding: 110px 20px;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap {
    zoom: 1;
  }
} /*max-width:1000px*/
@media screen and (max-width: 767px) {
  .bottom_box {
    margin-top: 80px;
  }
  .bottom_box .bottom_box_wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content {
    padding: 60px 20px;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content .txt_area .bottom_box_tit {
    margin-bottom: 20px;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content .txt_area .bottom_box_tit .ja {
    font-size: clamp(1.6rem, 3.6vw, 1.8rem);
  }
  .bottom_box .bottom_box_wrap .bottom_box_content .txt_area .bottom_box_tit .en {
    font-size: clamp(4rem, 12vw, 6rem);
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content01 a {
    padding: 60px 20px;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .txt_area .bottom_box_tit {
    margin-bottom: 20px;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap {
    flex-direction: column;
    gap: 10px 0;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel {
    margin-top: 0;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel a .num {
    padding-left: 30px;
    font-size: 3.2rem;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel a .num::after {
    width: 25px;
    height: 25px;
    background: url(../images/tel.svg) no-repeat;
    background-size: contain;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .tel a .txt {
    font-size: 1.2rem;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .mail a {
    width: 260px;
    line-height: 55px;
    font-size: 1.4rem;
    padding-left: 25px;
  }
  .bottom_box .bottom_box_wrap .bottom_box_content.content02 .contact_wrap .mail a::after {
    width: 15px;
    height: 12px;
    background: url(../images/mail.svg) no-repeat;
    background-size: contain;
    left: 40px;
  }
} /*max-width:767px*/
/****************************************
採用情報
*****************************************/
.recruit-wrapper .recruit-table {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.recruit-wrapper .recruit-table,
.recruit-wrapper .recruit-table td,
.recruit-wrapper .recruit-table th {
  border-collapse: collapse;
  text-align: center;
}
.recruit-wrapper .recruit-table th {
  width: 25%;
  padding: 30px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #0070c0;
}
.recruit-wrapper .recruit-table td {
  width: 75%;
  padding: 30px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #cccccc;
}
.recruit-wrapper .btn {
  display: table;
  margin: 50px auto 0;
}

@media screen and (max-width: 1019px) {
  .recruit-wrapper {
    padding: 0 20px;
  }
  .recruit-wrapper .recruit-table {
    width: 100%;
  }
  .recruit-wrapper .recruit-table th, .recruit-wrapper .recruit-table td {
    display: block;
    width: 100%;
  }
  .recruit-wrapper .recruit-table th {
    padding: 30px 0 0;
    border: none;
  }
  .recruit-wrapper .recruit-table td {
    padding: 30px 0;
  }
}
/****************************************
お知らせ
*****************************************/
.article-wrapper .article-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-wrapper .article-content article {
  width: 75%;
}
.article-wrapper .article-content article h2 {
  display: block;
  background-color: #eaf6fd; /*背景色*/
  border-right: 23px solid #53c1e6; /*右線（太さ 実線 色）*/
  color: #000; /*文字色（黒）*/
  display: block;
  font-size: 20px; /*文字サイズ*/
  padding: 0.5em 0.8em; /*文字回りの余白（上下 左右）*/
  position: relative;
  font-size: 2.4rem;
}
.article-wrapper .article-content article .single-info {
  padding: 8px;
  font-size: 1.5rem;
}
.article-wrapper .article-content article p {
  padding: 8px;
  font-size: 1.6rem;
}
.article-wrapper .article-content aside {
  width: 20%;
}
.article-wrapper .article-content aside h2 {
  font-size: 1.8rem;
  font-weight: bold;
}
.article-wrapper .article-content aside h2::first-letter {
  color: #0070c0;
}
.article-wrapper .article-content aside .article-cat-list {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.article-wrapper .article-content aside select {
  padding: 10px;
  border-radius: 8px;
  outline: none;
  border: 1px solid;
  width: 100%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .article-wrapper .article-content article, .article-wrapper .article-content aside {
    width: 100%;
  }
  .article-wrapper .article-content aside {
    margin-top: 20px;
  }
}
/* 一覧 */
.article-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  list-style-type: none;
}
.article-list li:first-child {
  padding-top: 0;
}
.article-list li time {
  margin-right: 20px;
}
.article-list li .cat {
  margin-right: 20px;
  padding: 5px 12px;
  background: #53c1e6;
  font-size: 1.2rem;
  color: #fff;
  min-width: 75px;
  line-height: 1;
  text-align: center;
}
.article-list li a {
  text-decoration: none;
}

/* 詳細 */
/* ページ送り */
.pagenation {
  margin-top: 20px;
  font-size: 1.6rem;
}
.pagenation a {
  text-decoration: none;
  color: #0070c0;
}

/****************************************
お問い合わせ
*****************************************/
.contact-wrapper, .entry-wrapper {
  /* reCAPTCHA非表示 */
  /* Contact Form7 */
  /*
  .wpcf7 .inner { width: 90%; margin: 0 auto; padding: 10px 0 20px 0; font-weight: bold; }
  */
  /* 必須マーク */
  /* 任意マーク */
  /* 必須項目の入力欄を黄色にする */
  /*
  .wpcf7 input[type="submit"]:hover { background: #751e13; }
  */
  /* 訂正箇所わかりやすく */
}
.contact-wrapper .grecaptcha-badge, .entry-wrapper .grecaptcha-badge {
  visibility: hidden;
}
.contact-wrapper .contact-table, .entry-wrapper .contact-table {
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-wrapper .contact-table,
.contact-wrapper .contact-table td,
.contact-wrapper .contact-table th, .entry-wrapper .contact-table,
.entry-wrapper .contact-table td,
.entry-wrapper .contact-table th {
  border-collapse: collapse;
  text-align: center;
}
.contact-wrapper .contact-table th, .entry-wrapper .contact-table th {
  width: 25%;
  padding: 30px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
.contact-wrapper .contact-table td, .entry-wrapper .contact-table td {
  width: 75%;
  padding: 30px 20px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
.contact-wrapper p.check-message, .entry-wrapper p.check-message {
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.contact-wrapper .wpcf7 input[type=text],
.contact-wrapper .wpcf7 input[type=email],
.contact-wrapper .wpcf7 input[type=url],
.contact-wrapper .wpcf7 textarea, .entry-wrapper .wpcf7 input[type=text],
.entry-wrapper .wpcf7 input[type=email],
.entry-wrapper .wpcf7 input[type=url],
.entry-wrapper .wpcf7 textarea {
  background-color: #fff;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  font-weight: normal !important;
}
.contact-wrapper .wpcf7 input[type=date], .entry-wrapper .wpcf7 input[type=date] {
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 1.6rem;
  padding: 1em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
  font-weight: normal !important;
}
.contact-wrapper .wpcf7 input[type=text].age-cell, .entry-wrapper .wpcf7 input[type=text].age-cell {
  width: 100px;
}
.contact-wrapper .wpcf7 input[type=text].p-postal-code, .entry-wrapper .wpcf7 input[type=text].p-postal-code {
  width: 150px;
}
.contact-wrapper .wpcf7 input[type=submit], .entry-wrapper .wpcf7 input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}
.contact-wrapper .wpcf7 input[type=submit], .entry-wrapper .wpcf7 input[type=submit] {
  display: table;
  margin: 40px auto 0 auto;
  border-radius: 100px;
  border: 2px solid #0070c0;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 16px 48px;
  color: #0070c0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-wrapper .wpcf7 input[type=submit]:hover, .entry-wrapper .wpcf7 input[type=submit]:hover {
  border: 3px solid #0070c0;
  background: #0070c0;
  -webkit-box-shadow: 0px 0px 10px #cccccc;
  box-shadow: 0px 0px 10px #cccccc;
  color: #fff;
}
.contact-wrapper .wpcf7 input[type=submit]:active, .entry-wrapper .wpcf7 input[type=submit]:active { /*ボタンを押したとき*/
  -ms-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: solid 3px #ffffff; /*線を消す*/
  outline: none;
}
.contact-wrapper input[disabled], .contact-wrapper button[disabled], .contact-wrapper .wpcf7-submit[disabled], .entry-wrapper input[disabled], .entry-wrapper button[disabled], .entry-wrapper .wpcf7-submit[disabled] {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  cursor: not-allowed;
  border: 2px solid #cccccc !important;
  box-shadow: none !important;
  background: #dddddd !important;
  color: #000000 !important;
}
.contact-wrapper input:not([disabled]),
.contact-wrapper button:not([disabled]),
.contact-wrapper .wpcf7-submit:not([disabled]), .entry-wrapper input:not([disabled]),
.entry-wrapper button:not([disabled]),
.entry-wrapper .wpcf7-submit:not([disabled]) {
  cursor: pointer;
}
.contact-wrapper .must, .entry-wrapper .must {
  color: #fff;
  margin-left: 10px;
  padding: 3px 6px;
  background: #0070c0;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-wrapper .free, .entry-wrapper .free {
  color: #fff;
  margin-left: 10px;
  padding: 3px 6px;
  background: #999999;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .contact-wrapper textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required, .entry-wrapper input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .entry-wrapper textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background: rgba(255, 255, 142, 0.3);
}
.contact-wrapper .wpcf7-response-output, .entry-wrapper .wpcf7-response-output {
  margin: 0 !important;
  font-size: 16px !important;
  font-size: 1.6rem !important;
}
.contact-wrapper .wpcf7 span.red, .entry-wrapper .wpcf7 span.red {
  color: #cc0000;
}
.contact-wrapper .cform tbody td, .entry-wrapper .cform tbody td {
  border: none; /*border-bottom: 1px solid #ECF4FC;*/
  text-align: center;
}
.contact-wrapper .cform tbody th, .contact-wrapper .cform td, .entry-wrapper .cform tbody th, .entry-wrapper .cform td {
  padding: 10px 0px;
  /*border:1px solid #CCCCCC;*/
  vertical-align: middle;
  font-weight: normal;
  /*font-size: 100%;*/
  text-align: left;
}
.contact-wrapper .wpcf7 .wpcf7-not-valid, .entry-wrapper .wpcf7 .wpcf7-not-valid {
  background: #F2DEDE;
}
.contact-wrapper .wpcf7 .wpcf7-response-output, .entry-wrapper .wpcf7 .wpcf7-response-output {
  margin: 0px 0 20px 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-size: 1.3rem;
  color: #DB4848;
}
.contact-wrapper .wpcf7 .wpcf7-validation-errors, .entry-wrapper .wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
  font-size: 13px;
  font-size: 1.3rem;
}
.contact-wrapper .wpcf7 .wpcf7-mail-sent-ok, .entry-wrapper .wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  font-size: 13px;
  font-size: 1.3rem;
}

.contact-thanks .btn, .entry-thanks .btn {
  margin-top: 50px;
}

@media screen and (max-width: 1019px) {
  .contact-wrapper, .entry-wrapper {
    padding: 0 20px;
  }
  .contact-wrapper .contact-table, .entry-wrapper .contact-table {
    width: 100%;
  }
  .contact-wrapper .contact-table th, .contact-wrapper .contact-table td, .entry-wrapper .contact-table th, .entry-wrapper .contact-table td {
    display: block;
    width: 100%;
  }
  .contact-wrapper .contact-table th, .entry-wrapper .contact-table th {
    padding: 30px 0 0;
    border: none;
  }
  .contact-wrapper .contact-table td, .entry-wrapper .contact-table td {
    padding: 30px 0;
  }
}
/****************************************
個人情報保護方針
*****************************************/
.privacy-policy dl {
  margin-top: 50px;
}
.privacy-policy dl dt {
  margin-bottom: 20px;
}
.privacy-policy dl dd {
  margin-bottom: 20px;
}
.privacy-policy dl dd ol li {
  margin-left: 1em;
  list-style-type: disc;
}
.privacy-policy dl dd ul li {
  margin-left: 1em;
  list-style-type: decimal;
}
.privacy-policy dl dd ul li ol li {
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  .privacy-policy dl {
    margin-top: 20px;
  }
}
/****************************************
404
*****************************************/
.not404 .btn {
  margin-top: 50px;
}

.about_box01 {
  margin-bottom: 170px;
  padding: 0 20px;
}
.about_box01 .list {
  display: grid;
  grid-template-columns: repeat(auto-fit, 210px);
  gap: 10px;
  margin-bottom: 50px;
  justify-content: center; /* 中央寄せ（必要に応じて） */
}
.about_box01 .list li {
  height: 210px;
  border: 3px solid #0070c0;
  text-align: center;
  border-radius: 50%;
  padding: 70px 20px 0;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.about_box01 .txt {
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .about_box01 {
    margin-bottom: 60px;
  }
  .about_box01 .list {
    grid-template-columns: repeat(auto-fit, 130px);
    margin-bottom: 30px;
  }
  .about_box01 .list li {
    height: 130px;
    border: 2px solid #0070c0;
    text-align: center;
    border-radius: 50%;
    padding: 38px 10px 0;
    font-size: 1.4rem;
  }
  .about_box01 .txt {
    text-align: justify;
    font-size: 1.4rem;
  }
} /*max-width:767px*/
.about_box02 {
  position: relative;
  margin-bottom: 150px;
  padding: 0 20px;
}
.about_box02 .icon {
  position: absolute;
  width: 14%;
  top: -20px;
  right: 0;
  z-index: -1;
}
.about_box02 .about_box02_inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 25% 68%;
  justify-content: space-between;
}
.about_box02 .about_box02_inner .content .name {
  padding-top: 50px;
  text-align: right;
  font-size: 2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

@media screen and (max-width: 767px) {
  .about_box02 {
    margin-bottom: 60px;
  }
  .about_box02 .icon {
    display: none;
  }
  .about_box02 .about_box02_inner {
    gap: 30px 0;
    grid-template-columns: 100%;
  }
  .about_box02 .about_box02_inner .content .name {
    padding-top: 30px;
    font-size: 1.6rem;
  }
} /*max-width:767px*/
.about_box03 {
  padding: 0 20px;
  margin-bottom: 150px;
}
.about_box03 .overview_table {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .about_box03 {
    margin-bottom: 60px;
  }
  .about_box03 .subhead01 {
    margin-bottom: 10px;
  }
  .about_box03 .overview_table {
    margin-bottom: 30px;
  }
} /*max-width:767px*/
.about_box04 {
  padding: 0 20px;
}
.about_box04 .wrap {
  position: relative;
}
.about_box04 .wrap::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #0070c0;
  left: 0;
  right: 0;
  top: 30px;
  margin: 0 auto;
  z-index: -1;
}
.about_box04 .wrap .content {
  margin-bottom: 40px;
  position: relative;
}
.about_box04 .wrap .content::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #0070c0;
  left: 0;
  right: 0;
  top: 62%;
  margin: 0 auto;
  border-radius: 50%;
}
.about_box04 .wrap .content .year {
  width: 160px;
  line-height: 40px;
  text-align: center;
  border-radius: 3px;
  background: #0070c0;
  margin: 0 auto 40px;
  font-size: 2.2rem;
  color: #fff;
}
.about_box04 .wrap .content .txt {
  width: 45.45%;
  margin-left: auto;
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background: #ddf1ff;
  color: #0070c0;
  line-height: 1.2;
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
.about_box04 .wrap .content .txt::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 27px;
  background: #ddf1ff;
  left: -33px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.about_box04 .wrap .content:nth-of-type(even) .txt {
  margin-left: 0;
}
.about_box04 .wrap .content:nth-of-type(even) .txt::after {
  left: auto;
  right: -33px;
  clip-path: polygon(0 100%, 0 0, 100% 0);
}

@media screen and (max-width: 767px) {
  .about_box04 .wrap::after {
    left: 24px;
    right: auto;
  }
  .about_box04 .wrap .content {
    margin-bottom: 30px;
  }
  .about_box04 .wrap .content::after {
    width: 11px;
    height: 11px;
    left: 20px;
    right: auto;
    top: 64%;
    margin: 0;
  }
  .about_box04 .wrap .content .year {
    width: 140px;
    line-height: 35px;
    margin: 0 0 30px;
    font-size: 1.8rem;
  }
  .about_box04 .wrap .content .txt {
    width: 85%;
    padding: 20px;
    font-size: 1.8rem;
  }
  .about_box04 .wrap .content .txt::after {
    width: 22px;
    height: 20px;
    left: -20px;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
  .about_box04 .wrap .content:nth-of-type(even) .txt {
    margin-left: auto;
  }
  .about_box04 .wrap .content:nth-of-type(even) .txt::after {
    left: -20px;
    right: auto;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
  }
} /*max-width:767px*/
#teaser.service_teaser {
  background: url(../images/tesaer02.jpg) top center no-repeat;
  background-size: cover;
}

.service_area {
  margin-bottom: 150px;
}
.service_area .service_box {
  padding-right: 20px;
  margin-bottom: 80px;
}
.service_area .service_box .wrap {
  max-width: 1710px;
  display: grid;
  grid-template-columns: 50.29% 43.86%;
  justify-content: space-between;
  align-items: center;
}
.service_area .service_box .wrap figure {
  position: relative;
}
.service_area .service_box .wrap figure::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: url(../images/figure_icon01.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
}
.service_area .service_box .wrap figure img {
  height: 650px;
  object-fit: cover;
}
.service_area .service_box .wrap .content .en_tit {
  display: inline-block;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 1.6rem;
  padding: 2px 10px;
  background: linear-gradient(90deg, #0070c0 0%, #53c1e6 103.25%);
  color: #fff;
  letter-spacing: 0.05em;
}
.service_area .service_box .wrap .content .tit {
  color: #0070c0;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 50px;
  font-size: clamp(3.4rem, 3.2vw, 4.2rem);
}
.service_area .service_box .wrap .content .txt_area .bottom_txt {
  margin-top: 30px;
  background: #e7f5ff;
  padding: 30px;
}
.service_area .service_box:nth-of-type(even) {
  padding: 0 0 0 20px;
}
.service_area .service_box:nth-of-type(even) .wrap {
  margin-left: auto;
  grid-template-columns: 43.86% 50.29%;
}
.service_area .service_box:nth-of-type(even) .wrap figure {
  order: 2;
}
.service_area .service_box:nth-of-type(even) .wrap figure::after {
  background: url(../images/figure_icon02.png) no-repeat;
  background-size: contain;
  right: auto;
  left: 0;
}
.service_area .service_box:nth-of-type(even) .wrap .content {
  order: 1;
}

@media screen and (max-width: 767px) {
  .service_area {
    margin-bottom: 60px;
  }
  .service_area .service_box {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .service_area .service_box .wrap {
    grid-template-columns: 100%;
    gap: 20px 0;
  }
  .service_area .service_box .wrap figure::after {
    width: 60px;
    height: 60px;
    background: url(../images/figure_icon01.png) no-repeat;
    background-size: contain;
  }
  .service_area .service_box .wrap figure img {
    height: auto;
  }
  .service_area .service_box .wrap .content .en_tit {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .service_area .service_box .wrap .content .tit {
    margin-bottom: 20px;
    font-size: clamp(2.4rem, 6.4vw, 3.2rem);
  }
  .service_area .service_box .wrap .content .txt_area .bottom_txt {
    margin-top: 20px;
    background: #e7f5ff;
    padding: 20px;
  }
  .service_area .service_box:nth-of-type(even) {
    padding: 0 20px;
  }
  .service_area .service_box:nth-of-type(even) .wrap {
    grid-template-columns: 100%;
  }
  .service_area .service_box:nth-of-type(even) .wrap figure {
    order: 1;
  }
  .service_area .service_box:nth-of-type(even) .wrap .content {
    order: 2;
  }
} /*max-width:767px*/
.service_box02 {
  padding: 0 20px;
}
.service_box02 .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 2%;
  margin-bottom: 50px;
}
.service_box02 .list li {
  display: table;
}
.service_box02 .list li span {
  display: table-cell;
  background: #fff;
  text-align: center;
  padding: 25px 0;
  border: 2px solid #0070c0;
  vertical-align: middle;
  line-height: 1.5;
  font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  flex-flow: "Zen Kaku Gothic Antique", sans-serif;
}
.service_box02 .txt {
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
}

@media screen and (max-width: 767px) {
  .service_box02 .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
    margin-bottom: 30px;
  }
  .service_box02 .list li span {
    padding: 20px;
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
  }
  .service_box02 .txt {
    font-size: 1.4rem;
  }
} /*max-width:767px*//*# sourceMappingURL=style.css.map */