@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fanwood+Text:ital@0;1&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:wght@700&display=swap");
/*============================================================================
	BASE STYLES
==============================================================================*/
/* Reset & Base */
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font: 14px "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  background: #fff;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    overflow-x: hidden;
  }
}

input,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

div {
  box-sizing: border-box;
}

/* Images */
img {
  vertical-align: top;
}

.imgBox img {
  width: 100%;
  height: auto;
}

/* Links */
a {
  text-decoration: none;
  color: #296CB8;
  transition: all 0.5s;
}
a:link {
  color: #296CB8;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: underline;
  opacity: 0.5;
}
a:active {
  color: #000;
}
a:active, a:focus,
a input:active,
a input:focus {
  outline: 0;
}

/* Clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  box-sizing: border-box;
}

h1 {
  font-size: 153.9%;
}

h2 {
  font-size: 138.5%;
}

h3 {
  font-size: 123.1%;
}

h4 {
  font-size: 116%;
}

h5 {
  font-size: 108%;
}

h6 {
  font-size: 100%;
}

/* Typography Utilities */
.mincho {
  font-family: "ＭＳ 明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", Century, "Times New Roman", Times, serif;
}

.Bold {
  font-weight: bold;
}

/* Float Utilities */
.imgR {
  float: right;
  padding: 0 0 10px 10px;
}

.imgL {
  float: left;
  padding: 0 30px 20px 0;
}

/* Margin Utilities */
.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

/* Text Alignment */
.tL {
  text-align: left;
}

.tC {
  text-align: center;
}

.tR {
  text-align: right;
}

/* Font Size Utilities */
.std10 {
  font-size: 77%;
}

.std11 {
  font-size: 85%;
}

.std12 {
  font-size: 93%;
}

.std13 {
  font-size: 100%;
}

.std14 {
  font-size: 108%;
}

.std15 {
  font-size: 116%;
}

.std16 {
  font-size: 123.1%;
}

.std17 {
  font-size: 131%;
}

.std18 {
  font-size: 138.5%;
}

.std19 {
  font-size: 146.5%;
}

.std20 {
  font-size: 153.9%;
}

.std21 {
  font-size: 161.6%;
}

.std22 {
  font-size: 167%;
}

.std23 {
  font-size: 174%;
}

.std24 {
  font-size: 182%;
}

.std25 {
  font-size: 189%;
}

.std26 {
  font-size: 197%;
}

/* Color Utilities */
.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.gray {
  color: #666666;
}

.lgray {
  color: #999999;
}

.red {
  color: #ff0000;
}

.wred {
  color: #cc0000;
}

.pink {
  color: #ff3366;
}

.green {
  color: #006600;
}

.green2 {
  color: #01b200;
}

.orange {
  color: #ff6600;
}

.blue {
  color: #205ea9;
}

.dblue {
  color: #1a1a6a;
}

.lblue {
  color: #00b3dc;
}

.yellow {
  color: #ffff00;
}

.gold {
  color: #996633;
}

