@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  color: #33322c;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  width: 100%;
}

a {
  color: #33322c;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  color: #33322c;
  text-decoration: none;
  opacity: 0.65;
}

a:active,
a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
dd,
dt,
dl {
  margin: 0;
}

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

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Grid System width Flex */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-rev {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-col {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col;
  flex-direction: col;
}

.flex-col-rev {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: col-reverse;
  flex-direction: col-reverse;
}

.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/*margin*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  margin: 2px;
  padding: 15px 15px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea :focus {
  outline: none;
  border-color: #000;
}

input[type="checkbox"],
input[type="radio"] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #c5c5c5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}

.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #231815;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #000;
}
.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick/slick.eot");
  src: url("./fonts/slick/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick/slick.woff") format("woff"),
    url("./fonts/slick/slick.ttf") format("truetype"),
    url("./fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url(img/common/btn-prev.png) no-repeat center center;
}

.slick-next {
  right: 30px;
  background: url(img/common/btn-next.png) no-repeat center center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #aaa;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }

  .slick-archive__title {
    font-size: 1.2rem;
  }
}
/***************************

layout/header.scss

***************************/
/* toggle button */
.toggle {
  display: none;
}

@media screen and (max-width: 1100px) {
  .toggle {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 7;
    background: #003399;
  }

  .toggle__bar {
    position: relative;
    margin: 8px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .toggle__bar,
  .toggle__bar::before,
  .toggle__bar::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }

  .toggle__bar::before,
  .toggle__bar::after {
    position: absolute;
    content: "";
  }

  .toggle__bar::before {
    top: -10px;
  }

  .toggle__bar::after {
    top: 10px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/* Hamburger menu */
.gnav {
  line-height: 1.6;
  margin: 0;
}

@media screen and (min-width: 1101px) {
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .gnav {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #68acbf;
    z-index: 30;
    padding: 100px 20px 20px;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;
  }

  .gnav.active {
    opacity: 1;
    visibility: visible;
  }
}
/***************************

 header

***************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header.fixedmenu {
  position: fixed;
  animation: fixedmenu 0.5s linear both;
  background: #fff;
}

@keyframes fixedmenu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  margin: 0 40px;
}
.header .logo img.fixed {
  display: none;
}
.header .logo a {
  line-height: 1;
  display: block;
}

.header.fixedmenu .logo img.absolute {
  display: none;
}
.header.fixedmenu .logo img.fixed {
  display: block;
}

.header.fixedmenu.active .logo img.absolute {
  display: block;
}
.header.fixedmenu.active .logo img.fixed {
  display: none;
}

.head_cont {
  display: flex;
  align-items: center;
}

.h-nav ul li {
  position: relative;
}
.h-nav ul li:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background: #fff;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  opacity: 0.4;
}
.h-nav ul li a {
  width: 150px;
  height: 100px;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-nav ul li a:hover {
  opacity: 1;
  background: rgba(80, 80, 80, 0.3);
}
.h-nav ul li a h2 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.6rem;
}
.h-nav ul li a p {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.h-nav ul li a i {
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  color: #003399;
  font-size: 1.1rem;
}
.h-nav ul li a i:before {
  line-height: 1;
}

.fixedmenu .h-nav ul li:before {
  background: #cacad9;
}
.fixedmenu .h-nav ul li a {
  color: #33322c;
}
.fixedmenu .h-nav ul li a:hover {
  background: #f4fafd;
}
.fixedmenu .h-nav ul li a p {
  color: #003399;
}
.fixedmenu .h-nav ul li a i {
  background: #003399;
  color: #fff;
}

.h-sns-box {
  width: 200px;
  display: flex;
}
.h-sns-box li {
  width: 50%;
}
.h-sns-box li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100px;
  height: 100px;
  color: #fff;
}
.h-sns-box li a i {
  font-size: 2rem;
}
.h-sns-box li a.line {
  background: #06c755;
}
.h-sns-box li a.tel {
  background: #313140;
  text-align: center;
}
.h-sns-box li a p {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
}

.gnav ul {
  max-width: 350px;
  width: 100%;
  margin: 0 auto 20px;
}
.gnav ul li {
  text-align: center;
}
.gnav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.gnav ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
}

.gnav-line {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  background: #06c755;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}
.gnav-line i {
  position: absolute;
  font-size: 3rem;
  font-weight: normal;
  top: 50%;
  left: 20px;
  z-index: 3;
  translate: 0 -50%;
  pointer-events: none;
}

.gnav-tel {
  position: relative;
  max-width: 350px;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  background: #313140;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

/* 251105 add */
.gnav-tel:hover {
  color: #fff;
}
.gnav-tel i {
  position: absolute;
  font-size: 2.7rem;
  font-weight: normal;
  top: 50%;
  left: 20px;
  z-index: 3;
  translate: 0 -50%;
  pointer-events: none;
}

.gnav-tel {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.gnav-tel a {
  width: 100%;
  background: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #313140;
  white-space: nowrap;
  border-radius: 55px;
  margin-bottom: 10px;
}
.gnav-tel a i {
  font-size: 2rem;
  color: #003399;
}

@media screen and (max-width: 1250px) {
  .header .logo {
    margin: 0 20px;
  }

  .h-nav ul li a {
    width: 130px;
    height: 80px;
  }

  .h-sns-box {
    width: 160px;
  }

  .h-sns-box li a {
    width: 80px;
    height: 80px;
  }

  .h-sns-box li a.line i {
    font-size: 3rem;
  }

  .h-sns-box li a.mail i {
    font-size: 2.7rem;
  }

  .h-sns-box li a p {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .header_inner {
    min-height: 65px;
    padding: 10px 0;
  }

  .header .logo p {
    margin-top: 5px;
  }

  .head_cont {
    display: none;
  }

  .header.fixedmenu.active {
    background: #68acbf;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 500px) {
  .header .logo {
    width: 60vw;
  }

  .header .logo p {
    font-size: 2.4vw;
  }
}
body.hidden {
  overflow: hidden;
}

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

layout/footer.scss

***************************/
.footer {
  width: 100%;
  background: #313140;
  padding: 70px 0;
}
.footer .container_m {
  flex-wrap: wrap;
  gap: 50px 4%;
}
.footer .logo {
  max-width: 320px;
  width: 100%;
  line-height: 1;
}
.footer .logo a {
  display: inline-block;
  line-height: 1;
  margin-bottom: 10px;
}
.footer .logo p {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #fff;
}

.footer_l__box {
  max-width: 540px;
  width: 40%;
  padding: 0 10px;
}

.footer_logo_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.company-logo-list {
  display: flex;
  gap: 5px;
}

.footer_contact {
  width: 100%;
  margin-bottom: 60px;
}
.footer_contact ul {
  width: 100%;
}
.footer_contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.footer_tel_link {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.footer_tel_link .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 135px;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.45;
  letter-spacing: 0.04em;
  background: #00b3fe;
  color: #fff;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
.footer_tel_link .inner {
  width: calc(100% - 100px);
  padding: 15px 20px;
  background: #fff;
  border-radius: 0 3px 3px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer_tel_link .inner a,.footer_tel_link .inner span {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: clamp(28px, 2.9vw, 44px);
  letter-spacing: 0.04em;
  line-height: 1;
  white-space: nowrap;
}
.footer_tel_link .inner a i,.footer_tel_link .inner span i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  font-size: 2rem;
  background: #f4fafd;
  color: #003399;
}
.footer_tel_link.is-emergency .ttl {
  background: #e02a12;
}

.f-contact-btn {
  position: relative;
  width: 100%;
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 72px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  /* 251125 add */
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  padding: 0 min(calc(40/1500*100vw),40px);
  gap: 5px;
  text-align: left;
}
.f-contact-btn::after{
  /* 251125 add */
  content: "";
}
.f-contact-btn:hover {
  color: #fff;
}
.f-contact-btn.f-btn-mail {
  background: #003399;
  border: 1px solid #fff;
}
.f-contact-btn.f-btn-mail i {
  color: #003399;
}
.f-contact-btn.f-btn-line {
  background: #06c755;
}
.f-contact-btn.f-btn-line i {
  font-size: 2rem;
  color: #06c755;
  font-weight: normal;
}
.f-contact-btn i {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
  border-radius: 100%;
  z-index: 3;
  pointer-events: none;
  /* 251125 add */
  position: relative;
  translate: 0 0;
  top: auto;
  margin-left: 0;
}

.sub-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
  /* 251118 add */
  gap: 30px 0;
}

.sub-nav-menu li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.sub-nav-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.sub-nav-menu li a {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
}
.sub-nav-menu li a span {
  background: linear-gradient(0deg, #fff 1px, transparent 1px);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: bottom center;
}
.sub-nav-menu li a:hover span {
  background-size: 100% 1px;
  transition: all 0.6s;
}
.sub-nav-menu li i {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.sub-nav-menu li i:before {
  line-height: 1;
}

.sub-nav-other-menu li {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.sub-nav-other-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.sub-nav-other-menu li a {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
}
.sub-nav-other-menu li a span {
  background: linear-gradient(0deg, #fff 1px, transparent 1px);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: bottom center;
}
.sub-nav-other-menu li a:hover span {
  background-size: 100% 1px;
  transition: all 0.6s;
}
.sub-nav-other-menu li i {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
}
.sub-nav-other-menu li i:before {
  line-height: 1;
}

.footer_r__box {
  max-width: 745px;
  width: 55.6%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.f-company_addr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}
.f-company_addr p {
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.f-company_addr .f-btn-gmap {
  position: relative;
  max-width: 260px;
  width: 100%;
  height: 72px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 72px;
  border: 1px solid #fff;
  padding-left: 40px;
}
.f-company_addr .f-btn-gmap:hover {
  color: #313140;
  background: #fff;
  opacity: 1;
}
.f-company_addr .f-btn-gmap:hover i {
  background: #313140;
  color: #fff;
}
.f-company_addr .f-btn-gmap i {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  color: #313140;
  font-weight: normal;
  left: 15px;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
  pointer-events: none;
}

.f-gmap-wrap {
  position: relative;
  width: 100%;
  flex-grow: 1;
}
.f-gmap-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.f-pc-cont {
  display: none;
}

.copyright {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .footer .container_m {
    flex-direction: column;
  }

  .footer_l__box {
    max-width: 100%;
    width: 100%;
  }

  .footer_contact {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }

  .footer_l__box .copyright {
    display: none;
  }

  .footer_tel_link {
    margin-bottom: 0;
  }

  .footer_tel_link .inner a,.footer_tel_link .inner span {
    font-size: clamp(28px, 4.3vw, 44px);
  }

  .sub-nav {
    flex-direction: column;
    margin-bottom: 0;
  }

  .sub-nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 30px;
  }

  .sub-nav-menu li:not(:last-child) {
    margin-bottom: 0;
  }

  .sub-nav-other-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
  }

  .sub-nav-other-menu li:not(:last-child) {
    margin-bottom: 0;
  }

  .footer_r__box {
    max-width: 100%;
    width: 100%;
  }

  .f-gmap-wrap {
    height: 50vh;
  }

  .f-pc-cont {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  .footer_contact {
    flex-direction: column;
  }

  .footer_tel_link .inner {
    text-align: center;
  }

  .footer_tel_link .inner a,.footer_tel_link .inner span {
    justify-content: center;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  .sub-nav-menu {
    justify-content: flex-start;
  }

  .f-company_addr {
    flex-direction: column;
  }

  .f-contact-btn {
    height: 57px;
  }
  .f-contact-btn i {
    left: 10px;
  /* 251125 add */
  left: auto;
  }

  .f-company_addr .f-btn-gmap {
    max-width: 100%;
    height: 57px;
    padding-left: 0;
  }
  .f-company_addr .f-btn-gmap i {
    left: 10px;
  }

  .footer_tel_link .inner a,.footer_tel_link .inner span {
    font-size: clamp(28px, 7.3vw, 44px);
  }
}
@media screen and (max-width: 425px) {
  .footer .logo {
    margin: 0 auto;
  }

  .footer_tel_link {
    flex-direction: column;
  }
  .footer_tel_link .ttl {
    width: 100%;
    min-height: 30px;
    border-radius: 3px 3px 0 0;
  }
  .footer_tel_link .ttl br {
    display: none;
  }

  .footer_tel_link .inner {
    width: 100%;
    border-radius: 0 0 3px 3px;
  }

  .f-contact-btn {
    font-size: clamp(12px, 4vw, 18px);
  }

  .footer_logo_area {
    flex-direction: column;
  }
}
.pagetop {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
}

@media screen and (max-width: 425px) {
  .pagetop {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
  }
}
.bnrLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

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

 user common css

////////////////////////*/
.container_l {
  max-width: 1460px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container_m {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.container_s {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.sp_550 {
  display: none;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd100 {
  width: 100%;
}

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

  .pc {
    display: none;
  }
}
a[href^="tel:"] {
  pointer-events: none;
  /* 251125 add */
  pointer-events: auto;
}

@media screen and (max-width: 550px) {
  .pc_550 {
    display: none;
  }

  .sp_550 {
    display: block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.zen-antique {
  font-family: "Zen Antique", serif;
}

.zen-kaku-gothic-antique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.ls4 {
  letter-spacing: 0.04em;
}

.ls5 {
  letter-spacing: 0.05em;
}

.ls6 {
  letter-spacing: 0.06em;
}

.lh2 {
  line-height: 2;
}

.fz35 {
  font-size: 3.5rem;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.fz14 {
  font-size: 1.4rem;
}

.fz13 {
  font-size: 1.3rem;
}

.col_white {
  color: #fff;
}

.col_blue {
  color: #003399;
}

.underline {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .fz35 {
    font-size: 2.6rem;
  }
}
.base-style_num_list {
  counter-reset: 0;
}
.base-style_num_list li {
  letter-spacing: 0.06em;
  line-height: 2;
}
.base-style_num_list > li {
  counter-increment: count 1;
  position: relative;
  padding-left: 25px;
}
.base-style_num_list > li:before {
  position: absolute;
  content: counter(count) ".";
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  color: #003399;
  left: 0;
  top: 5px;
}
.base-style_num_list > li:not(:last-child) {
  margin-bottom: 10px;
}

.base-style_text_list {
  padding-left: 30px;
  counter-reset: 0;
  list-style-type: disc;
  margin-top: 20px;
  margin-bottom: 20px;
}
.base-style_text_list > li {
  counter-increment: text 1;
  position: relative;
  padding-left: 25px;
}
.base-style_text_list > li:before {
  position: absolute;
  content: counter(text) ".";
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
  color: #003399;
  left: 0;
  top: 5px;
}

.base-style_list {
  padding-left: 20px;
  margin-top: 20px;
}
.base-style_list > li {
  position: relative;
  padding-left: 20px;
}
.base-style_list > li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #003399;
  left: 0;
  top: 12px;
}

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

object/project/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
  visibility: visible !important;
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInBottom {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  visibility: visible !important;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@-webkit-keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  max-width: 320px;
  width: 100%;
  min-height: 72px;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 15px 35px;
  border-radius: 72px;
  font-size: 1.6rem;
  overflow: hidden;
}
.btn-A.bk_gray {
  background: #eef0f2;
}
.btn-A span {
  position: relative;
  z-index: 4;
}
.btn-A:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #003399;
  clip-path: circle(50% at 50% 50%);
  right: 30px;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  pointer-events: none;
}
.btn-A:hover {
  opacity: 1;
  color: #fff;
}
.btn-A:hover:after {
  scale: 64;
  right: 0;
  translate: -50% -50%;
  transition: all 0.6s;
}

.btn-B {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  min-height: 50px;
  padding: 10px 40px;
  border: 1px solid #1f4c94;
  border-radius: 35px;
}
.btn-B:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #1f4c94;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.btn-B:hover {
  opacity: 1;
}
.btn-B:hover:after {
  translate: 5px -50%;
  transition: all 0.6s;
}

.btn-center {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin: 0 auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg_01 .hdg_01__ja {
  display: block;
  width: 100%;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.hdg_01 .hdg_01__ja.fz40 {
  font-size: 4rem;
}
.hdg_01 .hdg_01__en {
  display: block;
  width: 100%;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

.hdg_02 {
  position: relative;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.04em;
  padding-left: 25px;
}
.hdg_02:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #004d99;
  left: 0;
  top: 17px;
}

.hdg_03 {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.04em;
  padding-left: 25px;
}
.hdg_03:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .hdg_01 {
    gap: 5px;
  }
  .hdg_01 .hdg_01__ja {
    font-size: 2.8rem;
  }
  .hdg_01 .hdg_01__ja.fz40 {
    font-size: 3rem;
  }
  .hdg_01 .hdg_01__en {
    font-size: 1.4rem;
  }

  .hdg_02 {
    font-size: 2.5rem;
  }

  .hdg_02:before {
    top: 14px;
  }
}
/***************************

object/project/top.scss

***************************/
.mv {
  width: 100%;
  background: url(img/top/base-back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 160px;
}
@media screen and (min-width: 1501px) {
  .mv {
    background-position: center bottom;
    background-size: 100% 100%;
  }
}

.main-visual {
  position: relative;
}
.main-visual .mv-ttl {
  position: absolute;
  font-size: 6.8rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  bottom: 40px;
  left: 20vw;
  z-index: 10;
  font-feature-settings: "palt";
  text-shadow: 4px 4px 15px rgba(0, 77, 153, 0.15);
}
.main-visual .mv-ttl span {
  color: #fc8c49;
}

.mv-slide.swiper {
  padding: 40px 0;
}

.mv-slide .mv-slide_item.swiper-slide-active .inner img {
  translate: 0 -30px;
}

.mv-slide .mv-slide_item .inner img {
  width: 100%;
}

.mv-swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  max-width: 135px;
  height: 2px;
  bottom: 0;
  left: 5.3vw;
  top: initial !important;
  display: flex;
}

.mv-swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 2px;
  border-radius: 0;
  background: #eee;
  opacity: 1;
  display: block;
}

.mv-swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.mv-swiper-pagination .swiper-pagination-bullet-active {
  background: #003399;
}

.mv-recruit-link {
  position: absolute;
  right: 5.3vw;
  bottom: 50px;
  z-index: 10;
  width: 275px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 77, 153, 0.3);
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 15px 30px;
  overflow: hidden;
}
.mv-recruit-link:hover {
  opacity: 1;
}
.mv-recruit-link:hover:after {
  width: 200%;
  height: 200%;
  transition: all 0.6s;
  background: #fc8c49;
}
.mv-recruit-link h3 {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
}
.mv-recruit-link p {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.08em;
}
.mv-recruit-link:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #1275d8;
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  bottom: 0;
  right: 0;
  border-radius: 2px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .mv {
    padding-top: 120px;
  }

  .main-visual .mv-ttl {
    left: 6vw;
  }

  .mv-recruit-link {
    width: 200px;
    height: 110px;
  }

  .mv-recruit-link h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .mv-slide.swiper {
    padding-bottom: 20px;
  }

  .mv-slide .mv-slide_item .inner img {
    height: 55vh;
    object-fit: cover;
    width: auto;
  }

  .main-visual .mv-ttl {
    font-size: 8.8vw;
    bottom: inherit;
    top: 40vh;
  }

  .mv-recruit-link {
    position: relative;
    bottom: inherit;
    right: inherit;
    width: 89.4vw;
    height: auto;
    margin: 30px auto 0;
  }
}
.top01 {
  width: 100%;
  margin-bottom: 130px;
}

.t-service {
  width: 100%;
}

.t-service-ttl {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #003399;
  border-radius: 5px;
  color: #fff;
  padding: 0 40px;
  margin-bottom: 50px;
}
.t-service-ttl h3 {
  font-size: 3.8rem;
}
.t-service-ttl p {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.t-service-ttl:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: #999;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  right: 0;
  border-bottom-right-radius: 5px;
}

.t-service-cont {
  width: 100%;
}

.t-service-cont_head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.t-service-cont_head p {
  position: relative;
  padding-left: 40px;
  left: 0.06em;
  flex-grow: 1;
}
.t-service-cont_head p:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 24px;
  border-left: 2px dotted #33322c;
  left: 20px;
  top: 50%;
  translate: 0 -50%;
}

.t-service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.t-service-list:not(:last-child) {
  margin-bottom: 70px;
}

.t-service-list_item {
  width: 100%;
  aspect-ratio: 1 / 1;
}
.t-service-list_item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 3px solid #003399;
  padding: 10px;
}
.t-service-list_item a:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  background: #c1dcf9;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  bottom: 0;
  right: 0;
  z-index: 2;
}
.t-service-list_item a:hover {
  opacity: 1;
  background: #003399;
  color: #fff;
  border-color: transparent;
}
.t-service-list_item a:hover:after {
  width: 49px;
  height: 49px;
  bottom: -3px;
  right: -4px;
}
.t-service-list_item a:hover .icn img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%)
    hue-rotate(330deg) brightness(104%) contrast(101%);
}
.t-service-list_item a .icn {
  margin-bottom: 20px;
  max-width: 140px;
  width: 58%;
}
.t-service-list_item a p {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .t-service-cont_head {
    flex-direction: column;
    align-items: flex-start;
  }

  .t-service-cont_head p {
    padding-left: 25px;
  }
  .t-service-cont_head p:before {
    display: none;
  }

  .t-service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .t-service-ttl h3 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .t-service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top01 {
    margin-bottom: 60px;
  }

  .t-service {
    flex-direction: column;
  }

  .t-service-ttl {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .t-service-cont {
    width: 100%;
  }

  .t-service-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .t-service-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .t-service-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 425px) {
  .t-service-ttl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 20px 30px;
  }

  .t-service-ttl h3 {
    font-size: 2.8rem;
  }

  .t-service-ttl p {
    font-size: 1.6rem;
  }

  .t-service-list {
    grid-template-columns: 100%;
  }

  .t-service-list_item {
    aspect-ratio: auto;
  }

  .t-service-list_item a {
    padding: 25px 20px;
  }

  .t-service-list_item a .icn {
    width: 100px;
  }
}
.top02 {
  position: relative;
  width: 100%;
  z-index: 3;
}

.t-under-link-list {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

.t-under-link-list_item {
  position: relative;
  width: 100%;
}
.t-under-link-list_item.t-company {
  background: url(img/top/company-back.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.t-under-link-list_item.t-recruit {
  background: url(img/top/recruit-back.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.t-under-link-list_item .inner {
  width: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px;
  color: #fff;
}
.t-under-link-list_item .inner:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #3a4f5f;
  opacity: 0.45;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.t-under-link-list_item .inner .hdg_01,
.t-under-link-list_item .inner p,
.t-under-link-list_item .inner a {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1200px) {
  .t-under-link-list_item .inner {
    padding: 30px;
  }
  .t-under-link-list_item .inner .btn-A {
    min-height: 52px;
  }
}
@media screen and (max-width: 1024px) {
  .t-under-link-list_item .inner {
    min-height: 320px;
  }
}
@media screen and (max-width: 900px) {
  .t-under-link-list {
    flex-direction: column;
  }
}
.top03 {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
}
.top03:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% + 240px);
  z-index: -1;
  top: -120px;
  left: 0;
  background: linear-gradient(
    180deg,
    #0039fa,
    #3d9cfc 25%,
    #45c6f0 50%,
    #fff 100%
  );
}

.voice-slide-block {
  position: relative;
  padding: 0 30px;
}

.voice-slide.swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.voice-slide .swiper-slide {
  height: auto;
  width: 430px;
}

.voice-slide .voice-slide_item.swiper-slide-prev .inner {
  position: relative;
  border-radius: 0 9px 9px 0;
  background: linear-gradient(90deg, transparent, #fff 20px, #fff);
}
.voice-slide .voice-slide_item.swiper-slide-next .inner {
  position: relative;
  border-radius: 9px 0 0 9px;
  background: linear-gradient(270deg, transparent, #fff 20px, #fff);
}
.voice-slide .voice-slide_item .inner {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 9px;
  padding: 35px;
}
.voice-slide .voice-slide_item .inner .text {
  font-size: 1.4rem;
  margin-top: 40px;
}
.voice-slide .voice-slide_item .databox {
  display: flex;
  gap: 20px;
}
.voice-slide .voice-slide_item .databox .icn {
  width: 80px;
}
.voice-slide .voice-slide_item .databox .data {
  width: calc(100% - 100px);
  font-size: 1.4rem;
}
.voice-slide .voice-slide_item .databox .data ul {
  display: flex;
}
.voice-slide .voice-slide_item .databox .data ul li:last-child {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3px;
}
.voice-slide .voice-slide_item .databox .data ul li:last-child i {
  font-size: 2rem;
  color: #f7e96a;
  line-height: 1;
}

.swiper-button-prev.voice-slide-prev,
.swiper-button-next.voice-slide-next {
  width: 35px;
  height: 35px;
}

.swiper-button-prev.voice-slide-prev:after,
.swiper-button-next.voice-slide-next:after {
  content: "";
}

.swiper-button-prev.voice-slide-prev:after {
  width: 35px;
  height: 35px;
  background: url(img/top/voice-slide-prev.png);
  background-size: cover;
}

.swiper-button-next.voice-slide-next:after {
  width: 35px;
  height: 35px;
  background: url(img/top/voice-slide-next.png);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .top03 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .voice-slide-block:before,
  .voice-slide-block:after {
    display: none;
  }

  .voice-slide .voice-slide_item .inner {
    padding: 35px 20px;
  }

  .voice-slide .voice-slide_item .databox {
    flex-direction: column;
  }

  .voice-slide .voice-slide_item .databox .icn {
    width: 100%;
    text-align: center;
  }

  .voice-slide .voice-slide_item .databox .data {
    width: 100%;
  }
  .voice-slide .voice-slide_item .databox .data ul {
    margin-top: 10px;
  }
  .voice-slide .voice-slide_item .databox .data p {
    text-align: center;
  }

  .voice-slide .voice-slide_item .databox .data ul li:first-child {
    width: 100px;
  }

  .voice-slide .voice-slide_item .databox .data ul li:last-child {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100% - 100px);
  }

  .voice-slide .voice-slide_item .inner .text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .voice-slide-block {
    padding: 0;
  }

  .voice-slide .voice-slide_item .databox .data ul {
    justify-content: center;
  }

  .swiper-button-prev.voice-slide-prev {
    left: -15px;
  }

  .swiper-button-next.voice-slide-next {
    right: -15px;
  }
}
.top04 {
  width: 100%;
  margin-bottom: 100px;
}

.t-news {
  width: 100%;
  background: #fff;
  box-shadow: 3px 3px 20px rgba(0, 77, 153, 0.2);
  border-radius: 2px;
  padding: 75px 20px;
}
.t-news .sp {
  display: none;
}

.t-news_head {
  max-width: 1225px;
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.t-news_head .btn-A {
  max-width: 235px;
}

.t-news-list {
  max-width: 1225px;
  width: 100%;
  margin: 0 auto;
}

.t-news-list_item {
  width: 100%;
  padding: 25px 0;
  border-bottom: 2px dotted #ddd;
}
.t-news-list_item:last-child {
  border-bottom: none;
}
.t-news-list_item a {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 40px;
}
.t-news-list_item a .day {
  width: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #ccc;
}
.t-news-list_item a h3 {
  width: calc(100% - 100px);
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.t-news-list_item a i {
  position: absolute;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #9797a6;
  background: #eef0f2;
  border-radius: 100%;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 4;
  pointer-events: none;
}
.t-news-list_item a:hover {
  opacity: 1;
}
.t-news-list_item a:hover .day {
  color: #003399;
}
.t-news-list_item a:hover h3 {
  color: #003399;
}
.t-news-list_item a:hover i {
  background: #003399;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .t-news {
    padding: 40px 20px;
  }

  .t-news-list_item {
    padding: 15px 0;
  }

  .t-news-list_item a {
    flex-direction: column;
    align-items: flex-start;
  }

  .t-news-list_item a h3 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .t-news_head .btn-A {
    display: none;
  }

  .t-news .sp {
    display: block;
    margin-top: 30px;
  }
}

/* 251105 add */
.top05 {
  width: 100%;
  margin-bottom: 60px;
}

.top-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(1vw, 10px);
}
@media screen and (max-width: 600px) {
  .top-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
/***************************

object/project/subpage.scss

***************************/
.subpage {
  position: relative;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, #0039fa, #3d9cfc 25%, #45c6f0 50%, #fff);
}
.subpage:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(img/subpage/texture.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 1140px 525px;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 5;
}

.subpage-ttl {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 50px;
}

.subpage-ttl_en {
  position: relative;
  padding-left: 25px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
}
.subpage-ttl_en:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #003399;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.subpage-ttl_ja {
  font-size: 5.8rem;
  letter-spacing: 0.06em;
  line-height: 1.3;
  color: #fff;
}

.bread-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 25px;
}
.bread-list li {
  position: relative;
}
.bread-list li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 40%;
  background: #003399;
  top: 50%;
  right: -13px;
  rotate: 25deg;
  translate: 0 -50%;
}
.bread-list li:first-child a {
  pointer-events: none;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #003399;
}
.bread-list li:not(:first-child) a {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #fff;
}

.base-section {
  width: 100%;
}
.base-section.first {
  margin-top: 40px;
}
.base-section:not(:last-child) {
  margin-bottom: 120px;
}
.base-section:last-of-type {
  margin-bottom: 160px;
}
.base-section .hdg_02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  .subpage {
    padding-top: 140px;
  }
  .subpage:before {
    background-size: 100vw auto;
  }
}
@media screen and (max-width: 768px) {
  .subpage {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .subpage-ttl_ja {
    font-size: 4rem;
  }

  .base-section:not(:last-child) {
    margin-bottom: 60px;
  }

  .base-section:last-of-type {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .subpage:before {
    background-size: auto 80%;
  }
}
/***************************

object/project/recruit.scss

***************************/
.recuit-mv {
  position: relative;
  width: 100%;
}
.recuit-mv .recuit-mv-image {
  width: 100%;
}

.recuit-mv_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}

.recuit-mv-sub-ttl {
  width: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #eee;
  padding: 10px 0;
  margin-bottom: 35px;
}

.recuit-mv-sub-ttl_en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  color: #fff;
}

.recuit-mv-sub-ttl_ja {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .recuit-mv-sub-ttl {
    margin-bottom: 20px;
    padding: 5px 0;
    /* 251125 add */
    margin-left: auto;
    margin-right: auto;
  }

  .recuit-mv-ttl {
    width: 40vw;
    /* 251125 add */
    width: 75vw;
  }

  .recuit-mv .recuit-mv-image {
    height: 70vw;
    object-fit: cover;
  }
}
@media screen and (max-width: 425px) {
  .recuit-mv .recuit-mv-image {
    height: 80vw;
    object-fit: cover;
  }
}
.page-scroll-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}
.page-scroll-link:not(:first-child) {
  margin-top: 40px;
}
.page-scroll-link li {
  min-width: 250px;
}
.page-scroll-link li a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  font-size: 1.8rem;
  border: 1px solid #1f4c94;
  border-radius: 35px;
}
.page-scroll-link li a:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 10px;
  background: #1f4c94;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  right: 15px;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 600px) {
  .page-scroll-link li {
    min-width: 100%;
    width: 100%;
  }

  .page-scroll-link li a {
    font-size: 1.6rem;
    padding: 5px 30px;
  }
}
.work-environment {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 50px;
}
.work-environment li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #78c6df;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding: 50px 0;
  color: #fff;
}

.recruit-interview-accordion {
  width: 100%;
}

.recruit-interview-accordion_block {
  position: relative;
  width: 100%;
}
.recruit-interview-accordion_block:hover {
  cursor: pointer;
}
.recruit-interview-accordion_block:after {
  position: absolute;
  content: "\f077";
  font-family: "FontAwesome";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #004d99;
  color: #fff;
  border-radius: 100%;
  right: 0;
  top: 20px;
}
.recruit-interview-accordion_block.close:after {
  rotate: 180deg;
}
.recruit-interview-accordion_block .block-ttl {
  font-size: 2.4rem;
  padding: 20px 0;
  padding-right: 40px;
  border-bottom: 1px solid #707070;
}
.recruit-interview-accordion_block .inner {
  width: 100%;
  padding: 40px 0;
  border-bottom: 1px solid #707070;
}
.recruit-interview-accordion_block .inner .box:not(:last-child) {
  margin-bottom: 60px;
}
.recruit-interview-accordion_block .inner .box .hdg_03 {
  margin-bottom: 20px;
}

.recruit-flow-list {
  width: 100%;
  margin-bottom: 40px;
}

.recruit-flow-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.recruit-info-list {
  width: 100%;
  margin-bottom: 60px;
}

.recruit-info-list_block {
  width: 100%;
  display: flex;
  border-top: 1px solid #707070;
}
.recruit-info-list_block:last-child {
  border-bottom: 1px solid #707070;
}
.recruit-info-list_block dt {
  width: 300px;
  text-align: center;
  padding: 30px 0;
}
.recruit-info-list_block dd {
  width: calc(100% - 300px);
  line-height: 2;
  letter-spacing: 0.06em;
  padding: 30px 0;
}

.recruit-contact-link {
  width: 100%;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #004d99;
  padding: 40px 20px;
}

@media screen and (max-width: 1024px) {
  .recruit-info-list_block dt {
    width: 200px;
  }

  .recruit-info-list_block dd {
    width: calc(100% - 200px);
  }

  .recruit-contact-link {
    font-size: 2.9vw;
  }
}
@media screen and (max-width: 900px) {
  .work-environment {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-accordion_block .inner {
    padding: 20px 0;
  }

  .recruit-interview-accordion_block .inner .box:not(:last-child) {
    margin-bottom: 30px;
  }

  .recruit-info-list_block {
    flex-direction: column;
  }

  .recruit-info-list_block dt {
    width: 100%;
    text-align: left;
    background: #eee;
    padding: 10px;
  }

  .recruit-info-list_block dd {
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .work-environment {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .work-environment li {
    font-size: 2rem;
    padding: 30px 0;
  }

  .recruit-flow-gallery {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .recruit-flow-gallery li img {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .recruit-contact-link {
    font-size: 3.6vw;
    padding: 20px;
    /* 251125 add */
    padding: 20px 15px;
  }
}
/***************************

object/project/service.scss

***************************/
.service02 .t-service-cont_head .hdg_02,
.service03 .t-service-cont_head .hdg_02 {
  margin-bottom: 0;
}

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

object/project/company.scss

***************************/
.company-information {
  width: 100%;
  margin-bottom: 50px;
}

.company-information_block {
  width: 100%;
  display: flex;
  border-top: 1px solid #707070;
}
.company-information_block:last-child {
  border-bottom: 1px solid #707070;
}
.company-information_block dt {
  width: 300px;
  padding: 20px 0;
  text-align: center;
  line-height: 2;
}
.company-information_block dd {
  width: calc(100% - 300px);
  padding: 20px 0;
  line-height: 2;
}

.company-access {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}
.company-access .image img {
  width: 100%;
}

.faq-list {
  width: 100%;
}

.faq-list_block {
  width: 100%;
  border: 1px solid #1f4c94;
  border-radius: 13px;
}
.faq-list_block:not(:last-child) {
  margin-bottom: 20px;
}
.faq-list_block:hover {
  cursor: pointer;
}
.faq-list_block dt {
  position: relative;
  width: 100%;
  padding: 15px 40px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.faq-list_block dt:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  background: #1f4c94;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.faq-list_block dt.open:after {
  rotate: 180deg;
}
.faq-list_block dd {
  display: none;
  padding: 20px 40px;
  padding-top: 0;
  letter-spacing: 0.04em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .company-information_block {
    flex-direction: column;
  }

  .company-information_block dt {
    width: 100%;
    text-align: left;
    background: #eee;
    padding: 10px;
  }

  .company-information_block dd {
    width: 100%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 600px) {
  .company-access {
    grid-template-columns: 1fr;
  }

  .faq-list_block dt {
    padding: 15px 20px;
  }

  .faq-list_block dt:after {
    width: 15px;
    height: 10px;
    right: 10px;
  }

  .faq-list_block dd {
    padding: 15px 20px;
    padding-top: 0;
  }
}
/***************************

object/project/news.scss

***************************/
.news01 .t-news-list {
  margin-bottom: 80px;
}

.wp-pagenavi .current {
  background: #003399;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  color: #003399;
  border-color: #003399;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

.wp-pagenavi span.extend,
.wp-pagenavi span.no-item {
  border: none;
}

@media screen and (max-width: 768px) {
  .news01 .t-news-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 500px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    width: 11vw;
    height: 11vw;
    font-size: 3.2vw;
  }
}
.detail_head {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px dotted #707070;
}
.detail_head .day {
  width: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #ccc;
  margin-bottom: 10px;
}
.detail_head .ttl {
  font-size: 3.2rem;
  color: #003399;
}

.detail_editor {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 50px;
  border-bottom: 2px dotted #707070;
}

.news-back {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  width: 100%;
  min-height: 40px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #003399;
  color: #003399;
  border-radius: 40px;
}
.news-back:hover {
  background: #003399;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .detail_head .ttl {
    font-size: 2.5rem;
  }
}
/***************************

object/project/sitemap.scss

***************************/
.sitemap-list-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
}

.sitemap-list {
  width: 100%;
}

.sitemap-list_item {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.sitemap-list_item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
}
.sitemap-list_item a span {
  background: linear-gradient(0deg, #003399 1px, transparent 1px);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: bottom center;
}
.sitemap-list_item a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #003399;
  font-size: 2rem;
  border-radius: 100%;
  color: #003399;
}
.sitemap-list_item a:hover {
  opacity: 1;
  color: #003399;
}
.sitemap-list_item a:hover span {
  background-size: 100% 1px;
  transition: all 0.6s;
}
.sitemap-list_item a:hover i {
  background: #003399;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .sitemap-list-wrap {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 425px) {
  .sitemap-list_item a {
    font-size: 1.6rem;
  }

  .sitemap-list_item a i {
    width: 30px;
    height: 30px;
  }
}

/* 251031 */
.form__container {
  margin-top: 80px;
}

.contact_dt {
  font-weight: bold;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 5px;
}

.form_shop_name {
  font-weight: bold;
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  padding-bottom: 10px;
}
.form_shop_name:first-child {
  border: none;
  padding-top: 10px;
}

.form_shop_wrap .wpcf7-form-control-wrap {
  padding-bottom: 20px;
}

input {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 15px;
  background: #fff;
  color: #33322c;
  border: 1px solid #003399;
  border-radius: 13px;
}

input[type="text"] {
  border-radius: 0;
  background: #fff;
  border: 1px solid #003399;
  color: #33322c;
  border-radius: 13px;
}

input[type="tel"] {
  border-radius: 0;
  background: #fff;
  border: 1px solid #003399;
  color: #33322c;
  border-radius: 13px;
}

input[type="email"] {
  border-radius: 0;
  background: #fff;
  border: 1px solid #003399;
  color: #33322c;
  border-radius: 13px;
}

.contact_dd {
  width: 100%;
}

.contact_dd.flexbox {
  gap: 5px 20px;
  flex-wrap: wrap;
}
@media screen and (min-width: 960px) {
  .contact_dd.flexbox {
    flex-wrap: nowrap;
  }
}

.form_select {
  margin-top: 20px;
}
.form_select .fz-12 {
  margin-top: 10px;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 20px;
  background: #fff;
  background-image: url("../img/common/arrow-down-s-line.svg");
  background-repeat: no-repeat;
  background-size: 17px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 20px center;
  /* 画像の位置 */
}

select::-ms-expand {
  display: none;
}

textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 20px;
  height: 100%;
  border: 1px solid #003399;
  background: #fff;
  color: #33322c;
  border-radius: 13px;
}

.span-required {
  color: #33322c;
  line-height: 1.5;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
}
.span-required.--blue {
  background-color: #003399;
  color: #fff;
  padding: 1px 10px;
}
.span-required.--gray {
  background: #e3e3e3;
  color: #33322c;
  padding: 1px 10px;
}

textarea {
  height: 185px;
}

input[type="radio"] {
  display: none;
}

.checkbox_dd .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.checkbox_dd .wpcf7-radio .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
}
.checkbox_dd .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #003399;
  content: "";
  display: block;
  border-radius: 50%;
  left: 6px;
  top: 50%;
  width: 20px;
  height: 20px;
}
.checkbox_dd .wpcf7-radio .wpcf7-list-item-label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #003399;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.checkbox_dd input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.checkbox_dd .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.checkbox_dd .wpcf7-checkbox .wpcf7-list-item {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 540px) {
  .checkbox_dd .wpcf7-checkbox .wpcf7-list-item {
    max-width: calc(50% - 20px);
  }
}
@media screen and (min-width: 768px) {
  .checkbox_dd .wpcf7-checkbox .wpcf7-list-item {
    max-width: calc(33.3333333333% - 20px);
  }
}
@media screen and (min-width: 1024px) {
  .checkbox_dd .wpcf7-checkbox .wpcf7-list-item {
    max-width: calc(25% - 25px);
  }
}
.checkbox_dd .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
}
.checkbox_dd .wpcf7-checkbox .wpcf7-list-item-label a {
  margin-left: 10px;
  color: #003399;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.checkbox_dd .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #003399;
  content: "";
  display: block;
  border-radius: 0;
  left: 5px;
  top: 50%;
  width: 19px;
  height: 19px;
}
.checkbox_dd .wpcf7-checkbox .wpcf7-list-item-label::after {
  border-right: 3px solid #003399;
  border-bottom: 3px solid #003399;
  content: "";
  display: block;
  height: 12px;
  left: 6px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 8px;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type="checkbox"] {
  border: none;
}

.privacypolicy-check {
  margin-top: 5px;
  margin-bottom: 20px;
}
.privacypolicy-check .wpcf7-list-item {
  margin-left: 0;
}
.privacypolicy-check .wpcf7-checkbox {
  text-align: center;
}
.privacypolicy-check .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  width: 100%;
  margin: 0 auto;
}
.privacypolicy-check .wpcf7-checkbox .wpcf7-list-item-label a {
  margin-left: 10px;
  color: #003399;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.privacypolicy-check .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #003399;
  content: "";
  display: block;
  border-radius: 0;
  left: 5px;
  top: 50%;
  width: 19px;
  height: 19px;
}
.privacypolicy-check .wpcf7-checkbox .wpcf7-list-item-label::after {
  border-right: 3px solid #003399;
  border-bottom: 3px solid #003399;
  content: "";
  display: block;
  height: 12px;
  left: 6px;
  margin-top: -9px;
  opacity: 0;
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 8px;
}
.privacypolicy-check
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.privacypolicy-check input[type="checkbox"] {
  border: none;
}

.bd_blue {
  color: #003399;
  text-decoration: underline;
}

.contact-btn_wrap {
  width: 100%;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-btn_wrap .wpcf7-submit {
  display: block;
  text-align: center;
  background: #fff;
  border: 1px solid #003399;
  color: #003399;
  font-size: 18px;
  font-weight: 700;
  padding: 20px;
  border-radius: 38px;
  transition: all 0.5s;
}

.contact-btn_wrap .wpcf7-submit {
  display: inline-block;
  padding-left: 20px;
}

.contact-btn_wrap .wpcf7-submit:hover {
  background: #003399;
  color: #fff;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  color: #aaaaaa;
}

option:first-child {
  color: #aaaaaa;
}

option:nth-child(n + 2) {
  color: #595555;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #595555 !important;
}

input:-webkit-autofill:focus {
  color: #595555 !important;
}

.p-postal-code {
  width: 100%;
  max-width: 140px;
}

@media screen and (min-width: 541px) {
  .p-postal-code {
    max-width: 240px;
  }
}
@media screen and (min-width: 1101px) {
  .p-postal-code {
    max-width: 240px;
  }
}
.contact_dd.yubin {
  align-items: center;
  gap: 15px;
}

.form_autofill {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  background: #003399;
  padding: 5px 10px;
}
