@charset "UTF-8";
/* Global
------------------------------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,600,700,800,900&display=swap");
/* Positional alignment */
/* Pack items around the center */
/* Pack items from the start */
/* Pack items from the end */
/* Pack flex items from the start */
/* Pack flex items from the end */
/* Pack items from the left */
/* Pack items from the right */
/* Baseline alignment */
/* justify-content does not take baseline values */
/* Normal alignment */
/* Distributed alignment */
/* Distribute items evenly
                                   The first item is flush with the start,
                                   the last is flush with the end */
/* Distribute items evenly
                                   Items have a half-size space
                                   on either end */
/* Distribute items evenly
                                   Items have equal space around them */
/* Distribute items evenly
                                   Stretch 'auto'-sized items to fit
                                   the container */
/* Base */
body {
  color: #444;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  word-wrap: break-word;
}

body:lang(ja) {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.site-title {
  font-family: 'Noto Sans JP', sans-serif !important;
  font-weight: 900 !important;
}

::selection {
  background-color: #def;
}

@media screen and (min-width: 782px) {
  body {
    font-size: 16px;
  }
  body:lang(ja) {
    font-size: 16px;
  }
}

@media screen and (min-width: 980px) {
  body {
    font-size: 16px;
  }
  body:lang(ja) {
    font-size: 16px;
  }
}

/* Heading */
h1,
h2,
h3,
h4,
h5,
h6,
.site-title {
  clear: both;
  color: #111;
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1em;
  margin-top: 2em;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

h3 {
  font-size: 1.5rem;
  margin-bottom: 1em;
  margin-top: 2.5em;
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 1em;
  margin-top: 2em;
}

h5 {
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
}

h6 {
  font-size: 1rem;
  margin-bottom: 0.5em;
  margin-top: 1em;
}

/* Link */
a {
  color: #4693f5;
  text-decoration: underline;
  transition: all .15s ease-in-out;
  cursor: pointer;
}

a:focus {
  outline: unset;
}

cite a,
cite a {
  text-decoration: none;
}

/* Text */
p {
  margin: 0 0 1.8em;
}

b,
strong {
  font-weight: 700;
}

dfn,
em,
i {
  font-style: italic;
}

q {
  quotes: "" "";
}

cite {
  border-bottom: dotted 1px #999;
  font-style: normal;
}

code,
kbd,
tt,
var {
  background-color: #f4f5f6;
  color: #666;
  font-family: "Noto Sans JP", Consolas, monospace;
  font-size: 90%;
}

abbr,
acronym {
  border-bottom: 1px dotted #999;
  cursor: help;
}

mark,
ins {
  background: linear-gradient(transparent 70%, #ffff66 70%);
  text-decoration: none;
}

ins.adsbygoogle {
  background-color: transparent;
}

/* List */
ul,
ol {
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin-bottom: 0.5em;
}

dd {
  margin: 0 0 1.8em 1.5em;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  margin: 0 0 1.8em;
  width: 100%;
}

caption {
  margin-bottom: 0.6em;
}

table th,
table td {
  border: solid 1px #eee;
  padding: 1em 1.2em;
}

th {
  background-color: #f4f5f6;
  font-weight: 600;
  text-align: left;
}

/* Elements */
blockquote {
  color: #666;
  margin: 0 0 2em;
  padding: 12px 0 0 44px !important;
  position: relative;
}

blockquote:before {
  color: #ddd;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 84px;
  left: -5px;
  line-height: 1;
  position: absolute;
  top: -5px;
}

blockquote p {
  margin-bottom: 0.8em;
}

blockquote cite {
  font-size: 90%;
}

address {
  margin: 0 0 1.8em;
  font-style: normal;
}

pre {
  background-color: #f4f5f6;
  color: #666;
  font-family: "Noto Sans JP", Consolas, monospace;
  font-size: 90%;
  line-height: 1.4;
  margin: 0 0 1.7em;
  max-width: 100%;
  overflow: auto;
  padding: 1.5em;
  word-wrap: normal;
}

hr {
  background-color: #eee;
  border: 0;
  height: 2px;
  margin: 1.8em auto;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media */
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/* Form */
/*
button,
input,
input[type="search"],
select,
textarea {
    background-color: #fff;
    box-sizing: border-box;
    line-height: 1.6;
    max-width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #333;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 90%;
    line-height: 1;
    padding: 1.1em 1.5em;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #555;
}

*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: solid 1px #e6e6e6;
  color: #333;
  margin-top: 0.6em;
  padding: 0.6em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #444;
}

input[type="file"] {
  margin-top: 0.6em;
}

select {
  border: solid 1px #e6e6e6;
  margin-top: 0.6em;
  padding: 0.6em;
}

textarea {
  max-width: 720px;
  width: 100%;
}

input[type="tel"] {
  direction: ltr;
  border: 1px solid #eee;
  padding: 10px;
}

input::placeholder {
  color: #ccc;
}

textarea::placeholder {
  color: #ccc;
}

/* navi */
.sub_img:before {
  background: #fff !important;
}

.sub_menu a {
  color: #000 !important;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Open Sans';
  display: inline-block;
  padding: 6px 0;
}

.triangle {
  text-align: center;
}

.triangle .triangle_down_grey {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #EFEEEE;
  display: inline-block;
}

.triangle .triangle_down_white {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  display: inline-block;
}

/*===========
inview
===========*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*==================================================
ふわっ
===================================*/
/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* レスポンシブ　切り替え */
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}

@media (max-width: 1024px) {
  .sp {
    display: block;
  }
}

.elementor-container {
  max-width: 1140px !important;
}

.hide {
  opacity: 0;
  transition: .5s;
}

#masthead {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 10px 0px;
  height: 70px;
}

@media (max-width: 1024px) {
  #masthead {
    height: 80px;
  }
}

#masthead h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

#masthead h1 a {
  display: block;
  width: 100%;
}

#masthead .container {
  display: flex;
  justify-content: space-between;
}

#masthead .container .logo-container {
  z-index: 1000;
}

@media (max-width: 1024px) {
  #masthead .container .logo-container a {
    width: 200px;
    display: block;
  }
}

#masthead .container .logo-container a img {
  width: 200px;
}

#masthead .container #site-navigation a {
  color: #fff;
}

@media (max-width: 1024px) {
  #masthead .container #site-navigation ul#primary-menu {
    display: none;
  }
}

@media (max-width: 1024px) {
  #masthead .container {
    width: 100%;
    padding: 10px;
  }
}

#sticky_header {
  border-bottom: none;
  width: 100% !important;
}

.sub-menu-toggle {
  display: none !important;
}

.main-navigation a {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 14px;
}

#menu-test .sub-menu {
  display: block;
}

.main-navigation ul li ul {
  position: fixed !important;
  top: 76px !important;
  left: 0px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: end;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0px;
}

.main-navigation ul li ul li {
  padding: 0 !important;
  display: inline;
}

.main-navigation ul li ul li {
  transform: skewX(150deg);
  border-right: 1px solid #ccc;
  background: unset;
  border-bottom: none;
  width: 175px;
}

.main-navigation ul li ul li a {
  display: block;
  transform: skewX(-150deg);
  padding: 0 10px !important;
  text-align: center;
  font-size: 0.6rem !important;
  color: #fff !important;
}

.main-navigation ul li ul li:before {
  content: "";
  border: none;
}

.fp-viewing-section1 .main-navigation li.menu-item-has-children > a:after {
  color: #fff;
}

.main-navigation li.menu-item-has-children > a:after {
  color: #fff;
}

.top-header {
  border-bottom: none !important;
}

@media (max-width: 1024px) {
  .top-header {
    background: #efefef;
  }
}

.othrt-cont-header #sticky_header {
  box-shadow: unset;
}

.othrt-cont-header-back {
  background: rgba(255, 255, 255, 0.35);
  background-color: rgba(0, 0, 0, 0.3);
}

.hide-top {
  transform: translateY(-60px);
}

.othrt-cont-header {
  color: #fff;
  background: rgba(255, 255, 255, 0.35);
  background-color: rgba(0, 0, 0, 0.3);
  transition: 1s;
}

.is-sticky #sticky_header {
  background: unset;
}

.menu {
  display: none;
}

@media (max-width: 1024px) {
  ul#primary-menu {
    display: none !important;
  }
}

.menu-loaded {
  display: block !important;
}

.other-content {
  padding: 140px 0px !important;
}

.other-content input[type="search"] {
  margin-bottom: 0;
  margin-top: 0;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn4 {
  position: relative;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 100;
  display: none;
  color: #000;
}

@media (max-width: 1024px) {
  .openbtn4 {
    background: unset;
    display: block;
  }
}

/*ボタン内側*/
.openbtn4 span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 2px;
  border-radius: 5px;
  background: #000;
  width: 45%;
}

.openbtn4 span:nth-of-type(1) {
  top: 13px;
}

.openbtn4 span:nth-of-type(2) {
  top: 19px;
}

.openbtn4 span:nth-of-type(3) {
  top: 25px;
}

.openbtn4 span:nth-of-type(3)::after {
  content: "Menu";
  /*3つ目の要素のafterにMenu表示を指定*/
  position: absolute;
  top: -30px;
  left: -2px;
  font-size: 0.6rem;
  text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openbtn4.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn4.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn4.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.openbtn4.active span:nth-of-type(3)::after {
  content: "Close";
  /*3つ目の要素のafterにClose表示を指定*/
  transform: translateY(0) rotate(-45deg);
  top: -20px;
  left: -20px;
}

.openbtn4.active span {
  background: #fff;
}

.openbtn4.active {
  color: #fff;
}

/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
  display: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;
  /* メニューを画面に入れる */
}

.navi-in ul li ~ .drawer-content {
  left: 100;
  /* メニューを画面に入れる */
}

.active-block {
  display: block;
  height: 100vh;
  background: #000;
}

#mobile-menu {
  text-align: left;
  background: #000;
  position: relative;
  top: 140px;
  padding: 10px;
  overflow: hidden scroll;
  height: 100vh;
}

#mobile-menu li {
  font-weight: bold;
  padding: 10px;
}

#mobile-menu li a {
  color: #fff;
}

#mobile-menu li ul.sub-menu {
  display: block;
  padding: 10px 0px;
}

#mobile-menu li ul.sub-menu li {
  display: inline-block;
  width: auto;
  padding: 0px 10px 0px 0px;
  font-weight: normal;
  background: unset;
  border: none;
}

#mobile-menu li ul.sub-menu li a {
  color: #fff;
  text-decoration: none;
}

.other-footer {
  height: auto !important;
}

.fp-viewing-section1 #masthead .container #site-navigation a {
  color: #fff;
}

.site-header h3 {
  margin-bottom: 0em;
  margin-top: 0em;
}

.site-header ul {
  margin: 0;
}

@media (max-width: 1024px) {
  #content {
    padding-top: 100px !important;
  }
}

.link_company {
  margin: 30px 0px 0px !important;
}

.button {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  padding: 20px 100px 20px 40px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  outline: none;
}

@media (max-width: 1024px) {
  .button {
    width: 100%;
    text-align: right;
  }
}

/*hoverした際のボタンの形状*/
.button:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

/*矢印と線の形状*/
.button:before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 48%;
  right: 20px;
  /*線の形状*/
  width: 20px;
  height: 1px;
  background: #000;
}

.button::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 43%;
  right: 12px;
  /*矢印の形状*/
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  /*アニメーションの指定*/
  transition: all .2s linear;
}

/*hoverした際の矢印の形状*/
.button:hover::before {
  background: #fff;
  right: 25px;
}

.button:hover::after {
  border-left-color: #fff;
  right: 20px;
}

.sec1 .container1 {
  padding: 0 !important;
}

.sec1 .container1 h2 {
  font-size: 2.6rem;
  font-weight: 900;
}

.sec1 a.scroll-prompt {
  display: inline-block;
  position: absolute;
  left: 50px;
  bottom: 50%;
  transform: translate(0, 50%);
  z-index: 2;
  padding: 10px 10px 120px;
  overflow: hidden;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.sec1 a.scroll-prompt span {
  display: inline-block;
  color: #fff;
  transform: scale(-1);
}

.sec1 a.scroll-prompt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFA830;
}

.sec1 a.scroll-prompt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.sec1 a.scroll-prompt::after {
  height: 30px;
  animation: sdl 1.5s ease infinite;
}

@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}

@media (max-width: 1024px) {
  .sec1 a.scroll-prompt {
    display: none;
  }
}

.moveUp {
  width: 120px;
  font-size: 60px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 10;
  text-align: center;
}

@media (max-width: 1024px) {
  .moveUp {
    display: none;
  }
}

.moveUp a {
  text-decoration: none;
  color: #7b7b7b;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
}

.moveUp a i {
  font-size: 40px;
  position: absolute;
  top: 10%;
  left: 24%;
}

.quiz {
  position: absolute;
  bottom: 40px;
  right: 130px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .quiz {
    display: none;
  }
}

.quiz img {
  width: 180px;
}

@media (max-width: 1024px) {
  .sec3 {
    background: unset !important;
  }
}

@media (max-width: 1024px) {
  .sec3 .fp-tableCell {
    vertical-align: top;
  }
}

.sec3 .fp-tableCell .container-mod3 .container-top-in .container-top--in {
  padding: 0px 0px 0px 150px;
  background: #fff;
}