/* Responsive Display Utilities */
@media screen and (min-width: 1024px) {
  .dis-pc {
    display: block;
  }
  .dis-sp {
    display: none !important;
  }
  .dis-sp-inline {
    display: none;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .dis-pc {
    display: none !important;
  }
  .dis-sp {
    display: block;
  }
  .dis-sp-inline {
    display: inline;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
@media screen and (min-width: 520px) {
  .dis-tab-plus {
    display: block;
  }
  .dis-tab-minus {
    display: none !important;
  }
}
@media screen and (max-width: 519px) {
  .dis-tab-plus {
    display: none !important;
  }
  .dis-tab-minus {
    display: block;
  }
}
/*============================================================================
	LAYOUT STYLES
==============================================================================*/
/* Section Layouts */
.sec01 {
  width: 100%;
  min-height: 60vh;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sec01 {
    min-height: 200px;
    padding: 40px 0;
  }
}
.sec01.top {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .sec01.top {
    padding-top: 80px;
  }
}
.sec01.grey {
  background-color: #F7F6F6;
}
.sec01.gradient {
  background: linear-gradient(105deg, #E5EFF7 0%, #E5EFF7 50%, #F5F9FC 50%, #F5F9FC 100%);
}

.sec02 {
  width: 100%;
  padding: 30px 0;
  background-color: #fff;
}
.sec02.news-wrapper {
  padding-bottom: 60px;
}

.sec03 {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

.page-section {
  width: 100%;
  padding: 120px 0 80px;
  background-color: #fff;
}

/* Container Layouts */
.page-inner {
  width: 70%;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page-inner {
    width: 90%;
  }
}
.page-inner p {
  line-height: 2.2;
}

.item-page-inner {
  width: 769px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .item-page-inner {
    width: 90%;
    margin: auto;
  }
}
.item-page-inner .sub-slider {
  width: 769px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .item-page-inner .sub-slider {
    width: 100%;
  }
}
.item-page-inner .sub-thumb {
  width: 769px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .item-page-inner .sub-thumb {
    width: 100%;
  }
}
.item-page-inner .sub-thumb .slick-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100% !important;
}
.item-page-inner .sub-thumb .slick-track .slider {
  width: 16.6666666667% !important;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .item-page-inner .sub-thumb .slick-track .slider {
    width: 25% !important;
  }
}
.item-page-inner .sub-thumb .slick-track .slider figcaption {
  margin-bottom: 10px;
}

/* Flex Layouts */
.flex-box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex-box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.flex-box .left-box {
  width: 60%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .flex-box .left-box {
    width: 100%;
    padding: 0;
  }
}
.flex-box .right-box {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .flex-box .right-box {
    width: 100%;
    padding-bottom: 10px;
  }
}

/* Grid Layouts */
.item-cont {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .item-cont {
    width: 90%;
  }
}
.item-cont .item {
  text-align: center;
  width: calc(25% - 0.5em);
  padding: 0 0.5em 1em 0.5em;
}
@media screen and (max-width: 768px) {
  .item-cont .item {
    width: 50%;
  }
}

.brand-cont {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .brand-cont {
    width: 90%;
  }
}
.brand-cont .item {
  display: flex;
  flex-direction: column;
  text-align: left;
  width: calc(25% - 1em);
  padding: 1.5em;
  border: 1px solid #eee;
  margin: 0 1em 1em 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .brand-cont .item {
    width: calc(50% - 0.5em);
  }
  .brand-cont .item:nth-child(2n) {
    margin: 0 0 1em 0;
  }
}
.brand-cont .item .br-logo {
  min-height: 7vw;
  max-height: 8em;
}
@media screen and (max-width: 768px) {
  .brand-cont .item .br-logo {
    min-height: 60px;
  }
}
.brand-cont .item .name {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
}
.brand-cont .item .name-ja {
  font-size: 10px;
  line-height: 1.4;
}

.insta-cont {
  width: 80%;
  max-width: 1920px;
  margin: 0 auto 40px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .insta-cont {
    width: 90%;
    margin-bottom: 0;
  }
}
.insta-cont .item {
  text-align: center;
  width: 20%;
  padding: 0 0.5em 1em 0.5em;
}
@media screen and (max-width: 768px) {
  .insta-cont .item {
    width: 50%;
  }
}

/* Loading Layout */
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  z-index: 1;
  width: 3em;
  height: auto;
}

/*============================================================================
	COMPONENT STYLES
==============================================================================*/
/* Buttons */
a.btn-01 {
  border: 1px solid #333;
  display: block;
  padding: 0.3em 1em;
  width: 15em;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  a.btn-01 {
    padding: 0.2em 1em;
    font-size: 12px;
    width: 18em;
  }
}
a.btn-01:hover {
  text-decoration: none;
  background-color: #333;
  color: #fff;
  opacity: 1;
}

a.btn-02 {
  border: 1px solid #666;
  display: block;
  padding: 0.3em 1em;
  width: 15em;
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #666;
}
@media screen and (max-width: 768px) {
  a.btn-02 {
    padding: 0.2em 1em;
    font-size: 12px;
    width: 18em;
  }
}
a.btn-02:hover {
  text-decoration: none;
  background-color: #fff;
  color: #666;
  opacity: 1;
}

a.btn-03 {
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #393939;
  padding-bottom: 5px;
  color: #393939;
}
@media screen and (max-width: 768px) {
  a.btn-03 {
    width: 12px;
  }
}

/* Headings */
h1.h1-tit-01 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}
h1.h1-tit-01::after {
  display: inline-block;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  width: 30px;
  height: 1px;
  transform: translate(-50%);
  background-color: #333;
}

h2.h2-tit-01 {
  color: #E5F7FC;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 91.256px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  h2.h2-tit-01 {
    font-size: 48px;
    margin-bottom: 20px;
  }
}
h2.h2-tit-01 span {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  h2.h2-tit-01 span {
    font-size: 12px;
    margin-top: -10px;
  }
}

h2.h2-tit-02 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

h2.h2-tit {
  text-align: center;
  padding: 40px 0;
}
h2.h2-tit span {
  font-size: 11px;
  display: block;
}

/* Cards & Boxes */
.message-box {
  width: 1024px;
  padding: 40px;
  margin: 0 auto;
  background-color: #F7F5F0;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .message-box {
    width: 90%;
    padding: 40px 20px;
  }
}
.message-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100px;
  background-color: #296CB8;
}
.message-box h2.h2-tit-01 {
  text-align: left;
}
.message-box .message-cont {
  display: flex;
}
.message-box .message-cont.about {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.message-box .message-cont .img-cont {
  margin-left: 20px;
  width: 400px;
  position: relative;
}
.message-box .message-cont .img-cont.prof {
  width: 200px;
  margin-left: 0;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont.prof {
    width: 60%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
.message-box .message-cont .img-cont .img_01 {
  position: absolute;
  top: 0;
  left: 60px;
  width: 250px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont .img_01 {
    margin: 0 0 0 -30px;
    position: relative;
    width: 70%;
    top: inherit;
    left: inherit;
  }
}
.message-box .message-cont .img-cont .img_02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 250px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .img-cont .img_02 {
    margin: -50px -30px 0 0;
    position: relative;
    width: 70%;
    top: inherit;
    left: inherit;
  }
}
.message-box .message-cont .txt-cont {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .txt-cont {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .message-box .message-cont .txt-cont.prof {
    margin-bottom: 0;
  }
}
.message-box .message-cont .txt-cont.prof p {
  margin-bottom: 10px;
}

.business-box > dt {
  padding: 5px 0 5px 20px;
  background-color: #296CB8;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: bold;
}
.business-box > dd {
  background-color: #fff;
  padding: 20px;
  margin: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.business-box > dd p {
  font-size: 16px;
}
.business-box > dd p.ja {
  font-size: 14px;
}
.business-box > dd ul {
  list-style-type: disc;
  padding-left: 15px;
}
.business-box > dd dl.box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #296CB8;
}
.business-box > dd dl.box dt {
  font-size: 30px;
  font-style: italic;
  color: #296CB8;
}
.business-box > dd dl.box dd p {
  font-size: 16px;
}
.business-box > dd dl.box dd p.ja {
  font-size: 14px;
}
.business-box > dd dl.box dd ul {
  list-style-type: disc;
  padding-left: 15px;
}
.business-box > dd dl.box:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.contact-box {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-box {
    width: 90%;
  }
}
.contact-box p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-box .contact-cont {
  width: 100%;
  background-color: #fff;
  text-align: center;
  border: 1px solid #333;
  margin: 0 auto;
}
.contact-box .contact-cont dl {
  margin: 0;
}
.contact-box .contact-cont dl dt {
  padding: 10px 20px;
  border-bottom: 1px solid #333;
}
.contact-box .contact-cont dl dd {
  padding: 10px 0;
  margin: 0;
  min-height: 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-box .contact-cont dl dd ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact-box .contact-cont dl dd ul {
    flex-direction: column;
  }
}
.contact-box .contact-cont dl dd ul li {
  font-weight: bold;
  margin: 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .contact-box .contact-cont dl dd ul li {
    font-size: 18px;
  }
}
.contact-box .contact-cont dl dd ul li span {
  font-size: 12px;
}
.contact-box .contact-cont dl dd ul li a {
  color: #333;
  font-weight: bold;
}
.contact-box .contact-cont dl p {
  margin-bottom: 0;
}
.contact-box dl {
  margin-bottom: 40px;
}
.contact-box dl dt {
  margin: 0;
  padding: 0;
}
.contact-box dl dd {
  margin: 0;
  padding: 0;
}
.contact-box dl dd input,
.contact-box dl dd textarea {
  width: 100%;
}
.contact-box .wpcf7 input[type=submit] {
  color: #333;
  background: #fff;
  cursor: pointer;
  text-align: center;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
  width: 20em;
  border-radius: inherit;
  border: 1px solid #333;
  transition: all 0.4s;
  box-shadow: none;
}
.contact-box .wpcf7 input[type=submit]:hover {
  background-color: #333;
  color: #fff;
}

.sns-box {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sns-box {
    width: 90%;
  }
}
.sns-box .sns-cont p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.sns-box .sns-cont ul {
  display: flex;
  justify-content: center;
}
.sns-box .sns-cont ul li {
  margin: 0 10px;
}
.sns-box .sns-cont ul li a i {
  font-size: 40px;
  color: #333;
}

/* Icons */
.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0077b5;
  color: #fff;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 15px;
}
.icon-circle a {
  color: #fff !important;
}

/* Forms */
.contact-form-cont {
  padding: 20px 0 0 0;
}
.contact-form-cont dl {
  margin-bottom: 40px;
}
.contact-form-cont dl dt {
  font-weight: bold;
  color: #02326a;
}
.contact-form-cont dl dd {
  width: 100%;
  margin: 0;
}
.contact-form-cont dl dd input {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px #cccccc;
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px !important;
}
.contact-form-cont dl dd textarea {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 10px;
  border: solid 1px #cccccc;
  background: #fff;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px !important;
}

.submit-btn {
  width: 40%;
  margin: 20px auto 0 auto;
}
.submit-btn .form-btn {
  font-size: 18px;
  width: 100%;
  background-color: #224181;
  border: 1px solid #224181;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  transition: all 0.4s;
}
.submit-btn .form-btn:hover {
  background-color: #fff;
  color: #224181;
}

/* Pagination */
.pagenate {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.pagenate .prev,
.pagenate .next {
  width: 50px;
}
.pagenate .prev a {
  margin-right: 30px;
}
.pagenate .next a {
  margin-left: 30px;
}
.pagenate .prev a,
.pagenate .next a {
  font-size: 20px;
  color: #393939;
  text-decoration: none;
  width: 50px;
}

.wp-pagenavi {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 40px 0;
  display: block;
  padding: 60px 0;
}
.wp-pagenavi a.page {
  color: #393939;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
}
.wp-pagenavi a.page:hover {
  opacity: 0.7;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #393939;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
}

span.page {
  color: #fff;
  background-color: #ccc;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

/* Utilities */
.note {
  font-size: 90%;
}

.gototop {
  text-align: center;
  padding: 20px 0;
}
.gototop img {
  width: 30px;
  height: auto;
}

.grecaptcha-badge {
  display: none;
}

/*============================================================================
	PAGE SPECIFIC STYLES
==============================================================================*/
/* TOP PAGE */
.slider-cont {
  position: relative;
  margin: 0;
  width: 100%;
  min-height: 380px;
}
@media screen and (max-width: 768px) {
  .slider-cont {
    margin: auto;
    width: 100%;
    min-height: 280px;
  }
}
.slider-cont .slider-inner {
  position: relative;
  width: 100%;
}
.slider-cont .catch {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding: 40px;
  border-radius: 5px;
  z-index: 10;
  color: #fff;
  line-height: 1.4;
}
.slider-cont .catch .hero-anim {
  opacity: 0;
  transform: translateY(30px);
  will-change: opacity, transform;
}
:root.hero-visible .slider-cont .catch .hero-anim {
  opacity: 1;
  transform: none;
}
@keyframes hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
html.no-gsap.hero-visible .slider-cont .catch .catch-01 {
  animation: hero-fade-up 0.9s ease both 0s;
}
html.no-gsap.hero-visible .slider-cont .catch .catch-02 {
  animation: hero-fade-up 0.9s ease both 0.25s;
}
html.no-gsap.hero-visible .slider-cont .catch .catch-03 {
  animation: hero-fade-up 0.9s ease both 0.5s;
}
html.no-hero-anim .slider-cont .catch .hero-anim {
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
}
@media screen and (max-width: 1024px) {
  .slider-cont .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 25px;
    width: 85%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .slider-cont .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px 20px;
    width: 90%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .slider-cont .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 15px;
    width: 95%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .slider-cont .catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 90%;
    text-align: left;
  }
}
.slider-cont .catch .catch-01 {
  font-family: "Arial", serif;
  font-size: 60px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 30px;
  font-family: "Arial", serif;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .slider-cont .catch .catch-01 {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .slider-cont .catch .catch-01 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider-cont .catch .catch-01 {
    font-size: 6vw;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .slider-cont .catch .catch-01 {
    font-size: 9vw;
    margin-bottom: 20px;
  }
}
.slider-cont .catch .catch-02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  text-shadow: 0 0 13.578px rgba(32, 3, 102, 0.71);
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .slider-cont .catch .catch-02 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .slider-cont .catch .catch-02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slider-cont .catch .catch-02 {
    font-size: 3vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .slider-cont .catch .catch-02 {
    font-size: 3.6vw;
    margin-bottom: 20px;
  }
}
.slider-cont .catch .catch-03 {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 0 10px #000;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .slider-cont .catch .catch-03 {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .slider-cont .catch .catch-03 {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .slider-cont .catch .catch-03 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  .slider-cont .catch .catch-03 {
    font-size: 2.4vw;
  }
}
.slider-cont .catch .catch-03 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-cont .catch .catch-03 ul li {
  margin-bottom: 15px;
  position: relative;
}
.slider-cont .catch .catch-03 ul li:last-child {
  margin-bottom: 0;
}
.slider-cont .visual {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  margin: 35px auto 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .slider-cont .visual {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    right: auto;
    aspect-ratio: auto;
    height: 85vh;
    min-height: 400px;
  }
}
.slider-cont .visual picture {
  width: 100%;
  height: 100%;
  display: block;
}
.slider-cont .visual figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.slider-cont .visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* NEWS SECTION */
main {
  position: relative;
}
main::before {
  content: "";
  position: absolute;
  top: 200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background-image: url("./img/bg_01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  z-index: -1;
  animation: floatAnimation 8s ease-in-out infinite;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main::before {
    left: -250px;
    width: 400px;
    height: 400px;
    top: 150px;
  }
}

.news-container {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .news-container {
    padding: 0 15px;
  }
}

.news-list {
  margin: 40px 0;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 15px 0;
  }
}
.news-item:hover {
  background-color: rgba(41, 108, 184, 0.05);
}
.news-item:last-child {
  border-bottom: none;
}

.news-date {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  min-width: 100px;
}
@media screen and (max-width: 768px) {
  .news-date {
    font-size: 12px;
    min-width: auto;
  }
}

.news-category {
  background-color: #296CB8;
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: bold;
  min-width: 80px;
  text-align: center;
}
.news-category, .news-category:link, .news-category:visited, .news-category:hover, .news-category:active, .news-category:focus {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news-category {
    font-size: 11px;
    padding: 3px 10px;
    min-width: auto;
  }
}

.news-title {
  flex: 1;
  margin: 0;
}
.news-title a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-title a {
    font-size: 14px;
  }
}
.news-title a:hover {
  color: #296CB8;
}

.news-more {
  text-align: center;
  margin-top: 40px;
}
.news-more .btn-more {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  color: #296CB8;
  border: 2px solid #296CB8;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.news-more .btn-more:hover {
  background-color: #296CB8;
  color: #fff;
  opacity: 1;
}

/* MESSAGE SECTION */
.message-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message-section {
    min-height: 80vh;
    padding: 60px 0;
  }
  .message-section::before {
    background-attachment: scroll;
  }
}
.message-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./img/message_bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.05;
  z-index: 1;
}
.message-section::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -200px;
  width: 400px;
  height: 400px;
  background-image: url("./img/bg_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  opacity: 0.8;
  z-index: 1;
  animation: floatAnimation 10s ease-in-out infinite reverse;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .message-section::after {
    right: -150px;
    width: 300px;
    height: 300px;
  }
}

.message-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message-container {
    padding: 40px 20px;
  }
}
.message-container h2.h2-tit-01 {
  color: #CBF0FA;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .message-container h2.h2-tit-01 {
    margin-bottom: 20px;
  }
}
.message-container h2.h2-tit-01 span {
  color: #333;
}

