@charset "UTF-8";
/*------------- color --------------*/
/*------------- font-Gothic --------------*/
/*------------- font-Serif --------------*/
/*------------- font-Serif --------------*/
/*------------- break_point --------------*/
/*-------------------------------------*/
/*	reset_css
/*-------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 600;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 400;
}

/*--------------------------------------------------------------------*/
/*	common */
/*--------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.loaded {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
}

body.drawer-open {
  height: 100vh;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  overflow-y: visible;
  scroll-behavior: smooth;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
}
html body {
  font-size: 18px;
  line-height: 1;
  text-align: justify;
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0;
  width: 100%;
  position: relative;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #fff;
}
html body .site-width {
  padding: 128px 0;
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1312px) {
  html body .site-width {
    margin-left: 8%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 767px) {
  html body .site-width {
    padding: 64px 0;
  }
}
html body img {
  width: 100%;
  display: block;
}

/*----------------------------------*/
/*	more-btn */
/*----------------------------------*/
.more-btn {
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  display: inline-block;
  border: 2px solid #0099ff;
  border-radius: 40px;
  color: #0099ff;
  transition: all 0.3s ease;
  width: 272px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0099ff;
  transition: left 0.3s cubic-bezier(0.65, 0, 0.35, 1);
  z-index: -1;
}
.more-btn .dli-arrow-right {
  margin-left: 32px;
  display: inline-block;
  vertical-align: middle;
  color: #0099ff;
  line-height: 1;
  position: relative;
  width: 1rem;
  height: 0.11rem;
  background: #0099ff;
  transition: all 0.2s ease;
}
.more-btn .dli-arrow-right::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.15em solid #0099ff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
@media (hover: hover) {
  .more-btn:hover {
    color: #fff;
  }
  .more-btn:hover::before {
    left: 0;
  }
  .more-btn:hover .dli-arrow-right {
    background: #fff;
    transform: translateX(8px);
  }
  .more-btn:hover .dli-arrow-right::before {
    border-color: #fff;
  }
}

/*----------------------------------*/
/*	scroll-animation */
/*----------------------------------*/
.scroll-fadeup {
  opacity: 0;
  transform: translateY(64px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.scroll-fadeup.in-view {
  opacity: 1;
  transform: translateY(0);
}

/*----------------------------------*/
/*	scrollToTop */
/*----------------------------------*/
#scrollToTop {
  position: fixed;
  bottom: 32px;
  right: 32px;
  padding: 16px 24px;
  background: #ea5514;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: none;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
  z-index: 1000;
  font-size: 14px;
  font-weight: 600;
}
@media (hover: hover) {
  #scrollToTop:hover {
    background: #0099ff;
    transform: translateY(-3px);
    box-shadow: 0 4px 24px rgba(255, 107, 107, 0.4);
  }
}
#scrollToTop.show {
  display: flex;
  animation: slideIn 0.4s ease;
}
#scrollToTop .arrow {
  font-size: 18px;
}

/* 進捗バー */
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  width: 0%;
  transition: width 0.1s ease;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  #scrollToTop {
    padding: 10px 16px;
    font-size: 12px;
    bottom: 20px;
    right: 20px;
  }
}
/*--------------------------------------------------------------------*/
/*	1184px */
/*--------------------------------------------------------------------*/
@media screen and (max-width: 1184px) {
  html body {
    font-size: 16px;
  }
  html body .more-btn {
    width: 192px;
    height: 64px;
  }
}
/*-------------------------------------*/
/*	original-style
/*-------------------------------------*/
/*------------- font-weight --------------*/
.fb {
  font-weight: 800;
}

/*------------- text-align --------------*/
.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

/*------------- margin --------------*/
.mb-16 {
  margin-top: 16px;
}

.mb-24 {
  margin-top: 24px;
}

.mb-32 {
  margin-top: 32px;
}

/*------------------------------------------------------------*/
/*	hover */
/*------------------------------------------------------------*/
/*------------ 画像hover ------------*/
.img-hover {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 100%;
  /* マスク */
}
.img-hover img {
  height: auto;
  transition: transform 0.6s ease;
  /* ゆっくり変化させる */
}
.img-hover::before {
  content: "";
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  /* 最初は透明（非表示） */
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.6s ease;
  /* ゆっくりopacityのみへ変化させる */
  width: 100%;
  z-index: 1;
}
.img-hover:hover::before {
  opacity: 1;
}
.img-hover:hover img {
  transform: scale(1.1);
  /* 拡大 */
}
.img-hover > figcaption {
  z-index: 2;
}

