@charset "UTF-8";
.is_pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

.is_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .is_sp {
    display: block;
  }
}

.is_mb {
  display: none;
}
@media only screen and (max-width: 480px) {
  .is_mb {
    display: block;
  }
}

.is_pc-tab {
  display: block;
}
@media screen and (max-width: 1100px) {
  .is_pc-tab {
    display: none;
  }
}

.is_tab {
  display: none;
}
@media screen and (max-width: 1100px) {
  .is_tab {
    display: block;
  }
}

/* ----------------------------------------- */
/* ----------------------------------------- */
.delayscroll_box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width: 1100px) {
  .fadeUp {
    opacity: 1;
    animation: none;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
.left-side {
  opacity: 0;
}
.left-side.left-side-anime {
  animation-name: leftAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0;
}

.right-side {
  opacity: 0;
}
.right-side.right-side-anime {
  animation-name: rightAnime;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes leftAnime {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes rightAnime {
  from {
    opacity: 0;
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
@keyframes kirariAnime {
  0% {
    left: 0;
    opacity: 1;
  }
  99% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 105%;
    opacity: 0;
  }
}
@keyframes revealText {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
.textanimation span {
  animation: showText 0.2s backwards;
  display: inline-block;
}
.textanimation > span {
  overflow: hidden;
}
.textanimation > span > span {
  animation: showTextFromBottom 0.2s backwards;
}

@keyframes showTextFromBottom {
  0% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes Circle-animation {
  0% {
    width: 320px;
  }
  100% {
    width: 375px;
  }
}
@keyframes demo_kururi {
  from {
    stroke-dashoffset: 316;
    opacity: 0;
    stroke-width: 0px;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke-width: 10px;
  }
}
@keyframes demo_kururi-sp {
  from {
    stroke-dashoffset: 316;
    opacity: 0;
    stroke-width: 0px;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
    stroke-width: 5px;
  }
}
/* ----------------------------------------- */
/* ----------------------------------------- */
@keyframes cwOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color-wave {
  0% {
    stop-color: rgba(255, 255, 255, 0);
  }
  100% {
    stop-color: #4477b1;
  }
}
@keyframes gradient-shift {
  0% {
    offset: 100%;
  }
  100% {
    offset: 0%;
  }
}
@keyframes cwOpacity02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color-wave02 {
  0% {
    stop-color: rgba(131, 168, 209, 0);
  }
  100% {
    stop-color: #83a8d1;
  }
}
@keyframes gradient-shift02 {
  0% {
    offset: 0%;
  }
  100% {
    offset: 100%;
  }
}
@keyframes cwOpacity03 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes color-wave03 {
  0% {
    stop-color: rgba(131, 168, 209, 0);
  }
  100% {
    stop-color: #4477b1;
  }
}
@keyframes gradient-shift03 {
  0% {
    offset: 0%;
  }
  100% {
    offset: 100%;
  }
}
@keyframes imgAnimation {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes infoAnimation {
  0% {
    opacity: 0;
    bottom: 17%;
  }
  100% {
    opacity: 1;
    bottom: 13%;
  }
}
@keyframes infoAnimationSp {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
    margin-top: -50px;
  }
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../font/SourceHanSansJP-Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "enfont";
  src: url("../font/Myriad-Variable-Concept.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Serif JP", serif;
  src: url("../font/helvetica-neue1.ttf") format("truetype");
  font-weight: 700;
}
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
  scrollbar-gutter: stable;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  word-wrap: word-break;
  word-break: break-word;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 300;
  letter-spacing: 0;
  overflow-x: hidden;
  font-size: 25px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    font-size: clamp(1rem, -0.2956081081rem + 2.7027027027vw, 1.5625rem);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: clamp(1rem, 0.9197002141rem + 0.4282655246vw, 1.125rem);
  }
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.under-line {
  text-decoration: underline;
}
a.under-line:hover {
  text-decoration: none;
}

ul {
  list-style: none;
}
ul.list-style {
  list-style: disc;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  ul.list-style {
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  ul.list-style {
    margin-left: 15px;
  }
}

ol {
  list-style: none;
}
ol.list-style {
  list-style: decimal;
  margin-left: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  ol.list-style {
    margin-left: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  ol.list-style {
    margin-left: 15px;
  }
}

table {
  border-collapse: collapse;
}

label {
  cursor: pointer;
}

.ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.en {
  font-family: "enfont";
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.t-center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t-center.-sp-t-left {
    text-align: left;
  }
}

.t-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-left.-sp-t-left {
    text-align: left;
  }
}

.t-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .t-right.-sp-t-left {
    text-align: left;
  }
}

.-fwB {
  font-weight: 700;
}

.-fwM {
  font-weight: 500;
}

.-fwR {
  font-weight: 400;
}

.-fsHelvetica {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.-bgWhite {
  background: #fff;
}

.-bgMain {
  background: #003bff;
}

.-fcWhite {
  color: #fff;
}

.-fcMain {
  color: #003bff;
}

.firstSec {
  padding-top: 130px;
  padding-bottom: 55px;
}

.commonSec {
  padding: 55px 0;
}

.t-secTitle {
  flex-direction: column;
}
.t-secTitle > h2 {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .t-secTitle > h2 {
    font-size: 3.46vw;
    margin-left: -4px;
  }
}
.t-secTitle::before {
  width: fit-content;
  margin-left: -6px;
  display: inline-block;
  font-size: 100px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "enfont";
  color: transparent;
  background: linear-gradient(90deg, #00196b, #0232d0);
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale(1, 0.8);
}
@media only screen and (max-width: 767px) {
  .t-secTitle::before {
    font-size: 13.33vw;
  }
}

.ttl_h2 {
  font-size: 100px;
  font-family: "enfont";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .ttl_h2 {
    font-size: clamp(5.9375rem, 5.2313242784rem + 0.8488964346vw, 6.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .ttl_h2 {
    font-size: clamp(3.125rem, -0.7184163701rem + 8.0071174377vw, 5.9375rem);
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_h2 {
    line-height: 1;
    font-size: clamp(2.1875rem, -0.3419432548rem + 13.4903640257vw, 6.125rem);
  }
}

.ttl_p {
  position: absolute;
  bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .ttl_p {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .ttl_p {
    position: static;
    text-align: center;
    font-size: clamp(1rem, 0.6386509636rem + 1.9271948608vw, 1.5625rem);
  }
}

.bgSec {
  background-color: #003bff;
  color: #fff;
  padding: 100px 0 150px;
}

.btn {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .btn {
    padding-top: clamp(3.125rem, -4.1039156627rem + 15.0602409639vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    padding-top: clamp(2.5rem, 1.6970021413rem + 4.2826552463vw, 3.75rem);
  }
}
.btn a {
  font-size: 26px;
  padding: 15px 20px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #003bff;
  border-left: 8px solid #003bff;
  color: #003bff;
  margin: auto;
  display: flex;
  max-width: 300px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .btn a {
    border-left: 5px solid #003bff;
  }
}
.btn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #003bff;
  z-index: -1;
  transition: left 0.8s ease;
}
.btn a:hover {
  color: #fff;
}
.btn a:hover::before {
  left: 0;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .btn a {
    font-size: clamp(1.375rem, 0.796686747rem + 1.2048192771vw, 1.625rem);
    padding: clamp(0.625rem, -0.0978915663rem + 1.5060240964vw, 0.9375rem) 20px;
    max-width: clamp(16.25rem, 10.4668674699rem + 12.0481927711vw, 18.75rem);
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: clamp(1rem, 0.7591006424rem + 1.2847965739vw, 1.375rem);
    padding: clamp(0.625rem, 0.4242505353rem + 1.0706638116vw, 0.9375rem) 20px;
    max-width: 250px;
  }
}

.t-message {
  width: 100%;
}
.t-message_img {
  padding: 150px 0;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-message_img {
    padding: clamp(6.25rem, 1.9795373665rem + 8.896797153vw, 9.375rem) 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-message_img {
    padding: clamp(1.5625rem, 0.5587526767rem + 5.3533190578vw, 3.125rem) 0;
  }
}
.t-message_img img {
  width: 100%;
}
.t-message .message1 {
  margin-bottom: 40px;
}
.t-message_our-message {
  width: 100%;
}
.t-message_our-message .title {
  margin: auto;
  max-width: 720px;
  width: 60%;
  background-color: #003bff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  .t-message_our-message .title {
    width: 65vw;
    height: clamp(3.75rem, 2.1440042827rem + 8.5653104925vw, 6.25rem);
  }
}
.t-message_our-message .title h2 {
  font-size: 40px;
  font-family: "enfont";
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 1101px) and (max-width: 1330px) {
  .t-message_our-message .title h2 {
    font-size: clamp(1.875rem, -1.1141304348rem + 4.347826087vw, 2.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .t-message_our-message .title h2 {
    font-size: clamp(1.375rem, 0.2233483483rem + 2.4024024024vw, 1.875rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-message_our-message .title h2 {
    font-size: clamp(1rem, 0.5182012848rem + 2.5695931478vw, 1.75rem);
    line-height: 1.3;
  }
}
.t-message_our-message .main {
  font-family: "Noto Serif JP", serif !important;
  font-size: 25px;
  padding: 80px 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .t-message_our-message .main {
    padding-top: clamp(1.125rem, 0.2417023555rem + 4.7109207709vw, 2.5rem);
    padding-bottom: 20px;
    font-size: clamp(1rem, 0.7189507495rem + 1.4989293362vw, 1.4375rem);
  }
}
.t-message_our-message .message-name-img {
  padding-top: 10px;
  width: 140px;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .t-message_our-message .message-name-img {
    padding-top: 10px;
    width: clamp(6.25rem, 5.4470021413rem + 4.2826552463vw, 7.5rem);
  }
}
.t-message_our-message .message-name-img img {
  width: 100%;
}
.t-message_our-message .name {
  font-family: "Noto Serif JP", serif !important;
  text-align: right;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .t-message_our-message .name {
    font-size: clamp(1rem, 0.7189507495rem + 1.4989293362vw, 1.4375rem);
  }
}

.t-history {
  padding-top: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history {
    padding-top: clamp(7.5rem, -2.7491103203rem + 21.3523131673vw, 15rem);
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history {
    padding-top: clamp(7.5rem, 0.875267666rem + 35.3319057816vw, 17.8125rem);
    padding-bottom: 0;
  }
}
.t-history {
  /*--各年号内のテキストサイズ--*/
}
.t-history .history_txt {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .t-history .history_txt {
    width: 100%;
  }
}
.t-history .history_txt p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-family: "Source Han Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .t-history .history_txt p {
    font-size: clamp(0.75rem, 0.5894004283rem + 0.8565310493vw, 1rem);
  }
}
.t-history .txt-right {
  margin-left: auto;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .t-history .txt-right {
    position: static;
    padding-top: 20px;
  }
}
.t-history .txt-left {
  margin-right: auto;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .t-history .txt-left {
    position: static;
    padding-top: 20px;
  }
}
.t-history {
  /*-----------------1966.11 総合建設業として発足---------------------*/
}
.t-history_contents1 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1 {
    padding-bottom: 0px;
  }
}
.t-history_contents1 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents1_main {
  width: 100%;
  position: relative;
}
.t-history_contents1_main_ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-history_contents1_main_ttl {
    top: -25vw;
  }
}
.t-history_contents1_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "enfont";
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1_main_ttl h2 {
    font-size: clamp(3.125rem, -0.7184163701rem + 8.0071174377vw, 5.9375rem);
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1_main_ttl h2 {
    text-align: center;
    font-size: clamp(2.1875rem, -0.3419432548rem + 13.4903640257vw, 6.125rem);
  }
}
.t-history_contents1_main_ttl p {
  position: absolute;
  bottom: -30px;
  right: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .t-history_contents1_main_ttl p {
    position: static;
    text-align: center;
    font-size: clamp(1rem, 0.6386509636rem + 1.9271948608vw, 1.5625rem);
  }
}
.t-history_contents1_img {
  max-width: 1070px;
  height: 730px;
  margin-left: auto;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1_img {
    height: auto;
    width: 100%;
    margin-top: clamp(0rem, -0.8029978587rem + 4.2826552463vw, 1.25rem);
  }
}
.t-history_contents1_txt {
  bottom: -210px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents1_txt {
    height: clamp(13.125rem, 17.3692602041rem - 5.1020408163vw, 11.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1_txt {
    height: clamp(180px, 464.09px - 21.35vw, 300px);
  }
}
.t-history_contents1_year {
  position: absolute;
  bottom: 160px;
  left: -25px;
  text-align: left;
  z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1_year {
    bottom: clamp(135px, 454.54px - 24.02vw, 270px);
    left: clamp(-25px, 34.16px - 4.45vw, 0px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1_year {
    left: 0;
    top: clamp(0rem, -0.8029978587rem + 4.2826552463vw, 1.25rem);
    width: 100%;
    height: 80px;
  }
}
.t-history_contents1 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents1 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
    padding-top: clamp(0.9375rem, 0.7367505353rem + 1.0706638116vw, 1.25rem);
  }
}
.t-history_contents1 .year p {
  text-align: left;
  font-family: "Source Han Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .t-history_contents1 .year p {
    text-align: center;
  }
}
.t-history_contents1 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 1;
  }
}
.t-history_contents1 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -50px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents1 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1 .year-t {
    font-size: clamp(1rem, 0.487544484rem + 1.0676156584vw, 1.375rem);
    bottom: -4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
    padding-top: clamp(0rem, -0.8029978587rem + 4.2826552463vw, 1.25rem);
  }
}
.t-history_contents1 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: 1130px;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents1 .bg-blue {
    height: 1140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents1 .bg-blue {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents1 .bg-blue {
    height: clamp(8.4375rem, -0.1947269807rem + 46.0385438972vw, 21.875rem);
    width: 100%;
    top: -1vw;
  }
}
.t-history {
  /*-----------------2004.11 工藤護から工藤圭亮に代表者変更---------------------*/
}
.t-history_contents2 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents2 {
    padding-top: clamp(6.25rem, 3.23875803rem + 16.0599571734vw, 10.9375rem);
    padding-bottom: 0px;
  }
}
.t-history_contents2 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents2_main {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-history_contents2_main {
    padding-top: clamp(0.4375rem, 0.7185492505rem - 1.4989293362vw, 0rem);
  }
}
.t-history_contents2_main_ttl {
  position: relative;
}
.t-history_contents2_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "Myriad Variable Concept", sans-serif;
  line-height: 1;
  margin: 0;
  padding-right: 50px;
}
.t-history_contents2_main_ttl p {
  text-align: right;
  margin-top: 0px;
}
.t-history_contents2_img {
  max-width: 1070px;
  height: 730px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents2_img {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
}
.t-history_contents2_img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.t-history_contents2_txt {
  bottom: -240px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents2_txt {
    height: clamp(15rem, 19.2442602041rem - 5.1020408163vw, 13.125rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2_txt {
    height: clamp(210px, 494.09px - 21.35vw, 330px);
  }
}
.t-history_contents2_year {
  position: absolute;
  bottom: 100px;
  right: 100px;
  text-align: left;
  z-index: 3;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents2_year {
    right: clamp(0rem, -14.1475340136rem + 17.0068027211vw, 6.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2_year {
    right: 0;
    bottom: clamp(80px, 482.46px - 30.25vw, 250px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents2_year {
    right: 0;
    top: -11vw;
    width: 100%;
    height: 80px;
  }
}
.t-history_contents2 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents2 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-history_contents2 .year p {
  text-align: left;
  font-family: "Source Han Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .t-history_contents2 .year p {
    text-align: center;
    width: 100%;
  }
}
.t-history_contents2 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents2 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 0.9;
  }
}
.t-history_contents2 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents2 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2 .year-t {
    font-size: clamp(1rem, 0.487544484rem + 1.0676156584vw, 1.375rem);
    bottom: -4vw;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents2 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
  }
}
.t-history_contents2 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: auto;
  top: 190px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents2 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents2 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents2 .bg-blue {
    height: clamp(8.4375rem, -0.1947269807rem + 46.0385438972vw, 21.875rem);
    width: 100%;
    top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-history {
  /*-----------------2006.5 昭和建設の木造住宅 BESEEN HOMES商標登録---------------------*/
}
.t-history_contents3 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents3 {
    padding-top: clamp(6.875rem, 3.0607601713rem + 20.3426124197vw, 12.8125rem);
    padding-bottom: 0px;
  }
}
.t-history_contents3 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents3_main {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-history_contents3_main {
    padding-top: clamp(0.4375rem, 0.7185492505rem - 1.4989293362vw, 0rem);
  }
}
.t-history_contents3_main_ttl {
  position: relative;
}
.t-history_contents3_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "Myriad Variable Concept", sans-serif;
  line-height: 1;
  margin: 0;
  padding-right: 50px;
}
.t-history_contents3_main_ttl p {
  text-align: right;
  margin-top: 0px;
}
.t-history_contents3_img {
  max-width: 1070px;
  height: 730px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents3_img {
    height: auto;
    width: 100%;
  }
}
.t-history_contents3_txt {
  bottom: -240px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents3_txt {
    height: clamp(15rem, 19.2442602041rem - 5.1020408163vw, 13.125rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3_txt {
    height: clamp(210px, 565.12px - 26.69vw, 360px);
  }
}
.t-history_contents3_year {
  position: absolute;
  bottom: 80px;
  left: -40px;
  z-index: 3;
  width: 600px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents3_year {
    left: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3_year {
    width: clamp(18.75rem, 1.6681494662rem + 35.5871886121vw, 31.25rem);
    bottom: clamp(80px, 553.17px - 35.59vw, 280px);
    left: clamp(0px, -68.33px + 8.9vw, 50px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents3_year {
    left: 0;
    top: -14vw;
    width: 100%;
    height: 80px;
  }
}
.t-history_contents3 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents3 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-history_contents3 .year p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-history_contents3 .year p {
    text-align: center;
    width: 100%;
  }
}
.t-history_contents3 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents3 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 0.9;
  }
}
.t-history_contents3 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents3 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3 .year-t {
    font-size: clamp(0.875rem, 0.1917259786rem + 1.4234875445vw, 1.375rem);
    bottom: -4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents3 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
    line-height: 1.2;
  }
}
.t-history_contents3 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: auto;
  top: 190px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents3 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents3 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents3 .bg-blue {
    height: clamp(8.4375rem, -0.9977248394rem + 50.3211991435vw, 23.125rem);
    width: 100%;
    top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-history {
  /*-----------------2009.9 横浜型地域貢献企業認証取得---------------------*/
}
.t-history_contents4 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents4 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents4 {
    padding-top: clamp(6.25rem, 3.23875803rem + 16.0599571734vw, 10.9375rem);
    padding-bottom: 0px;
  }
}
.t-history_contents4 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents4_main {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-history_contents4_main {
    padding-top: clamp(0.4375rem, 0.7185492505rem - 1.4989293362vw, 0rem);
  }
}
.t-history_contents4_main_ttl {
  position: relative;
}
.t-history_contents4_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "Myriad Variable Concept", sans-serif;
  line-height: 1;
  margin: 0;
  padding-right: 50px;
}
.t-history_contents4_main_ttl p {
  text-align: right;
  margin-top: 0px;
}
.t-history_contents4_img {
  max-width: 821px;
  height: 560px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents4_img {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
}
.t-history_contents4_img {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.t-history_contents4_txt {
  bottom: -240px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents4_txt {
    height: clamp(15rem, 16.4147534014rem - 1.7006802721vw, 14.375rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4_txt {
    height: clamp(210px, 494.09px - 21.35vw, 330px);
  }
}
.t-history_contents4_year {
  position: absolute;
  bottom: 190px;
  right: 140px;
  z-index: 3;
  width: auto;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents4_year {
    right: clamp(140px, 175.52px - 2.67vw, 155px);
    bottom: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4_year {
    bottom: clamp(170px, 489.54px - 24.02vw, 305px);
    right: clamp(0px, -163.99px + 21.35vw, 120px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents4_year {
    right: 0;
    top: -11vw;
    width: 100%;
    height: 80px;
  }
}
.t-history_contents4 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents4 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-history_contents4 .year p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-history_contents4 .year p {
    text-align: center;
    width: 100%;
  }
}
.t-history_contents4 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents4 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 0.9;
  }
}
.t-history_contents4 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents4 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4 .year-t {
    font-size: clamp(1rem, 0.487544484rem + 1.0676156584vw, 1.375rem);
    bottom: -4vw;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents4 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
  }
}
.t-history_contents4 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: auto;
  top: 250px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents4 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents4 .bg-blue {
    height: auto;
    top: 250px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents4 .bg-blue {
    height: clamp(8.4375rem, -0.1947269807rem + 46.0385438972vw, 21.875rem);
    width: 100%;
    top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-history {
  /*-----------------2010.10 養蜂事業 WANEY飼育開始---------------------*/
}
.t-history_contents5 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents5 {
    padding-top: clamp(6.25rem, 3.23875803rem + 16.0599571734vw, 10.9375rem);
    padding-bottom: 0px;
  }
}
.t-history_contents5 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents5_main {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-history_contents5_main {
    padding-top: clamp(0.4375rem, 0.7185492505rem - 1.4989293362vw, 0rem);
  }
}
.t-history_contents5_main_ttl {
  position: relative;
}
.t-history_contents5_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "Myriad Variable Concept", sans-serif;
  line-height: 1;
  margin: 0;
  padding-right: 50px;
}
.t-history_contents5_main_ttl p {
  text-align: right;
  margin-top: 0px;
}
.t-history_contents5_img {
  max-width: 1070px;
  height: 605px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents5_img {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
}
.t-history_contents5_txt {
  bottom: -240px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents5_txt {
    height: clamp(15rem, 19.2442602041rem - 5.1020408163vw, 13.125rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5_txt {
    height: clamp(210px, 494.09px - 21.35vw, 330px);
  }
}
.t-history_contents5_year {
  position: absolute;
  bottom: 80px;
  left: 150px;
  z-index: 3;
  width: auto;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents5_year {
    left: clamp(0rem, -21.2213010204rem + 25.5102040816vw, 9.375rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5_year {
    left: clamp(0px, -136.65px + 17.79vw, 100px);
    bottom: clamp(50px, 523.31px - 35.59vw, 250px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents5_year {
    left: 0;
    top: -11vw;
    width: 100%;
    height: 80px;
  }
}
.t-history_contents5 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents5 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-history_contents5 .year p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-history_contents5 .year p {
    text-align: center;
    width: 100%;
  }
}
.t-history_contents5 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents5 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 0.9;
  }
}
.t-history_contents5 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents5 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5 .year-t {
    font-size: clamp(1rem, 0.487544484rem + 1.0676156584vw, 1.375rem);
    bottom: -4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents5 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
  }
}
.t-history_contents5 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: auto;
  top: 230px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents5 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents5 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents5 .bg-blue {
    height: clamp(8.4375rem, -0.1947269807rem + 46.0385438972vw, 21.875rem);
    width: 100%;
    top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-history {
  /*-----------------2019.10 ドローン(無人航空機)事業部設立---------------------*/
}
.t-history_contents6 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents6 {
    padding-top: clamp(6.25rem, 3.23875803rem + 16.0599571734vw, 10.9375rem);
    padding-bottom: 0px;
  }
}
.t-history_contents6 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents6_main {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-history_contents6_main {
    padding-top: clamp(0.4375rem, 0.7185492505rem - 1.4989293362vw, 0rem);
  }
}
.t-history_contents6_main_ttl {
  position: relative;
}
.t-history_contents6_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "Myriad Variable Concept", sans-serif;
  line-height: 1;
  margin: 0;
  padding-right: 50px;
}
.t-history_contents6_main_ttl p {
  text-align: right;
  margin-top: 0px;
}
.t-history_contents6_img {
  max-width: 1070px;
  height: 730px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents6_img {
    height: auto;
    width: 100%;
    margin-top: 0;
  }
}
.t-history_contents6_txt {
  bottom: -240px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents6_txt {
    height: clamp(15rem, 19.2442602041rem - 5.1020408163vw, 13.125rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6_txt {
    height: clamp(210px, 565.12px - 26.69vw, 360px);
  }
}
.t-history_contents6_year {
  position: absolute;
  bottom: 240px;
  right: -240px;
  z-index: 3;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents6_year {
    right: clamp(-240px, 412.58px - 34.01vw, -40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6_year {
    bottom: clamp(210px, 565.12px - 26.69vw, 360px);
    right: clamp(-40px, -4.52px - 2.67vw, -25px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents6_year {
    right: 0;
    top: -11vw;
    width: 100%;
    height: 80px;
  }
}
.t-history_contents6 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents6 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-history_contents6 .year p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-history_contents6 .year p {
    text-align: center;
    width: 100%;
  }
}
.t-history_contents6 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents6 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 0.9;
  }
}
.t-history_contents6 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -50px;
  width: 100%;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents6 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6 .year-t {
    font-size: clamp(1rem, 0.487544484rem + 1.0676156584vw, 1.375rem);
    bottom: -4vw;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents6 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
  }
}
.t-history_contents6 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: auto;
  top: 270px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents6 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents6 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents6 .bg-blue {
    height: clamp(8.4375rem, -0.1947269807rem + 46.0385438972vw, 21.875rem);
    width: 100%;
    top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}
.t-history {
  /*-----------------2024.6 横浜グランドスラム企業受賞（横浜市認定制度４冠達成）---------------------*/
}
.t-history_contents7 {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7 {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents7 {
    padding-top: clamp(7.1875rem, 2.971761242rem + 22.4839400428vw, 13.75rem);
    padding-bottom: 0px;
  }
}
.t-history_contents7 .commonInner {
  position: relative;
  z-index: 2;
}
.t-history_contents7_main {
  width: 100%;
  position: relative;
}
.t-history_contents7_main_ttl {
  position: relative;
}
.t-history_contents7_main_ttl h2 {
  text-align: right;
  font-size: 100px;
  font-family: "Myriad Variable Concept", sans-serif;
  line-height: 1;
  margin: 0;
  padding-right: 50px;
}
.t-history_contents7_main_ttl p {
  text-align: right;
  margin-top: 0px;
}
.t-history_contents7_img {
  max-width: 1070px;
  height: 730px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7_img {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents7_img {
    height: auto;
    width: 100%;
  }
}
.t-history_contents7_txt {
  bottom: -240px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents7_txt {
    right: clamp(-3.125rem, 20.9258078231rem - 28.9115646259vw, -13.75rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7_txt {
    height: clamp(210px, 494.09px - 21.35vw, 330px);
  }
}
.t-history_contents7_year {
  position: absolute;
  bottom: 100px;
  left: -80px;
  z-index: 3;
  width: auto;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents7_year {
    bottom: clamp(85px, 51.05px + 2.55vw, 100px);
    left: clamp(-80px, 181.09px - 13.61vw, 0px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7_year {
    left: 0;
    bottom: clamp(80px, 482.46px - 30.25vw, 250px);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents7_year {
    left: 0;
    top: -16vw;
    width: 100%;
    height: 80px;
  }
}
.t-history_contents7 .year {
  position: relative;
  color: white;
}
@media only screen and (max-width: 767px) {
  .t-history_contents7 .year {
    position: static;
    display: flex;
    flex-direction: column-reverse;
  }
}
.t-history_contents7 .year p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .t-history_contents7 .year p {
    text-align: center;
    width: 100%;
  }
}
.t-history_contents7 .year-m {
  font-family: "Noto Serif JP", serif !important;
  font-size: 100px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7 .year-m {
    font-size: clamp(3.75rem, 0.3336298932rem + 7.1174377224vw, 6.25rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents7 .year-m {
    font-size: clamp(2.1875rem, -0.4222430407rem + 13.9186295503vw, 6.25rem);
    line-height: 0.9;
  }
}
.t-history_contents7 .year-t {
  font-size: 25px;
  position: absolute;
  bottom: -100px;
  width: 100%;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-history_contents7 .year-t {
    font-size: clamp(1.375rem, 0.9505739796rem + 0.5102040816vw, 1.5625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7 .year-t {
    font-size: clamp(1rem, 0.487544484rem + 1.0676156584vw, 1.375rem);
    bottom: -7vw;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents7 .year-t {
    font-size: clamp(0.875rem, 0.4333511777rem + 2.3554603854vw, 1.5625rem);
    position: static;
    line-height: 1.2;
  }
}
.t-history_contents7 .bg-blue {
  position: absolute;
  background-color: #003bff;
  width: 50%;
  height: auto;
  top: 390px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-history_contents7 .bg-blue {
    height: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-history_contents7 .bg-blue {
    height: clamp(8.4375rem, -0.9977248394rem + 50.3211991435vw, 23.125rem);
    width: 100%;
    top: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
  }
}

.t-photo {
  padding-top: 240px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-photo {
    padding-top: clamp(7.5rem, -2.7491103203rem + 21.3523131673vw, 15rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-photo {
    padding-top: clamp(3.125rem, 1.1175053533rem + 10.7066381156vw, 6.25rem);
  }
}
.t-photo_ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-photo_ttl {
    text-align: center;
  }
}
.t-photo .photo-slider {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .t-photo .photo-slider {
    padding-top: 0;
  }
}
.t-photo .photo-slider ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .t-photo .photo-slider ul .slick-list {
    padding: 0 18.13vw !important;
  }
  .t-photo .photo-slider ul .slick-track {
    display: flex;
    overflow: hidden;
  }
}
.t-photo .photo-slider li {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .t-photo .photo-slider li {
    width: clamp(15.625rem, 5.9890256959rem + 51.391862955vw, 30.625rem) !important;
    height: auto;
    padding: 0 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-photo .photo-slider li .fit-img {
    width: 100%;
    aspect-ratio: 1/0.667;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .t-photo .photo-slider li .fit-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}

/* --- 全体のレイアウト --- */
.photo-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .photo-slider-wrapper {
    padding-top: clamp(1.25rem, 0.045503212rem + 6.4239828694vw, 3.125rem);
  }
}

/* --- 画像のスタイル修正 --- */
.photo-slider img {
  width: 44.2vw !important; /* 幅を850pxに固定 */
  object-fit: cover; /* 画像を歪ませずに、枠いっぱいに表示（トリミング）する */
  display: block;
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: none;
  /* スライダー内で画像を中央に配置したい場合の保険 */
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .photo-slider img {
    width: 44.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .photo-slider img .photo-slider img {
    width: 100%; /* 画面幅いっぱいに */
    height: auto; /* 高さはなりゆき（アスペクト比維持） */
    /* もし高さも固定したい（例：300px）場合は auto ではなく 300px に変えてください */
  }
}

/* --- カウンター位置 --- */
.slide-counter {
  position: absolute;
  top: 3%;
  right: 19%;
  z-index: 20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .slide-counter {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

/* --- 矢印の新しいデザイン（下線＋斜め線） --- */
/* 矢印全体の共通設定 */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  /* テキストのスタイル */
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: bold;
  /* ★線を作る設定（border-bottomを使用） */
  display: block;
  width: 100px; /* 線の長さ */
  border-bottom: 1px solid #000000;
  padding-bottom: 5px; /* 文字と線の隙間 */
  transition: width 0.3s;
}

/* 斜め線（フック部分）を作る共通設定 */
.slide-arrow::before {
  content: "";
  position: absolute;
  bottom: -1px; /* 下線にぴったり合わせる */
  width: 15px; /* 斜め線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #000000;
}

/* --- PREV（左）の設定 --- */
.prev-arrow {
  left: 22%;
  padding-left: 20px; /* 斜め線が文字に被らないよう余白 */
  text-align: left;
  width: 120px;
}
@media screen and (min-width: 1921px) {
  .prev-arrow {
    left: 24%;
  }
}

/* PREVの斜め線：左下から左上に伸びる */
.prev-arrow::before {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

/* --- NEXT（右）の設定 --- */
.next-arrow {
  right: 22%;
  padding-right: 20px; /* 右に余白 */
  text-align: right;
  width: 120px;
}
@media screen and (min-width: 1921px) {
  .next-arrow {
    right: 24%;
  }
}

/* NEXTの斜め線：右下から右上に伸びる */
.next-arrow::before {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

/* ホバー時に線を少し伸ばす */
.slide-arrow:hover {
  width: 120px;
}

/* slick-trackのトランジションを強制的に等速(linear)にする */
.photo-slider .slick-track {
  transition-timing-function: linear !important;
}

/*スライドの矢印を非表示*/
.slide-arrow {
  display: none !important;
}

.t-movie {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-movie {
    padding-top: clamp(6.25rem, 1.1254448399rem + 10.6761565836vw, 10rem);
    padding-bottom: clamp(6.25rem, 1.1254448399rem + 10.6761565836vw, 10rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-movie {
    padding-top: clamp(3.125rem, 1.1175053533rem + 10.7066381156vw, 6.25rem);
    padding-bottom: clamp(3.125rem, 1.1175053533rem + 10.7066381156vw, 6.25rem);
  }
}
.t-movie_ttl {
  text-align: right;
  position: relative;
}
.t-movie_ttl h2 {
  font-size: 100px;
  font-family: "enfont";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .t-movie_ttl h2 {
    font-size: clamp(5.9375rem, 5.2313242784rem + 0.8488964346vw, 6.25rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-movie_ttl h2 {
    font-size: clamp(3.125rem, -0.7184163701rem + 8.0071174377vw, 5.9375rem);
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .t-movie_ttl h2 {
    line-height: 1;
    font-size: clamp(2.1875rem, -0.3419432548rem + 13.4903640257vw, 6.125rem);
    text-align: center;
    letter-spacing: 0.05em;
  }
}
.t-movie_ttl p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-movie_ttl p {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .t-movie_ttl p {
    position: static;
    text-align: center;
    font-size: clamp(1rem, 0.6386509636rem + 1.9271948608vw, 1.5625rem);
  }
}
.t-movie_contents {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-movie_contents {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .t-movie_contents {
    padding-top: clamp(1.5625rem, 0.5587526767rem + 5.3533190578vw, 3.125rem);
  }
}
.t-movie_contents ul {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
@media only screen and (max-width: 767px) {
  .t-movie_contents ul {
    flex-direction: column;
  }
}
.t-movie_contents li {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .t-movie_contents li {
    width: 100%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .t-movie_contents li:last-child {
    padding-bottom: 0;
  }
}
.t-movie_contents li iframe {
  width: 100%; /* 横幅いっぱいに広げる */
  height: auto; /* 高さは自動計算 */
  aspect-ratio: 16/9; /* 常に16:9を維持する */
}
.t-movie_contents li p {
  padding-top: 15px;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .t-movie_contents li p {
    font-size: clamp(1.25rem, 1.1697002141rem + 0.4282655246vw, 1.375rem);
    text-align: center;
  }
}

.t-photo-history {
  padding-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .t-photo-history {
    padding-top: clamp(6.25rem, 1.1254448399rem + 10.6761565836vw, 10rem);
  }
}
@media only screen and (max-width: 767px) {
  .t-photo-history {
    padding-top: clamp(3.125rem, 1.1175053533rem + 10.7066381156vw, 6.25rem);
  }
}
.t-photo-history_ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .t-photo-history_ttl {
    text-align: center;
  }
}
.t-photo-history_ttl h2 {
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .t-photo-history_ttl h2 {
    letter-spacing: 0.01em;
  }
}
.t-photo-history_ttl p {
  bottom: -25px;
}
.t-photo-history .photo-slider-history {
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .t-photo-history .photo-slider-history {
    padding-top: 0;
  }
}
.t-photo-history .photo-slider-history ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .t-photo-history .photo-slider-history ul .slick-list {
    padding: 0 18.13vw !important;
  }
  .t-photo-history .photo-slider-history ul .slick-track {
    display: flex;
    overflow: hidden;
  }
}
.t-photo-history .photo-slider-history li {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .t-photo-history .photo-slider-history li {
    width: clamp(15.625rem, 5.9890256959rem + 51.391862955vw, 30.625rem) !important;
    height: auto;
    padding: 0 15px;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .t-photo-history .photo-slider-history li .fit-img {
    width: 100%;
    aspect-ratio: 1/0.667;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .t-photo-history .photo-slider-history li .fit-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
  }
}

/* --- 全体のレイアウト --- */
.photo-slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .photo-slider-wrapper {
    padding-top: clamp(1.25rem, -3.0873493976rem + 9.0361445783vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .photo-slider-wrapper {
    padding-top: clamp(1.25rem, 0.045503212rem + 6.4239828694vw, 3.125rem);
  }
}

/* --- 画像のスタイル修正 --- */
.photo-slider-history img {
  width: 25vw !important;
  object-fit: cover;
  display: block;
  opacity: 1 !important;
  transform: scale(1) !important;
  transition: none;
  /* スライダー内で画像を中央に配置したい場合の保険 */
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .photo-slider-history img {
    width: 44.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .photo-slider-history img .photo-slider img {
    width: 100%; /* 画面幅いっぱいに */
    height: auto;
    /* もし高さも固定したい（例：300px）場合は auto ではなく 300px に変えてください */
  }
}

/* --- カウンター位置 --- */
.slide-counter {
  position: absolute;
  top: 3%;
  right: 19%;
  z-index: 20;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .slide-counter {
    position: static;
    text-align: center;
    margin-top: 20px;
  }
}

/* --- 矢印の新しいデザイン（下線＋斜め線） --- */
/* 矢印全体の共通設定 */
.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
  /* テキストのスタイル */
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  font-weight: bold;
  /* ★線を作る設定（border-bottomを使用） */
  display: block;
  width: 100px; /* 線の長さ */
  border-bottom: 1px solid #000000;
  padding-bottom: 5px; /* 文字と線の隙間 */
  transition: width 0.3s;
}

/* 斜め線（フック部分）を作る共通設定 */
.slide-arrow::before {
  content: "";
  position: absolute;
  bottom: -1px; /* 下線にぴったり合わせる */
  width: 15px; /* 斜め線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #000000;
}

/* --- PREV（左）の設定 --- */
.prev-arrow {
  left: 22%;
  padding-left: 20px; /* 斜め線が文字に被らないよう余白 */
  text-align: left;
  width: 120px;
}
@media screen and (min-width: 1921px) {
  .prev-arrow {
    left: 24%;
  }
}

/* PREVの斜め線：左下から左上に伸びる */
.prev-arrow::before {
  left: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

/* --- NEXT（右）の設定 --- */
.next-arrow {
  right: 22%;
  padding-right: 20px; /* 右に余白 */
  text-align: right;
  width: 120px;
}
@media screen and (min-width: 1921px) {
  .next-arrow {
    right: 24%;
  }
}

/* NEXTの斜め線：右下から右上に伸びる */
.next-arrow::before {
  right: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}

/* ホバー時に線を少し伸ばす */
.slide-arrow:hover {
  width: 120px;
}

/* slick-trackのトランジションを強制的に等速(linear)にする */
.photo-slider .slick-track {
  transition-timing-function: linear !important;
}

/*スライドの矢印を非表示*/
.slide-arrow {
  display: none !important;
}

.fit-img {
  line-height: 1;
}
.fit-img img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  vertical-align: bottom;
}

/*
  Flex
-----------------------------------------------------*/
.c-flex {
  display: flex;
}
.c-flex.-wrap {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-flex.-sp-wrap {
    flex-wrap: wrap;
  }
}
.c-flex.-fxd-c {
  flex-direction: column;
}
.c-flex.-fxd-cr {
  flex-direction: column-reverse;
}
.c-flex.-fxd-r {
  flex-direction: row;
}
.c-flex.-fxd-rr {
  flex-direction: row-reverse;
}
.c-flex.-fxw-n {
  flex-wrap: nowrap;
}
.c-flex.-fxw-w {
  flex-wrap: wrap;
}
.c-flex.-fxw-wr {
  flex-wrap: wrap-reverse;
}
.c-flex.-jc-c {
  justify-content: center;
}
.c-flex.-jc-fe {
  justify-content: flex-end;
}
.c-flex.-jc-fs {
  justify-content: flex-start;
}
.c-flex.-jc-sa {
  justify-content: space-around;
}
.c-flex.-jc-sb {
  justify-content: space-between;
}
.c-flex.-ai-b {
  align-items: baseline;
}
.c-flex.-ai-c {
  align-items: center;
}
.c-flex.-ai-fe {
  align-items: flex-end;
}
.c-flex.-ai-fs {
  align-items: flex-start;
}
.c-flex.-ai-s {
  align-items: stretch;
}
.c-flex.-ac-c {
  align-content: center;
}
.c-flex.-ac-fe {
  align-content: flex-end;
}
.c-flex.-ac-fs {
  align-content: flex-start;
}
.c-flex.-ac-s {
  align-content: stretch;
}
.c-flex.-ac-sa {
  align-content: space-around;
}
.c-flex.-ac-sb {
  align-content: space-between;
}

.-bg-white {
  background: #fff;
}

.-bg-main {
  background: #003bff;
}

.-fc-white {
  color: #fff;
}

.-fc-main {
  color: #003bff;
}

.commonInner {
  max-width: 1210px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1100px) {
  .commonInner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .commonInner {
    width: 90%;
    min-width: clamp(15.3125rem, -2.9557012848rem + 97.4304068522vw, 43.75rem);
  }
}

.entryInner {
  max-width: 1120px;
  margin: auto;
}

.privacyInner {
  max-width: 1360px;
  width: 90%;
  margin: auto;
  padding: 60px 40px;
  border-radius: 50px;
  background-color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .privacyInner {
    padding: clamp(2.5rem, -0.3791291291rem + 6.006006006vw, 3.75rem) clamp(1.875rem, 0.4354354354rem + 3.003003003vw, 2.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .privacyInner {
    padding: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem) clamp(1.25rem, 0.8485010707rem + 2.1413276231vw, 1.875rem);
    border-radius: clamp(1.875rem, 1.0720021413rem + 4.2826552463vw, 3.125rem);
  }
}

.side-outo {
  margin: 0 auto;
}

.-mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 1100px) {
  .-mt-70 {
    margin-top: 6.3636363636vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-70 {
    margin-top: 40px;
  }
}

.-mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 1100px) {
  .-mt-50 {
    margin-top: 4.5454545455vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-50 {
    margin-top: 40px;
  }
}

.-mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 1100px) {
  .-mt-40 {
    margin-top: 3.6363636364vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-40 {
    margin-top: 30px;
  }
}

.-mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1100px) {
  .-mt-30 {
    margin-top: 2.7272727273vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-30 {
    margin-top: 20px;
  }
}

.-mt-25 {
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .-mt-25 {
    margin-top: 2.2727272727vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-25 {
    margin-top: 17px;
  }
}

.-mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .-mt-20 {
    margin-top: 1.8181818182vw;
  }
}
@media only screen and (max-width: 767px) {
  .-mt-20 {
    margin-top: 15px;
  }
}

.-gap-10 {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .-gap-10 {
    gap: 5px;
  }
}

.no-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.op0 {
  opacity: 0;
}

.maxVh {
  min-height: 100vh;
  position: relative;
  width: 100%;
  z-index: 1;
}

header {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px 70px 0px 70px;
    height: 80px;
    position: fixed !important;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  header {
    height: 50px;
    padding: 0;
  }
}
header .header {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1001;
}
@media only screen and (max-width: 767px) {
  header .header {
    padding: 0;
    display: flex;
    align-items: center;
  }
}
header .header .headerInner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 65px;
}
@media only screen and (max-width: 767px) {
  header .header .headerInner {
    max-width: 700px;
    width: 90%;
    z-index: 102;
    height: 50px;
  }
}
header .header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 960px) {
  header .header-contents {
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  header .header-contents {
    background-color: #fff;
  }
}
header .header-logo {
  width: 254px;
  height: 100%;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 960px) {
  header .header-logo {
    z-index: 99;
  }
}
@media only screen and (max-width: 767px) {
  header .header-logo {
    position: relative;
    z-index: 99;
    width: 145px;
  }
}
header .header-logo a {
  display: flex;
  height: 100%;
  align-items: center;
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .nav {
  width: 50px;
  height: 30px;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  header .nav {
    z-index: 100;
    height: 15px;
  }
}
header .nav_line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}
header .nav_line:nth-child(1) {
  top: 0;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  header .nav_line:nth-child(1) {
    width: 28px;
  }
}
header .nav_line:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
@media only screen and (max-width: 767px) {
  header .nav_line:nth-child(2) {
    width: 22px;
  }
}
header .nav_line:nth-child(3) {
  bottom: 0;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  header .nav_line:nth-child(3) {
    width: 16px;
  }
}
header .nav.is-active .nav_line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 50px;
}
@media only screen and (max-width: 767px) {
  header .nav.is-active .nav_line:nth-child(1) {
    width: 22px;
  }
}
header .nav.is-active .nav_line:nth-child(2) {
  opacity: 0;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  header .nav.is-active .nav_line:nth-child(2) {
    width: 22px;
  }
}
header .nav.is-active .nav_line:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  width: 50px;
}
@media only screen and (max-width: 767px) {
  header .nav.is-active .nav_line:nth-child(3) {
    width: 22px;
  }
}
header .header .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 960px;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 80px;
  background-color: #fff;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-right: 80px;
  border-left: 30px solid #003bff;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (min-width: 1921px) {
  header .header .menu-overlay {
    width: 960px;
  }
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  header .header .menu-overlay {
    padding-right: 70px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  header .header .menu-overlay {
    padding-right: 70px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 960px) {
  header .header .menu-overlay {
    width: 100%;
    padding-bottom: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS対策 */
  }
}
@media only screen and (max-width: 767px) {
  header .header .menu-overlay {
    width: 100%;
    z-index: 100;
    padding-right: 0;
    padding-top: 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* iOS対策 */
    border-left: 15px solid #003bff;
  }
}
header .header .menu-overlay.is-active {
  transform: translateX(0);
}
header .header .menu-overlay::-webkit-scrollbar {
  display: none; /* Chrome / Safari */
}
header .menu-nav {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin-bottom: 80px;
  text-align: right;
  width: 100%;
  align-items: flex-end;
}
@media screen and (min-width: 1921px) {
  header .menu-nav {
    gap: 7vh;
    margin-bottom: 7vh;
  }
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  header .menu-nav {
    gap: clamp(3.75rem, 0.9204931973rem + 3.4013605442vw, 5rem);
    margin-bottom: clamp(3.75rem, 0.9204931973rem + 3.4013605442vw, 5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  header .menu-nav {
    gap: clamp(2.5rem, 1.6459074733rem + 1.7793594306vw, 3.125rem);
    padding-right: 0;
    margin-bottom: clamp(2.5rem, 1.6459074733rem + 1.7793594306vw, 3.125rem);
  }
}
@media only screen and (max-width: 767px) {
  header .menu-nav {
    gap: clamp(1.875rem, 1.4735010707rem + 2.1413276231vw, 2.5rem);
    padding-right: 5vw;
    margin-bottom: 40px;
  }
}
header .menu-nav p {
  font-family: "enfont";
}
@media only screen and (max-width: 767px) {
  header .menu-nav.is_pc {
    display: none !important;
  }
}
header .menu-nav.is_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  header .menu-nav.is_sp {
    display: flex;
  }
}
header .menu-item {
  font-size: 45px;
  color: #000000;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1921px) {
  header .menu-item {
    font-size: 5vh;
    line-height: 1;
  }
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  header .menu-item {
    font-size: clamp(2.5rem, 1.7926232993rem + 0.8503401361vw, 2.8125rem);
    line-height: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  header .menu-item {
    font-size: clamp(1.5625rem, -0.1456850534rem + 3.5587188612vw, 2.8125rem);
  }
}
@media screen and (max-width: 960px) {
  header .menu-item {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  header .menu-item {
    font-size: clamp(1.375rem, 0.4515524625rem + 4.9250535332vw, 2.8125rem);
    font-weight: 600;
  }
}
header .menu-item:hover {
  opacity: 0.6;
}
header .menu-corporate {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  header .menu-corporate {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  header .menu-corporate {
    padding-right: 5vw;
    font-size: clamp(0.75rem, 0.4288008565rem + 1.7130620985vw, 1.25rem);
  }
}
header .menu-corporate .corporate-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
header .menu-corporate .corporate-link p {
  line-height: 1;
  margin: 0;
  font-family: "enfont";
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  header .menu-corporate .corporate-link p {
    font-weight: 600;
  }
}
header .menu-corporate .corporate-link .fit-img {
  display: flex;
  align-items: center;
}
header .menu-corporate .corporate-link .fit-img img {
  display: block;
  height: 1em;
  width: auto;
}

body.menu-open {
  overflow: hidden;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .menu-backdrop {
    width: calc(100% - 960px);
  }
}
@media screen and (max-width: 960px) {
  .menu-backdrop {
    width: 0;
  }
}
@media only screen and (max-width: 767px) {
  .menu-backdrop {
    z-index: 99;
    width: 0 !important;
  }
}
.menu-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .nav {
  padding-top: 50px;
  padding-right: 35px;
  padding-bottom: 35px;
  padding-left: 40%;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  body.menu-open .nav {
    padding-left: 80%;
  }
}
@media screen and (max-width: 960px) {
  body.menu-open .header-logo {
    opacity: 0;
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  body.menu-open .header-logo {
    opacity: 0;
    pointer-events: none;
  }
}

footer .footer {
  width: 100%;
  background-color: #003bff;
}
footer .footer_Inner {
  max-width: 1660px;
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 1921px) {
  footer .footer_Inner {
    max-width: 2450px;
  }
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  height: 130px;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 767px) {
  footer .footer-logo {
    height: clamp(3.75rem, 0.9395074946rem + 14.9892933619vw, 8.125rem);
  }
}
footer .footer-logo_img {
  width: 15%;
  min-width: 245px;
}
@media only screen and (max-width: 767px) {
  footer .footer-logo_img {
    width: 40%;
    min-width: 0;
  }
}
footer .footer-copyright {
  height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  footer .footer-copyright {
    height: clamp(2.5rem, 0.8940042827rem + 8.5653104925vw, 5rem);
  }
}
footer .footer-copyright p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  footer .footer-copyright p {
    font-size: clamp(0.5rem, 0.1788008565rem + 1.7130620985vw, 1rem);
  }
}

.mv {
  width: 100%;
  position: relative;
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .mv {
    margin-bottom: 0;
    padding-top: clamp(1.3125rem, -0.2533458244rem + 8.3511777302vw, 3.75rem);
  }
}
.mv_container {
  width: 100%;
  max-width: 1660px;
  margin: 38px auto 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .mv_container {
    width: 86.66%;
    max-width: inherit;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
}
.mv_contents {
  position: relative;
}
.mv_bg-blue {
  background-color: #003bff;
  width: 50%;
  height: 600px;
  margin-left: auto;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .mv_bg-blue {
    height: clamp(33.125rem, 23.2217261905rem + 11.9047619048vw, 37.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .mv_bg-blue {
    height: clamp(19.0625rem, -0.1545818505rem + 40.0355871886vw, 33.125rem);
  }
}
@media only screen and (max-width: 767px) {
  .mv_bg-blue {
    height: clamp(9.9375rem, -2.749866167rem + 67.6659528908vw, 29.6875rem);
  }
}
.mv_txt {
  position: absolute;
  top: 0;
  left: 18%;
}
@media screen and (min-width: 1921px) {
  .mv_txt {
    min-width: 1210px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .mv_txt {
    left: 50%;
    transform: translateX(-50%);
    max-width: clamp(66.875rem, 47.068452381rem + 23.8095238095vw, 75.625rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .mv_txt {
    left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .mv_txt {
    top: -7vw;
    left: clamp(1.875rem, 1.8348501071rem + 0.2141327623vw, 1.9375rem);
    width: clamp(15rem, -3.6697002141rem + 99.5717344754vw, 44.0625rem);
  }
}
.mv_txt img {
  width: 100%;
}
.mv_slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mv_slider_img {
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .mv_slider_img {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .slick-slide {
    height: clamp(12.5rem, 4.4700214133rem + 42.8265524625vw, 25rem);
  }
}

/* ドットのカスタマイズ - 右上に配置 */
.mv_slider .slick-dots {
  position: absolute;
  top: -30px;
  right: 120px;
  bottom: auto;
  left: auto;
  width: auto;
  display: flex !important;
  gap: 10px;
}
@media screen and (min-width: 1331px) and (max-width: 1919px) {
  .mv_slider .slick-dots {
    right: clamp(3.125rem, -1.1192602041rem + 5.1020408163vw, 5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .mv_slider .slick-dots {
    right: 3vw;
    gap: clamp(0.1875rem, -0.4103647687rem + 1.2455516014vw, 0.625rem);
  }
}
@media only screen and (max-width: 767px) {
  .mv_slider .slick-dots {
    top: -7vh;
    right: 1vw;
    flex-direction: column;
    gap: clamp(0.1875rem, 0.0166814947rem + 0.3558718861vw, 0.3125rem);
  }
}

.mv_slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.mv_slider .slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.mv_slider .slick-dots li button:before {
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  width: 12px;
  height: 12px;
  line-height: 12px;
}
@media only screen and (max-width: 767px) {
  .mv_slider .slick-dots li button:before {
    font-size: 10px;
  }
}

.mv_slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}

/* prevとnextボタンの削除 */
.slick-prev,
.slick-next {
  display: none !important;
}

.thumbnail {
  padding: 200px 0 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .thumbnail {
    padding-top: clamp(9.375rem, 5.1045373665rem + 8.896797153vw, 12.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail {
    padding-top: clamp(3.125rem, 2.7235010707rem + 2.1413276231vw, 3.75rem);
  }
}
.thumbnail_ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .thumbnail_ttl {
    text-align: center;
  }
}
.thumbnail_ttl h2 {
  font-size: 60px;
  font-family: "enfont";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .thumbnail_ttl h2 {
    font-size: clamp(2.5rem, 0.7918149466rem + 3.5587188612vw, 3.75rem);
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail_ttl h2 {
    line-height: 1.2;
    font-size: clamp(1.625rem, 1.0629014989rem + 2.9978586724vw, 2.5rem);
  }
}
.thumbnail_ttl p {
  position: absolute;
  bottom: -20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .thumbnail_ttl p {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail_ttl p {
    position: static;
    text-align: center;
    font-size: clamp(1rem, 0.6386509636rem + 1.9271948608vw, 1.5625rem);
  }
}
.thumbnail_contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .thumbnail_contents ul {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .thumbnail_contents ul {
    padding-top: 20px;
  }
}
.thumbnail_contents li {
  width: 49%;
  padding-bottom: 2%;
}
.thumbnail_contents li:last-of-type {
  padding-bottom: 0;
}
.thumbnail_contents .menu-img {
  cursor: pointer;
}

.modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}

.menu-bigimg {
  position: fixed;
  max-width: 70%;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  display: block;
}
@media only screen and (max-width: 767px) {
  .menu-bigimg {
    max-width: 70%;
  }
}

.modal-img {
  position: relative;
}

.close-btn {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 102;
  top: 2%;
  right: 3%;
}
.close-btn.is-show {
  display: block;
}
.close-btn-img {
  width: 100%;
  max-width: 50px;
}
@media only screen and (max-width: 767px) {
  .close-btn-img {
    max-width: 30px;
  }
}
@media only screen and (max-width: 340px) {
  .close-btn-img {
    max-width: 20px;
  }
}

.photo-gallery {
  padding: 200px 0 100px 0;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .photo-gallery {
    padding-top: clamp(9.375rem, 5.1045373665rem + 8.896797153vw, 12.5rem);
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery {
    padding-top: clamp(3.125rem, 2.7235010707rem + 2.1413276231vw, 3.75rem);
  }
}
.photo-gallery_ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .photo-gallery_ttl {
    text-align: center;
  }
}
.photo-gallery_ttl h2 {
  font-size: 60px;
  font-family: "enfont";
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .photo-gallery_ttl h2 {
    font-size: clamp(2.5rem, 0.7918149466rem + 3.5587188612vw, 3.75rem);
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery_ttl h2 {
    line-height: 1.2;
    font-size: clamp(1.625rem, 1.0629014989rem + 2.9978586724vw, 2.5rem);
  }
}
.photo-gallery_ttl p {
  position: absolute;
  bottom: -20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .photo-gallery_ttl p {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery_ttl p {
    position: static;
    text-align: center;
    font-size: clamp(1rem, 0.6386509636rem + 1.9271948608vw, 1.5625rem);
  }
}
.photo-gallery_contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 60px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .photo-gallery_contents ul {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .photo-gallery_contents ul {
    padding-top: 20px;
  }
}
.photo-gallery_contents li {
  width: 49%;
  padding-bottom: 2%;
}
.photo-gallery_contents li:last-of-type {
  padding-bottom: 0;
}
.photo-gallery_contents .menu-img {
  cursor: pointer;
}/*# sourceMappingURL=60th.css.map */