.message-content {
  color: #333;
  font-size: 18px;
  line-height: 2;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .message-content {
    font-size: 16px;
    line-height: 1.8;
  }
}
.message-content p {
  margin-bottom: 30px;
}
.message-content p:last-child {
  margin-bottom: 0;
}

/* FEATURES SECTION */
.features-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .features-container {
    padding: 0 20px;
  }
}

.features-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .features-content {
    gap: 40px;
    margin-top: 40px;
  }
}

.features-image {
  width: 100%;
  max-width: 600px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .features-image {
    max-width: 100%;
  }
}
.features-image img {
  width: 100%;
  height: auto;
}

.features-text {
  width: 100%;
  max-width: 800px;
  text-align: left;
}
.features-text p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .features-text p {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 25px;
  }
}
.features-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .features-text p br {
    display: none;
  }
}

/* SERVICE SECTION */
.service-container {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .service-container {
    padding: 0 20px;
  }
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #296CB8;
}
@media screen and (max-width: 768px) {
  .service-item {
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.service-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service-group {
  margin-top: 60px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #296CB8;
}
@media screen and (max-width: 768px) {
  .service-group {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}
.service-group .service-header {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service-group .service-header {
    margin-bottom: 20px;
  }
}
.service-group .service-sub-item {
  border-bottom: none;
  margin-top: 30px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .service-group .service-sub-item {
    margin-top: 20px;
    flex-direction: column;
    gap: 15px;
  }
}
.service-group .service-sub-item:first-child {
  margin-top: 0;
}
.service-group .service-sub-item.service-sub-item-last {
  margin-bottom: 0;
}

.service-content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service-content {
    text-align: left;
  }
}

.service-bottom-content {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .service-bottom-content {
    gap: 15px;
    margin-top: 10px;
    line-height: 1;
    justify-content: flex-start;
  }
}

.service-description-wrapper {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .service-description-wrapper {
    margin: 0;
    padding: 0;
  }
  .service-description-wrapper .service-description {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 1.4;
  }
  .service-description-wrapper .service-btn {
    margin-top: 0;
  }
}

.service-header {
  display: flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service-header {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 15px;
  }
}

.service-number {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 50px;
  color: #296CB8;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .service-number {
    font-size: 40px;
  }
}

.service-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .service-title {
    font-size: 20px;
  }
}