/*------------ テキストhover ------------*/
.text-hover {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.text-hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.text-hover:hover::after {
  width: 100%;
}

/*------------ ボタンhover ------------*/
.btn-hover01 {
  background: #fff;
  border: 1px solid #ed7d31;
  border-radius: 4px;
  color: #ed7d31;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: 0.9rem;
  width: calc(25% - 16px);
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-hover01::after {
  background: #ed7d31;
  border: 1px solid #ed7d31;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-hover01:hover {
  color: #fff !important;
}
.btn-hover01:hover::after {
  transform: scale(1, 1);
}

.btn-hover {
  background: #fff;
  border: 1px solid #ed7d31;
  border-radius: 4px;
  color: #ed7d31;
  text-align: center;
  z-index: 1;
  cursor: pointer;
  font-size: 0.9rem;
  width: calc(25% - 16px);
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.6s;
}

.btn-hover:hover {
  color: #fff;
  background-color: #ed7d31 !important;
}

/*------------ ボタンhover02 ------------*/
.btn-hover02 {
  color: #ed7d31;
  position: relative;
  border: solid 2px #ed7d31;
  border-radius: 4px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-hover02 > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.btn-hover02:hover {
  color: #fff;
  background: #ed7d31;
  border-radius: 48px;
}

/*------------------------------------------------------------*/
/*	annotation */
/*------------------------------------------------------------*/
.annotation01 {
  display: block;
  font-size: 0.8rem;
  line-height: 1.6;
  margin-left: 0.9rem;
  text-indent: -0.9rem;
}

/*------------------------------------------------------------*/
/*	arrow */
/*------------------------------------------------------------*/
/*------------- arrow --------------*/
.arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

/*------------- arrow-right --------------*/
.arrow.arrow-right {
  transform: translateY(0%) rotate(45deg);
}

/*------------- arrow-left --------------*/
.arrow.arrow-left {
  transform: translateY(0%) rotate(-135deg);
}

/*------------- arrow-down --------------*/
.arrow.arrow-down {
  transform: translateY(-25%) rotate(135deg);
}

/*------------------------------------------------------------*/
/*	circle-fill-right */
/*------------------------------------------------------------*/
.arrow02 {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  top: -2px;
  left: 4px;
}

.arrow02::before,
.arrow02::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow02-right::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
}

.arrow02-right::after {
  left: 4px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0099ff;
  border-right: 2px solid #0099ff;
  transform: rotate(45deg);
}

/*------------------------------------------------------------*/
/*	icon */
/*------------------------------------------------------------*/
/*------------- target-blank-icon --------------*/
:root {
  --icon-width: 1px;
  --icon-color: var.$main-color;
}

.target-blank-icon {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 12px;
  height: 10px;
  margin-left: 4px;
}
.target-blank-icon:before, .target-blank-icon:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: var(--icon-color);
}
.target-blank-icon:before {
  top: 0;
  left: 0;
  border-width: var(--icon-width);
}
.target-blank-icon:after {
  top: 2px;
  left: 2px;
  border-width: 0 var(--icon-width) var(--icon-width) 0;
}

/*------------- diamond-icon --------------*/
.diamond-icon {
  width: 10px;
  height: 10px;
  background: #fbfbfb;
  transform: rotate(45deg);
  position: relative;
  display: inline-block;
  margin-right: 8px;
  top: -1px;
}

/*-------------------------------------*/
/*	mail-icon
/*-------------------------------------*/
.dli-mail {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 56px;
  height: 32px;
  border: 4px solid #323232;
  border-radius: 8px;
  box-sizing: content-box;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.dli-mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 28px;
  height: 28px;
  border: 4px solid #323232;
  border-top-color: transparent;
  border-right-color: transparent;
  border-radius: 0 0 0 0.1em;
  box-sizing: content-box;
  transform: translate(-50%, -50%) rotate(-45deg) skew(10deg, 10deg);
}

/*-------------------------------------*/
/*	sns-flex
/*-------------------------------------*/
.sns-flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sns-flex li {
  width: 16px;
  margin-left: 24px;
}
.sns-flex li:first-of-type {
  margin-left: 0px;
}

/*-------------------------------------*/
/*	767px display
/*-------------------------------------*/
.block767 {
  display: none;
}

@media screen and (max-width: 767px) {
  .block767 {
    display: block;
  }
  .none767 {
    display: none;
  }
}
/*-------------------------------------*/
/*	640px display
/*-------------------------------------*/
.block640 {
  display: none;
}

/*-------------------------------------*/
/*	430px display
/*-------------------------------------*/
.block430 {
  display: none;
}/*# sourceMappingURL=common.css.map */