@charset "UTF-8";
@font-face {
  font-family: "GenEiChikugoMin";
  src: url("../fonts/GenEiChikugoMin3-R.ttf");
}
* {
  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: 1.6rem;
  color: #111;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  width: 100%;
}

a {
  color: #111;
  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: #111;
  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] {
  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] {
  box-sizing: border-box;
  padding: 0;
}

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

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

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

/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: col;
}

.flex-col-rev {
  flex-direction: col-reverse;
}

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

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

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

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

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

.flex-align-baseline {
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

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

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
/*padding*/
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0px;
  }
  .pt5 {
    padding-top: 2.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pt25 {
    padding-top: 12.5px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt35 {
    padding-top: 17.5px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt45 {
    padding-top: 22.5px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pt55 {
    padding-top: 27.5px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt65 {
    padding-top: 32.5px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pt75 {
    padding-top: 37.5px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt85 {
    padding-top: 42.5px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pt95 {
    padding-top: 47.5px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb25 {
    padding-bottom: 12.5px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb35 {
    padding-bottom: 17.5px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb45 {
    padding-bottom: 22.5px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb55 {
    padding-bottom: 27.5px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb65 {
    padding-bottom: 32.5px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pb75 {
    padding-bottom: 37.5px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb85 {
    padding-bottom: 42.5px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pb95 {
    padding-bottom: 47.5px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .pl5 {
    padding-left: 2.5px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .pl15 {
    padding-left: 7.5px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .pl25 {
    padding-left: 12.5px;
  }
  .pl30 {
    padding-left: 15px;
  }
  .pl35 {
    padding-left: 17.5px;
  }
  .pl40 {
    padding-left: 20px;
  }
  .pl45 {
    padding-left: 22.5px;
  }
  .pl50 {
    padding-left: 25px;
  }
  .pl55 {
    padding-left: 27.5px;
  }
  .pl60 {
    padding-left: 30px;
  }
  .pl65 {
    padding-left: 32.5px;
  }
  .pl70 {
    padding-left: 35px;
  }
  .pl75 {
    padding-left: 37.5px;
  }
  .pl80 {
    padding-left: 40px;
  }
  .pl85 {
    padding-left: 42.5px;
  }
  .pl90 {
    padding-left: 45px;
  }
  .pl95 {
    padding-left: 47.5px;
  }
  .pl100 {
    padding-left: 50px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pr5 {
    padding-right: 2.5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .pr15 {
    padding-right: 7.5px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .pr25 {
    padding-right: 12.5px;
  }
  .pr30 {
    padding-right: 15px;
  }
  .pr35 {
    padding-right: 17.5px;
  }
  .pr40 {
    padding-right: 20px;
  }
  .pr45 {
    padding-right: 22.5px;
  }
  .pr50 {
    padding-right: 25px;
  }
  .pr55 {
    padding-right: 27.5px;
  }
  .pr60 {
    padding-right: 30px;
  }
  .pr65 {
    padding-right: 32.5px;
  }
  .pr70 {
    padding-right: 35px;
  }
  .pr75 {
    padding-right: 37.5px;
  }
  .pr80 {
    padding-right: 40px;
  }
  .pr85 {
    padding-right: 42.5px;
  }
  .pr90 {
    padding-right: 45px;
  }
  .pr95 {
    padding-right: 47.5px;
  }
  .pr100 {
    padding-right: 50px;
  }
}
/* 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-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #F4F4F4;
  border: 1px solid rgba(225, 230, 232, 0.47);
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  min-height: 56px;
}

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: #097B98;
}

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

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

select {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #F4F4F4;
  border: 1px solid rgba(225, 230, 232, 0.47);
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  min-height: 56px;
}
select.--placeholder {
  color: #bbb;
}
select:hover {
  cursor: pointer;
}

textarea {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  background: #F4F4F4;
  border: 1px solid rgba(225, 230, 232, 0.47);
  padding: 15px 20px;
  resize: vertical;
  width: 100%;
  min-height: 225px;
}
textarea:focus {
  outline: none;
  border-color: #097B98;
}

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

textarea::placeholder,
input::placeholder {
  font-size: 1.6rem;
  color: #bbb;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  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: #111;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

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

.pager .previous, .pager .next,
.pager .back {
  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: flex;
  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: #111;
  color: #111;
}

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

/* wordpress wp-pagenavi */
.wp-pagenavi-control {
  position: relative;
  width: 100%;
  min-height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi-control {
    min-height: 130px;
    padding-bottom: 65px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi-control {
    align-items: center;
    min-height: 65px;
    padding-bottom: 0;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media screen and (max-width: 450px) {
  .wp-pagenavi {
    gap: 8.8888888889vw;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-style: italic;
  border-bottom: 1px solid #111;
  line-height: 1;
  color: #111;
  margin: 0;
  display: block;
  text-decoration: none;
  padding: 0 0 5px;
}
.wp-pagenavi .current {
  border: 0;
  color: rgba(17, 17, 17, 0.3);
}
.wp-pagenavi .extend {
  border: 0;
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    top: inherit;
    bottom: 0;
    translate: 0 0;
  }
}
.wp-pagenavi .previouspostslink .prev {
  position: relative;
  width: 235px;
  height: 65px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 25px;
  padding-left: 75px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #111;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink .prev {
    width: 175px;
    padding: 0 15px;
    padding-left: 55px;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .previouspostslink .prev {
    width: 12.2222222222vw;
    padding: 0;
  }
}
.wp-pagenavi .previouspostslink .prev:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 42px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-right: 1px solid #303030;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink .prev:before {
    width: 55px;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .previouspostslink .prev:before {
    width: 100%;
    border-right: 0;
  }
}
.wp-pagenavi .previouspostslink .prev:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 50%;
  left: 35px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .previouspostslink .prev:after {
    width: 8px;
    height: 8px;
    left: 25px;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .previouspostslink .prev:after {
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .previouspostslink .prev p {
    display: none;
  }
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    top: inherit;
    bottom: 0;
    translate: 0 0;
  }
}
.wp-pagenavi .nextpostslink .next {
  position: relative;
  width: 235px;
  height: 65px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 25px;
  padding-right: 75px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #111;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .nextpostslink .next {
    width: 175px;
    font-size: 1.4rem;
    padding: 0 15px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .nextpostslink .next {
    width: 12.2222222222vw;
    padding: 0;
  }
}
.wp-pagenavi .nextpostslink .next:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 42px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-left: 1px solid #303030;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .nextpostslink .next:before {
    width: 55px;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .nextpostslink .next:before {
    width: 100%;
    border-left: 0;
  }
}
.wp-pagenavi .nextpostslink .next:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .wp-pagenavi .nextpostslink .next:after {
    width: 8px;
    height: 8px;
    right: 25px;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .nextpostslink .next:after {
    right: 50%;
    translate: 50% -50%;
  }
}
@media screen and (max-width: 450px) {
  .wp-pagenavi .nextpostslink p {
    display: none;
  }
}

/* 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: #333;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #111;
}
.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;
  }
}
/***************************

style/header.scss

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

@media screen and (max-width: 1024px) {
  .toggle {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    border: none;
    outline: none;
    position: fixed;
    width: 75px;
    height: 75px;
    background: linear-gradient(45deg, #097B98, #00D6E3);
    right: 0;
    top: 0;
    z-index: 100;
  }
}
@media screen and (max-width: 1024px) and (max-width: 450px) {
  .toggle {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .toggle__bar {
    position: relative;
    margin: 8px auto;
    user-select: none;
  }
  .toggle__bar, .toggle__bar::before, .toggle__bar::after {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
  }
  .toggle__bar::before, .toggle__bar::after {
    position: absolute;
    content: "";
  }
  .toggle__bar::before {
    top: -8px;
  }
  .toggle__bar::after {
    top: 8px;
  }
}
.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  transform: translateY(8px) rotate(45deg);
}

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

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

 header

***************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-inner {
    min-height: 75px;
  }
}
@media screen and (max-width: 450px) {
  .header-inner {
    min-height: 65px;
  }
}
.header .logo {
  line-height: 1;
  padding: 0 40px;
}
@media screen and (max-width: 1024px) {
  .header .logo {
    padding: 0 20px;
  }
  .header .logo img {
    width: 190px;
  }
}
@media screen and (max-width: 450px) {
  .header .logo {
    padding: 0 15px;
  }
  .header .logo img {
    width: 160px;
  }
}
.header.fixedmenu .gnav .contact {
  min-height: 95px;
  transition: all 0.6s;
}
@media screen and (max-width: 1024px) {
  .header.fixedmenu .gnav .contact {
    min-height: 65px;
  }
}

.gnav {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  max-width: 940px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .gnav {
    width: calc(100% - 297px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .gnav {
    width: calc(100% - 257px);
  }
}
@media screen and (max-width: 1024px) {
  .gnav {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 75px;
    right: 0;
    display: none;
    padding: 50px 20px;
    background: #fff;
  }
}
@media screen and (max-width: 450px) {
  .gnav {
    top: 65px;
  }
}
.gnav .main-nav {
  max-width: 645px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .gnav .main-nav {
    max-width: 100%;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.gnav .main-nav li.current a {
  background: linear-gradient(90deg, #097B98, #00D6E3);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.gnav .contact {
  max-width: 220px;
  width: 100%;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(45deg, #097B98, #00D6E3);
}
@media screen and (max-width: 1024px) {
  .gnav .contact {
    max-width: 250px;
    min-height: 65px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home .header {
  background: linear-gradient(180deg, #fff 1px, transparent 1px);
  background-size: 100% 1px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.home .header .logo .basic {
  display: none;
}
.home .header.fixedmenu .header-inner {
  background: #fff;
  transition: all 0.6s;
}
.home .header.fixedmenu .logo .basic {
  display: block;
}
.home .header.fixedmenu .logo .home {
  display: none;
}
.home .header.fixedmenu .gnav .main-nav a {
  color: #111;
}
.home .header.active .header-inner {
  background: #fff;
}
.home .header.active .logo .basic {
  display: block;
}
.home .header.active .logo .home {
  display: none;
}
.home .header .gnav .main-nav a {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .home .header .gnav .main-nav a {
    color: #111;
  }
}

.under .header-inner {
  background: #fff;
}

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

style/footer.scss

***************************/
.footer {
  width: 100%;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 80px;
  }
}
.footer-contact {
  position: relative;
  width: 100%;
  padding: 110px 0;
  background: linear-gradient(45deg, #097B98 30%, #00D6E3);
}
@media screen and (max-width: 768px) {
  .footer-contact {
    padding: 60px 0;
  }
}
.footer-contact:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/contact-back.jpg") no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.27;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.footer-contact .wrap1500 {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .footer-contact .wrap1500 {
    flex-direction: column;
    align-items: flex-start;
  }
}
.footer-contact-txt h2 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .footer-contact-txt h2 br.pc {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .footer-contact-txt h2 {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-txt h2 {
    font-size: 4.6666666667vw;
  }
}
.footer-contact-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .footer-contact-link {
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .footer-contact-link {
    width: 100%;
    flex-direction: row;
  }
}
@media screen and (max-width: 700px) {
  .footer-contact-link {
    flex-direction: column;
  }
}
.footer-contact-link .info .tel {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}
.footer-contact-link .info .tel span {
  font-size: 4.8rem;
  font-weight: 600;
}
@media screen and (max-width: 450px) {
  .footer-contact-link .info .tel span {
    font-size: 3.8rem;
  }
}
.footer-contact-link .info .fax {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .footer-contact-link .info .fax {
    text-align: center;
  }
}
.footer-contact-link .info .fax span {
  font-size: 2.4rem;
  font-weight: 600;
}
.footer-contact-link .btn-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 375px;
  min-height: 90px;
  background: #111;
  color: #fff;
  font-weight: 600;
  border: 1px solid #111;
  border-radius: 3px;
  padding: 5px 0;
  padding-right: 105px;
}
@media screen and (max-width: 900px) {
  .footer-contact-link .btn-form {
    max-width: 375px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact-link .btn-form {
    padding-right: 75px;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-link .btn-form {
    min-height: 70px;
    padding-right: 55px;
  }
}
.footer-contact-link .btn-form:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-contact-link .btn-form:before {
    right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-link .btn-form:before {
    right: 20px;
  }
}
.footer-contact-link .btn-form:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 80px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .footer-contact-link .btn-form:after {
    width: 75px;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-link .btn-form:after {
    width: 55px;
    height: 60px;
  }
}
.footer-main {
  width: 100%;
  padding: 100px 0 120px;
  background: #111;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-main {
    padding: 50px 0 60px;
  }
}
.footer-main-front {
  max-width: 1540px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .footer-main-front {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-main-front {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .footer-main-front {
    align-items: center;
  }
}
.footer-main-front .sub-nav {
  max-width: 645px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer-main-front .sub-nav {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .footer-main-front .sub-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 450px) {
  .footer-main-front .sub-nav li {
    text-align: center;
  }
}
.footer-main-front .sub-nav li.current a {
  background: linear-gradient(90deg, #097B98, #00D6E3);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.footer-main-front .sub-nav a {
  color: #fff;
}
.footer-main-end {
  max-width: 1540px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 700px) {
  .footer-main-end {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.footer-main-end p {
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  .footer-main-end p {
    text-align: center;
    line-height: 2;
  }
}
.footer-main-end p br.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .footer-main-end p br.sp {
    display: block;
  }
}
.footer-main-end small {
  display: block;
  font-family: "Heebo", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #aaa;
}

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

 user common css

////////////////////////*/
body {
  background-image: linear-gradient(90deg, rgba(221, 221, 221, 0.36) 1px, transparent 1px);
  background-size: 250px 100%;
  background-repeat: repeat;
  background-position: center top;
}

.main {
  position: relative;
  overflow: hidden;
}
.main:before {
  position: absolute;
  content: "";
  width: 84.5833333333vw;
  height: auto;
  aspect-ratio: 1624/1404;
  background: url("../img/common/hexagon.png") no-repeat center center;
  background-size: cover;
  top: -5.2083333333vw;
  right: -50%;
  rotate: 30deg;
  z-index: 3;
  opacity: 0.18;
  pointer-events: none;
}
@media screen and (max-width: 450px) {
  .main:before {
    width: 144.4444444444vw;
    top: 5lvh;
    right: -100%;
  }
}

.wrap1500 {
  max-width: 1540px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.ls4 {
  letter-spacing: 0.04em;
}

.ls5 {
  letter-spacing: 0.05em;
}

.ls10 {
  letter-spacing: 0.1em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

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

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

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

.bold {
  font-weight: 700;
}

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

.black {
  font-weight: 900;
}

.heebo {
  font-family: "Heebo", sans-serif;
}

.jakarta {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.cardo {
  font-family: "Cardo", serif;
}

.shippori {
  font-family: "Shippori Mincho B1", serif;
}

.genei {
  font-family: "GenEiChikugoMin";
}

.fz56 {
  font-size: clamp(4.6rem, 7.2916666667vw, 5.6rem);
}

.fz40 {
  font-size: clamp(3.2rem, 5.2083333333vw, 4rem);
}

.fz36 {
  font-size: clamp(2.8rem, 4.6875vw, 3.6rem);
}

.fz32 {
  font-size: clamp(2.6rem, 4.1666666667vw, 3.2rem);
}

.fz26 {
  font-size: clamp(2.4rem, 3.3854166667vw, 2.6rem);
}

.fz24 {
  font-size: clamp(2.2rem, 3.125vw, 2.4rem);
}

.fz20 {
  font-size: 2rem;
}

.fz18 {
  font-size: 1.8rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz15 {
  font-size: 1.5rem;
}

.fz14 {
  font-size: 1.4rem;
}

.col_blue {
  color: #097B98;
}

.col_white {
  color: #fff;
}

.g0 {
  gap: 0px;
}

.g5 {
  gap: 5px;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g25 {
  gap: 25px;
}

.g30 {
  gap: 30px;
}

.g35 {
  gap: 35px;
}

.g40 {
  gap: 40px;
}

.g45 {
  gap: 45px;
}

.g50 {
  gap: 50px;
}

.g55 {
  gap: 55px;
}

.g60 {
  gap: 60px;
}

.g65 {
  gap: 65px;
}

.g70 {
  gap: 70px;
}

.g75 {
  gap: 75px;
}

.g80 {
  gap: 80px;
}

.g85 {
  gap: 85px;
}

.g90 {
  gap: 90px;
}

.g95 {
  gap: 95px;
}

.g100 {
  gap: 100px;
}

.rg0 {
  row-gap: 0px;
}

.rg5 {
  row-gap: 5px;
}

.rg10 {
  row-gap: 10px;
}

.rg15 {
  row-gap: 15px;
}

.rg20 {
  row-gap: 20px;
}

.rg25 {
  row-gap: 25px;
}

.rg30 {
  row-gap: 30px;
}

.rg35 {
  row-gap: 35px;
}

.rg40 {
  row-gap: 40px;
}

.rg45 {
  row-gap: 45px;
}

.rg50 {
  row-gap: 50px;
}

.rg55 {
  row-gap: 55px;
}

.rg60 {
  row-gap: 60px;
}

.rg65 {
  row-gap: 65px;
}

.rg70 {
  row-gap: 70px;
}

.rg75 {
  row-gap: 75px;
}

.rg80 {
  row-gap: 80px;
}

.rg85 {
  row-gap: 85px;
}

.rg90 {
  row-gap: 90px;
}

.rg95 {
  row-gap: 95px;
}

.rg100 {
  row-gap: 100px;
}

.cg0 {
  column-gap: 0px;
}

.cg5 {
  column-gap: 5px;
}

.cg10 {
  column-gap: 10px;
}

.cg15 {
  column-gap: 15px;
}

.cg20 {
  column-gap: 20px;
}

.cg25 {
  column-gap: 25px;
}

.cg30 {
  column-gap: 30px;
}

.cg35 {
  column-gap: 35px;
}

.cg40 {
  column-gap: 40px;
}

.cg45 {
  column-gap: 45px;
}

.cg50 {
  column-gap: 50px;
}

.cg55 {
  column-gap: 55px;
}

.cg60 {
  column-gap: 60px;
}

.cg65 {
  column-gap: 65px;
}

.cg70 {
  column-gap: 70px;
}

.cg75 {
  column-gap: 75px;
}

.cg80 {
  column-gap: 80px;
}

.cg85 {
  column-gap: 85px;
}

.cg90 {
  column-gap: 90px;
}

.cg95 {
  column-gap: 95px;
}

.cg100 {
  column-gap: 100px;
}

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

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;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInTop;
  visibility: visible !important;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInBottom {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInBottom;
  visibility: visible !important;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    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;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes mvScroll {
  0% {
    translate: 0 -100%;
  }
  100% {
    translate: 0 100%;
  }
}
@keyframes businessScroll {
  0% {
    translate: 0 0;
  }
  100% {
    translate: -100% 0;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 40px;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.btn-link:hover {
  opacity: 1;
  color: #fff;
  background: #097B98;
}

.btn-A {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  width: 100%;
  min-height: 90px;
  background: #fff;
  color: #097B98;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 40px;
  padding-right: 105px;
}
@media screen and (max-width: 768px) {
  .btn-A {
    padding-right: 75px;
  }
}
@media screen and (max-width: 450px) {
  .btn-A {
    min-height: 70px;
    padding-right: 55px;
    padding: 5px 20px;
  }
}
.btn-A:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #097B98;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .btn-A:before {
    right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .btn-A:before {
    right: 20px;
  }
}
.btn-A:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 75px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .btn-A:after {
    width: 75px;
  }
}
@media screen and (max-width: 450px) {
  .btn-A:after {
    width: 55px;
    height: 60px;
  }
}
.btn-A:hover {
  opacity: 1;
  background: #097B98;
  color: #fff;
}
.btn-A:hover:before {
  background: #fff;
}

.btn-B {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 360px;
  width: 100%;
  min-height: 90px;
  background: #111;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  padding: 5px 40px;
  padding-right: 105px;
}
@media screen and (max-width: 768px) {
  .btn-B {
    padding-right: 75px;
  }
}
@media screen and (max-width: 450px) {
  .btn-B {
    min-height: 70px;
    padding-right: 55px;
    padding: 5px 20px;
  }
}
.btn-B:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .btn-B:before {
    right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .btn-B:before {
    right: 20px;
  }
}
.btn-B:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 75px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-left: 1px solid #303030;
}
@media screen and (max-width: 768px) {
  .btn-B:after {
    width: 75px;
  }
}
@media screen and (max-width: 450px) {
  .btn-B:after {
    width: 55px;
    height: 60px;
  }
}
.btn-B:hover {
  opacity: 1;
  background: #097B98;
  color: #fff;
}
.btn-B:hover:before {
  background: #fff;
}
.btn-B:hover:after {
  border-color: #fff;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

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

hdg__

////////////////////////*/
.hdg_01 {
  position: relative;
  padding-left: 20px;
}
.hdg_01:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 0.9615384615em;
  background: #097B98;
  left: 0;
  top: 0.3192307692em;
}

.hdg_02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0 10px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 600;
}
.hdg_02 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(4.2rem, 6.7708333333vw, 5.2rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #097B98;
}

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

object/top.scss

***************************/
.mv {
  position: relative;
  width: 100%;
}
.mv .main-visual {
  position: relative;
  width: 100%;
}
.mv .main-visual:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(2, 36, 59, 0.41);
  top: 0;
  left: 0;
  z-index: 3;
}
.mv .main-visual img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .mv .main-visual img {
    min-height: 765px;
    object-fit: cover;
  }
}
@media screen and (max-width: 600px) {
  .mv .main-visual img {
    min-height: 500px;
  }
}
.mv .main-visual-inner {
  position: absolute;
  width: 100%;
  z-index: 5;
  top: 110px;
  left: 0;
  padding: 100px 0;
}
@media screen and (min-width: 1920px) {
  .mv .main-visual-inner {
    padding: 225px 0;
  }
}
@media screen and (max-width: 1500px) {
  .mv .main-visual-inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .mv .main-visual-inner {
    top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .mv .main-visual-inner {
    padding: 50px 0;
  }
}
.mv .main-visual-inner br.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .mv .main-visual-inner br.sp {
    display: block;
  }
}
.mv .main-visual-inner .main-copy {
  font-family: "GenEiChikugoMin";
  font-size: 6.2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 1500px) {
  .mv .main-visual-inner .main-copy {
    font-size: 4.1333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .mv .main-visual-inner .main-copy {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .main-visual-inner .main-copy {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .mv .main-visual-inner .main-copy {
    font-size: 6.6666666667vw;
  }
}
.mv .main-visual-inner p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .mv .main-visual-inner p {
    font-size: 1.6rem;
  }
}
.mv .main-visual-topics {
  position: absolute;
  max-width: 1500px;
  width: 100%;
  display: flex;
  bottom: clamp(30px, 5.2083333333vw, 100px);
  left: 50%;
  translate: -50% 0;
  z-index: 5;
}
@media screen and (max-width: 1610px) {
  .mv .main-visual-topics {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .mv .main-visual-topics {
    width: calc(100% - 80px);
    left: 20px;
    translate: 0 0;
  }
}
@media screen and (max-width: 600px) {
  .mv .main-visual-topics {
    position: relative;
    width: 100%;
    bottom: inherit;
    left: inherit;
    box-shadow: 7px 8px 15px rgba(0, 0, 0, 0.11);
  }
}
@media screen and (max-width: 450px) {
  .mv .main-visual-topics {
    flex-direction: column;
  }
}
.mv .main-visual-topics .ttl {
  width: 148px;
  min-height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: linear-gradient(45deg, #097B98 50%, #00D6E3);
}
@media screen and (max-width: 1024px) {
  .mv .main-visual-topics .ttl {
    width: 110px;
  }
}
@media screen and (max-width: 450px) {
  .mv .main-visual-topics .ttl {
    width: 100%;
    min-height: auto;
    font-size: 1.6rem;
    padding: 10px;
  }
}
.mv .main-visual-topics-block {
  width: calc(100% - 148px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 50px 10px 40px;
}
@media screen and (max-width: 1024px) {
  .mv .main-visual-topics-block {
    width: calc(100% - 110px);
    padding: 10px 25px 10px 20px;
  }
}
@media screen and (max-width: 450px) {
  .mv .main-visual-topics-block {
    width: 100%;
    padding: 10px 20px;
  }
}
.mv .main-visual-topics-block .inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.mv .main-visual-topics-block .inner .day {
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  color: #aaa;
}
.mv .main-visual-topics-block .inner h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.mv .main-visual-topics-block .btn-link {
  min-width: 55px;
}
@media screen and (max-width: 600px) {
  .mv .main-visual-topics-block .btn-link {
    font-size: 1.4rem;
  }
}
.mv-scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
  right: 40px;
  bottom: clamp(30px, 5.2083333333vw, 100px);
}
@media screen and (max-width: 1690px) {
  .mv-scroll {
    right: 20px;
  }
}
.mv-scroll p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  writing-mode: tb-rl;
}
.mv-scroll span {
  position: relative;
  display: block;
  width: 1px;
  height: 20px;
  overflow: hidden;
}
.mv-scroll span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  animation: mvScroll 1.5s linear infinite;
  z-index: 2;
}

.t-business {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .t-business {
    padding-bottom: 60px;
  }
}
.t-business-block {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 60px 130px;
}
@media screen and (max-width: 1500px) {
  .t-business-block {
    gap: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .t-business-block {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 450px) {
  .t-business-block {
    gap: 30px;
  }
}
.t-business-image {
  position: relative;
  width: 50%;
  text-align: right;
  padding: 190px 0;
}
@media screen and (max-width: 1540px) {
  .t-business-image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .t-business-image {
    width: 100%;
    text-align: center;
    padding: 50px 20px 80px;
  }
}
.t-business-image img {
  position: relative;
  z-index: 3;
  box-shadow: 7px 8px 15px rgba(0, 0, 0, 0.11);
}
.t-business-image-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 33.3333333333vw;
  height: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.t-business-image-back:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #097B98, #01D1DF 60%, transparent);
  z-index: 1;
}
.t-business-image-back img {
  position: relative;
  aspect-ratio: 640/995;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1540px) {
  .t-business-txt {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .t-business-txt {
    width: 100%;
    padding: 50px 20px 0;
  }
}
.t-business-txt h2 {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .t-business-txt h2 {
    white-space: wrap;
  }
}
@media screen and (max-width: 450px) {
  .t-business-txt h2 {
    line-height: 1.2;
  }
}
.t-business-scroll {
  position: relative;
  z-index: 5;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-top: -90px;
}
@media screen and (max-width: 1500px) {
  .t-business-scroll {
    margin-top: -50px;
  }
}
.t-business-scroll div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: clamp(80px, 8.75vw, 168px);
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #F4F4F4;
  white-space: nowrap;
  animation: businessScroll 20s linear infinite;
}

.t-pagelink {
  width: 100%;
}
.t-pagelink-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  .t-pagelink-list {
    grid-template-columns: 100%;
  }
}
.t-pagelink-list li {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.t-pagelink-list li img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .t-pagelink-list li img {
    min-height: 350px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .t-pagelink-list li img {
    min-height: 250px;
  }
}
@media screen and (max-width: 600px) {
  .t-pagelink-list li img {
    height: 250px;
  }
}
.t-pagelink-list li a {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(2, 36, 59, 0.46);
  padding: 20px 145px 20px 100px;
}
@media screen and (max-width: 1500px) {
  .t-pagelink-list li a {
    padding: 20px 100px 20px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .t-pagelink-list li a {
    padding-left: 30px;
    padding-right: 80px;
  }
}
.t-pagelink-list li a:after {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  background: url("../img/top/arrow.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 80px;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1500px) {
  .t-pagelink-list li a:after {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .t-pagelink-list li a:after {
    width: 45px;
    height: 45px;
  }
}
.t-pagelink-list li:hover img {
  scale: 1.1;
  transition: all 0.6s;
}

.t-news {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .t-news {
    padding-top: 80px;
  }
}
.t-news-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px 30px;
}
@media screen and (max-width: 450px) {
  .t-news-block {
    gap: 30px;
  }
}
.t-news-head {
  order: 1;
}
@media screen and (max-width: 450px) {
  .t-news-head {
    width: 100%;
  }
}
.t-news-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  order: 3;
}
@media screen and (max-width: 768px) {
  .t-news-list {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 450px) {
  .t-news-list {
    order: 2;
  }
}
.t-news-list li {
  width: 100%;
  background: #fff;
  padding: 50px;
  box-shadow: 7px 8px 20px rgba(0, 0, 0, 0.11);
}
@media screen and (max-width: 1024px) {
  .t-news-list li {
    padding: 30px;
  }
}
.t-news-list li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .t-news-list li h3 {
    margin-bottom: 20px;
  }
}
.t-news-list li .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.t-news-list li .foot .day {
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #aaa;
}
.t-news .news-link {
  position: relative;
  display: block;
  width: fit-content;
  padding-right: 30px;
  letter-spacing: 0.05em;
  order: 2;
}
@media screen and (max-width: 450px) {
  .t-news .news-link {
    order: 3;
    margin-left: auto;
  }
}
.t-news .news-link:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #097B98;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}

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

object/subpage.scss

***************************/
.subpage {
  position: relative;
  width: 100%;
  background: #fff;
  margin-bottom: 185px;
  padding-top: 110px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .subpage {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .subpage {
    margin-bottom: 95px;
  }
}
.subpage:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(9, 123, 152, 0.08), rgba(5, 151, 170, 0.08), rgba(0, 214, 227, 0.08));
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.subpage .wrap1500 {
  position: relative;
  z-index: 3;
}
.subpage-header {
  padding-top: 150px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .subpage-header {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
.subpage .bread-list {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0 30px;
  margin-left: auto;
}
.subpage .bread-list li {
  position: relative;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.subpage .bread-list li:not(:first-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  top: 50%;
  left: -17px;
  translate: 0 -50%;
  z-index: 2;
  rotate: 45deg;
}
.subpage .bread-list li a {
  color: #aaa;
  text-decoration: underline;
}

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

object/business.scss

***************************/
@media screen and (max-width: 768px) {
  .subpage.business .ttl img {
    width: 210px;
  }
}

.business01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .business01 {
    margin-bottom: 50px;
  }
}
.business02 {
  margin-bottom: 80px;
  padding: 80px 0;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .business02 {
    margin-bottom: 40px;
    padding: 50px 0;
  }
}
.business-basic-block {
  display: flex;
  justify-content: space-between;
  gap: 50px 100px;
}
@media screen and (max-width: 1500px) {
  .business-basic-block {
    gap: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .business-basic-block {
    flex-direction: column;
    gap: 30px;
  }
}
.business-basic-block.--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .business-basic-block.--rev {
    flex-direction: column;
  }
}
.business-basic-block .img {
  max-width: 650px;
  width: 44%;
}
@media screen and (max-width: 1024px) {
  .business-basic-block .img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.business-basic-block .content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .business-basic-block .content {
    width: 100%;
  }
}
.business-basic-block .box {
  background: #EEF6F8;
  padding: 45px 40px;
}
@media screen and (max-width: 768px) {
  .business-basic-block .box {
    padding: 25px 20px;
  }
}
.business-check-list {
  width: 100%;
  background: #fff;
  border: 1px solid #F4F4F4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .business-check-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .business-check-list {
    grid-template-columns: 100%;
  }
}
.business-check-list li {
  position: relative;
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .business-check-list li {
    padding: 15px;
  }
}
.business-check-list li:not(:nth-child(4n)) {
  border-right: 1px solid #F4F4F4;
}
@media screen and (max-width: 1024px) {
  .business-check-list li:nth-child(-n+2) {
    border-bottom: 1px solid #F4F4F4;
  }
}
@media screen and (max-width: 600px) {
  .business-check-list li:not(:last-child) {
    border-bottom: 1px solid #F4F4F4;
  }
}
.business-check-list li p {
  position: relative;
  padding-left: 30px;
  font-size: 1.8rem;
}
.business-check-list li p:before {
  position: absolute;
  content: "";
  width: 19px;
  height: 18px;
  background: url("../img/business/check.svg") no-repeat center center;
  background-size: cover;
  top: calc(0.8em - 9px);
  left: 0;
  z-index: 2;
}
.business-check-list li .movie {
  position: relative;
  aspect-ratio: 300/220;
  margin-top: 20px;
}
.business-check-list li .movie:before {
  position: absolute;
  content: "";
  width: 20%;
  aspect-ratio: 1/1;
  background: #fff;
  opacity: 0.6;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
  pointer-events: none;
}
.business-check-list li .movie:after {
  position: absolute;
  content: "";
  width: 7%;
  aspect-ratio: 0.8/1;
  background: rgba(17, 17, 17, 0.3);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: 50%;
  left: 50%;
  translate: -45% -50%;
  z-index: 3;
  pointer-events: none;
}
.business-check-list li .movie a {
  position: relative;
  display: block;
}
.business-check-list li .movie a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.3);
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.business-check-list li .movie img {
  height: 100%;
  object-fit: cover;
}
.businessslider .swiper-pagination {
  text-align: right;
  padding: 0 20px;
}
.businessslider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 8px !important;
  border: 1px solid #097B98;
  background: transparent;
  opacity: 1;
}
.businessslider .swiper-pagination .swiper-pagination-bullet-active {
  background: #097B98;
}
.business-item-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .business-item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .business-item-list {
    grid-template-columns: 100%;
  }
}
.business-item-list .img {
  width: 100%;
}
.business-item-list .img img {
  width: 100%;
}
.business-item-list .txt {
  min-height: 95px;
}
@media screen and (max-width: 768px) {
  .business-item-list .txt {
    min-height: auto;
  }
}
.business-item-list .box {
  width: 100%;
  padding: 30px 35px;
  background: #EEF6F8;
  margin-top: 35px;
  min-height: 290px;
}
@media screen and (max-width: 768px) {
  .business-item-list .box {
    min-height: auto;
  }
}
.business-item-list .box ul {
  width: 100%;
}
.business-item-list .box ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.business-item-list .box ul li a {
  text-decoration: underline;
}
.business-item-list .box ul li a:hover {
  opacity: 1;
  color: #097B98;
}
.business-item-list .btn-B {
  max-width: 100%;
}
.business-movie-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
}
@media screen and (max-width: 1024px) {
  .business-movie-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .business-movie-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .business-movie-list {
    grid-template-columns: 100%;
  }
}
.business-movie-list-box .movie {
  position: relative;
  border: 1px solid #F4F4F4;
}
.business-movie-list-box .movie a {
  position: relative;
}
.business-movie-list-box .movie a:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 65px;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  pointer-events: none;
}
.business-movie-list-box .movie a:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 15px;
  background: rgba(255, 255, 255, 0.9);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 5;
  pointer-events: none;
}
.business-movie-list-box h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}
.business-award {
  width: 100%;
  padding: 20px 60px;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .business-award {
    padding: 10px 30px;
  }
}
.business-award-block {
  width: 100%;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .business-award-block {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
}
.business-award-block:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.business-award-block dt {
  width: 200px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .business-award-block dt {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .business-award-block dt {
    width: 100%;
  }
}
.business-award-block dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  .business-award-block dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .business-award-block dd {
    width: 100%;
  }
}
.business-award-block dd ul li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
.business-award-block dd ul li:not(:last-child) {
  margin-bottom: 10px;
}
.business-award-block dd ul li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #111;
  border-radius: 100%;
  left: 0;
  top: calc(1em - 2.5px);
  z-index: 2;
}
.business-award .award-image {
  max-width: 350px;
  width: 100%;
}
.business-catalog {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .business-catalog {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .business-catalog {
    grid-template-columns: 100%;
  }
}
.business-catalog .btn-B {
  max-width: 100%;
}

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

object/news.scss

***************************/
@media screen and (max-width: 768px) {
  .subpage.news .ttl img {
    width: 279px;
  }
}

.news-block {
  position: relative;
  z-index: 10;
  max-width: 1010px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.news-list {
  width: 100%;
  background: #fff;
}
.news-list-block {
  padding: 50px 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .news-list-block {
    padding: 25px 0;
  }
}
.news-list-block:last-child {
  border-bottom: 1px solid #ddd;
}
.news-list-block a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .news-list-block a {
    flex-direction: column;
    gap: 10px;
  }
}
.news-list-block a .day {
  width: 130px;
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .news-list-block a .day {
    width: 100%;
  }
}
.news-list-block a .inner {
  width: calc(100% - 130px);
}
@media screen and (max-width: 768px) {
  .news-list-block a .inner {
    width: 100%;
  }
}
.news-list-block a .inner h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.news-list-block a .inner p {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.news-detail-inner {
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 50px;
  padding-bottom: 90px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .news-detail-inner {
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
}
.news-detail-head {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .news-detail-head {
    margin-bottom: 20px;
  }
}
.news-detail-head .day {
  font-family: "Heebo", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #aaa;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .news-detail-head .day {
    margin-bottom: 10px;
  }
}
.news-detail-editor ul:not(:first-child), .news-detail-editor ol:not(:first-child) {
  margin-top: 2em;
}
.news-detail-editor ul li, .news-detail-editor ol li {
  list-style: auto;
}
.news-detail-editor p:not(:first-child) {
  margin-top: 2em;
}
.news-detail-editor a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 560px;
  width: 100%;
  min-height: 90px;
  background: #111;
  color: #fff;
  font-weight: 600;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 5px 40px;
  padding-right: 105px;
}
@media screen and (max-width: 768px) {
  .news-detail-editor a {
    padding-right: 75px;
  }
}
@media screen and (max-width: 450px) {
  .news-detail-editor a {
    min-height: 70px;
    padding-right: 55px;
    padding: 5px 20px;
  }
}
.news-detail-editor a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .news-detail-editor a:before {
    right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .news-detail-editor a:before {
    right: 20px;
  }
}
.news-detail-editor a:after {
  position: absolute;
  content: "";
  width: 105px;
  height: 75px;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .news-detail-editor a:after {
    width: 75px;
  }
}
@media screen and (max-width: 450px) {
  .news-detail-editor a:after {
    width: 55px;
    height: 60px;
  }
}
.news-detail-editor a:hover {
  opacity: 1;
  background: #097B98;
  color: #fff;
}
.news-detail-editor a:hover:before {
  background: #fff;
}
.news-detail-editor a[href$=".pdf"]:before {
  aspect-ratio: 1/1;
  width: 15px;
  height: 15px;
  background: url("../img/common/file-pdf-2-line.svg") no-repeat center center;
  background-size: cover;
  clip-path: none;
}

.back-btn {
  position: relative;
  width: 235px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 25px;
  padding-left: 75px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  background: #111;
  border-radius: 3px;
}
.back-btn:before {
  position: absolute;
  content: "";
  width: 75px;
  height: 42px;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  border-right: 1px solid #303030;
}
.back-btn:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  top: 50%;
  left: 35px;
  translate: 0 -50%;
  z-index: 2;
}
.back-btn:hover {
  color: #fff;
}

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

object/company.scss

***************************/
@media screen and (max-width: 768px) {
  .subpage.company .ttl img {
    width: 233px;
  }
}

.company .footer {
  margin-top: 0;
}
.company01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .company01 {
    margin-bottom: 50px;
  }
}
.company02 {
  padding: 60px 0 160px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .company02 {
    padding-bottom: 80px;
  }
}
.company-outline {
  width: 100%;
  padding: 0 65px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .company-outline {
    padding: 15px 30px;
  }
}
.company-outline-block {
  width: 100%;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .company-outline-block {
    padding: 15px 0;
    flex-direction: column;
    gap: 10px;
  }
}
.company-outline-block:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.company-outline-block dt {
  width: 200px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .company-outline-block dt {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .company-outline-block dt {
    width: 100%;
  }
}
.company-outline-block dd {
  width: calc(100% - 200px);
}
@media screen and (max-width: 1024px) {
  .company-outline-block dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .company-outline-block dd {
    width: 100%;
  }
}
.company-outline-block dd .map-link {
  color: #097B98;
  text-decoration: underline;
}
.company-customer {
  width: 100%;
}
.company-customer-block {
  width: 100%;
  padding: 35px 40px;
  background: #EEF6F8;
}
@media screen and (max-width: 768px) {
  .company-customer-block {
    padding: 20px;
  }
}
.company-customer-block:not(:last-child) {
  margin-bottom: 30px;
}

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

object/recruit.scss

***************************/
@media screen and (max-width: 768px) {
  .subpage.recruit .ttl img {
    width: 169px;
  }
}

.recruit-tab {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  z-index: 8;
}
.recruit-tab li {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 360px;
  width: 100%;
  min-height: 90px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #097B98;
  letter-spacing: 0.05em;
  background: #FAFAFA;
  border-radius: 3px 3px 0 0;
  padding: 0 55px 0 40px;
}
@media screen and (max-width: 768px) {
  .recruit-tab li {
    min-height: 70px;
    padding: 0 45px 0 30px;
  }
}
@media screen and (max-width: 450px) {
  .recruit-tab li {
    font-size: 1.6rem;
    padding: 0 25px 0 15px;
  }
}
.recruit-tab li:after {
  position: absolute;
  content: "";
  width: 9px;
  height: 11px;
  background: #097B98;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: 50%;
  right: 45px;
  translate: 0 -50%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .recruit-tab li:after {
    right: 35px;
  }
}
@media screen and (max-width: 450px) {
  .recruit-tab li:after {
    right: 15px;
  }
}
.recruit-tab li:hover {
  cursor: pointer;
}
.recruit-tab li.current {
  background: #111;
  color: #fff;
}
.recruit-tab li.current:after {
  background: #fff;
}
.recruit-tab li.current:hover {
  pointer-events: none;
}
.recruit-info {
  position: relative;
  z-index: 8;
}
.recruit-info-block {
  width: 100%;
  background: #fff;
  border-top: 3px solid #111;
  border-bottom: 1px solid #ddd;
  padding: 10px 65px;
  display: none;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  .recruit-info-block {
    padding: 10px 35px;
  }
}
.recruit-info-block.current {
  display: block;
}
.recruit-data {
  width: 100%;
}
.recruit-data-block {
  width: 100%;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .recruit-data-block {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
}
.recruit-data-block:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.recruit-data-block dt {
  width: 200px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .recruit-data-block dt {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-data-block dt {
    width: 100%;
  }
}
.recruit-data-block dd {
  width: calc(100% - 200px);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .recruit-data-block dd {
    width: calc(100% - 150px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-data-block dd {
    width: 100%;
  }
}

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

object/contact.scss

***************************/
@media screen and (max-width: 768px) {
  .subpage.contact .ttl img {
    width: 169px;
  }
}

.contact .footer {
  margin-top: 0;
}
.contact01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact01 {
    padding-bottom: 50px;
  }
}
.contact-tel {
  position: relative;
  width: 100%;
  padding: 40px 20px;
  background: #EEF6F8;
  z-index: 10;
}
.contact-tel .tel {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none !important;
}
.contact-tel .tel span {
  font-size: clamp(3.8rem, 6.25vw, 4.8rem);
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .contact-tel .tel span {
    font-size: 3.2rem;
  }
}
.contact02 {
  width: 100%;
  padding: 60px 0 160px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .contact02 {
    padding: 60px 0 80px;
  }
}
.contact-form {
  width: 100%;
  background: #fff;
  padding: 0 60px 60px;
}
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 10px 30px 30px;
  }
}
.contact-form-data {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-form-data {
    margin-bottom: 30px;
  }
}
.contact-form-data-block {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .contact-form-data-block {
    flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-data-block {
    padding: 20px 0;
  }
}
.contact-form-data-block dt {
  width: 265px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding: 12px 0;
}
@media screen and (max-width: 1024px) {
  .contact-form-data-block dt {
    width: 100%;
    padding: 0;
  }
}
.contact-form-data-block dt span {
  width: 37px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #111;
  border-radius: 2px;
  background: #ddd;
}
.contact-form-data-block dt span.rq {
  color: #fff;
  background: #097B98;
}
.contact-form-data-block dd {
  width: calc(100% - 265px);
}
@media screen and (max-width: 1024px) {
  .contact-form-data-block dd {
    width: 100%;
  }
}
.contact-form-data-block .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.contact-form-data-block .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.contact-form-data-block .wpcf7-radio .wpcf7-list-item input {
  display: none;
}
.contact-form-data-block .wpcf7-radio .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact-form-data-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: block;
  padding: 12px 0;
  padding-left: 40px;
}
.contact-form-data-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background: #F4F4F4;
  border: 1px solid rgba(225, 230, 232, 0.47);
  border-radius: 100%;
  left: 0;
  top: calc(0.8em - 2px);
  z-index: 2;
}
.contact-form-data-block .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #097B98;
  border-radius: 100%;
  left: 6px;
  top: calc(0.8em + 4px);
  z-index: 3;
  opacity: 0;
}
.contact-form .privacy-block {
  position: relative;
  width: 100%;
  max-height: 320px;
  background: #F4F4F4;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .contact-form .privacy-block {
    margin-bottom: 60px;
  }
}
.contact-form .privacy-block:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ddd;
  bottom: -40px;
  left: 50%;
  translate: -50% 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .contact-form .privacy-block:after {
    bottom: -30px;
  }
}
.contact-form .privacy-block-content {
  padding: 50px 60px;
}
@media screen and (max-width: 768px) {
  .contact-form .privacy-block-content {
    padding: 30px;
  }
}
.contact-form .simplebar-track.simplebar-vertical {
  width: 20px;
}
.contact-form .simplebar-scrollbar:before {
  border-radius: 5px;
  background: #ddd;
  opacity: 1 !important;
  width: 10px;
  left: 5px;
  right: 5px;
}
.contact .submit-box {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact .submit-box:before {
  position: absolute;
  content: "";
  width: 125px;
  height: 87px;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  z-index: 3;
  border-left: 1px solid #303030;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .contact .submit-box:before {
    width: 55px;
    height: 72px;
  }
}
.contact .submit-box:after {
  position: absolute;
  content: "";
  width: 15px;
  height: 18px;
  background: #fff;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  right: 55px;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .contact .submit-box:after {
    width: 12px;
    height: 15px;
    right: 20px;
  }
}
.contact .submit-box:hover:before {
  border-color: #fff;
}
.contact .submit-box .btn-submit {
  width: 100%;
  min-height: 105px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: left;
  background: #111;
  padding: 10px 125px 10px 40px;
  border-radius: 3px;
  border: 0;
}
@media screen and (max-width: 600px) {
  .contact .submit-box .btn-submit {
    min-height: 85px;
    padding: 10px 55px 10px 25px;
    white-space: wrap;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.contact .submit-box .btn-submit:hover {
  cursor: pointer;
  background: #097B98;
}

.wpcf7-spinner {
  display: none !important;
}

.thanks01 .back-btn {
  max-width: 300px;
  width: 100%;
}/*# sourceMappingURL=style.css.map */