.service-subtitle {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .service-subtitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.service-description {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service-description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .service-description br {
    display: none;
  }
}

.service-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #296CB8;
  color: #fff !important;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.service-btn:hover {
  background-color: rgb(31.7066666667, 83.52, 142.2933333333);
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(41, 108, 184, 0.3);
  text-decoration: none;
  opacity: 1;
}

.service-image {
  flex-shrink: 0;
  width: 120px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .service-image {
    width: 80px;
    margin: 0;
    padding: 0;
    align-self: flex-start;
    margin-left: 0;
  }
}
.service-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .service-image img {
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 0;
  }
}

/* COMPANY SECTION */
.company-section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company-section {
    min-height: 80vh;
    padding: 60px 0;
  }
  .company-section::before {
    background-attachment: scroll;
  }
}
.company-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("./img/company_bg.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.1;
  z-index: 1;
}

.company-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .company-container {
    padding: 40px 20px;
  }
}
.company-container h2.h2-tit-01 {
  color: #CBF0FA;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company-container h2.h2-tit-01 {
    margin-bottom: 20px;
  }
}
.company-container h2.h2-tit-01 span {
  color: #333;
}

.company-content {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 0;
  width: 800px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .company-content {
    padding: 0;
    border-radius: 10px;
    width: 100%;
  }
}