@media (max-width: 1024px) {
  .sec3 .fp-tableCell .container-mod3 .container-top-in .container-top--in {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
}

.sec3 .fp-tableCell .container-mod3 .container-top-in .container-top--in .container-top---in {
  position: relative;
  top: -40px;
}

@media (max-width: 1024px) {
  .sec4 {
    background: unset !important;
  }
}

@media (max-width: 1024px) {
  .sec4 .fp-tableCell {
    vertical-align: top;
  }
}

.sec4 .fp-tableCell .container-mod3 .container-top-in .container-top--in {
  padding: 0px 0px 0px 150px;
  background: #fff;
}

@media (max-width: 1024px) {
  .sec4 .fp-tableCell .container-mod3 .container-top-in .container-top--in {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
}

.sec4 .fp-tableCell .container-mod3 .container-top-in .container-top--in .container-top---in {
  position: relative;
  top: -40px;
}

@media (max-width: 1024px) {
  .sec7 {
    background: unset !important;
  }
}

@media (max-width: 1024px) {
  .sec7 .fp-tableCell {
    vertical-align: top;
  }
}

.sec7 .fp-tableCell .container-mod3 .container-top-in .container-top--in {
  padding: 0px 0px 0px 150px;
  background: #fff;
  width: 50%;
}

@media (max-width: 1024px) {
  .sec7 .fp-tableCell .container-mod3 .container-top-in .container-top--in {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
}

.sec7 .fp-tableCell .container-mod3 .container-top-in .container-top--in .container-top---in {
  position: relative;
  top: -40px;
}

.sec7 .fp-tableCell .container-mod3 .container-top-in .container-top--in .container-top---in h2 {
  line-height: 1;
}

.sec7 .fp-tableCell .container-mod3 .container-top-in .container-top--in .container-top---in .container-top---in_bottom {
  margin: 50px 0px 50px;
}

@media (max-width: 1024px) {
  .sec8 {
    padding: 0px 0px;
  }
}

.sec8 .container-top-inーL {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーL {
    width: 100%;
    align-items: top;
    height: auto;
  }
}

.sec8 .container-top-inーL .container-top--in {
  width: 100%;
  padding: 0px 0px 0px 150px;
  background: #fff;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーL .container-top--in {
    padding: 0px 0px 0px 0px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.sec8 .container-top-inーL .container-top--in .container-top---in {
  position: relative;
  top: -40px;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーL .container-top--in .container-top---in {
    position: static;
  }
}

.sec8 .container-top-inーL .container-top--in .container-top---in h2 {
  line-height: 1;
}

.sec8 .container-top-inーL .container-top--in .container-top---in h2 span {
  color: #000;
  font-size: 1.6rem;
}

.sec8 .container-top-inーL .container-top--in .container-top---in .container-top---in_bottom {
  margin: 50px 0px 50px;
}

.sec8 .container-top-inーR {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0px 60px 0px 30px;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーR {
    width: 100%;
    align-items: start;
    padding: 0px 20px 0px 20px;
  }
}

.sec8 .container-top-inーR .container-top--in {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーR .container-top--in {
    margin-top: 0px;
  }
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーR .container-top--in .container-top---in {
    padding: 0 !important;
  }
}

.sec8 .container-top-inーR .container-top--in .container-top---in h2 {
  font-size: 1rem;
  border-bottom: 1px solid #333;
  padding: 10px 0px;
  margin: 10px 0px;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 20px;
  border-bottom: 1px solid #333;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl {
    font-size: 0.8rem;
  }
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl dt {
  float: left;
  clear: both;
  font-weight: normal;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl dd {
  margin-bottom: 5px;
  overflow: hidden;
  font-weight: normal;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl dd span {
  padding-left: 10px;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl .label {
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 20px;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl .label a {
  color: #FFA830;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_top dl a {
  text-decoration: none;
  color: #000;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom {
    padding-bottom: 20px;
  }
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom ul li {
  width: 49%;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom ul li img {
  width: 100%;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom ul li a {
  border: 1px solid;
  border-radius: 20px;
  text-decoration: none;
  padding: 0px 7px;
  font-size: 0.6rem;
  color: #000;
  float: right;
  margin-top: 10px;
}

.sec8 .container-top-inーR .container-top--in .container-top---in .container-top---in_bottom ul li a i {
  font-size: 0.8rem;
  padding-left: 5px;
  vertical-align: middle;
}

.sec8 .container-mod3 {
  display: flex;
  height: 100%;
}

@media (max-width: 1024px) {
  .sec8 .container-mod3 {
    display: block;
  }
}

.sec8 .container-mod3 .container-top-service-bottom {
  margin: 20px 0px 0px;
}

.sec8 .container-mod3 .container-top-service-bottom h3 {
  font-size: 2.5rem;
  color: #000;
}

.new_selected_Ctr {
  display: flex;
}

.new_selected_Ctr ul.new_selected {
  font-size: 0.8rem;
  margin: 20px 0px;
  flex-basis: 70%;
}

.new_selected_Ctr ul.new_selected li {
  padding: 5px 0px;
  border-bottom: 1px solid #faa830;
  position: relative;
}

.new_selected_Ctr ul.new_selected li a {
  text-decoration: none;
}

.new_selected_Ctr ul.new_selected li .new_date {
  font-weight: bold;
  display: inline-block;
  width: 110px;
}

.new_selected_Ctr ul.new_selected li .new_title {
  color: #faa830;
  padding: 0px 20px;
}

.new_selected_Ctr ul.new_selected li:after {
  border-bottom: 1px solid #ccc;
  position: absolute;
  content: " ";
  display: block;
  bottom: -1px;
  width: 97%;
}

.new_selected_Ctr .new_selected_btn {
  flex-basis: 20%;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin: 0px 0px 20px;
  /*矢印が右に移動する*/
  /*矢印と下線の形状*/
}

.new_selected_Ctr .new_selected_btn a {
  display: block;
  width: 220px;
  border: 1px solid;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #333;
}

.new_selected_Ctr .new_selected_btn .arrow {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}

.new_selected_Ctr .new_selected_btn .arrow::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 8%;
  width: 85%;
  height: 1px;
  background: #333;
  transition: all .3s;
}

.new_selected_Ctr .new_selected_btn .arrow::after {
  content: '';
  position: absolute;
  bottom: 25px;
  right: 15px;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all .3s;
}

@media (max-width: 1024px) {
  .mission {
    padding-top: 100px;
  }
}

.mission .container-content-in {
  width: 50%;
}

@media (max-width: 1024px) {
  .mission .container-content-in {
    width: 100%;
    margin-top: 100px;
  }
}

.mission .container-content-in .container-content--in .container-content---in {
  position: relative;
}

.mission .container-content-in .container-content--in .container-content---in h2 {
  line-height: 70px;
}

@media (max-width: 1024px) {
  .mission .container-content-in .container-content--in .container-content---in h2 {
    font-size: 4rem;
  }
}

.mission .container-content-in .container-content--in .container-content---in h3 {
  color: #000;
}

@media (max-width: 1280px) {
  .mission .container-content-in .container-content--in .container-content---in h3 {
    font-size: 1.4rem;
    padding: 30px 10px 0px;
  }
}

.mission .container-content-in .container-content--in .container-content---in span {
  display: block;
  color: #000;
  margin-top: 10px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .mission .container-content-in .container-content--in .container-content---in span {
    margin-bottom: 80px;
    font-weight: 600;
  }
}

.mission .container-content-in .container-content--in .container-content---in .container-content---in_bottom {
  margin: 50px 0px 50px;
}

@media (max-width: 1024px) {
  .mission .container-content-in .container-content--in .container-content---in .container-content---in_bottom {
    margin: 0px 0px 0px;
  }
}

.mission-1 {
  background-image: url("images/mission-1.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.mission-1 .container-mod2 {
  display: table-cell;
  vertical-align: middle;
}

.mission-1 .container-content---in_bottom {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1024px) {
  .mission-1 .container-content---in_bottom {
    display: block;
  }
}

.mission-1 .container-content---in_bottom .container-content---in_bottom_L {
  flex: 3;
  margin-right: 30px;
}

@media (max-width: 1024px) {
  .mission-1 .container-content---in_bottom .container-content---in_bottom_L {
    margin-right: 0px;
    margin-top: 30px;
  }
}

.mission-1 .container-content---in_bottom .container-content---in_bottom_R {
  flex: 1;
}

@media (max-width: 1024px) {
  .mission-1 .container-content---in_bottom .container-content---in_bottom_R {
    margin: 50px 0px;
    text-align: center;
  }
}

.mission-2 img {
  width: 100%;
}

.mission-3 {
  background: #E6E6E6;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.mission-3 .container-mod2 {
  display: table-cell;
  vertical-align: middle;
  padding-top: 200px;
}

@media (max-width: 1024px) {
  .mission-3 .container-mod2 {
    padding-top: 100px;
  }
}

.mission-3 .container-content-in {
  width: 70%;
}

@media (max-width: 1024px) {
  .mission-3 .container-content-in {
    width: 100%;
  }
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_top {
  padding: 0px 0px 0px 150px;
}

@media (max-width: 1024px) {
  .mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_top {
    padding: 0px 10px 0px 10px;
  }
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom {
  background: #fff;
  padding: 30px 0px 200px 150px;
  position: relative;
  margin: 50px 0px 0px;
  /*
               img{
                  position: absolute;
                  top: -160px;
                  right: -240px;
               }

               */
}

@media (max-width: 1024px) {
  .mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom {
    padding: 0px;
    margin: 0px;
  }
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-txt {
  width: 70%;
  margin: 30px 0px;
}

@media (max-width: 1024px) {
  .mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-txt {
    width: 100%;
    padding: 0px 10px;
  }
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-txt h3 {
  font-size: 1.2rem;
  letter-spacing: 10px;
  text-align: right;
  margin: 10px 0px;
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-txt h3 span {
  display: inline;
  letter-spacing: 0px;
  padding-right: 10px;
  font-weight: normal;
  font-size: 0.8rem;
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-photo {
  position: absolute;
  top: -60px;
  right: -240px;
}

@media (max-width: 1280px) {
  .mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-photo {
    position: absolute;
    top: 0px;
    right: -240px;
    width: 360px;
  }
}

@media (max-width: 1024px) {
  .mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-photo {
    position: static;
    text-align: center;
    background: #EFEFEE;
    margin-top: 100px;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-photo img {
    padding-bottom: 20px;
    margin-top: -40px;
    max-width: 300px;
  }
}

.mission-3 .container-content-in .container-content--in .container-content---in .container-content---in_bottom .container-content---in_bottom-photo .sp {
  margin: 0 auto;
}

.mission-4 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .mission-4 {
    padding-bottom: 20px;
    background: #EFEFEE;
  }
}

.mission-5 {
  background: #EFEFEE;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.mission-5 .container-mod2 {
  padding: 100px 0px;
}

@media (max-width: 1024px) {
  .mission-5 .container-mod2 {
    padding: 100px 0px 0px;
  }
}

.mission-5 .container-content-in {
  width: 100%;
}

.mission-5 .container-content-in .container-content--in .container-content---in h2 span {
  float: right;
  display: inline-block;
}

.mission-5 .container-content-in .container-content--in .container-content---in h2 span img {
  width: 200px;
}

.mission-5 .container-content---in_bottom table {
  border: none;
}

.mission-5 .container-content---in_bottom table tr {
  border-top: 1px solid #ccc;
}

.mission-5 .container-content---in_bottom table tr th {
  background: none;
  border: none;
  padding: 30px 30px;
  vertical-align: top;
}

@media (max-width: 1024px) {
  .mission-5 .container-content---in_bottom table tr th {
    display: block;
    padding: 20px 20px;
  }
}

.mission-5 .container-content---in_bottom table tr td {
  border: none;
  padding: 30px 30px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .mission-5 .container-content---in_bottom table tr td {
    display: block;
    padding: 20px 20px;
  }
}

.mission-5 .container-content---in_bottom table tr td dl dt {
  float: left;
  font-weight: 400;
  margin-bottom: 0;
}

.mission-5 .container-content---in_bottom table tr td dl dd {
  margin-left: 80px;
  padding-left: 20px;
  margin-bottom: 10px;
}

.mission-5 .container-content---in_bottom table tr td dl dd dl dt {
  display: block;
}

.mission-5 .container-content---in_bottom table tr td dl dd dl dd {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.mission-5 .container-content---in_bottom .about_banner_col {
  margin: 100px 0px;
}

@media (max-width: 1024px) {
  .mission-5 .container-content---in_bottom .about_banner_col {
    margin: 50px 0px;
  }
}

.mission-5 .container-content---in_bottom .about_movie_col {
  width: 854px;
  /* 任意の横幅を指定 */
  aspect-ratio: 16/9;
  text-align: center;
  margin: 30px auto 120px;
}

@media (max-width: 1024px) {
  .mission-5 .container-content---in_bottom .about_movie_col {
    width: 100%;
    /* 任意の横幅を指定 */
  }
  .mission-5 .container-content---in_bottom .about_movie_col iframe {
    width: 100%;
    height: 100%;
  }
}

.mission-5 .container-content---in_bottom .access_col {
  margin: 50px 0px;
  overflow: hidden;
}

.mission-5 .container-content---in_bottom .access_col h3 {
  margin: 30px 0px;
}

.mission-5 .container-content---in_bottom .access_col p {
  margin: 10px 0px;
}

.mission-5 .container-content---in_bottom .access_col .access_col_in {
  overflow: hidden;
  margin-bottom: 50px;
}

.mission-5 .container-content---in_bottom .access_col .access_col_in .access_map {
  background: #fff;
  height: 300px;
}

.service-1 {
  height: 35vw;
  margin-bottom: 100px;
}

.service-1 .container-mod2 {
  display: table-cell;
  vertical-align: middle;
  padding-top: 80px;
}

@media (max-width: 1024px) {
  .service-1 .container-mod2 {
    padding-top: 80px;
  }
}

.service-1 .container-mod2 .container {
  display: flex;
}

@media (max-width: 1280px) {
  .service-1 .container-mod2 .container {
    gap: 10px 10px;
  }
}

@media (max-width: 1024px) {
  .service-1 .container-mod2 .container {
    display: block;
  }
}

.service-1 .container-mod2 .container-content-in-right {
  justify-content: end;
}

.service-1 .container-mod2 .container-content-in {
  width: 50%;
  align-items: center;
  display: flex;
  display: -webkit-box;
}

@media (max-width: 1280px) {
  .service-1 .container-mod2 .container-content-in {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1024px) {
  .service-1 .container-mod2 .container-content-in {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1280px) {
  .service-1 .container-mod2 .container-content-in .container-content--in {
    margin: auto;
  }
}

.service-1 .container-mod2 .container-content-in .container-content--in h3 {
  color: #000;
  padding: 20px 0px;
  font-size: 1.5rem;
}

.service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul {
  display: flex;
  flex-flow: column;
  margin: 30px 0px 0px 0px;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1280px) {
  .service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul {
    width: 100%;
  }
}

.service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul li {
  height: 140px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 1024px) {
  .service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul li {
    height: auto;
  }
}

.service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul li a {
  display: block;
}

@media (max-width: 1024px) {
  .service-1 .container-mod2 .container-content-in .container-content--in .container-content---in ul li a img {
    width: 100%;
  }
}

.service-1 .container-content---in_bottom .container-content---in_bottom_txt {
  width: 530px;
}

@media (max-width: 1280px) {
  .service-1 .container-content---in_bottom .container-content---in_bottom_txt {
    width: 100%;
  }
}

.service-2 {
  margin-bottom: 50px;
  /*
   .container-content---in{

      display: flex;
      flex-wrap: wrap; 
      gap: 8% 8%; 
      row-gap: 8%;
      column-gap: 8%;


      @include breakpoint(mobile){
         gap: 26px 26px; 
         row-gap: 26px;
         column-gap: 26px;
         
      }

      .container-content---in-ctr{
         width: 46%;
         padding: 50px 0px;

         

         @include breakpoint(mobile){
            width: 100%;
            padding: 0px;
         }

         img{
            height: 300px;
            background: #000;
            width: 100%;

            @include breakpoint(tablet){
               height: auto;
               width: 100%;
            }
         }

         

         h4{
            margin: 10px 0px;
            margin: 20px 0px;
         }

         p{
            margin: 10px 0px;
            margin: 20px 0px;
         }

         button{
                  
            background: unset;
            padding: 0;
            width: 100%;
            text-align: right;
            margin: 10px 0px;
            border: none;


            a{
               width: 110px;
               border: 2px solid;
               display: inline-block;
               text-align: center;
               border-radius: 20px;
               text-decoration: none;
               color: #000;
               padding: 5px;
               font-weight: 700;
               font-size: 0.9rem;

             }

         
         }
         
       
    }


   }

   */
}

.service-2 .cap-posi-ctr {
  height: 100px;
  display: flex;
}

@media (max-width: 1024px) {
  .service-2 .cap-posi-ctr {
    height: 75px;
  }
}

.service-2 .cap-posi-ctr .cap-posi-l {
  width: 60%;
  background: #000;
}

.service-2 .cap-posi-ctr .cap-posi-r {
  width: 40%;
}

@media (max-width: 1024px) {
  .service-2 .cap-posi-ctr .cap-posi-r {
    background: #000;
  }
}

.service-2 .container {
  top: -100px;
}

@media (max-width: 1024px) {
  .service-2 .container {
    top: -90px;
  }
}

.service-2 .container h3 {
  line-height: 100px;
  font-weight: 900;
  font-size: 2.3rem;
}

.service-2 .container-content--in .container-content--in-txt {
  padding: 20px 0px;
  width: 60%;
}

@media (max-width: 1024px) {
  .service-2 .container-content--in .container-content--in-txt {
    width: 100%;
  }
}

.service-2 .container-content---in {
  display: flex;
  flex-wrap: wrap;
}

.service-2 .container-content---in .container-content---in-ctr:nth-of-type(2n) {
  margin-right: 0;
}

.service-2 .container-content---in .container-content---in-ctr:nth-of-type(n+4) {
  margin-bottom: 10;
}

.service-2 .container-content---in .container-content---in-ctr {
  margin-bottom: 10px;
  margin-right: 8%;
  width: calc(100% / 2 - 4%);
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .service-2 .container-content---in .container-content---in-ctr {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }
}

.service-2 .container-content---in .container-content---in-ctr img {
  height: 300px;
  background: #000;
  width: 100%;
}

@media (max-width: 1280px) {
  .service-2 .container-content---in .container-content---in-ctr img {
    height: auto;
    width: 100%;
  }
}

.service-2 .container-content---in .container-content---in-ctr h4 {
  margin: 10px 0px;
  margin: 20px 0px;
}

.service-2 .container-content---in .container-content---in-ctr p {
  margin: 10px 0px;
  margin: 20px 0px;
}

.service-2 .container-content---in .container-content---in-ctr button {
  background: unset;
  padding: 0;
  width: 100%;
  text-align: right;
  margin: 10px 0px;
  border: none;
}

.service-2 .container-content---in .container-content---in-ctr button a {
  width: 110px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  font-weight: 700;
  font-size: 0.9rem;
}

.service-3 {
  margin-bottom: 50px;
}

.service-3 .cap-posi-ctr {
  height: 100px;
  display: flex;
}

@media (max-width: 1024px) {
  .service-3 .cap-posi-ctr {
    height: 75px;
  }
}

.service-3 .cap-posi-ctr .cap-posi-l {
  width: 60%;
  background: #000;
}

.service-3 .cap-posi-ctr .cap-posi-r {
  width: 40%;
}

@media (max-width: 1024px) {
  .service-3 .cap-posi-ctr .cap-posi-r {
    background: #000;
  }
}

.service-3 .container {
  top: -100px;
}

@media (max-width: 1024px) {
  .service-3 .container {
    top: -90px;
  }
}

.service-3 .container h3 {
  line-height: 100px;
  font-weight: 900;
  font-size: 2.3rem;
}

.service-3 .container-content--in .container-content--in-txt {
  padding: 20px 0px;
  width: 60%;
}

@media (max-width: 1024px) {
  .service-3 .container-content--in .container-content--in-txt {
    width: 100%;
  }
}

.service-3 .container-content---in {
  display: flex;
  flex-wrap: wrap;
}

.service-3 .container-content---in .container-content---in-ctr:nth-of-type(2n) {
  margin-right: 0;
}

.service-3 .container-content---in .container-content---in-ctr:nth-of-type(n+4) {
  margin-bottom: 10;
}

.service-3 .container-content---in .container-content---in-ctr {
  margin-bottom: 10px;
  margin-right: 8%;
  width: calc(100% / 2 - 4%);
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .service-3 .container-content---in .container-content---in-ctr {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }
}

.service-3 .container-content---in .container-content---in-ctr img {
  height: 300px;
  background: #000;
  width: 100%;
}

@media (max-width: 1280px) {
  .service-3 .container-content---in .container-content---in-ctr img {
    height: auto;
    width: 100%;
  }
}

.service-3 .container-content---in .container-content---in-ctr h4 {
  margin: 10px 0px;
  margin: 20px 0px;
}

.service-3 .container-content---in .container-content---in-ctr p {
  margin: 10px 0px;
  margin: 20px 0px;
}

.service-3 .container-content---in .container-content---in-ctr button {
  background: unset;
  padding: 0;
  width: 100%;
  text-align: right;
  margin: 10px 0px;
  border: none;
}

.service-3 .container-content---in .container-content---in-ctr button a {
  width: 110px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  font-weight: 700;
  font-size: 0.9rem;
}

.service-4 {
  margin-bottom: 50px;
}

.service-4 .cap-posi-ctr {
  height: 100px;
  display: flex;
}

@media (max-width: 1024px) {
  .service-4 .cap-posi-ctr {
    height: 75px;
  }
}

.service-4 .cap-posi-ctr .cap-posi-l {
  width: 60%;
  background: #000;
}

.service-4 .cap-posi-ctr .cap-posi-r {
  width: 40%;
}

@media (max-width: 1024px) {
  .service-4 .cap-posi-ctr .cap-posi-r {
    background: #000;
  }
}

.service-4 .container {
  top: -100px;
}

.service-4 .container h3 {
  line-height: 100px;
  font-weight: 900;
  font-size: 2.3rem;
}

.service-4 .container-content--in .container-content--in-txt {
  padding: 20px 0px;
  width: 60%;
}

@media (max-width: 1024px) {
  .service-4 .container-content--in .container-content--in-txt {
    width: 100%;
  }
}

.service-4 .container-content---in {
  display: flex;
  flex-wrap: wrap;
}

.service-4 .container-content---in .container-content---in-ctr:nth-of-type(2n) {
  margin-right: 0;
}

.service-4 .container-content---in .container-content---in-ctr:nth-of-type(n+4) {
  margin-bottom: 10;
}

.service-4 .container-content---in .container-content---in-ctr {
  margin-bottom: 10px;
  margin-right: 8%;
  width: calc(100% / 2 - 4%);
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .service-4 .container-content---in .container-content---in-ctr {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }
}

.service-4 .container-content---in .container-content---in-ctr img {
  height: 300px;
  background: #000;
  width: 100%;
}

@media (max-width: 1280px) {
  .service-4 .container-content---in .container-content---in-ctr img {
    height: auto;
    width: 100%;
  }
}

.service-4 .container-content---in .container-content---in-ctr h4 {
  margin: 10px 0px;
  margin: 20px 0px;
}

.service-4 .container-content---in .container-content---in-ctr p {
  margin: 10px 0px;
  margin: 20px 0px;
}

.service-4 .container-content---in .container-content---in-ctr button {
  background: unset;
  padding: 0;
  width: 100%;
  text-align: right;
  margin: 10px 0px;
  border: none;
}

.service-4 .container-content---in .container-content---in-ctr button a {
  width: 110px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  font-weight: 700;
  font-size: 0.9rem;
}

.service-3 {
  margin-bottom: 100px;
}

.service-3 .service-3-cap .service-3-cap-in {
  background: #000;
}

.service-3 .service-3-cap .service-3-cap-in h3 {
  font-weight: 900;
  font-size: 2.3rem;
  padding: 10px 0px;
}

.service-3 .service-3-cap .service-3-cap-txt {
  padding: 10px 0px 50px;
}

.service-3 .service-3-list dl {
  display: flex;
  height: 250px;
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .service-3 .service-3-list dl {
    height: auto;
    display: block;
  }
}

.service-3 .service-3-list dl dt {
  width: calc( 100% - 250px);
  background: #eee;
  margin: 0;
}

@media (max-width: 1024px) {
  .service-3 .service-3-list dl dt {
    width: 100%;
  }
}

.service-3 .service-3-list dl dt .service-3-list-txt {
  padding: 30px;
}

.service-3 .service-3-list dl dt .service-3-list-txt h4 {
  padding: 10px 0px;
  font-weight: 800;
}

.service-3 .service-3-list dl dt .service-3-list-txt button {
  background: unset;
  padding: 0;
  width: 100%;
  text-align: right;
  margin: 10px 0px;
}

.service-3 .service-3-list dl dt .service-3-list-txt button a {
  width: 110px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  font-weight: 700;
}

.service-3 .service-3-list dl dd {
  width: 300px;
  background: #ddd;
  margin: 0;
}

@media (max-width: 1024px) {
  .service-3 .service-3-list dl dd {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .container-content--in-sp {
    padding: 0px 20px;
    font-size: 0.8rem;
  }
}

@media (max-width: 1024px) {
  #page-service #content {
    padding-top: 50px !important;
  }
}

.service-cont .section {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}

.service-cont .section .container-mod3-R {
  display: flex;
  justify-content: end;
}

.service-cont .section .container-mod3-R .container-content-in {
  width: 90%;
  padding: 30px 50px;
}

@media (max-width: 1024px) {
  .service-cont .section .container-mod3-R .container-content-in {
    width: 100%;
    padding: 20px;
  }
}

.service-cont .section .container-mod3-R .container-content---in_top_navi {
  display: flex;
  justify-content: end;
}

.service-cont .section .container-mod3-R .container-content---in_top_navi h3 {
  margin-right: auto;
  font-size: 1.3rem;
  font-weight: 900;
}

@media (max-width: 1024px) {
  .service-cont .section .container-mod3-R .container-content---in_top_navi h3 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .service-cont .section .container-mod3-R .container-content---in_top_navi .breadcrumb {
    margin: 0;
    display: inline-block;
    white-space: nowrap;
    /* 改行（行送り）を禁止させる */
    overflow-x: scroll;
    /* 横スクロールを可能にする */
  }
}

.service-cont .section .container-mod3-R .container-content---in_top_navi ul {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .service-cont .section .container-mod3-R .container-content---in_top_navi ul {
    margin: 0 0 0 -20px;
    display: inline-block;
    white-space: nowrap;
    /* 改行（行送り）を禁止させる */
    overflow-x: scroll;
    /* 横スクロールを可能にする */
    overflow-y: hidden;
  }
}

@media (max-width: 1024px) {
  .service-cont .section .container-mod3-R .container-content---in_top_navi ul li {
    display: inline-block;
    /* インラインブロック要素にする */
  }
}

.service-cont .section .container-mod3-R .container-content---in_top_navi ul li a {
  color: #fff;
  padding: 20px;
  text-decoration: none;
}

.service-cont .section .container-mod3-R .container-content---in_top_navi .breadcrumb li::before {
  content: "/";
}

.service-cont .section .container-mod3-R .container-content---in_top_navi .breadcrumb li:first-child::before {
  content: "";
}

.service-cont .mod3-R-bg-black {
  background: #000;
  color: #fff;
}

.service-cont .mod3-R-bg-black .service_title h1 {
  color: #fff;
  display: inline-block;
  font-weight: 900;
  margin: 0;
}

@media (max-width: 1024px) {
  .service-cont .mod3-R-bg-black .service_title h1 {
    font-size: 1.8rem;
    display: block;
  }
}

.service-cont .mod3-R-bg-black .service_title span {
  padding-left: 30px;
}

@media (max-width: 1024px) {
  .service-cont .mod3-R-bg-black .service_title span {
    padding-left: 0px;
  }
}

.service-cont .mod3-R-bg-white {
  padding: 30px 0px !important;
}

.service-cont .section-1 {
  position: relative;
}

@media (max-width: 1024px) {
  .service-cont .section-1 {
    display: none !important;
  }
}

.service-cont .section-1 .use-rgba-image {
  background: rgba(255, 255, 255, 0.7);
  height: 154px;
}

@media (max-width: 1024px) {
  .service-cont .section-2 {
    margin-top: 30px;
  }
}

.service-cont .section-3 {
  background: #000;
}

.service-cont .section-3 .container-mod2 img {
  width: 100%;
}

.service-cont .section-4 h2 {
  font-size: 1.6rem;
  color: #fff;
  margin: 50px 0px;
}

@media (max-width: 1024px) {
  .service-cont .section-4 h2 {
    margin: 30px 0px;
    font-size: 1.2rem;
  }
}

.service-cont .section-4 p {
  color: #fff;
  margin: 30px 0px;
}

@media (max-width: 1024px) {
  .service-cont .section-4 p {
    font-size: 0.8rem;
  }
}

.service-cont .section-5 .container-content--in h2 {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 50px 0px;
}

.service-cont .section-5 .container-content--in h2 strong {
  margin-right: auto;
  width: 240px;
}

@media (max-width: 1024px) {
  .service-cont .section-5 .container-content--in h2 strong {
    width: 260px;
    font-size: 1.2rem;
    padding: 0px 10px;
  }
}

.service-cont .section-5 .container-content--in h2 span {
  width: 100%;
  height: 1px;
  background-color: #000;
  justify-content: end;
}

.service-cont .section-5 .container-content--in h2:after {
  content: '';
  margin-right: 0;
}

.service-cont .section-5 .container-content--in p {
  margin: 50px 0px;
}

.service-cont .section-5 .container-content--in .container-content--in-sp img {
  width: 100%;
}

.service-cont .section-5 .initiatives .container {
  max-width: 100%;
  width: 100%;
  padding-right: 30px;
}

@media (max-width: 1024px) {
  .service-cont .section-5 .initiatives .container {
    padding: 20px;
  }
}

.service-cont .section-5 .initiatives .attempt_in {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
}

@media (max-width: 1024px) {
  .service-cont .section-5 .initiatives .attempt_in {
    display: block;
  }
}

.service-cont .section-5 .initiatives .attempt_in .attempt_in_col {
  width: calc((100% - 50px) / 2);
  /*px部分はmargin-rightの合計値で*/
  margin-right: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .service-cont .section-5 .initiatives .attempt_in .attempt_in_col {
    width: 100%;
  }
}

.service-cont .section-5 .initiatives .attempt_in .attempt_in_col img {
  width: 100%;
}

.service-cont .section-5 .initiatives .attempt_in .attempt_in_col h3 {
  color: #000;
  padding: 30px 0px 0px;
  font-size: 1.2rem;
}

.service-cont .section-5 .initiatives .attempt_in .attempt_in_col p {
  margin: 10px 0px;
}

.service-cont .section-5 .initiatives .attempt_in .attempt_in_col:nth-of-type(2n) {
  margin-right: 0;
  /*右端に来る箱だけ右側の余白を消す*/
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black {
  width: 100%;
  padding: 10px;
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb {
  float: none;
  margin: 0;
}

@media (max-width: 1024px) {
  .service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb {
    margin: 0;
    display: block;
    white-space: nowrap;
    /* 改行（行送り）を禁止させる */
    overflow-x: scroll;
    /* 横スクロールを可能にする */
    overflow-y: hidden;
  }
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb ul li span.arrow {
  display: none;
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb li::before {
  content: "/";
  padding: 0px 20px;
}

.service-cont .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb li:first-child::before {
  content: "";
}

.mission-6 ul {
  display: flex;
  background: #000;
  margin: 0;
  justify-content: center;
  padding: 10px 0px;
  overflow: hidden;
}

.mission-6 ul li {
  transform: skewX(150deg);
  border-right: 1px solid #fff;
  padding: 0px 20px;
}

.mission-6 ul li a {
  display: block;
  transform: skewX(-150deg);
  padding: 0 10px;
  color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
}

.mission-6 ul li:last-child {
  border-right: none;
}

.machine-tool-sales .section-1 {
  background-image: url("images/machine-tool-sales-1.png");
}

@media (max-width: 1024px) {
  .machine-tool-sales .section-1 {
    display: none;
  }
}

.splide__pagination__page.is-active {
  background: #FFA830 !important;
}

.splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
}

.recruit {
  padding: 0 !important;
  background: #FFFAE5;
}

.recruit .box-recruit {
  margin: auto;
  width: 150px;
  height: 150px;
  background: #000;
}

.recruit .section {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.recruit .recruit-1 {
  height: 1000px;
  background-color: #FFDE4D;
  background-image: url("images/logo_techtrage_white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 800px !important;
}

@media (max-width: 1024px) {
  .recruit .recruit-1 {
    height: 500px;
  }
}

.recruit .recruit-1 .recruit-1-in {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1000px;
}

@media (max-width: 1024px) {
  .recruit .recruit-1 .recruit-1-in {
    width: 100%;
    height: 500px;
  }
}

.recruit .recruit-1 .recruit-1-in .animation_box {
  padding: 10px;
  animation: fadeIn 5s ease 1s 1 normal backwards;
  margin-top: 50px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.recruit .recruit-1 .recruit-1-in h2 {
  font-size: 5rem;
}

@media (max-width: 1024px) {
  .recruit .recruit-1 .recruit-1-in h2 {
    font-size: 3.2rem;
  }
}

.recruit .recruit-1 .container-mod1 {
  text-align: center;
  position: relative;
  top: -120px;
}

.recruit .recruit-1 .container-mod1 .arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
}

.recruit .recruit-1 .container-mod1 .arrow_u:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 30%;
  left: 30%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.recruit .recruit-2 .container-mod3 {
  margin: 100px 0px;
}

@media (max-width: 1024px) {
  .recruit .recruit-2 .container-mod3 {
    margin: 0px 0px;
    display: block !important;
  }
}

.recruit .recruit-2 .container-top-inーL {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .recruit .recruit-2 .container-top-inーL {
    width: 100%;
    display: block;
  }
}

.recruit .recruit-2 .container-top-inーL .container-top--in {
  width: 100%;
}

.recruit .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_top {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  padding: 60px 0px 40px;
  line-height: 45px;
}

@media (max-width: 1024px) {
  .recruit .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_top {
    padding: 0px 0px 0px;
    font-size: 1.4rem;
    text-align: center;
    margin: 50px 0px 0px;
  }
}

.recruit .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_bottom {
  font-size: 1rem;
  margin: 0;
  line-height: 2.3;
}

@media (max-width: 1024px) {
  .recruit .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_bottom {
    padding: 30px 0px 30px;
    font-size: 0.8rem;
  }
}

.recruit .recruit-2 .container-top-inーR {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 30px 0px 30px;
}

@media (max-width: 1024px) {
  .recruit .recruit-2 .container-top-inーR {
    padding: 30px 0px 30px;
    width: 100%;
  }
}

.recruit .recruit-2 .container-top-inーR .container-top--in {
  width: 100%;
}

.recruit .recruit-2 .container-top-inーR .container-top--in .container-top---in h2 {
  font-size: 1rem;
  border-bottom: 1px solid #333;
  padding: 10px 0px;
  margin: 10px 0px;
}

.recruit .recruit-2 .container-mod3 {
  display: flex;
  height: 100%;
}

.recruit .recruit-2 .container-mod3 .container-top-service-bottom {
  margin: 20px 0px 0px;
}

.recruit .recruit-2 .container-mod3 .container-top-service-bottom h3 {
  font-size: 2.5rem;
  color: #000;
}

.recruit .recruit-4 {
  padding-bottom: 100px;
}

@media (max-width: 1024px) {
  .recruit .recruit-4 {
    padding: 0px;
  }
}

.recruit .recruit-4 h2 {
  font-size: 2rem;
}

.recruit .recruit-4 p {
  margin: 50px 0px;
  font-size: 1rem;
}

.recruit .recruit-4 .container img {
  width: 100%;
  padding: 20px;
}

@media (max-width: 1024px) {
  .recruit .recruit-4 .container img {
    padding: 0px;
  }
}

.recruit .recruit-4 .container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.recruit .recruit-4 .container ul li {
  width: 26%;
  padding: 0 0px;
  margin: 200px 0px 150px;
  position: relative;
}

@media (max-width: 1280px) {
  .recruit .recruit-4 .container ul li {
    margin: 140px 0px;
  }
}

@media (max-width: 1024px) {
  .recruit .recruit-4 .container ul li {
    margin: 100px 0px;
  }
}

.recruit .recruit-4 .container ul li #list-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}

.recruit .recruit-4 .container ul li #list-1:hover img:nth-of-type(2) {
  opacity: 0;
}

.recruit .recruit-4 .container ul li #list-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}

.recruit .recruit-4 .container ul li #list-2:hover img:nth-of-type(2) {
  opacity: 0;
}

.recruit .recruit-4 .container ul li #list-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}

.recruit .recruit-4 .container ul li #list-3:hover img:nth-of-type(2) {
  opacity: 0;
}

.recruit .recruit-4 .container ul li #list-4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}

.recruit .recruit-4 .container ul li #list-4:hover img:nth-of-type(2) {
  opacity: 0;
}

.recruit .recruit-4 .container ul li #list-5 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}

.recruit .recruit-4 .container ul li #list-5:hover img:nth-of-type(2) {
  opacity: 0;
}

.recruit .recruit-4 .container ul li #list-6 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: .4s ease-in-out;
}

.recruit .recruit-4 .container ul li #list-6:hover img:nth-of-type(2) {
  opacity: 0;
}

.recruit .recruit-4 .acd-cont {
  display: none;
  margin: 20px 0px;
}

.recruit .recruit-4 .acd-cont .acd-check {
  display: none;
}

.recruit .recruit-4 .acd-cont .acd-label {
  color: #333;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
  border: 1px solid;
}

.recruit .recruit-4 .acd-cont .acd-content {
  border: 1px solid #333;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
}

.recruit .recruit-4 .acd-cont .acd-check:checked + .acd-label + .acd-content {
  height: 200px;
  opacity: 1;
  padding: 10px;
  visibility: visible;
  background: #fff;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .recruit .recruit-4 .acd-cont .acd-check:checked + .acd-label + .acd-content {
    font-size: 0.9rem;
  }
}

.recruit .recruit-5 h2 {
  font-size: 2rem;
}

.recruit .recruit-5 p {
  margin: 50px 0px;
  font-size: 1rem;
}

.recruit .recruit-5 .splide .container {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  margin: 0 auto !important;
}

@media (max-width: 1024px) {
  .recruit .recruit-5 .splide .container {
    flex-wrap: unset;
    justify-content: unset;
    gap: 0;
  }
}

.recruit .recruit-5 .splide__pagination {
  bottom: -2em;
}

.recruit .recruit-5 .splide__slide {
  -webkit-tap-highlight-color: transparent;
  width: 45%;
  margin: 0 0 50px !important;
}

@media (max-width: 1024px) {
  .recruit .recruit-5 .splide__slide {
    width: 100%;
    margin: 0 !important;
    padding: 10px;
  }
}

.recruit .recruit-5 .splide__slide img {
  width: 100%;
}

.recruit .recruit-5 .splide__slide .content-bottom-col-in h3 {
  color: #000;
  font-size: 1.3rem;
  margin: 20px 0px;
}

.recruit .recruit-5 .splide__slide .content-bottom-col-in h3 img {
  width: auto;
  float: right;
}

.recruit .recruit-6 h2 {
  font-size: 2rem;
}

.recruit .recruit-6 p {
  margin: 50px 0px;
  font-size: 1rem;
}

@media (max-width: 1280px) {
  .recruit .recruit-6 p {
    font-size: 0.8rem;
  }
}

.recruit .recruit-6 .splide .container {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto !important;
}

@media (max-width: 1024px) {
  .recruit .recruit-6 .splide .container {
    flex-wrap: unset !important;
    justify-content: unset;
  }
}

.recruit .recruit-6 .splide__slide {
  -webkit-tap-highlight-color: transparent;
  width: 300px;
}

@media (max-width: 1024px) {
  .recruit .recruit-6 .splide__slide {
    width: auto;
    margin: 0 !important;
    padding: 10px;
  }
}

.recruit .recruit-6 .splide__slide img {
  width: 100%;
}

.recruit .recruit-6 .splide__slide .content-bottom-col-in h3 {
  color: #000;
  font-size: 1.3rem;
  margin: 20px 0px;
}

.recruit .recruit-6 .content-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .recruit .recruit-6 .content-bottom .container {
    display: block;
  }
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col {
  width: 30%;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .recruit .recruit-6 .content-bottom .container .content-bottom-col {
    width: 100%;
  }
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col img {
  width: 100%;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in {
  background: #EFCF4B;
  box-sizing: border-box;
  text-align: center;
  height: 320px;
  position: relative;
  margin-bottom: 50px;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in h3 {
  color: #000;
  font-size: 1.8rem;
  margin: 40px 0px 0px;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in h3 img {
  width: auto;
  float: right;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in-txt-cap {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 10px;
  color: #fff;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in-txt-cap h4 {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in-txt-cap span {
  font-size: 2rem;
  font-weight: 800;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in-txt {
  margin: 10px 0px;
  padding-top: 10px;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in--txt {
  position: absolute;
  width: 100%;
  bottom: 10px;
}

.recruit .recruit-6 .content-bottom .container .content-bottom-col:nth-child(3n) {
  margin-right: 0;
}

.recruit .recruit-7 {
  background: #fff;
  margin: 70px 0px;
}

.recruit .recruit-7 .container-mod3 {
  display: flex;
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .recruit .recruit-7 .container-mod3 {
    display: block;
  }
}

.recruit .recruit-7 .box-item {
  width: 50%;
}

@media (max-width: 1024px) {
  .recruit .recruit-7 .box-item {
    width: 100%;
  }
}

.recruit .recruit-7 .container-top-inーL h2 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 0px;
}

.recruit .recruit-7 .container-top-inーL p {
  padding: 30px 0px;
}

.recruit .recruit-7 .container-top-inーL img {
  width: 300px;
}

.recruit .recruit-7 .container-top-inーR {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recruit .recruit-7 .container-top-inーR h2 {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 10px 0px;
}

.recruit .recruit-7 .container-top-inーR p {
  padding: 30px 0px;
}

.recruit .recruit-7 .container-top-inーR img {
  width: 300px;
}

.recruit .recruit-movie {
  padding: 50px 0px;
}

.recruit .recruit-movie .movie_col {
  width: 854px;
  /* 任意の横幅を指定 */
  aspect-ratio: 16/9;
  text-align: center;
  margin: 0px auto;
}

@media (max-width: 1024px) {
  .recruit .recruit-movie .movie_col {
    width: 100%;
    /* 任意の横幅を指定 */
  }
  .recruit .recruit-movie .movie_col iframe {
    width: 100%;
    height: 100%;
  }
}

.recruit .recruit-8 {
  padding-bottom: 80px;
}

.recruit .recruit-8 h2 {
  font-size: 2rem;
}

.recruit .recruit-8 p {
  margin: 50px 0px;
  font-size: 1rem;
}

@media (max-width: 1280px) {
  .recruit .recruit-8 p {
    font-size: 0.8rem;
  }
}

.recruit .recruit-8 .splide .container {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto !important;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .splide .container {
    flex-wrap: unset !important;
    justify-content: unset;
  }
}

.recruit .recruit-8 .splide__slide {
  -webkit-tap-highlight-color: transparent;
  width: 300px;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .splide__slide {
    width: auto;
    margin: 0 !important;
    padding: 10px;
  }
}

.recruit .recruit-8 .splide__slide img {
  width: 100%;
}

.recruit .recruit-8 .splide__slide .content-bottom-col-in h3 {
  color: #000;
  font-size: 1.3rem;
  margin: 20px 0px;
}

.recruit .recruit-8 .splide__slide .content-bottom-col-in h3 img {
  width: auto;
  float: right;
}

.recruit .recruit-8 .container-content--in h2 {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 50px 0px;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .container-content--in h2 {
    font-size: 1.2rem;
    margin: 50px 0px 0px 20px;
  }
}

.recruit .recruit-8 .container-content--in h2 strong {
  margin-right: auto;
  width: 200px;
}

.recruit .recruit-8 .container-content--in h2 span {
  width: 100%;
  height: 1px;
  background-color: #000;
  justify-content: end;
}

.recruit .recruit-8 .container-content--in h2:after {
  content: '';
  margin-right: 0;
}

.recruit .recruit-8 .container-content--in p {
  margin: 50px 0px;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .container-content--in p {
    margin: 20px;
  }
}

.recruit .recruit-8 .content-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .content-bottom .container {
    display: block;
  }
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col {
  width: 100%;
  margin-right: 5%;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .content-bottom .container .content-bottom-col {
    width: 100%;
    margin-right: 0%;
  }
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col img {
  width: 100%;
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in {
  background: #fff;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 50px;
  padding: 30px;
  border: 3px solid #EFCF4B;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in {
    height: 300px;
  }
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in h3 {
  color: #000;
  font-size: 1.2rem;
  display: inline-block;
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in h3 img {
  width: auto;
  float: right;
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in--txt-cont {
  width: 70%;
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in--txt-cont {
    width: 100%;
  }
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in ul {
  list-style: disc;
  padding: 30px 0px 0px;
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in ul li {
  list-style: disc;
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in--txt {
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0;
}

@media (max-width: 1024px) {
  .recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in--txt {
    bottom: 20px;
    top: unset;
  }
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col .content-bottom-col-in .content-bottom-col-in--txt a.detail_btn {
  color: #000;
  text-decoration: none;
  background: #EFCF4B;
  padding: 5px;
  width: 120px;
  display: block;
  text-align: center;
  border-radius: 20px;
  border: 2px solid;
  float: right;
  margin-right: 30px;
}

.recruit .recruit-8 .content-bottom .container .content-bottom-col:nth-child(3n) {
  margin-right: 0;
}

.recruit .recruit-9 {
  background: url("images/recruit-22.png") center/cover;
  position: relative;
  width: 100%;
  min-height: 500px;
}

.recruit .recruit-9 .container-mod3 {
  display: flex;
  align-items: center;
  padding: 50px 0px;
  height: 500px;
}

.recruit .recruit-9 .box-item {
  width: 100%;
  position: relative;
}

@media (max-width: 1024px) {
  .recruit .recruit-9 .box-item {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .recruit .recruit-9 .box-item .container-top-inーL {
    position: static;
  }
}

.recruit .recruit-9 .box-item .container-top-inーR {
  display: block;
  margin: 35px 0px;
}

@media (max-width: 1024px) {
  .recruit .recruit-9 .box-item .container-top-inーR {
    margin-top: 40px;
  }
}

.recruit .recruit-9 .box-item .container-top-inーR .link_entry {
  margin: 30px 0px 0px !important;
}

.recruit .recruit-9 .box-item .container-top-inーR .button_entry {
  position: relative;
  padding: 20px 100px 20px 40px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  outline: none;
  width: 220px;
}

.recruit .recruit-9 .box-item .container-top-inーR .button_entry:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.recruit .recruit-9 .box-item .container-top-inーR .button_entry:before {
  content: "";
  position: absolute;
  top: 48%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #000;
}

.recruit .recruit-9 .box-item .container-top-inーR .button_entry::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  transition: all .2s linear;
}

.recruit .recruit-9 .box-item .container-top-inーR .button_entry:hover::before {
  background: #fff;
  right: 25px;
}

.recruit .recruit-9 .box-item .container-top-inーR .button_entry:hover::after {
  border-left-color: #fff;
  right: 20px;
}

.recruit .recruit-9 .box-item .container-top-inーR input[type="submit"]:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.contact-Ctr .button_wrap {
  position: relative;
  display: block;
  text-align: center;
  transition: all .2s linear;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  outline: none;
  width: 250px;
  height: 80px;
  margin: 0 auto;
}

.contact-Ctr input[type="submit"] {
  display: block;
  margin: 0;
  background: unset;
  color: #000;
  padding: 0;
  width: 100%;
  line-height: 80px;
}

.contact-Ctr input[type="submit"]:hover {
  color: #fff;
}

.contact-Ctr .button_wrap:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.contact-Ctr .button_wrap::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #000;
}

.contact-Ctr .button_wrap::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 15px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  transition: all .2s linear;
}

.contact-Ctr .button_wrap::before {
  background: #000;
  right: 25px;
}

.contact-Ctr .button_wrap:hover::after {
  border-left-color: #fff;
  right: 20px;
}

.contact-Ctr .button_wrap:hover::before {
  color: #fff;
  background: #fff;
}

.feature .container {
  width: 100%;
}

@media (max-width: 1280px) {
  .feature .container {
    padding: 20px;
  }
}

.feature-1 {
  height: 35vw;
  margin-bottom: 100px;
}

.feature-1 .container-mod2 {
  display: table-cell;
  vertical-align: middle;
  padding-top: 80px;
}

@media (max-width: 1024px) {
  .feature-1 .container-mod2 {
    padding-top: 80px;
  }
}

.feature-1 .container-mod2 .container {
  display: flex;
}

@media (max-width: 1280px) {
  .feature-1 .container-mod2 .container {
    gap: 10px 10px;
  }
}

@media (max-width: 1024px) {
  .feature-1 .container-mod2 .container {
    display: block;
  }
}

.feature-1 .container-mod2 .container-content-in-right {
  text-align: right;
}

@media (max-width: 1280px) {
  .feature-1 .container-mod2 .container-content-in-right {
    display: none !important;
  }
}

.feature-1 .container-mod2 .container-content-in {
  width: 50%;
}

@media (max-width: 1280px) {
  .feature-1 .container-mod2 .container-content-in {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1024px) {
  .feature-1 .container-mod2 .container-content-in {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1280px) {
  .feature-1 .container-mod2 .container-content-in .container-content--in {
    margin: auto;
  }
}

.feature-1 .container-mod2 .container-content-in .container-content--in h3 {
  color: #000;
  padding: 20px 0px;
  font-size: 1.5rem;
}

.feature-1 .container-content---in_bottom .container-content---in_bottom_txt {
  width: 530px;
}

@media (max-width: 1280px) {
  .feature-1 .container-content---in_bottom .container-content---in_bottom_txt {
    width: 100%;
  }
}

.feature-2 {
  margin-bottom: 50px;
}

.feature-2 ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.feature-2 ul li {
  border: 2px solid;
  border-radius: 6px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.feature-2 ul li a {
  text-decoration: none;
  font-weight: bold;
  padding: 0px 10px;
}

.feature-3 {
  margin-bottom: 50px;
}

.feature-3 .cap-posi-ctr {
  height: 100px;
  display: flex;
}

@media (max-width: 1024px) {
  .feature-3 .cap-posi-ctr {
    height: 75px;
  }
}

.feature-3 .cap-posi-ctr .cap-posi-l {
  width: 60%;
  background: #000;
}

.feature-3 .cap-posi-ctr .cap-posi-r {
  width: 40%;
}

@media (max-width: 1024px) {
  .feature-3 .cap-posi-ctr .cap-posi-r {
    background: #000;
  }
}

.feature-3 .container h3 {
  line-height: 100px;
  font-weight: 900;
  font-size: 2.3rem;
}

.feature-3 .container-content--in .container-content--in-txt {
  padding: 20px 0px;
  width: 60%;
}

@media (max-width: 1024px) {
  .feature-3 .container-content--in .container-content--in-txt {
    width: 100%;
  }
}

.feature-3 .container-content---in {
  display: flex;
  flex-wrap: wrap;
}

.feature-3 .container-content---in .container-content---in-ctr:nth-of-type(2n) {
  margin-right: 0;
}

.feature-3 .container-content---in .container-content---in-ctr:nth-of-type(n+4) {
  margin-bottom: 10;
}

.feature-3 .container-content---in .container-content---in-ctr {
  margin-bottom: 10px;
  margin-right: 8%;
  width: calc(100% / 2 - 4%);
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .feature-3 .container-content---in .container-content---in-ctr {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }
}

.feature-3 .container-content---in .container-content---in-ctr img {
  height: 300px;
  background: #000;
  width: 100%;
}

@media (max-width: 1280px) {
  .feature-3 .container-content---in .container-content---in-ctr img {
    height: auto;
    width: 100%;
  }
}

.feature-3 .container-content---in .container-content---in-ctr h4 {
  margin: 10px 0px;
  margin: 20px 0px;
}

.feature-3 .container-content---in .container-content---in-ctr p {
  margin: 10px 0px;
  margin: 20px 0px;
}

.feature-3 .container-content---in .container-content---in-ctr button {
  background: unset;
  padding: 0;
  width: 100%;
  text-align: right;
  margin: 10px 0px;
  border: none;
}

.feature-3 .container-content---in .container-content---in-ctr button a {
  width: 110px;
  border: 2px solid;
  display: inline-block;
  text-align: center;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  font-weight: 700;
  font-size: 0.9rem;
}

.splide__pagination__page.is-active {
  background: #FFA830 !important;
}

.splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
}

.temp-frama-img .box-recruit {
  margin: auto;
  width: 150px;
  height: 150px;
  background: #000;
}

.temp-frama-img .section {
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.temp-frama-img .temp-frama-img-1 {
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 66.6666666667%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .temp-frama-img .temp-frama-img-1 {
    top: 80px;
    position: relative;
  }
}

.temp-frama-img .temp-frama-img-1 .container-mod1 {
  text-align: center;
  position: relative;
  top: -120px;
}

.temp-frama-img .temp-frama-img-1 .container-mod1 .arrow_u {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #333;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border: 1px solid;
  border-radius: 50%;
}

.temp-frama-img .temp-frama-img-1 .container-mod1 .arrow_u:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 30%;
  left: 30%;
  margin-top: -6px;
  transform: rotate(45deg);
}

.temp-frama-img .recruit-2 .container-mod3 {
  margin: 100px 0px;
}

@media (max-width: 1024px) {
  .temp-frama-img .recruit-2 .container-mod3 {
    margin: 0px 0px;
    display: block !important;
  }
}

.temp-frama-img .recruit-2 .container-top-inーL {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .temp-frama-img .recruit-2 .container-top-inーL {
    width: 100%;
    display: block;
  }
}

.temp-frama-img .recruit-2 .container-top-inーL .container-top--in {
  width: 100%;
}

.temp-frama-img .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_top {
  font-size: 2rem;
  font-weight: 900;
  color: #000;
  padding: 60px 0px 40px;
  line-height: 45px;
}

@media (max-width: 1024px) {
  .temp-frama-img .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_top {
    padding: 0px 0px 0px;
    font-size: 1.4rem;
    text-align: center;
    margin: 50px 0px 0px;
  }
}

.temp-frama-img .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_bottom {
  font-size: 1rem;
  margin: 0;
  line-height: 2.3;
}

@media (max-width: 1024px) {
  .temp-frama-img .recruit-2 .container-top-inーL .container-top--in .container-top---in .container-top---in_bottom {
    padding: 30px 0px 30px;
    font-size: 0.8rem;
  }
}

.temp-frama-img .recruit-2 .container-top-inーR {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0px 30px 0px 30px;
}

@media (max-width: 1024px) {
  .temp-frama-img .recruit-2 .container-top-inーR {
    padding: 30px 0px 30px;
    width: 100%;
  }
}

.temp-frama-img .recruit-2 .container-top-inーR .container-top--in {
  width: 100%;
}

.temp-frama-img .recruit-2 .container-top-inーR .container-top--in .container-top---in h2 {
  font-size: 1rem;
  border-bottom: 1px solid #333;
  padding: 10px 0px;
  margin: 10px 0px;
}

.temp-frama-img .recruit-2 .container-mod3 {
  display: flex;
  height: 100%;
}

.temp-frama-img .recruit-2 .container-mod3 .container-top-service-bottom {
  margin: 20px 0px 0px;
}

.temp-frama-img .recruit-2 .container-mod3 .container-top-service-bottom h3 {
  font-size: 2.5rem;
  color: #000;
}

.temp-frama-img .section-6 .bottom_breadcrumb {
  background: #000;
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black {
  width: 100%;
  padding: 10px;
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb {
  float: none;
  margin: 0;
}

@media (max-width: 1024px) {
  .temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb {
    margin: 0;
    display: block;
    white-space: nowrap;
    /* 改行（行送り）を禁止させる */
    overflow-x: scroll;
    /* 横スクロールを可能にする */
    overflow-y: hidden;
  }
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb ul {
  display: flex;
  justify-content: center;
  margin: 0;
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb ul li span.arrow {
  display: none;
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb li::before {
  content: "/";
  padding: 0px 20px;
}

.temp-frama-img .section-6 .bottom_breadcrumb .mod3-R-bg-black .breadcrumb li:first-child::before {
  content: "";
}

.contact-Ctr .button_wrap {
  position: relative;
  display: block;
  text-align: center;
  transition: all .2s linear;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  outline: none;
  width: 250px;
  height: 80px;
  margin: 0 auto;
}

.contact-Ctr input[type="submit"] {
  display: block;
  margin: 0;
  background: unset;
  color: #000;
  padding: 0;
  width: 100%;
  line-height: 80px;
}

.contact-Ctr input[type="submit"]:hover {
  color: #fff;
}

.contact-Ctr .button_wrap:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.contact-Ctr .button_wrap::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #000;
}

.contact-Ctr .button_wrap::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 15px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  transition: all .2s linear;
}

.contact-Ctr .button_wrap::before {
  background: #000;
  right: 25px;
}

.contact-Ctr .button_wrap:hover::after {
  border-left-color: #fff;
  right: 20px;
}

.contact-Ctr .button_wrap:hover::before {
  color: #fff;
  background: #fff;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-id-444 .grecaptcha-badge {
  visibility: visible;
}

.page-id-3793 .grecaptcha-badge {
  visibility: visible;
}

.section_col {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 207, 75, 0.5);
  overflow: hidden;
}

.balloon2 {
  position: absolute;
  display: block;
  background: #fff;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: 550px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}

@media (max-width: 1024px) {
  .balloon2 {
    width: auto;
    height: auto;
  }
}

.balloon2 .batsu {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
}

.balloon2 .batsu::before, .balloon2 .batsu::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 40px;
  background: #ddd;
}

.balloon2 .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.balloon2 .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.balloon2 h3 {
  margin: 30px 0px;
}

.balloon2 img {
  width: 120px;
  margin-top: 60px;
}

.balloon2 .balloon2-txt {
  width: 90%;
  margin: 0 auto;
  font-size: 1rem;
  text-align: left;
}

.page-id-657 #section-bread {
  background: #EFEEEE;
}

.news {
  background: #EFEEEE;
}

.news .container {
  padding: 140px 0px 40px;
}

@media (max-width: 1024px) {
  .news .container {
    padding: 40px 20px 40px;
  }
}

.news .news-1 h2 {
  font-size: 1.35rem;
  font-weight: 600;
  border-bottom: 3px solid #FFA830;
  display: inline-block;
  margin: 30px 0px;
}

.news .news-1 .container-content-in {
  gap: 30px 80px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .news .news-1 .container-content-in {
    display: unset;
  }
}

.news .news-1 .container-content-in .container-content-in_bottom {
  flex: 1;
  /* これが重要！ */
}

.news .news-1 .container-content-in .container-content-in_bottom dl {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0px;
  border-bottom: 1px solid #E0E0E0;
  height: 100px;
}

.news .news-1 .container-content-in .container-content-in_bottom dl dt {
  float: left;
  clear: both;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .news .news-1 .container-content-in .container-content-in_bottom dl dt {
    width: 100%;
  }
}

.news .news-1 .container-content-in .container-content-in_bottom dl dd {
  margin-bottom: 5px;
  overflow: hidden;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .news .news-1 .container-content-in .container-content-in_bottom dl dd {
    width: 100%;
    margin: 0;
    font-size: 0.9rem;
  }
}

.news .news-1 .container-content-in .container-content-in_bottom dl .day {
  vertical-align: top;
  display: inline-block;
  width: 90px;
}

@media (max-width: 1024px) {
  .news .news-1 .container-content-in .container-content-in_bottom dl .day {
    width: 100%;
    display: inline;
  }
}

.news .news-1 .container-content-in .container-content-in_bottom dl .label {
  border-radius: 3px;
  padding: 0px 5px;
  margin: 0 10px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .news .news-1 .container-content-in .container-content-in_bottom dl .label {
    padding: 0px 5px;
  }
}

.news .news-1 .container-content-in .container-content-in_bottom dl .label a {
  color: #FFA830;
}

.news .news-1 .container-content-in .container-content-in_bottom dl a {
  text-decoration: none;
  color: #000;
}

.news .news-1 .container-content-in .container-content-in_bottom dl:first-child {
  border-top: 1px solid #E0E0E0;
}

.news .nav-links {
  padding: 2em;
  display: flex;
  justify-content: center;
}

.news .nav-links a, .news .nav-links span {
  width: 50px;
  height: 50px;
  margin: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  transition: .3s;
}

.news .nav-links .current {
  background: #FFA830;
}

.news .nav-links .dots {
  background: none;
}

.newstest {
  background: #EFEEEE;
}

.newstest .container {
  max-width: 800px;
  padding: 180px 0px 40px;
}

@media (max-width: 1024px) {
  .newstest .container {
    padding: 40px 20px 40px;
  }
}

.newstest .news-1 h2 {
  font-size: 1.35rem;
  font-weight: 600;
  border-bottom: 3px solid #FFA830;
  display: inline-block;
  margin: 30px 0px;
}

.newstest .news-1 .container-content-in_bottom dl {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0px;
  border-bottom: 1px solid #E0E0E0;
}

.newstest .news-1 .container-content-in_bottom dl dt {
  float: left;
  clear: both;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .newstest .news-1 .container-content-in_bottom dl dt {
    width: 100%;
  }
}

.newstest .news-1 .container-content-in_bottom dl dd {
  margin-bottom: 5px;
  overflow: hidden;
  font-weight: normal;
}

@media (max-width: 1024px) {
  .newstest .news-1 .container-content-in_bottom dl dd {
    width: 100%;
    margin: 0;
    font-size: 0.9rem;
  }
}

.newstest .news-1 .container-content-in_bottom dl .day {
  vertical-align: top;
  display: inline-block;
  width: 70px;
}

@media (max-width: 1024px) {
  .newstest .news-1 .container-content-in_bottom dl .day {
    width: 100%;
    display: inline;
  }
}

.newstest .news-1 .container-content-in_bottom dl .label {
  border-radius: 3px;
  padding: 2px 5px;
  margin: 0 10px;
  width: 130px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .newstest .news-1 .container-content-in_bottom dl .label {
    padding: 0px 5px;
  }
}

.newstest .news-1 .container-content-in_bottom dl .label a {
  color: #FFA830;
}

.newstest .news-1 .container-content-in_bottom dl a {
  text-decoration: none;
  color: #000;
}

.newstest .news-1 .container-content-in_bottom dl:first-child {
  border-top: 1px solid #E0E0E0;
}

.newstest .nav-links {
  padding: 2em;
  display: flex;
  justify-content: center;
}

.newstest .nav-links a, .newstest .nav-links span {
  width: 50px;
  height: 50px;
  margin: 2px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #222;
  transition: .3s;
}

.newstest .nav-links .current {
  background: #FFA830;
}

.newstest .nav-links .dots {
  background: none;
}

.contact-Ctr {
  background: #EFEEEE;
}

.contact-Ctr .container {
  max-width: 800px;
  padding: 180px 0px 40px;
}

@media (max-width: 1024px) {
  .contact-Ctr .container {
    padding: 40px 20px 40px;
  }
}

.contact-Ctr .contact-1 h2 {
  font-size: 1.35rem;
  font-weight: 600;
  border-bottom: 3px solid #FFA830;
  display: inline-block;
  margin: 30px 0px;
}

.contact-Ctr .contact-1 .container-content-in_bottom {
  /*hoverした際のボタンの形状*/
  /*矢印と線の形状*/
  /*hoverした際の矢印の形状*/
}

.contact-Ctr .contact-1 .container-content-in_bottom table {
  border: none;
}

.contact-Ctr .contact-1 .container-content-in_bottom table tr th {
  border: none;
  background: none;
  width: 220px;
  vertical-align: top;
}

.contact-Ctr .contact-1 .container-content-in_bottom table tr th span.essential {
  color: #FFA830;
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  .contact-Ctr .contact-1 .container-content-in_bottom table tr th {
    width: 100%;
    display: block;
    padding: 10px 0px;
  }
}

.contact-Ctr .contact-1 .container-content-in_bottom table tr td {
  border: none;
}

@media (max-width: 1024px) {
  .contact-Ctr .contact-1 .container-content-in_bottom table tr td {
    width: 100%;
    display: block;
    padding: 10px 0px;
  }
}

.contact-Ctr .contact-1 .container-content-in_bottom table tr td .contact-area {
  width: 100%;
  border: solid 1px #000;
  padding: 0.6em;
  margin-bottom: 30px;
  margin-top: 0;
}

.contact-Ctr .contact-1 .container-content-in_bottom table tr td input[type="text"], .contact-Ctr .contact-1 .container-content-in_bottom table tr td input[type="email"], .contact-Ctr .contact-1 .container-content-in_bottom table tr td input[type="tel"] {
  border: solid 1px #000;
  color: #333;
  margin-top: 0;
  padding: 0.6em;
  border-radius: 0px;
}

.contact-Ctr .contact-1 .container-content-in_bottom table tr td textarea {
  color: #333;
  margin-top: 0;
  padding: 0.6em;
  border-radius: 0px;
  width: 100%;
  height: 160px;
  border: solid 1px #000;
}

.contact-Ctr .contact-1 .container-content-in_bottom .button_entry {
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  background: none;
  padding: 30px 100px 30px 40px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #444;
  text-decoration: none;
  border: 1px solid #000;
  outline: none;
  width: 300px;
  font-size: 100%;
  border-radius: 0;
  font-weight: 600 !important;
  margin: 0 auto;
  display: inherit;
}

.contact-Ctr .contact-1 .container-content-in_bottom .button_entry:hover {
  background: #000;
  color: #fff;
  border-color: #fff;
}

.contact-Ctr .contact-1 .container-content-in_bottom .button_entry:before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 48%;
  right: 20px;
  /*線の形状*/
  width: 20px;
  height: 1px;
  background: #000;
}

.contact-Ctr .contact-1 .container-content-in_bottom .button_entry::after {
  content: '';
  /*絶対配置で矢印の位置を決める*/
  position: absolute;
  top: 43%;
  right: 12px;
  /*矢印の形状*/
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  /*アニメーションの指定*/
  transition: all .2s linear;
}

.contact-Ctr .contact-1 .container-content-in_bottom .button_entry:hover::before {
  background: #fff;
  right: 25px;
}

.contact-Ctr .contact-1 .container-content-in_bottom .button_entry:hover::after {
  border-left-color: #fff;
  right: 20px;
}

.knowledgeholder {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .knowledgeholder {
    padding-top: 150px !important;
  }
}

.knowledgeholder .knowledgeholder-1 img {
  width: 100%;
}

.knowledgeholder .knowledgeholder-1 .container-mod1 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-1 {
    height: auto;
    display: block;
  }
  .knowledgeholder .knowledgeholder-1 .container-mod1 {
    padding: 20px;
  }
  .knowledgeholder .knowledgeholder-1 .container-mod1 img {
    width: 100%;
  }
  .knowledgeholder .knowledgeholder-1 .kh-scheduler-img-sp {
    margin: 50px 0px 0px;
  }
}

@media (max-width: 1024px) {
  .knowledgeholder .triangle {
    background: #fff;
  }
}

.knowledgeholder .knowledgeholder-2 {
  background: #EFEEEE;
}

.knowledgeholder .knowledgeholder-2 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 100px 0px;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-2 h2 {
    padding: 30px 0px;
    font-size: 1.3rem;
  }
}

.knowledgeholder .knowledgeholder-2 h2 span {
  border-bottom: 5px solid #FFA830;
  display: inline-block;
}

.knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in {
  flex-wrap: wrap;
  /* 画面幅に合わせてカラム落ちさせる */
  display: flex;
  justify-content: space-between;
  align-items: top;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in {
    display: block;
  }
}

.knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in .knowledgeholder-2_in_col {
  width: calc((100% - 50px) / 2);
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in .knowledgeholder-2_in_col {
    width: 100%;
    padding: 20px 10px;
  }
}

.knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in .knowledgeholder-2_in_col h3 {
  color: #231815;
  font-size: 1.3rem;
  padding: 20px 0px;
}

.knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in .knowledgeholder-2_in_col img {
  width: 100%;
}

.knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in .knowledgeholder-2_in_col p {
  font-size: 0.9rem;
}

.knowledgeholder .knowledgeholder-2 .knowledgeholder-2_in .knowledgeholder-2_in_col:nth-child(3) {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-3 {
    background: #fff;
  }
}

.knowledgeholder .knowledgeholder-3 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 100px 0px;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-3 h2 {
    font-size: 1.3rem;
    padding: 50px 0px;
  }
}

.knowledgeholder .knowledgeholder-3 h2 span {
  border-bottom: 5px solid #FFA830;
  display: inline-block;
}

.knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in {
  display: flex !important;
  align-items: flex-start;
  flex-flow: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in {
    padding: 0px 20px;
    flex-wrap: unset;
    justify-content: unset;
  }
}

.knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in .knowledgeholder-3_in_col {
  width: calc((100% - 100px) / 3);
  padding: 30px 30px;
  background: #EFEEEE;
  margin: 0px 0px 40px;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in .knowledgeholder-3_in_col {
    width: 100%;
  }
}

.knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in .knowledgeholder-3_in_col .circle {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
}

.knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in .knowledgeholder-3_in_col h3 {
  color: #231815;
  font-size: 1.3rem;
  padding: 30px 0px;
  text-align: center;
}

.knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in .knowledgeholder-3_in_col img {
  width: 100%;
}

.knowledgeholder .knowledgeholder-3 .knowledgeholder-3_in .knowledgeholder-3_in_col p {
  font-size: 1rem;
}

.knowledgeholder .knowledgeholder-4 {
  background: #EFEEEE;
}

.knowledgeholder .knowledgeholder-4 p {
  text-align: center;
}

.knowledgeholder .knowledgeholder-4 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 100px 0px 50px;
}

.knowledgeholder .knowledgeholder-4 h2 span {
  border-bottom: 5px solid #FFA830;
  display: inline-block;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in {
  flex-wrap: wrap;
  /* 画面幅に合わせてカラム落ちさせる */
  display: flex !important;
  justify-content: space-between;
  align-items: top;
}

@media (max-width: 1024px) {
  .knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in {
    flex-wrap: unset;
  }
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col {
  width: calc((100% - 50px) / 4);
  padding: 30px 0px 0px;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col h3 {
  color: #231815;
  font-size: 1.2rem;
  padding: 10px 0px;
  background: #E0E0E0;
  text-align: center;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col .knowledgeholder-4_in__col {
  background: #fff;
  height: 300px;
  padding-top: 40px;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col .knowledgeholder-4_in__col h4 {
  height: 30px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col .knowledgeholder-4_in__col h5 {
  text-align: center;
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col .knowledgeholder-4_in__col h5 strong {
  font-size: 3rem;
  padding-left: 5px;
  font-weight: 900;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col .knowledgeholder-4_in__col p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  height: 110px;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4_in .knowledgeholder-4_in_col .knowledgeholder-4_in__col a {
  color: #231815;
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 300;
  border: 1px solid;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
}

.knowledgeholder .knowledgeholder-4 .knowledgeholder-4__in {
  margin: 50px 0px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  .kh-scheduler {
    padding-top: 150px !important;
  }
}

.kh-scheduler .kh-scheduler-1 .container-mod1 img {
  width: 100%;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-1 {
    height: auto;
    display: block;
  }
  .kh-scheduler .kh-scheduler-1 .container-mod1 {
    padding: 20px;
  }
  .kh-scheduler .kh-scheduler-1 .container-mod1 img {
    width: 100%;
  }
  .kh-scheduler .kh-scheduler-1 .kh-scheduler-img-sp {
    margin: 50px 0px 0px;
  }
}

.kh-scheduler .kh-scheduler-2 {
  background: #fff;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 {
    padding: 0px 10px;
  }
}

.kh-scheduler .kh-scheduler-2 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 60px 0px;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 h2 {
    font-size: 1.4rem;
  }
}

.kh-scheduler .kh-scheduler-2 h2 span {
  border-bottom: 5px solid #FFA830;
  display: inline-block;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 h2 span {
    padding: 0px 40px;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-txt {
  text-align: center;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-txt {
    text-align: left;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-txt p {
  font-size: 0.9rem;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-txt p {
    font-weight: normal;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in {
  flex-wrap: wrap;
  /* 画面幅に合わせてカラム落ちさせる */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0px;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in {
    flex-wrap: unset;
    display: block;
    justify-content: unset;
    align-items: unset;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in .kh-scheduler-2_in_col {
  width: calc((100% - 50px) / 2);
  padding: 50px 0px;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in .kh-scheduler-2_in_col {
    width: 100%;
    padding: 0px 0px;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in .kh-scheduler-2_in_col h3 {
  color: #231815;
  font-size: 1.3rem;
  padding: 30px 0px;
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in .kh-scheduler-2_in_col img {
  width: 100%;
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in .kh-scheduler-2_in_col p {
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-2__in .kh-scheduler-2_in_col p {
    font-weight: normal;
    font-size: 0.9rem;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin: 30px 0px;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom {
    display: block;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom .kh-scheduler-2_in_bottom_col {
  width: calc((100% - 10px) / 2);
  margin: 0px 0px 10px;
  background: #EFEEEE;
  height: 180px;
  padding: 20px;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom .kh-scheduler-2_in_bottom_col {
    width: 100%;
    height: auto;
  }
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom .kh-scheduler-2_in_bottom_col h3 {
  color: #231815;
  font-size: 1.2rem;
}

.kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom .kh-scheduler-2_in_bottom_col p {
  padding: 10px 0px;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-2 .kh-scheduler-2_in_bottom .kh-scheduler-2_in_bottom_col p {
    font-weight: normal;
    font-size: 0.9rem;
  }
}

.kh-scheduler .kh-scheduler-3 {
  background: #EFEEEE;
}

.kh-scheduler .kh-scheduler-3 p {
  text-align: center;
}

.kh-scheduler .kh-scheduler-3 h2 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 100px 0px 50px;
}

.kh-scheduler .kh-scheduler-3 h2 span {
  border-bottom: 5px solid #FFA830;
  display: inline-block;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in {
  flex-wrap: wrap;
  /* 画面幅に合わせてカラム落ちさせる */
  display: flex !important;
  justify-content: space-between;
  align-items: top;
}

@media (max-width: 1024px) {
  .kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in {
    flex-wrap: unset;
  }
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col {
  width: calc((100% - 50px) / 4);
  padding: 30px 0px 0px;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col h3 {
  color: #231815;
  font-size: 1.2rem;
  padding: 10px 0px;
  background: #E0E0E0;
  text-align: center;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col .kh-scheduler-3_in__col {
  background: #fff;
  height: 300px;
  padding-top: 40px;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col .kh-scheduler-3_in__col h4 {
  height: 30px;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col .kh-scheduler-3_in__col h5 {
  text-align: center;
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col .kh-scheduler-3_in__col h5 strong {
  font-size: 3.3rem;
  padding-left: 5px;
  font-weight: 900;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col .kh-scheduler-3_in__col p {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  height: 110px;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3_in .kh-scheduler-3_in_col .kh-scheduler-3_in__col a {
  color: #231815;
  font-size: 0.8rem;
  text-decoration: none;
  font-weight: 300;
  border: 1px solid;
  padding: 2px 10px;
  border-radius: 10px;
  display: inline-block;
}

.kh-scheduler .kh-scheduler-3 .kh-scheduler-3__in {
  margin: 50px 0px;
  width: 100%;
  text-align: center;
}

@media (max-width: 1024px) {
  footer#footer-top-page {
    height: auto;
  }
}

footer#footer-top-page .section-top {
  position: absolute;
  right: 0px;
  background: #fff;
  border-radius: 0px 0px 5px 5px/0px 0px 5px 5px;
  color: #000;
  width: 160px;
  text-align: center;
  padding: 5px 0px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  footer#footer-top-page .section-top {
    right: 0px;
    font-size: 0.6rem;
    width: 120px;
  }
}

footer#footer-top-page .btn_arrows span.arrow_up {
  display: block;
  width: 26px;
  height: 26px;
  background: #000;
  position: absolute;
  right: 6px;
  bottom: 28ox;
  top: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  footer#footer-top-page .btn_arrows span.arrow_up {
    width: 20px;
    height: 20px;
  }
}

footer#footer-top-page .btn_arrows span.arrow_up::before {
  position: absolute;
  right: 7px;
  top: 13.8px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  transform: rotate(-90deg);
}

@media (max-width: 1024px) {
  footer#footer-top-page .btn_arrows span.arrow_up::before {
    right: 4px;
    top: 9.8px;
    display: block;
    width: 12px;
    height: 1px;
  }
}

footer#footer-top-page .btn_arrows span.arrow_up::after {
  position: absolute;
  right: 9px;
  top: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  footer#footer-top-page .btn_arrows span.arrow_up::after {
    right: 5px;
    top: 6px;
    width: 9px;
    height: 10px;
  }
}

footer#footer-top-page div.contact {
  position: relative;
  padding: 100px 0px;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact {
    position: relative;
    padding: 30px 0px;
    height: auto;
    min-height: auto;
  }
}

footer#footer-top-page div.contact div.contact-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact div.contact-container {
    width: 100%;
    display: block;
  }
}

footer#footer-top-page div.contact div.contact-container div.contact-item-left {
  display: flex;
  align-items: center;
  width: 50%;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact div.contact-container div.contact-item-left {
    width: 100%;
    align-items: start;
  }
}

footer#footer-top-page div.contact div.contact-container div.contact-item-left img {
  position: absolute;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact div.contact-container div.contact-item-left img {
    position: absolute;
    /* bottom: 39px; */
    top: 8%;
    width: 170px;
    right: 10px;
  }
}

footer#footer-top-page div.contact div.contact-container div.contact-item-left h2 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 3.75rem;
  color: #231815;
  z-index: 100;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact div.contact-container div.contact-item-left h2 {
    font-size: 4rem;
    margin-top: 0px;
    margin-left: 10px;
    line-height: 1;
  }
}

footer#footer-top-page div.contact div.contact-container div.contact-item-left span {
  position: relative;
  margin: 0;
  padding: 0;
  color: #231815;
  z-index: 100;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact div.contact-container div.contact-item-left span {
    margin-left: 10px;
  }
}

footer#footer-top-page div.contact div.contact-container div.contact-item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0px 30px 0px 30px;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.contact div.contact-container div.contact-item-right {
    display: block;
    width: 100%;
    position: relative;
  }
}

footer#footer-top-page div.contact div.contact-container div.contact-item-right p {
  margin: 0;
}

footer#footer-top-page div.contact div.contact-container div.contact-item-right .link-contact {
  margin-top: 12.5px;
}

footer#footer-top-page div.contact div.contact-container div.contact-item-right .common-link a span {
  width: 60px;
}

footer#footer-top-page div.contact div.contact-container div.contact-item-right .common-link a span::after {
  transform: translateX(30px) rotate(-165deg);
}

footer#footer-top-page div.footer {
  background-color: #231815;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer {
    height: auto;
  }
}

footer#footer-top-page div.footer div.footer-top {
  height: 48%;
  min-height: 290px;
  background-color: #251714;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-top {
    height: auto;
    min-height: auto;
    padding: 30px 0px;
  }
}

footer#footer-top-page div.footer div.footer-top a#to-page-top {
  position: absolute;
  right: 10%;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-top div.footer-top-container {
    display: block;
  }
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: left;
  width: 20%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left {
    width: 100%;
  }
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left img {
  width: 200px;
  margin-bottom: 25px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left p.footer-paragraph {
  color: #fff;
  margin: 0;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left h5 {
  color: #fff;
  margin: 10px 0px;
  padding: 0;
  font-size: 1rem;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left .footer-middle-sns {
  padding: 0;
  margin: 0;
  display: flex;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left .footer-middle-sns li {
  margin-right: 20px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-left .footer-middle-sns img {
  width: 100%;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right {
  width: 75%;
  margin: 10px 0px;
  font-size: clamp(0.5rem, 1vw, 0.9rem);
  /*
              dl{
                margin: 10px 0px;
                display: flex;

                @include breakpoint(tablet){
                  display: block;
                  
               }
                
                
                a{
                   color: #fff;
                   text-decoration: none;
                   width: 70px;
                   display: inline-block;
                }
 
                dt{
                // 　　width: 77px;
                //    display: flex;
                //    justify-content: space-between;

                @include breakpoint(tablet){
                  display: block;
                  width: 100%;
               }
 
                   span{
                      color: #fff;
                      display: inline-block;
                      padding: 0px 20px;

                      @include breakpoint(tablet){
                        display: none;
                     }

                      
                   }
 
                }
 
                dd{
                   margin: 0;

                   @include breakpoint(tablet){
                     display: block;
                     width: 100%;
                  }
 
                   .footer-top-right-in{
                      margin-bottom: 10px;
                      ul{
                         margin-top: -10px;
 
                         li{
                            padding: 0px 10px;

                            a{
                               font-size: 0.6rem;
                               width: 100%;
                            }
 
                            a:focus{
                               outline: none;
                            }
                         }
 
                        
                      }
                   }
 
                   span{    
                      // margin-left: 30px;
                      font-size: 0.8rem;
                      color: #fff;
                      padding: 10px 10px;
                      display: inline-block;
                   }
                   ul{
                      display: flex;
                      margin: 0;
                      li{
                         padding: 0px 10px;
                         a{
                            // padding: 0px 0px 0px 30px;
                            font-size: 0.8rem;
                            width: 100%;
                         }
                      }
                   }
                }
             }
             */
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right {
    display: none;
  }
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 0;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul li h4 {
  height: 25px;
  font-size: 0.9rem;
  margin: 10px 0px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul li a {
  color: #fff;
  text-decoration: none;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul li p {
  margin-bottom: 20px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul .footer-top-right-list-end p {
  margin: 10px 0px 20px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul ul {
  display: block;
  margin: 10px 0px;
  padding: 0;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul ul li {
  width: 100%;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom {
  margin: 20px 0px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  padding: 0;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul li {
  color: #fff;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul li span {
  padding: 0px 30px;
}

footer#footer-top-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

footer#footer-top-page div.footer div.footer-middle {
  height: 18%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-middle {
    height: auto;
  }
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container {
  width: 80%;
  display: flex;
  justify-content: inherit;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-middle div.footer-middle-container {
    display: block;
  }
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.pc {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  align-items: center;
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.pc li.footer-baystars {
  display: flex;
  align-items: center;
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.pc li.footer-baystars p {
  color: #05347D;
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.pc li.footer-baystars p {
    display: none;
  }
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp {
  display: none;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp {
    display: block;
    text-align: center;
  }
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp li {
  margin: 10px 0px;
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars {
    display: inline-block;
  }
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars p {
  color: #05347D;
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 1024px) {
  footer#footer-top-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars p {
    display: none;
  }
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container .footer-middle-logo {
  padding: 0px 20px;
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container .footer-middle-txt {
  padding: 0px 20px;
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container .footer-middle-txt p {
  color: #05347D;
  font-size: 1.1rem;
  font-weight: 800;
}

footer#footer-top-page div.footer div.footer-middle div.footer-middle-container img {
  max-width: 230px;
}

footer#footer-top-page div.footer div.footer-bottom {
  height: 4%;
  min-height: 20px;
  background-color: #251714;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer#footer-top-page div.footer div.footer-bottom p {
  color: #fff;
  font-size: 0.6rem;
  margin: 0;
  padding: 10px 0px;
}

.footer-top--container {
  display: flex;
  gap: 40px;
  padding: 40px 20px;
  color: #fff;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .footer-top--container {
    display: block;
    width: 100% !important;
  }
}

.footer-left img {
  margin-bottom: 25px;
}

.footer-left p {
  margin-bottom: 25px !important;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-left p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
}

.social-icons img {
  width: 24px;
  height: 24px;
}

/* 中央 + 右 をラップ */
.footer-menu-group {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}

@media (max-width: 1024px) {
  .footer-menu-group {
    gap: 40px;
    /* 行間・列間の余白 */
  }
}

/* 中央メニュー */
.footer-center {
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.footer-center ul {
  text-align: left;
}

@media (max-width: 1024px) {
  .footer-center ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 40px;
    /* 行間・列間の余白 */
  }
}

.footer-center ul,
.footer-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  /* 行間・列間の余白 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-right ul li {
  width: calc(50% - 20px);
  /* 2列にする */
}

.footer-right ul li a {
  text-decoration: none;
  display: block;
}

.footer-center li,
.footer-right li {
  margin-bottom: 10px;
}

.footer-center a,
.footer-right a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

/* 縦線 */
.vertical-line {
  width: 1px;
  background-color: #888;
  height: auto;
  align-self: stretch;
}

/* 製品リンク */
.footer-right {
  flex: 1;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .footer-top-container {
    flex-direction: column;
  }
  .footer-menu-group {
    flex-direction: column;
  }
  .vertical-line {
    display: none;
  }
  .footer-right ul {
    gap: 10px 10px !important;
    padding: 50px 0px !important;
    border-top: 1px solid;
  }
}

@media (max-width: 1024px) {
  footer#footer-others-page {
    height: auto;
  }
}

footer#footer-others-page .section-top {
  position: absolute;
  right: 0px;
  background: #fff;
  border-radius: 0px 0px 5px 5px/0px 0px 5px 5px;
  color: #000;
  width: 160px;
  text-align: center;
  padding: 5px 0px;
  text-decoration: none;
}

@media (max-width: 1024px) {
  footer#footer-others-page .section-top {
    right: 0px;
    font-size: 0.6rem;
    width: 120px;
  }
}

footer#footer-others-page .btn_arrows span.arrow_up {
  display: block;
  width: 26px;
  height: 26px;
  background: #000;
  position: absolute;
  right: 6px;
  bottom: 28ox;
  top: 10px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  footer#footer-others-page .btn_arrows span.arrow_up {
    width: 20px;
    height: 20px;
  }
}

footer#footer-others-page .btn_arrows span.arrow_up::before {
  position: absolute;
  right: 7px;
  top: 13.8px;
  display: block;
  content: "";
  width: 13px;
  height: 1px;
  background: #fff;
  transform: rotate(-90deg);
}

@media (max-width: 1024px) {
  footer#footer-others-page .btn_arrows span.arrow_up::before {
    right: 4px;
    top: 9.8px;
    display: block;
    width: 12px;
    height: 1px;
  }
}

footer#footer-others-page .btn_arrows span.arrow_up::after {
  position: absolute;
  right: 9px;
  top: 8px;
  display: block;
  content: "";
  width: 8px;
  height: 9px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 1024px) {
  footer#footer-others-page .btn_arrows span.arrow_up::after {
    right: 5px;
    top: 6px;
    width: 9px;
    height: 10px;
  }
}

footer#footer-others-page div.contact {
  position: relative;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact {
    position: relative;
    padding: 30px 0px;
    height: auto;
    min-height: auto;
  }
}

footer#footer-others-page div.contact div.contact-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  min-height: 300px;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact div.contact-container {
    width: 100%;
    display: block;
  }
}

footer#footer-others-page div.contact div.contact-container div.contact-item-left {
  display: flex;
  align-items: center;
  width: 50%;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact div.contact-container div.contact-item-left {
    width: 100%;
    align-items: start;
  }
}

footer#footer-others-page div.contact div.contact-container div.contact-item-left img {
  position: absolute;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact div.contact-container div.contact-item-left img {
    position: absolute;
    /* bottom: 39px; */
    top: 8%;
    width: 170px;
    right: 10px;
  }
}

footer#footer-others-page div.contact div.contact-container div.contact-item-left h2 {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 3.75rem;
  color: #231815;
  z-index: 100;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact div.contact-container div.contact-item-left h2 {
    font-size: 4rem;
    margin-top: 0px;
    margin-left: 10px;
    line-height: 1;
  }
}

footer#footer-others-page div.contact div.contact-container div.contact-item-left span {
  position: relative;
  margin: 0;
  padding: 0;
  color: #231815;
  z-index: 100;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact div.contact-container div.contact-item-left span {
    margin-left: 10px;
  }
}

footer#footer-others-page div.contact div.contact-container div.contact-item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 0px 30px 0px 30px;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.contact div.contact-container div.contact-item-right {
    display: block;
    width: 100%;
    position: relative;
  }
}

footer#footer-others-page div.contact div.contact-container div.contact-item-right p {
  margin: 0;
}

footer#footer-others-page div.contact div.contact-container div.contact-item-right .link-contact {
  margin-top: 12.5px;
}

footer#footer-others-page div.contact div.contact-container div.contact-item-right .common-link a span {
  width: 60px;
}

footer#footer-others-page div.contact div.contact-container div.contact-item-right .common-link a span::after {
  transform: translateX(30px) rotate(-165deg);
}

footer#footer-others-page div.footer {
  height: 62%;
}

footer#footer-others-page div.footer div.footer-top {
  background-color: #251714;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-top {
    height: auto;
    min-height: auto;
    padding: 30px 0px;
  }
}

footer#footer-others-page div.footer div.footer-top a#to-page-top {
  position: absolute;
  right: 10%;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container {
  display: flex;
  justify-content: space-between;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-top div.footer-top-container {
    display: block;
  }
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: left;
  width: 20%;
  margin-top: 20px;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left {
    width: 100%;
  }
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left img {
  width: 200px;
  margin-bottom: 25px;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left p.footer-paragraph {
  color: #fff;
  margin: 0;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left h5 {
  color: #fff;
  margin: 10px 0px;
  padding: 0;
  font-size: 1rem;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left .footer-middle-sns {
  padding: 0;
  margin: 0;
  display: flex;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left .footer-middle-sns li {
  margin-right: 20px;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-left .footer-middle-sns img {
  width: 100%;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right {
  width: 70%;
  margin: 10px 0px;
  font-size: clamp(0.5rem, 1vw, 0.9rem);
  /*
            dl{
              margin: 10px 0px;
              display: flex;

              @include breakpoint(tablet){
                display: block;
                
             }
              
              
              a{
                 color: #fff;
                 text-decoration: none;
                 width: 70px;
                 display: inline-block;
              }

              dt{
              // 　　width: 77px;
              //    display: flex;
              //    justify-content: space-between;

              @include breakpoint(tablet){
                display: block;
                width: 100%;
             }

                 span{
                    color: #fff;
                    display: inline-block;
                    padding: 0px 20px;

                    @include breakpoint(tablet){
                      display: none;
                   }

                    
                 }

              }

              dd{
                 margin: 0;

                 @include breakpoint(tablet){
                   display: block;
                   width: 100%;
                }

                 .footer-top-right-in{
                    margin-bottom: 10px;
                    ul{
                       margin-top: -10px;

                       li{
                          padding: 0px 10px;

                          a{
                             font-size: 0.6rem;
                             width: 100%;
                          }

                          a:focus{
                             outline: none;
                          }
                       }

                      
                    }
                 }

                 span{    
                    // margin-left: 30px;
                    font-size: 0.8rem;
                    color: #fff;
                    padding: 10px 10px;
                    display: inline-block;
                 }
                 ul{
                    display: flex;
                    margin: 0;
                    li{
                       padding: 0px 10px;
                       a{
                          // padding: 0px 0px 0px 30px;
                          font-size: 0.8rem;
                          width: 100%;
                       }
                    }
                 }
              }
           }

           */
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right {
    display: none;
  }
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin: 0;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul li h4 {
  height: 25px;
  font-size: 0.9rem;
  margin: 10px 0px;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul li a {
  color: #fff;
  text-decoration: none;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul .footer-top-right-list-end p {
  margin: 10px 0px 20px;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul ul {
  display: block;
  margin: 0;
  padding: 0;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right ul ul li {
  width: 100%;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px;
  padding: 0;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul li {
  color: #fff;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul li span {
  padding: 0px 30px;
}

footer#footer-others-page div.footer div.footer-top div.footer-top-container div.footer-top-right .footer-link-bottom ul li a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

footer#footer-others-page div.footer div.footer-middle {
  height: 18%;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-middle {
    height: auto;
  }
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container {
  width: 80%;
  display: flex;
  justify-content: inherit;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-middle div.footer-middle-container {
    display: block;
  }
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.pc {
  display: flex;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  align-items: center;
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.pc li.footer-baystars {
  display: flex;
  align-items: center;
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.pc li.footer-baystars p {
  color: #05347D;
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.pc li.footer-baystars p {
    display: none;
  }
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp {
  display: none;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp {
    display: block;
    text-align: center;
  }
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp li {
  margin: 10px 0px;
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars {
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars {
    display: inline-block;
  }
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars p {
  color: #05347D;
  font-size: 1.1rem;
  font-weight: 800;
}

@media (max-width: 1024px) {
  footer#footer-others-page div.footer div.footer-middle div.footer-middle-container ul.sp li.footer-baystars p {
    display: none;
  }
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container .footer-middle-logo {
  padding: 0px 20px;
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container .footer-middle-txt {
  padding: 0px 20px;
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container .footer-middle-txt p {
  color: #05347D;
  font-size: 1.1rem;
  font-weight: 800;
}

footer#footer-others-page div.footer div.footer-middle div.footer-middle-container img {
  max-width: 230px;
}

footer#footer-others-page div.footer div.footer-bottom {
  height: 20%;
  min-height: 20px;
  background-color: #251714;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer#footer-others-page div.footer div.footer-bottom p {
  color: #fff;
  font-size: 0.6rem;
  margin: 0;
  padding: 10px 0px;
}

.contact_page .footer-top {
  padding: 20px 0px;
}

.blog .contact {
  background: #EFEEEE;
}

.flex-container {
  display: flex;
}

.reception-table tr td {
  width: 50%;
}

#secondary footer {
  height: auto;
}

#top_bottom_bnr {
  position: fixed;
  right: 50px;
  bottom: 20px;
}

#top_bottom_bnr a {
  background: #f00;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
}

@media (max-width: 1024px) {
  #section-bread .container {
    width: 100%;
    padding: 0px 10px;
  }
}

#section-bread .container ul {
  display: flex;
  position: relative;
  top: 35px;
  z-index: 3;
  padding: 40px 0px;
  margin: 0px 0px;
  font-size: 0.8rem;
}

@media (max-width: 1024px) {
  #section-bread .container ul {
    padding: 20px 0px;
    top: 15px;
  }
}

#section-bread .container ul li span.arrow {
  padding: 0px 10px;
}

@media (max-width: 1024px) {
  .section-bread-sp {
    top: 50px;
    background: #fff;
  }
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}

.line_button_on span {
  animation: line_button_on0 .75s ease-in-out forwards;
}

@keyframes line_button_on0 {
  0%,
  100% {
    left: 0;
    opacity: 1;
  }
  48% {
    left: 100%;
    opacity: 1;
  }
  49% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
}

.line_button_off span {
  animation: line_button_off0 .75s ease-in-out forwards;
}

@keyframes line_button_off0 {
  0%,
  100% {
    left: 0;
    opacity: 1;
  }
  48% {
    left: 100%;
    opacity: 1;
  }
  49% {
    left: 100%;
    opacity: 0;
  }
  51% {
    left: -100%;
    opacity: 0;
  }
  52% {
    left: -100%;
    opacity: 1;
  }
}

.faq_on .faq_icon {
  animation: faq_on0 .5s ease-in-out forwards;
}

@keyframes faq_on0 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}

.faq_on .faq_icon > div:nth-child(2) span {
  animation: faq_on1 .5s ease-in-out forwards;
}

@keyframes faq_on1 {
  0%,
  100% {
    left: 0;
    opacity: 1;
  }
  49% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
}

.faq_on .faq_icon > div:nth-child(1) span {
  animation: faq_on2 .5s ease-in-out forwards;
}

@keyframes faq_on2 {
  0%,
  100% {
    left: 0;
    opacity: 1;
  }
  49% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
}

.faq_off .faq_icon {
  animation: faq_off0 .5s ease-in-out forwards;
}

@keyframes faq_off0 {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

.faq_off .faq_icon > div:nth-child(2) span {
  animation: faq_off1 .5s ease-in-out forwards;
}

@keyframes faq_off1 {
  0%,
  100% {
    left: 0;
    opacity: 1;
  }
  49% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
}

.faq_off .faq_icon > div:nth-child(1) span {
  animation: faq_off2 .5s ease-in-out forwards;
}

@keyframes faq_off2 {
  0%,
  100% {
    left: 0;
    opacity: 1;
  }
  49% {
    left: -100%;
    opacity: 0;
  }
  51% {
    left: 100%;
    opacity: 0;
  }
}

.popup_on {
  animation: popup_on0 .5s ease-in-out forwards;
}

@keyframes popup_on0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.popup_on .popup_close {
  animation: popup_on1 .5s ease-in-out .25s forwards;
}

@keyframes popup_on1 {
  0% {
    opacity: 0;
    transform: scale(0.5) translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate3d(0, 0, 0);
  }
}

.popup_on .popup_close > div > div:nth-child(1) span {
  animation: popup_on2 375ms ease-in-out .75s forwards;
}

@keyframes popup_on2 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

.popup_on .popup_close > div > div:nth-child(2) span {
  animation: popup_on3 375ms ease-in-out 1s forwards;
}

@keyframes popup_on3 {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

.popup_on .popup_block {
  animation: popup_on4 .75s ease-in-out .5s forwards;
}

@keyframes popup_on4 {
  0% {
    opacity: 0;
    transform: scale(1.05) translate(0, 50px) skew(0deg, -2.5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) translate(0, 0) skew(0deg, 0deg);
  }
}

.popup_off {
  animation: popup_off0 .5s ease-in-out forwards;
}

@keyframes popup_off0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.opening .loading_logo div > span:nth-child(1) {
  animation: opening_on0 .25s ease-in-out forwards;
}

@keyframes opening_on0 {
  0%,
  40%,
  80% {
    opacity: 0;
  }
  100%,
  20%,
  60% {
    opacity: 1;
  }
}

.wrap_on .default .loading_logo div span {
  animation: loading_on0 .5s ease-in-out forwards;
}

@keyframes loading_on0 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.wrap_off .default .loading_logo div > span:nth-child(2) {
  animation: loading_off0 .5s ease-in-out forwards;
}

@keyframes loading_off0 {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

.wrap_on .loading {
  animation: wrap_on0 .75s ease-in-out forwards;
}

@keyframes wrap_on0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.wrap_on .contents {
  animation: wrap_on1 .75s ease-in-out forwards;
}

@keyframes wrap_on1 {
  0% {
    transform: translateX(-25px);
  }
  100% {
    transform: translateX(0);
  }
}

.wrap_off .loading {
  animation: wrap_off0 .75s ease-in-out forwards;
}

@keyframes wrap_off0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrap_off .contents,
.wrap_off .footer,
.wrap_off .menu_on .menu_bg,
.wrap_off .menu_on .menu_inner {
  animation: wrap_off1 .75s ease-in-out forwards;
}

@keyframes wrap_off1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25px);
  }
}

.detail_slide .slide_on,
.main_slide .slide_on {
  animation: slide_on0 2.5s ease-in-out forwards;
}

@keyframes slide_on0 {
  0% {
    opacity: 0;
    transform: scale(1.05, 1);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.main_slide .slide_off div,
.main_slide .slide_on div {
  animation: slide_on1 10s linear forwards;
}

@keyframes slide_on1 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.main_loader_line .slide_on path {
  animation: slide_on2 6.5s linear forwards;
  stroke-dasharray: 600;
}

@keyframes slide_on2 {
  0% {
    stroke-dashoffset: 600;
  }
  100% {
    stroke-dashoffset: 1200;
  }
}

.main_loader_text .slide_on {
  animation: slide_on3 1.25s ease-in-out 1.25s forwards;
}

@keyframes slide_on3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.main_loader_number_first .slide_on {
  animation: slide_on4 1s ease-in-out .85s forwards;
}

.main_loader_number_second .slide_on {
  animation: slide_on4 1s ease-in-out .75s forwards;
}

@keyframes slide_on4 {
  0% {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.detail_slide .slide_off,
.main_slide .slide_off {
  animation: slide_off0 2.5s ease-in-out forwards;
}

@keyframes slide_off0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.main_loader_line .slide_off path {
  animation: slide_off2 1s ease-in-out forwards;
  stroke-dasharray: 600;
}

@keyframes slide_off2 {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 600;
  }
}

.main_loader_text .slide_off {
  animation: slide_off3 1.25s ease-in-out forwards;
}

@keyframes slide_off3 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.main_loader_number_first .slide_off {
  animation: slide_off4 1s ease-in-out .1s forwards;
}

.main_loader_number_second .slide_off {
  animation: slide_off4 1s ease-in-out forwards;
}

@keyframes slide_off4 {
  0% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
}

.wrap_on .main_loader_line .main_loader_line_shadow path {
  animation: home0 1.5s ease-in-out forwards;
  stroke-dasharray: 600;
}

@keyframes home0 {
  0% {
    stroke-dashoffset: 600;
    stroke: #e6e6e6;
  }
  50% {
    stroke-dashoffset: 1200;
    stroke: rgba(230, 230, 230, 0.5);
  }
  100% {
    stroke-dashoffset: 1200;
    stroke: rgba(255, 255, 255, 0.25);
  }
}

.wrap_on .main_copy div,
.wrap_on .main_title div {
  animation: home1 .75s ease-in-out forwards;
}

@keyframes home1 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.wrap_on .main_loader_text .slide_on p {
  animation: home2 1.5s ease-in-out forwards;
}

@keyframes home2 {
  0% {
    color: rgba(230, 230, 230, 0);
  }
  50% {
    color: #e6e6e6;
  }
  100% {
    color: white;
  }
}

.wrap_on .main_loader_number .slide_on path {
  animation: home3 1.5s ease-in-out forwards;
}

@keyframes home3 {
  0% {
    fill: #e6e6e6;
  }
  100% {
    fill: white;
  }
}

.wrap_on .main_loader_line_form {
  animation: home4 .5s ease-in-out 1s forwards;
}

@keyframes home4 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.wrap_on .contents_scroll div {
  animation: home5 1s ease-in-out 1s forwards;
}

@keyframes home5 {
  0% {
    height: 0%;
  }
  100% {
    height: 100%;
  }
}

.wrap_off .contents_scroll div span,
.wrap_on .contents_scroll div span {
  animation: home6 2.5s ease-in-out 2s infinite;
}

@keyframes home6 {
  0% {
    top: 0;
    opacity: 0;
  }
  15%,
  55% {
    opacity: 1;
  }
  100%,
  70% {
    top: 90%;
    opacity: 0;
  }
}

.wrap_on .contents_copy p,
.wrap_on .main_copy div p,
.wrap_on .main_title div p {
  animation: home7 1.5s ease-in-out forwards;
}

@keyframes home7 {
  0% {
    color: rgba(230, 230, 230, 0);
  }
  100% {
    color: #323232;
  }
}

.wrap_on .main_logo path {
  animation: home8 1.5s ease-in-out forwards;
}

@keyframes home8 {
  0% {
    fill: rgba(230, 230, 230, 0);
  }
  100% {
    fill: #009f41;
  }
}

.slide_first .main_slide .slide_on,
.wrap_on .main_img div {
  animation: home9 1.125s ease-in-out 375ms forwards;
}

@keyframes home9 {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.slide_first .main_loader_number_first .slide_on {
  animation: slide_on4 .75s ease-in-out .1s forwards;
}

.slide_first .main_loader_number_second .slide_on {
  animation: slide_on4 .75s ease-in-out 0s forwards;
}

.wrap_on .main_title > img:nth-child(1) {
  animation: lower0 375ms ease-in-out 475ms forwards;
}

.wrap_on .main_title > img:nth-child(2) {
  animation: lower0 375ms ease-in-out 375ms forwards;
}

@keyframes lower0 {
  0% {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

.wrap_on .contents_copy span {
  animation: lower1 .75s ease-in-out forwards;
}

@keyframes lower1 {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

.wrap_on .header_off .header_button_inner > div:nth-child(2) > div:nth-child(1) span span {
  animation: header_button_off0 2.5s ease-in-out 0s infinite;
}

.wrap_on .header_off .header_button_inner > div:nth-child(2) > div:nth-child(2) span span {
  animation: header_button_off0 2.5s ease-in-out .15s infinite;
}

.wrap_on .header_off .header_button_inner > div:nth-child(2) > div:nth-child(3) span span {
  animation: header_button_off0 2.5s ease-in-out .3s infinite;
}

@keyframes header_button_off0 {
  0%,
  100%,
  65% {
    left: 0;
    opacity: 1;
  }
  80% {
    left: 100%;
    opacity: 0;
  }
  85% {
    left: -100%;
    opacity: 0;
  }
}

.header_fix .header_button_bg {
  animation: header_fix0 375ms ease-in-out forwards;
}

@keyframes header_fix0 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.header_fix .header_button_inner > div:nth-child(2) {
  animation: header_fix1 375ms ease-in-out .1875s forwards;
}

@keyframes header_fix1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header_nofix .header_button_bg {
  animation: header_nofix0 375ms ease-in-out forwards;
}

@keyframes header_nofix0 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

.header_on .header_button_bg div {
  animation: header_on0 375ms ease-in-out forwards;
}

@keyframes header_on0 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0;
  }
}

.header_on .header_button_inner > div:nth-child(2) > div:nth-child(1) {
  animation: header_on1 .75s ease-in-out forwards;
}

@keyframes header_on1 {
  0% {
    margin: 0;
    transform: rotate(0);
  }
  50% {
    margin: 8px 0 0;
    transform: rotate(0);
  }
  100% {
    margin: 8px 0 0;
    transform: rotate(-45deg);
  }
}

.header_on .header_button_inner > div:nth-child(2) > div:nth-child(3) {
  animation: header_on2 .75s ease-in-out forwards;
}

@keyframes header_on2 {
  0% {
    margin: 16px 0 0;
    transform: rotate(0);
  }
  50% {
    margin: 8px 0 0;
    transform: rotate(0);
  }
  100% {
    margin: 8px 0 0;
    transform: rotate(45deg);
  }
}

.header_off .header_button_bg div {
  animation: header_off0 375ms ease-in-out forwards;
}

@keyframes header_off0 {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.header_off .header_button_inner > div:nth-child(2) > div:nth-child(1) {
  animation: header_off1 .75s ease-in-out forwards;
}

@keyframes header_off1 {
  0% {
    margin: 8px 0 0;
    transform: rotate(-45deg);
  }
  50% {
    margin: 8px 0 0;
    transform: rotate(0);
  }
  100% {
    margin: 0;
    transform: rotate(0);
  }
}

.header_off .header_button_inner > div:nth-child(2) > div:nth-child(3) {
  animation: header_off2 .75s ease-in-out forwards;
}

@keyframes header_off2 {
  0% {
    margin: 8px 0 0;
    transform: rotate(45deg);
  }
  50% {
    margin: 8px 0 0;
    transform: rotate(0);
  }
  100% {
    margin: 16px 0 0;
    transform: rotate(0);
  }
}

.menu_on .menu_bg,
.menu_on .menu_inner {
  animation: menu_on0 .5s ease-in-out forwards;
}

@keyframes menu_on0 {
  0% {
    left: 50%;
    background: rgba(255, 255, 255, 0);
  }
  100% {
    left: 0;
    background: white;
  }
}

.menu_on .menu_block {
  animation: menu_on1 .5s ease-in-out .25s forwards;
}

@keyframes menu_on1 {
  0% {
    opacity: 0;
    left: 55%;
  }
  100% {
    opacity: 1;
    left: 50%;
  }
}

.menu_on .menu_sns_list {
  animation: menu_on2 375ms ease-in-out 375ms forwards;
}

@keyframes menu_on2 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.menu_off .menu_bg,
.menu_off .menu_inner {
  animation: menu_off0 .5s ease-in-out forwards;
}

@keyframes menu_off0 {
  0% {
    left: 0;
    background: white;
  }
  100% {
    left: 50%;
    background: rgba(255, 255, 255, 0);
  }
}

.menu_off .menu_block {
  animation: menu_off1 .5s ease-in-out forwards;
}

@keyframes menu_off1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.menu_off .menu_sns_list {
  animation: menu_off2 .5s ease-in-out forwards;
}

@keyframes menu_off2 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9);
  }
}

.menu_block_list_on > img:nth-child(2) {
  animation: menu_block_list_on0 .5s ease-in-out forwards;
}

.menu_block_list_on > img:nth-child(1) {
  animation: menu_block_list_on0 .5s ease-in-out .1s forwards;
}

@keyframes menu_block_list_on0 {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  49% {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
  51% {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}

.menu_block_list_off > img:nth-child(2) {
  animation: menu_block_list_off0 .5s ease-in-out forwards;
}

.menu_block_list_off > img:nth-child(1) {
  animation: menu_block_list_off0 .5s ease-in-out .1s forwards;
}

@keyframes menu_block_list_off0 {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
  49% {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }
  51% {
    opacity: 0;
    transform: translateY(50%) rotateX(90deg);
  }
}

.scroll_on0 {
  animation: scroll_on0 .75s ease-in-out forwards;
}

@keyframes scroll_on0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.scroll_on1 {
  animation: scroll_on1 .75s ease-in-out forwards;
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
    transform: translate(0, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.scroll_on0 > .trans_img,
.scroll_on1 > .trans_img {
  animation: scroll_on2 .75s ease-in-out forwards;
}

@keyframes scroll_on2 {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.scroll_on0 > .instagram_list:nth-child(1) {
  animation: scroll_on3 .75s ease-in-out forwards;
}

.scroll_on0 > .instagram_list:nth-child(2) {
  animation: scroll_on3 .75s ease-in-out 125ms forwards;
}

.scroll_on0 > .instagram_list:nth-child(3) {
  animation: scroll_on3 .75s ease-in-out .25s forwards;
}

.scroll_on0 > .instagram_list:nth-child(4) {
  animation: scroll_on3 .75s ease-in-out 375ms forwards;
}

@keyframes scroll_on3 {
  0% {
    opacity: 0;
    transform: translate(0, 25px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.scroll_off0 {
  animation: scroll_off0 .75s ease-in-out forwards;
}

@keyframes scroll_off0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scroll_off1 {
  animation: scroll_off1 .75s ease-in-out forwards;
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 25px);
  }
}

.scroll_on0 .footer_button div span {
  animation: scroll_on0_0 .75s ease-in-out .5s forwards;
}

@keyframes scroll_on0_0 {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}

.scroll_on0 .footer_button a,
.scroll_on0 .footer_copyright,
.scroll_on0 .footer_logo,
.scroll_on0 .footer_menu {
  animation: scroll_on0_1 .5s ease-in-out .75s forwards;
}

@keyframes scroll_on0_1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header-bar {
  /* padding:10px 0;*/
  position: fixed;
  z-index: 150;
  /*height:25px;*/
  top: 0;
  width: 100%;
  z-index: 10000;
}

.sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
}

.sub-menu li {
  float: none;
  width: 100%;
  padding: 5px 7.619% 0 7.619%;
  margin: 0;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.sub-menu li:last-child {
  border: none;
}

.sub-menu li a {
  color: #000;
  text-decoration: underline;
  font-size: 14px;
}

.sub-menu li a:hover {
  color: #000;
}

.sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
  width: 10.5%;
}

.accordion_nav .sub-menu li {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background: #000;
  border-bottom: 1px solid #e8e8e8;
}

.accordion_nav .sub-menu li:last-child {
  border: none;
}

.accordion_nav .sub-menu li a {
  border: none;
  font-size: 14px;
}

.accordion_nav .sub-menu li a:hover {
  border: none;
}

.toggle_nav {
  cursor: pointer;
}

#slide_menu {
  position: fixed;
  /*top: 45px;*/
  left: -280px;
  width: 280px;
  height: 100%;
  z-index: 151;
  background: #333;
}

#slide_menu a:hover {
  color: #000;
  background: fff;
  text-decoration: none;
}

#slide_menu ul {
  list-style: none;
  margin: 0;
}

#slide_menu li {
  color: #a3a3a3;
}

#slide_menu li a {
  color: #fff;
  text-decoration: none;
}

#navToggle {
  position: absolute;
  /*bodyに対しての絶対位置指定です*/
  left: 13px;
  top: 300px;
  width: 30px;
  height: 20px;
  z-index: 1000;
  cursor: pointer;
}

#navToggle div {
  position: relative;
}

/*spanの絶対位置指定の親にします*/
#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 2px #000;
  transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 7px;
}

#navToggle span:nth-child(3) {
  top: 14px;
}

#slide_menu {
  overflow-y: scroll;
}

.sub-menu {
  position: static;
  width: 100%;
}

#slide_menu li a {
  padding: 20px;
  display: block;
}

#slide_menu .sub-menu li {
  font-size: 12px;
  border-bottom: 1px solid #fff;
  width: 100%;
}

#slide_menu .sub-menu li a {
  display: block;
}

#slide_menu .sub-menu li a:hover {
  background: #000;
  color: #fff;
}

#slide_menu .sub-menu li:last-child {
  border-bottom: none;
}

.open #navToggle span:nth-child(1) {
  top: 7px;
  transform: rotate(-45deg);
}

.open #navToggle span:nth-child(2) {
  opacity: 0;
}

.open #navToggle span:nth-child(3) {
  top: 7px;
  transform: rotate(45deg);
}

#slide_menu .sub-menu li a {
  padding: 10px 0 10px 25px;
  color: #ccc;
}

#fullpage-top .section {
  padding: 100px 0px 0px;
}

@media (max-width: 1024px) {
  #fullpage-top .container-top---in {
    padding: 10px;
  }
}

.top-sp-img {
  display: none;
}

@media (max-width: 1024px) {
  .top-sp-img {
    display: block;
  }
}

@media (max-width: 1024px) {
  .top-sp-img img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #fp-nav {
    display: none !important;
  }
}

#fp-nav.left {
  left: 0 !important;
  display: none;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 6px;
  height: 17px !important;
  margin: 0px !important;
  position: relative;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: 0 !important;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #ddd !important;
  left: 20%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li .fp-tooltip {
  top: 4px !important;
  font-size: 12px !important;
}

#fp-nav ul li a span {
  border-radius: 0 !important;
  height: 10px !important;
  width: 6px !important;
}

#fp-nav ul li a.active span {
  width: 10px !important;
  background: #000 !important;
}

#fp-nav ul li .fp-tooltip {
  opacity: 0.1;
}

.sec-0 .container1 {
  padding: 0 !important;
}

.sec-0 .container1 h2 {
  font-size: 2.6rem;
  font-weight: 900;
}

.sec-0 a.scroll-prompt {
  display: inline-block;
  position: absolute;
  left: 50px;
  bottom: 50%;
  transform: translate(0, 50%);
  z-index: 2;
  padding: 10px 10px 120px;
  overflow: hidden;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}

.sec-0 a.scroll-prompt span {
  display: inline-block;
  color: #fff;
  transform: scale(-1);
}

.sec-0 a.scroll-prompt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #FFA830;
}

.sec-0 a.scroll-prompt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.sec-0 a.scroll-prompt::after {
  height: 30px;
  animation: sdl 1.5s ease infinite;
}

@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}

@media (max-width: 1024px) {
  .sec-0 a.scroll-prompt {
    display: none;
  }
}

.sec-0 {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

.sec-0 #myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  object-fit: cover;
}

#section0 .layer {
  position: absolute;
  z-index: 4;
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#section0 {
  overflow: hidden;
  position: relative;
}

.section h2 {
  margin: 0;
  padding: 0;
  font-size: 3.75rem;
  font-weight: 900;
}

.section h3 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
}

.section h4 {
  margin: 0;
  padding: 0;
  font-size: 1.375rem;
}

.section p {
  margin: 0;
  padding: 0;
}

.sec1 .container {
  padding-left: 20px;
}

@media (max-width: 1024px) {
  .sec1 .container {
    width: 80%;
  }
}

.sec1 .container h2 {
  color: #fff;
}

@media (max-width: 1024px) {
  .sec1 .container h2 {
    font-size: 2rem;
  }
}

.sec1 .container h3 {
  margin-top: 30px;
  font-weight: 900;
  font-size: 1.6rem;
}

.sec-1 .container-feature {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 50px 0px;
}

.sec-1 .container-feature .container-feature-l {
  flex: 1 1 300px;
  min-width: 200px;
}

.sec-1 .container-feature .container-feature-r {
  flex: 2 1 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1024px) {
  .sec-1 .container-feature .container-feature-r {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

.sec-1 .container-feature .product-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.sec-1 .container-feature .product-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  background-color: #ddd;
}

.sec-1 .container-feature .product-title {
  margin-top: 8px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  gap: 4px;
}

.sec-1 .container-feature .external-icon::after {
  content: '↗';
  font-size: 12px;
}

@media (max-width: 768px) {
  .sec-1 .container-feature .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .sec-1 .container-feature .feature-content {
    flex-direction: column;
  }
  .sec-1 .container-feature .feature-grid {
    grid-template-columns: 1fr;
  }
}

.sec2 .fp-tableCell .container-top---in {
  position: relative;
  top: -40px;
}

.sec2 .fp-tableCell .container-top---in span {
  display: block;
}

@media (max-width: 1024px) {
  .sec2 .fp-tableCell .container-top---in span {
    display: inline;
  }
}

/*

.sec3 .fp-tableCell{

  .container-top---in{
  


     

      span{
        display: inline-block;

        @include breakpoint(mobile){
          display: inline;
       }

      }
  }

}

*/
@media (max-width: 1024px) {
  .sec2 .fp-tableCell, .sec3 .fp-tableCell {
    vertical-align: top !important;
  }
}

.sec2 .fp-tableCell .container-top-in, .sec3 .fp-tableCell .container-top-in {
  width: 50%;
  background: #fff;
}

@media (max-width: 1024px) {
  .sec2 .fp-tableCell .container-top-in, .sec3 .fp-tableCell .container-top-in {
    width: 100%;
  }
}

.sec2 .fp-tableCell .container-top-in .container-top--in, .sec3 .fp-tableCell .container-top-in .container-top--in {
  padding: 0px 0px 0px 150px;
}

@media (max-width: 1024px) {
  .sec2 .fp-tableCell .container-top-in .container-top--in, .sec3 .fp-tableCell .container-top-in .container-top--in {
    padding: 0px 0px 0px 0px;
  }
}

.sec2 .fp-tableCell .container-top-in .container-top--in h2, .sec3 .fp-tableCell .container-top-in .container-top--in h2 {
  line-height: 1;
}

.sec2 .fp-tableCell .container-top-in .container-top--in span, .sec3 .fp-tableCell .container-top-in .container-top--in span {
  color: #000;
}

.sec2 .fp-tableCell .container-top---in_bottom, .sec3 .fp-tableCell .container-top---in_bottom {
  margin: 50px 0px 50px;
}

@media (max-width: 1024px) {
  .sec2 .fp-tableCell .container-top---in_bottom, .sec3 .fp-tableCell .container-top---in_bottom {
    margin: 0px 0px 50px;
  }
}

.sec2 .fp-tableCell .sec2, .sec3 .fp-tableCell .sec2 {
  background-size: cover;
  background-position: center;
}

@media (max-width: 1024px) {
  .sec2 .fp-tableCell .sec2, .sec3 .fp-tableCell .sec2 {
    background-image: unset;
  }
}

.sec2 .fp-tableCell .container-mod2 h2, .sec3 .fp-tableCell .container-mod2 h2 {
  display: inline-block;
  color: #000;
}

.sec2 .fp-tableCell .container-mod2 h2 .color_FFA830, .sec3 .fp-tableCell .container-mod2 h2 .color_FFA830 {
  color: #FFA830;
}

.sec2 .fp-tableCell .container-mod2 h2 .sub_title, .sec3 .fp-tableCell .container-mod2 h2 .sub_title {
  font-size: 1rem;
  font-weight: normal;
}

.sec2 .fp-tableCell .container-mod2 span, .sec3 .fp-tableCell .container-mod2 span {
  font-size: 0.8rem;
}

.sec2 .fp-tableCell .container-mod2 h4, .sec3 .fp-tableCell .container-mod2 h4 {
  margin: 20px 0;
}

.sec2 .fp-tableCell .container-mod2 p, .sec3 .fp-tableCell .container-mod2 p {
  color: #000;
  font-weight: normal;
}

.sec2 {
  background-size: cover;
}

@media (max-width: 1024px) {
  .sec2 {
    background-image: unset;
    margin-top: 80px;
  }
}

.sec-2 {
  background-color: #737477;
}

.sec-2 .container-mod3 {
  padding-bottom: 100px;
}

.sec-2 .about-section {
  padding: 60px 40px;
}

.sec-2 .about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  padding: 50px 50px;
  margin: 100px 0px;
  background: #fff;
}

@media (max-width: 1024px) {
  .sec-2 .about-container {
    padding: 10px;
  }
}

.sec-2 .about-text {
  flex: 1;
  min-width: 280px;
}

.sec-2 .about-text h2 {
  font-size: 64px;
  margin-bottom: 0px;
  padding: 0;
  line-height: 1;
}

.sec-2 .about-text .about-text-jp {
  padding: 20px 0px;
  display: inline-block;
}

.sec-2 .about-text p {
  margin-bottom: 30px;
}

.sec-2 .about-text
.about-button {
  display: inline-block;
  border: 1px solid #000;
  padding: 12px 24px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s, color 0.3s;
}

.sec-2 .about-button:hover {
  background-color: #000;
  color: #fff;
}

.sec-2 .arrow {
  margin-left: 10px;
}

.sec-2 .about-image {
  flex: 1;
  min-width: 300px;
}

.sec-2 .about-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #eee;
}

.sec-3 .news-section {
  padding: 40px 0px;
}

.sec-3 .news-list {
  border-top: 1px solid #ccc;
}

.sec-3 .news-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}

@media (max-width: 1024px) {
  .sec-3 .news-item {
    display: block;
  }
}

.sec-3 .news-item .date {
  width: 150px;
  font-weight: bold;
}

.sec-3 .news-item .category {
  width: 180px;
}

@media (max-width: 1024px) {
  .sec-3 .news-item .category {
    display: block;
    margin: 10px 0px;
    width: 100%;
  }
}

.sec-3 .news-item .title {
  flex: 1;
}

.sec-3 .news-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  gap: 20px;
}

.sec-3 .view-more {
  border: 1px solid #000;
  padding: 10px 20px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}

.sec-3 .view-more:hover {
  background: #000;
  color: #fff;
}

.sec-3 .external-link {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.sec-3 .external-icon {
  margin-left: 4px;
}

.sec3 {
  background-size: cover;
}

.sec4 {
  background-size: cover;
}

.sec5 {
  background-size: cover;
}

.sec6 {
  background-size: cover;
}

.sec7 {
  background-size: cover;
}

.sec8 {
  background-size: cover;
}

.sec9 div.contact {
  display: flex;
  background-color: #E6E6E6;
}

.fp-viewing-section9 #masthead {
  display: none;
}

.fp-viewing-section9 #fp-nav {
  display: none !important;
}

.fp-viewing-section9 footer .footer-top {
  background-color: #231815;
}

.fp-viewing-section9 footer .footer-middle {
  background-color: #fff;
}

.fp-viewing-section9 footer .footer-bottom {
  background-color: #231815;
}

/*
#side-bar{
  width: 100px;
}

.fullpage-wrapper{
  width:calc(100% - 100px);
}
*/
/*# sourceMappingURL=style.css.map */