.company-info {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .company-info {
    padding: 30px 20px;
  }
}
.company-info div {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px dotted #296CB8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-info div {
    flex-direction: column;
    padding: 15px 0;
  }
}
.company-info div:last-child {
  border-bottom: none;
}
.company-info dt {
  font-weight: bold;
  color: #707F89;
  font-size: 16px;
  width: 180px;
  flex-shrink: 0;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-info dt {
    font-size: 15px;
    width: 100%;
    margin-bottom: 8px;
  }
}
.company-info dd {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-info dd {
    font-size: 15px;
    padding-left: 0;
  }
}
.company-info dd a {
  color: #296CB8;
  text-decoration: none;
}
.company-info dd a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* PROFILE SECTION */
.profile-container {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .profile-container {
    padding: 0 15px;
  }
}

.profile-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .profile-content {
    gap: 40px;
  }
}

.profile-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .profile-item {
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    text-align: center;
  }
}

.profile-image {
  flex-shrink: 0;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .profile-image {
    width: 150px;
    margin: 0 auto;
  }
}
.profile-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
}

.profile-text {
  flex: 1;
  text-align: left;
}

.profile-name {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .profile-name {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.profile-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .profile-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.profile-description {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .profile-description {
    font-size: 14px;
    line-height: 1.7;
  }
}

/* CONTACT SECTION */
.contact-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .contact-container {
    padding: 0 15px;
  }
}

.contact-content {
  border-radius: 15px;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .contact-content {
    padding: 40px 20px;
    border-radius: 10px;
  }
}

.contact-form {
  width: 100%;
}

.form-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .form-item {
    margin-bottom: 25px;
  }
}
.form-item:last-of-type {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .form-item:last-of-type {
    margin-bottom: 30px;
  }
}
.form-item dt {
  margin-bottom: 8px;
}
.form-item dt label {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 768px) {
  .form-item dt label {
    font-size: 15px;
  }
}
.form-item dd {
  margin: 0;
}
.form-item dd input[type=text],
.form-item dd input[type=email],
.form-item dd input[type=tel],
.form-item dd textarea {
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background-color: #F0F3F5;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .form-item dd input[type=text],
  .form-item dd input[type=email],
  .form-item dd input[type=tel],
  .form-item dd textarea {
    padding: 12px;
    font-size: 15px;
  }
}
.form-item dd input[type=text]:focus,
.form-item dd input[type=email]:focus,
.form-item dd input[type=tel]:focus,
.form-item dd textarea:focus {
  outline: none;
  background-color: rgb(230.82, 235.656, 238.88);
}
.form-item dd input[type=text]::placeholder,
.form-item dd input[type=email]::placeholder,
.form-item dd input[type=tel]::placeholder,
.form-item dd textarea::placeholder {
  color: #999;
}
.form-item dd textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.6;
}

.required {
  background-color: #296CB8;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 8px;
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .required {
    font-size: 11px;
    padding: 2px 6px;
    margin-left: 6px;
  }
}

.form-submit {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .form-submit {
    margin-top: 30px;
  }
}

.submit-btn {
  background-color: #fff;
  color: #296CB8;
  border: 2px solid #296CB8;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .submit-btn {
    padding: 12px 30px;
    font-size: 15px;
  }
}
.submit-btn:hover {
  background-color: #296CB8;
  color: #fff;
  opacity: 1;
}
.submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(41, 108, 184, 0.3);
}

/* FOOTER SECTION */
.footer {
  background-color: #296CB8;
  color: #fff;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40px;
  }
}

.footer-content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 768px) {
  .footer-content {
    padding: 0 20px 0;
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer-nav {
    flex-direction: column;
    gap: 30px;
  }
}

.footer-column {
  flex: 1;
  border-right: 1px dotted #8EB1D9;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .footer-column {
    display: none;
  }
}
.footer-column:first-child {
  padding-left: 0;
}
.footer-column:last-child {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .footer-column:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.footer-title {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footer-title {
    font-size: 13px;
    margin-bottom: 15px;
    white-space: normal;
  }
}

.footer-company-en {
  color: #fff;
  font-size: 12px;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footer-company-en {
    font-size: 11px;
  }
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .footer-menu {
    display: none;
  }
}
.footer-menu li {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .footer-menu li {
    margin-bottom: 10px;
  }
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .footer-menu li a {
    font-size: 11px;
  }
}
.footer-menu li a:hover {
  opacity: 0.7;
}

.gototop {
  text-align: center;
  padding: 30px 0;
  background-color: #296CB8;
}
@media screen and (max-width: 768px) {
  .gototop {
    padding: 20px 0;
  }
}
.gototop a {
  display: inline-block;
  transition: opacity 0.3s;
}
.gototop a:hover {
  opacity: 0.7;
}
.gototop a img {
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .gototop a img {
    width: 35px;
    height: 35px;
  }
}

.footer-bottom {
  background-color: #fff;
  padding: 20px 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 20px;
  }
}
.footer-bottom .copy small {
  color: #296CB8;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .footer-bottom .copy small {
    font-size: 11px;
  }
}

.concept-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 160px 0 80px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .concept-cont {
    padding: 140px 0 40px 0;
    font-size: 12px;
  }
}

/* MESSAGE PAGE */
.contact-cont iframe {
  display: flex;
  margin: auto;
  min-height: 1500px;
}

.massage-cont02 h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.about-cont {
  display: flex;
}
.about-cont .about-txt {
  width: 600px;
  margin-right: 60px;
  border-top: 1px dotted #ccc;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt {
    width: 90%;
  }
}
.about-cont .about-txt dl {
  margin: 0;
  border-bottom: 1px dotted #ccc;
  display: flex;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt dl {
    flex-direction: column;
  }
}
.about-cont .about-txt dl dt {
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt dl dt {
    width: 100%;
    margin-bottom: 5px;
  }
}
.about-cont .about-txt dl dd {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about-cont .about-txt dl dd {
    flex: inherit;
    width: 100%;
    margin: 0;
  }
}
.about-cont .img-cont {
  flex: 1;
}

.cta {
  padding-bottom: 60px;
}
.cta .contact-btn {
  font-size: 18px;
  display: block;
  color: #fff;
  border: 1px solid #296CB8;
  background-color: #296CB8;
  width: 400px;
  padding: 20px;
  margin: auto;
  text-align: center;
  transition: all 0.4s;
}
@media screen and (max-width: 768px) {
  .cta .contact-btn {
    width: 90%;
  }
}
.cta .contact-btn:hover {
  opacity: 1;
  text-decoration: none;
  border: 1px solid #296CB8;
  color: #296CB8;
  background-color: #fff;
}

/* ABOUT PAGE */
.gmap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-top: 15px;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* NEWS PAGE */
.sec02.news-wrapper {
  padding-bottom: 60px;
}
.sec02 .news-cont {
  width: 80%;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sec02 .news-cont {
    width: 90%;
  }
}
.sec02 .news-cont .news-swiper {
  display: flex;
  margin-bottom: 40px;
}
.sec02 .news-cont .news-swiper .swiper-slide {
  text-align: center;
  width: 33.3333333333%;
  padding: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .sec02 .news-cont .news-swiper .swiper-slide {
    width: 100%;
  }
}
.sec02 .news-cont .news-swiper .swiper-slide .date {
  font-size: 11px;
  margin-top: 0.5em;
}

.page-section .news-cont {
  width: 80%;
  max-width: 1920px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .archive {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .page-section .news-cont {
    width: 100%;
  }
}
.page-section .news-cont .brand-info-txt {
  padding: 0 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .brand-info-txt {
    padding: 0;
    width: 100%;
  }
}
.page-section .news-cont .news-swiper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .news-swiper {
    flex-wrap: nowrap;
  }
}
.page-section .news-cont .news-swiper .swiper-slide {
  text-align: center;
  width: 25%;
  padding: 0 0.5em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-section .news-cont .news-swiper .swiper-slide {
    width: 100%;
  }
}
.page-section .news-cont .news-swiper .swiper-slide .date {
  font-size: 11px;
  margin-top: 0.5em;
}
.page-section .single-info-txt {
  margin-bottom: 1em;
}

.swiper-pagination.pagenation-02 {
  margin-bottom: -40px;
}

/* ITEMS PAGE */
.news-cont.item {
  margin-top: -220px;
  padding-top: 220px;
  margin-bottom: 60px;
}

.item-anchor-cont {
  display: block;
  position: sticky;
  top: 80px;
  width: 100%;
  text-align: center;
  margin: 0 auto 60px auto;
  z-index: 3;
}

.item-anchor {
  word-break: keep-all;
  display: inline-block;
  margin: 2px 5px;
  font-size: 80%;
  border-radius: 30px;
  border: 1px solid #000;
  text-decoration: none;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.item-anchor:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .item-anchor {
    display: none;
  }
}

.item-btn-cont {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-btn-cont a.btn-01 {
  margin: 0 2px;
}

/* ITEM SINGLE PAGE */
.shop-url {
  margin: 50px 0 30px 0;
}

/* BLOG & NEWS */
.blog-single-cont {
  width: 769px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .blog-single-cont {
    width: 90%;
  }
}
.blog-single-cont .h2-news-cont {
  margin-bottom: 20px;
}
.blog-single-cont .h2-news-cont h2.news-tit {
  font-size: 22px;
}
.blog-single-cont .h2-news-cont span {
  font-size: 12px;
}

.h2-blog-tit-cont {
  text-align: center;
}

.news-fl-box {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 0;
}

.article-l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
}
.article-l h3.title a {
  font-weight: bold;
}
.article-l .title {
  width: 100%;
}

.excerpt {
  width: 100%;
}

.thumb {
  width: 20%;
}
.thumb img {
  width: 100%;
}

.blog-cont {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-item {
  flex-basis: 31%;
  flex-wrap: wrap;
  margin: 0 1% 20px 1%;
}
.blog-item .category {
  margin-right: 10px;
}
.blog-item a.category {
  font-size: 11px;
  font-weight: normal;
  color: #707070;
  text-decoration: none;
  padding: 0 10px;
  border: 1px solid #707070;
}
.blog-item .title a {
  font-weight: bold;
  color: #707070;
  text-decoration: none;
}
.blog-item.news-fl-box {
  border: none;
}

.sub {
  display: flex;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px dotted #ccc;
}
.sub div {
  margin-right: 30px;
  text-align: center;
}
.sub div h4 {
  color: #02326a;
}
.sub div a {
  color: #707070;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
  min-height: 20px;
  width: 100%;
}
.pager li {
  display: inline;
}
.pager li > a {
  display: inline-block;
  padding: 2px 14px;
  background-color: #fff;
  border: 1px solid #214490;
  border-radius: 15px;
  transition: all 300ms 0s ease;
  font-size: 14px;
}
.pager li > a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #214490;
  transition: all 300ms 0s ease;
}
.pager li > span {
  display: inline-block;
  padding: 2px 14px;
  background-color: #fff;
  border: 1px solid #214490;
  border-radius: 15px;
  transition: all 300ms 0s ease;
  font-size: 14px;
}
.pager .previous > a {
  float: left;
  color: #214490;
  text-decoration: none !important;
}
.pager .previous > span {
  float: left;
  color: #214490;
  text-decoration: none !important;
}
.pager .next > a {
  float: right;
  color: #214490;
  text-decoration: none !important;
}
.pager .next > span {
  float: right;
  color: #214490;
  text-decoration: none !important;
}

.viewall {
  text-align: center;
  margin: 60px 0;
}

.sub-tit span {
  font-size: 22px;
}

/* ACCESS PAGE */
.access-wrapper #access {
  padding-top: 80px;
  margin-top: -80px;
}
.access-wrapper #access .access-cont .access-txt {
  text-align: center;
  line-height: 2.2em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .access-wrapper #access .access-cont .access-txt {
    line-height: 1.8em;
  }
}
.access-wrapper #access .access-cont figure img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.access-wrapper #access .access-cont .gm_link {
  text-align: center;
}
.access-wrapper #access .access-cont .gm_link a {
  text-decoration: underline;
}

/* FOOTER */
.copy {
  background-color: #fff;
  text-align: center;
  line-height: 1em;
  color: #296CB8;
}

.copy-sp {
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 1em;
}
.copy-sp figure img {
  padding-right: 10px;
}
.copy-sp small {
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
}

/* Hover Effects */
a .thum {
  overflow: hidden;
}
a .thum img.zoom {
  transition: 1s all;
}
a .thum img.zoom:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
a:hover {
  text-decoration: none;
}

.item a:hover {
  text-decoration: none;
}

/* Initial state for hero animations - hidden to prevent flicker */
.catch .hero-anim {
  opacity: 0;
}

/* Float Animation for Background Elements */
@keyframes floatAnimation {
  0%, 100% {
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  25% {
    transform: translateY(-55%) translateX(10px) rotate(1deg);
  }
  50% {
    transform: translateY(-45%) translateX(-5px) rotate(-0.5deg);
  }
  75% {
    transform: translateY(-52%) translateX(8px) rotate(0.8deg);
  }
}
/* スマホ用フッター */
.sp-footer {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    padding: 0;
  }
}

/* スマホ用相談ボタン */
.sp-consultation-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-consultation-btn {
    display: block;
    background-color: #296CB8;
    padding: 15px;
  }
  .sp-consultation-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #fff;
    color: #296CB8;
    text-decoration: none;
    padding: 15px;
    border-radius: 0;
    transition: all 0.3s ease;
  }
  .sp-consultation-btn a:hover {
    background-color: rgb(242.25, 242.25, 242.25);
  }
  .sp-consultation-btn a i {
    font-size: 16px;
    color: #296CB8;
  }
  .sp-consultation-btn a span {
    font-size: 14px;
    font-weight: bold;
    color: #296CB8;
    white-space: nowrap;
  }
}

/* スマホ用コピーライト */
.sp-copyright {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-copyright {
    display: block;
    text-align: center;
    background-color: #fff;
    padding: 10px;
  }
  .sp-copyright small {
    color: #296CB8;
    font-size: 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
  }
}

/* ニュースページの見出し背景 */
.news-header {
  background-color: #F9F9F9;
  width: 100%;
  padding: 50px 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-header {
    padding: 20px 0;
  }
}
.news-header h1.h2-tit-01 {
  color: #296CB8;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news-header h1.h2-tit-01 {
    font-size: 36px;
  }
}
.news-header h1.h2-tit-01 span {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .news-header h1.h2-tit-01 span {
    font-size: 12px;
    margin-top: -4px;
  }
}

/* シングルページの記事ヘッダー */
.article-header {
  background-color: #F9F9F9;
  width: 100%;
  padding: 50px 0;
  margin: 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .article-header {
    padding: 20px 0;
    margin-top: 60px;
  }
}
.article-header .h2-tit-01 {
  color: #296CB8;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .article-header .h2-tit-01 {
    font-size: 36px;
  }
}
.article-header .h2-tit-01 span {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .article-header .h2-tit-01 span {
    font-size: 12px;
    margin-top: -4px;
  }
}

/* シングルページの記事コンテンツ */
.article-content {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .article-content {
    padding: 40px 20px;
  }
}
.article-content .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.article-content .content-wrapper {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .article-content .content-wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
.article-content .main-content {
  flex: 1;
  min-width: 0;
}
.article-content .sidebar {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .article-content .sidebar {
    width: 100%;
  }
}
.article-content .sidebar .sidebar-section {
  margin-bottom: 40px;
}
.article-content .sidebar .sidebar-section:last-child {
  margin-bottom: 0;
}
.article-content .sidebar .sidebar-section .sidebar-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #296CB8;
}
@media screen and (max-width: 768px) {
  .article-content .sidebar .sidebar-section .sidebar-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.article-content .sidebar .sidebar-section .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-content .sidebar .sidebar-section .category-list li {
  margin-bottom: 12px;
}
.article-content .sidebar .sidebar-section .category-list li:last-child {
  margin-bottom: 0;
}
.article-content .sidebar .sidebar-section .category-list li a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.6;
  transition: color 0.3s ease;
}
.article-content .sidebar .sidebar-section .category-list li a:hover {
  color: #296CB8;
}
.article-content .sidebar .sidebar-section .banner {
  text-align: center;
}
.article-content .sidebar .sidebar-section .banner img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.article-content .breadcrumb {
  margin-bottom: 40px;
}
.article-content .breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.article-content .breadcrumb ul li:not(:last-child)::after {
  content: ">";
  margin-left: 10px;
  color: #999;
}
.article-content .breadcrumb ul li a {
  color: #296CB8;
  text-decoration: none;
}
.article-content .breadcrumb ul li a:hover {
  text-decoration: underline;
}
.article-content .breadcrumb ul li:last-child {
  color: #666;
}
.article-content .article-main .article-meta {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.article-content .article-main .article-meta .article-date {
  color: #666;
  font-size: 16px;
}
.article-content .article-main .article-meta .article-category {
  background-color: #296CB8;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
}
.article-content .article-main .article-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .article-content .article-main .article-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.article-content .article-main .article-body {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.article-content .article-main .article-body h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 40px 0 20px 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .article-content .article-main .article-body h2 {
    font-size: 20px;
    margin: 30px 0 15px 0;
  }
}
.article-content .article-main .article-body p {
  margin-bottom: 20px;
}
.article-content .article-main .article-body ul {
  margin: 20px 0;
  padding-left: 20px;
}
.article-content .article-main .article-body ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.article-content .article-main .article-body .article-signature {
  margin-top: 40px;
  padding: 20px;
  background-color: #f5f5f5;
  border-left: 4px solid #296CB8;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .article-content .article-main .article-body .article-signature {
    margin-top: 30px;
    padding: 15px;
  }
}
.article-content .article-main .article-navigation {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 768px) {
  .article-content .article-main .article-navigation {
    margin: 40px 0;
    padding: 20px 0;
  }
}
.article-content .article-main .article-navigation a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #296CB8;
  text-decoration: none;
  font-weight: bold;
}
.article-content .article-main .article-navigation a:hover {
  text-decoration: underline;
}
.article-content .article-main .back-to-news {
  text-align: center;
  margin-top: 40px;
}
.article-content .article-main .back-to-news .btn-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #296CB8;
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.article-content .article-main .back-to-news .btn-back:hover {
  background-color: rgb(31.7066666667, 83.52, 142.2933333333);
}
@media screen and (max-width: 768px) {
  .article-content .article-main .back-to-news .btn-back {
    padding: 12px 25px;
    font-size: 14px;
  }
}

/*# sourceMappingURL=site.css.map */
