@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&display=swap");
/* 幅 */
/* ブレイクポイント */
/* ボタンスタイル */
/* ボタンスタイル */
/*
remサイズ指定
font-size: rem(16);
*/
/*
vwサイズ指定
@include font-vw();
@include width-vw();
@include height-vw();
@include p-vw(padding, 0);
@include p-vw(margin, 0);
*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn02 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes img_right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
/* カラー */
:root {
  --leading-trim: calc((1em - 1lh) / 2);
  --fontsize11: min(calc(11/1260*100vw), 11px);
  --fontsize12: min(calc(12/1260*100vw), 12px);
  --fontsize13: min(calc(13/1260*100vw), 13px);
  --fontsize14: min(calc(14/1260*100vw), 14px);
  --fontsize15: min(calc(15/1260*100vw), 15px);
  --fontsize16: min(calc(16/1260*100vw), 16px);
  --fontsize12_16: min(calc(16/1260*100vw), 16px);
  --fontsize13_16: min(calc(16/1260*100vw), 16px);
  --fontsize17: min(calc(17/1260*100vw), 17px);
  --fontsize18: min(calc(18/1260*100vw), 18px);
  --fontsize19: min(calc(19/1260*100vw), 19px);
  --fontsize20: min(calc(20/1260*100vw), 20px);
  --fontsize22: min(calc(22/1260*100vw), 22px);
  --fontsize23: min(calc(23/1260*100vw), 23px);
  --fontsize24: min(calc(24/1260*100vw), 24px);
  --fontsize25: min(calc(25/1260*100vw), 25px);
  --fontsize26: min(calc(26/1260*100vw), 26px);
  --fontsize27: min(calc(27/1260*100vw), 27px);
  --fontsize28: min(calc(28/1260*100vw), 28px);
  --fontsize29: min(calc(29/1260*100vw), 29px);
  --fontsize30: min(calc(30/1260*100vw), 30px);
  --fontsize31: min(calc(31/1260*100vw), 31px);
  --fontsize32: min(calc(32/1260*100vw), 32px);
  --fontsize34: min(calc(34/1260*100vw), 34px);
  --fontsize35: min(calc(35/1260*100vw), 35px);
  --fontsize36: min(calc(36/1260*100vw), 36px);
  --fontsize38: min(calc(36/1260*100vw), 36px);
  --fontsize40: min(calc(40/1260*100vw), 40px);
  --fontsize42: min(calc(42/1260*100vw), 42px);
  --fontsize44: min(calc(44/1260*100vw), 44px);
  --fontsize46: min(calc(46/1260*100vw), 46px);
  --fontsize50: min(calc(50/1260*100vw), 50px);
  --fontsize52: min(calc(52/1260*100vw), 52px);
  --fontsize56: min(calc(56/1260*100vw), 56px);
  --fontsize70: min(calc(70/1260*100vw), 70px);
  --fontsize84: min(calc(84/1260*100vw), 84px);
}
@media screen and (max-width: 1025px) {
  :root {
    --fontsize11: min(calc(11/1024*100vw), 11px);
    --fontsize12: min(calc(12/1024*100vw), 12px);
    --fontsize13: min(calc(13/1024*100vw), 13px);
    --fontsize14: min(calc(14/1024*100vw), 14px);
    --fontsize15: min(calc(15/1024*100vw), 15px);
    --fontsize16: min(calc(16/1024*100vw), 16px);
    --fontsize12_16: min(calc(16/1024*100vw), 16px);
    --fontsize13_16: min(calc(16/1024*100vw), 16px);
    --fontsize17: min(calc(17/1024*100vw), 17px);
    --fontsize18: min(calc(18/1024*100vw), 18px);
    --fontsize19: min(calc(19/1024*100vw), 19px);
    --fontsize20: min(calc(20/1024*100vw), 20px);
    --fontsize22: min(calc(22/1024*100vw), 22px);
    --fontsize23: min(calc(23/1024*100vw), 23px);
    --fontsize24: min(calc(24/1024*100vw), 24px);
    --fontsize25: min(calc(25/1024*100vw), 25px);
    --fontsize26: min(calc(26/1024*100vw), 26px);
    --fontsize27: min(calc(27/1024*100vw), 27px);
    --fontsize28: min(calc(28/1024*100vw), 28px);
    --fontsize29: min(calc(29/1024*100vw), 29px);
    --fontsize30: min(calc(30/1024*100vw), 30px);
    --fontsize31: min(calc(31/1024*100vw), 31px);
    --fontsize32: min(calc(32/1024*100vw), 32px);
    --fontsize34: min(calc(34/1024*100vw), 34px);
    --fontsize35: min(calc(35/1024*100vw), 35px);
    --fontsize36: min(calc(36/1024*100vw), 36px);
    --fontsize38: min(calc(38/1024*100vw), 38px);
    --fontsize40: min(calc(40/1024*100vw), 40px);
    --fontsize42: min(calc(42/1024*100vw), 42px);
    --fontsize44: min(calc(44/1024*100vw), 44px);
    --fontsize46: min(calc(46/1024*100vw), 46px);
    --fontsize50: min(calc(50/1024*100vw), 50px);
    --fontsize52: min(calc(52/1024*100vw), 52px);
    --fontsize56: min(calc(56/1024*100vw), 56px);
    --fontsize70: min(calc(70/1024*100vw), 70px);
    --fontsize84: min(calc(84/1024*100vw), 84px);
  }
}
@media screen and (max-width: 769px) {
  :root {
    --fontsize11: min(calc(11/390*100vw), 11px);
    --fontsize12: min(calc(12/390*100vw), 12px);
    --fontsize13: min(calc(13/390*100vw), 13px);
    --fontsize14: min(calc(14/390*100vw), 14px);
    --fontsize15: min(calc(15/390*100vw), 15px);
    --fontsize16: min(calc(16/390*100vw), 16px);
    --fontsize12_16: min(calc(16/390*100vw), 16px);
    --fontsize13_16: min(calc(16/390*100vw), 16px);
    --fontsize17: min(calc(17/390*100vw), 17px);
    --fontsize18: min(calc(18/390*100vw), 18px);
    --fontsize19: min(calc(19/390*100vw), 19px);
    --fontsize20: min(calc(20/390*100vw), 20px);
    --fontsize22: min(calc(22/390*100vw), 22px);
    --fontsize23: min(calc(23/390*100vw), 23px);
    --fontsize24: min(calc(24/390*100vw), 24px);
    --fontsize25: min(calc(25/390*100vw), 25px);
    --fontsize26: min(calc(26/390*100vw), 26px);
    --fontsize27: min(calc(27/390*100vw), 27px);
    --fontsize28: min(calc(28/390*100vw), 28px);
    --fontsize29: min(calc(29/390*100vw), 29px);
    --fontsize30: min(calc(30/390*100vw), 30px);
    --fontsize31: min(calc(31/390*100vw), 31px);
    --fontsize32: min(calc(32/390*100vw), 32px);
    --fontsize34: min(calc(34/390*100vw), 34px);
    --fontsize35: min(calc(35/390*100vw), 35px);
    --fontsize36: min(calc(36/390*100vw), 36px);
    --fontsize38: min(calc(38/390*100vw), 38px);
    --fontsize40: min(calc(40/390*100vw), 40px);
    --fontsize42: min(calc(42/390*100vw), 42px);
    --fontsize44: min(calc(44/390*100vw), 44px);
    --fontsize46: min(calc(46/390*100vw), 46px);
    --fontsize50: min(calc(50/390*100vw), 50px);
    --fontsize52: min(calc(50/390*100vw), 52px);
    --fontsize56: min(calc(56/390*100vw), 56px);
    --fontsize70: min(calc(70/390*100vw), 70px);
    --fontsize84: min(calc(84/390*100vw), 84px);
  }
}

/* ==================================
COMMON
================================== */
html {
  scroll-padding-top: 80px;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333232;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333232;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  width: 100%;
  height: auto;
}

picture,
source {
  width: 100%;
  height: auto;
}

.newLine {
  display: inline-block;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

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

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type=button],
input[type=submit],
input[type=text] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt1em {
  padding-top: 1em !important;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-tab {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .u-tab {
    display: none;
  }
}

.u-block {
  display: block;
}

.u-textLeft {
  text-align: left;
}

.u-textCenter {
  text-align: center;
}

.u-newLine {
  display: inline-block;
}

.u-pt10 {
  padding-top: min(10 / 1024 * 100vw, 10px);
}

.u-pt15 {
  padding-top: clamp(10px, 15 / 1024 * 100vw, 15px);
}

.u-pt20 {
  padding-top: min(15 / 1024 * 100vw, 15px);
}

.u-pt27 {
  padding-top: min(27 / 1024 * 100vw, 27px);
}

.u-pt30 {
  padding-top: min(30 / 1024 * 100vw, 30px);
}

.u-pt35 {
  padding-top: min(35 / 1024 * 100vw, 35px);
}

.u-pt40 {
  padding-top: min(40 / 1024 * 100vw, 40px);
}

.u-pt50 {
  padding-top: min(50 / 1024 * 100vw, 50px);
}

.u-fullWidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.u-marker--blue {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(75, 217, 235, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(75, 217, 235, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(75, 217, 235, 0.2) 60%);
}

.u-marker--green {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(69, 190, 116, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(69, 190, 116, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(69, 190, 116, 0.2) 60%);
}

.u-marker--red {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(202, 109, 105, 0.2)));
  background-image: -webkit-linear-gradient(transparent 60%, rgba(202, 109, 105, 0.2) 60%);
  background-image: linear-gradient(transparent 60%, rgba(202, 109, 105, 0.2) 60%);
}

.u-verticalWriting {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vert" on;
          font-feature-settings: "vert" on;
}

.u-wordAuto {
  word-break: auto-phrase;
}

.u-eng {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.u-blue {
  color: #124ec5;
}

.u-fontSetting {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: none;
}

.c-title__contents {
  position: relative;
  font-size: clamp(12px, 14 / 1200 * 100vw, 14px);
  line-height: 1;
  z-index: 2;
}

.c-title__contentsEng {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize50);
  font-weight: 300;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .c-title__contentsEng {
    font-size: var(--fontsize38);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contentsEng {
    font-size: var(--fontsize38);
  }
}

.c-title__business {
  font-size: var(--cardTitle-fontSize);
  line-height: 1.1;
  letter-spacing: 0.035em;
  color: var(--cardTitle-font-color);
  margin-block: var(--leading-trim);
}
.c-title__business::before {
  content: attr(data-add);
  display: block;
  padding-bottom: min(10 / 1280 * 100vw, 10px);
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--cardTitle-add-fontSize);
  font-weight: 300;
  line-height: 2.25;
  letter-spacing: 0.01em;
  color: var(--cardTitle-font-color);
}
@media screen and (max-width: 1025px) {
  .c-title__business::before {
    padding-bottom: min(8 / 1024 * 100vw, 8px);
  }
}
@media screen and (max-width: 569px) {
  .c-title__business::before {
    padding-bottom: min(6 / 568 * 100vw, 6px);
  }
}

.c-title__business--small {
  font-size: var(--cardTitle-fontSize-small);
  line-height: 1;
  letter-spacing: 0.075em;
}

.c-title__contact {
  font-size: var(--fontsize24);
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0;
  color: #000;
}
.c-title__contact--eng {
  font-family: "Amiri", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(11.71875vw, 150px);
  line-height: 0.75;
  color: #fefcfc;
}
@media screen and (max-width: 1025px) {
  .c-title__contact {
    font-size: var(--fontsize24);
  }
  .c-title__contact--eng {
    font-size: min(14.6484375vw, 150px);
  }
}
@media screen and (max-width: 769px) {
  .c-title__contact {
    font-size: var(--fontsize18);
  }
  .c-title__contact--eng {
    font-size: min(19.7183098592vw, 112px);
  }
}

.c-text {
  margin-block: var(--leading-trim);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  .c-text {
    line-height: 1.75;
  }
}

.c-text__topFeatures {
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.88;
  letter-spacing: 0;
}
.c-text__topFeatures--first {
  font-size: var(--fontsize18);
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  .c-text__topFeatures {
    font-size: var(--fontsize14);
    line-height: 1.5;
  }
  .c-text__topFeatures--first {
    font-size: var(--fontsize16);
    line-height: 1.45;
  }
}

.c-text__messeage {
  font-weight: 500;
  line-height: 2.25;
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .c-text__messeage {
    line-height: 2;
  }
}
@media screen and (max-width: 769px) {
  .c-text__messeage {
    line-height: 1.65;
  }
}

.c-text__topConcenpt {
  font-size: var(--fontsize15);
  font-weight: 300;
  line-height: 2.4;
  letter-spacing: 0.05em;
  color: #333232;
}
@media screen and (max-width: 1025px) {
  .c-text__topConcenpt {
    line-height: 2;
  }
}
@media screen and (max-width: 769px) {
  .c-text__topConcenpt {
    line-height: 1.85;
  }
}

.c-text__service {
  font-size: var(--fontsize15);
  font-weight: 300;
  line-height: 2.13;
  color: #333232;
}
@media screen and (max-width: 769px) {
  .c-text__service {
    line-height: 1.75;
  }
}

.c-text__works {
  font-size: 14px;
  line-height: 1.45;
  color: #333232;
}
@media screen and (max-width: 569px) {
  .c-text__works {
    font-size: 12px;
  }
}

.c-text__cardBusiness {
  font-size: var(--cardText-fontSize);
  font-weight: 300;
  line-height: 1.87;
  letter-spacing: 0.075em;
}

.c-btn__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px 14px 0px 21px;
  border-radius: 20px;
  background-color: #07080a;
}
.c-btn__header .btn_arrow {
  fill: #faf9f9;
  fill-rule: evenodd;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.c-btn__header:hover {
  background-color: #fff;
}
.c-btn__header:hover .btn_arrow {
  fill: #07080a;
}
.c-btn__header:hover .c-btn__headerText {
  color: #07080a;
}

.c-btn__headerText {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize14);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #faf9f9;
}

.c-btn__headerIcon {
  display: block;
  line-height: 0;
  width: 9px;
}

.c-btn__fixed {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  position: relative;
  gap: min(0.390625vw, 5px) min(1.171875vw, 15px);
  width: 100%;
  height: 100%;
  padding-top: min(5 / 1280 * 100vw, 5px);
  padding-left: min(5 / 1280 * 100vw, 5px);
  background-color: #c39a3f;
  border-top-left-radius: 10px;
  grid-template-areas: "icon text01" "icon text02";
}
@media screen and (max-width: 1025px) {
  .c-btn__fixed {
    gap: min(0.48828125vw, 5px) min(1.46484375vw, 15px);
    padding-top: min(5 / 1024 * 100vw, 5px);
    padding-left: min(5 / 1024 * 100vw, 5px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__fixed {
    grid-template-columns: auto auto auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(3.8732394366vw, 22px);
    padding-top: min(0 / 568 * 100vw, 0px);
    padding-left: min(40 / 390 * 100vw, 40px);
    grid-template-areas: "icon text02 text01";
  }
  .c-btn__fixed::after {
    content: "";
    display: block;
    position: absolute;
    width: min(20 / 390 * 100vw, 20px);
    height: min(16 / 390 * 100vw, 16px);
    top: 0;
    bottom: 0;
    right: min(7.6923076923vw, 30px);
    margin: auto;
    background-image: url("../images/icon/icon_arrow_white.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}

.c-btn__fixedIcon {
  display: block;
  width: min(28 / 1280 * 100vw, 28px);
  grid-area: icon;
  line-height: 1;
}
.c-btn__fixedIcon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .c-btn__fixedIcon {
    width: min(28 / 1024 * 100vw, 28px);
  }
}
@media screen and (max-width: 769px) {
  .c-btn__fixedIcon {
    width: min(28 / 390 * 100vw, 28px);
  }
}

.c-btn__fixedText {
  font-size: var(--fontsize16);
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  grid-area: text01;
}
@media screen and (max-width: 769px) {
  .c-btn__fixedText {
    display: grid;
    grid-template-columns: auto auto;
    font-size: var(--fontsize11);
  }
}

.c-btn__fixedTextEng {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  font-weight: 300;
  line-height: 1;
  color: #fff;
  text-align: center;
  grid-area: text02;
}
@media screen and (max-width: 769px) {
  .c-btn__fixedTextEng {
    font-size: var(--fontsize20);
  }
}

.c-footer__name {
  font-size: var(--fontsize14);
  line-height: 1;
  letter-spacing: 0.06em;
  color: #000;
}
@media screen and (max-width: 769px) {
  .c-footer__name {
    font-size: var(--fontsize14);
  }
}

.c-footer__info {
  font-size: var(--fontsize14);
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 769px) {
  .c-footer__info {
    font-size: var(--fontsize14);
    line-height: 1.65;
  }
}

.c-footer__copyright {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize15);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 769px) {
  .c-footer__copyright {
    font-size: var(--fontsize15);
  }
}

.c-contact__title {
  font-size: var(--fontsize18);
  font-weight: 300;
  line-height: 1;
  letter-spacing: normal;
  color: #8c8c8d;
}
@media screen and (max-width: 769px) {
  .c-contact__title {
    font-size: var(--fontsize18);
  }
}

.c-contact__telNumber {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize38);
  font-weight: 100;
  line-height: 0.95;
  letter-spacing: 0.075em;
  color: #fefefe;
}
@media screen and (max-width: 769px) {
  .c-contact__telNumber {
    font-size: var(--fontsize28);
  }
}

.c-contact__telIcon {
  display: block;
  width: min(25 / 1280 * 100vw, 25px);
}
@media screen and (max-width: 1025px) {
  .c-contact__telIcon {
    width: min(25 / 1024 * 100vw, 25px);
  }
}
@media screen and (max-width: 769px) {
  .c-contact__telIcon {
    width: min(29 / 568 * 100vw, 29px);
  }
}

.c-contact__businesstime {
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}

.c-contact__text {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize46);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .c-contact__text {
    font-size: var(--fontsize34);
  }
}

.c-contact__arrowIcon {
  display: block;
  width: min(29 / 1280 * 100vw, 29px);
}
.c-contact__arrowIcon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1025px) {
  .c-contact__arrowIcon {
    width: min(29 / 1024 * 100vw, 29px);
  }
}
@media screen and (max-width: 769px) {
  .c-contact__arrowIcon {
    width: min(32 / 568 * 100vw, 32px);
  }
}

.c-link__img {
  display: block;
}

.c-link__drawer {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize26);
  font-weight: 100;
  line-height: 1;
  letter-spacing: 0em;
  color: #f9f9f9;
}
.c-link__drawer::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 120%;
  left: 0;
  background-color: #f9f9f9;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-link__drawer:hover {
  opacity: 1;
}
.c-link__drawer:hover::after {
  top: 110%;
  opacity: 1;
}

.c-link__ftnav {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize15);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
.c-link__ftnav::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 120%;
  left: 0;
  background-color: #333232;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-link__ftnav:hover {
  opacity: 1;
}
.c-link__ftnav:hover::after {
  top: 110%;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .c-link__ftnav {
    font-size: var(--fontsize19);
  }
}

.c-link__privacy {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize15);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
.c-link__privacy::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 130%;
  left: 0;
  background-color: #333232;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-link__privacy:hover {
  opacity: 1;
}
.c-link__privacy:hover::after {
  top: 120%;
  opacity: 1;
}
@media screen and (max-width: 769px) {
  .c-link__privacy {
    font-size: var(--fontsize15);
  }
}

.c-table__time {
  width: 100%;
  border-bottom: 2px solid #000;
  margin-top: min(30 / 1200 * 100vw, 30px);
}
.c-table__time--sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  .c-table__time {
    margin-top: min(23 / 1024 * 100vw, 23px);
  }
}
@media screen and (max-width: 769px) {
  .c-table__time {
    border-bottom: none;
    margin-top: min(16 / 384 * 100vw, 16px);
  }
  .c-table__time--sp {
    display: table;
  }
  .c-table__time--sp .c-table__timeDetail {
    text-align: left;
  }
  .c-table__time + .c-table__time {
    margin-top: 0;
    border-bottom: 2px solid #000;
  }
}

.c-table__time tr {
  border-top: 2px solid #000;
}

.c-table__time tr:first-child .c-table__timeTitle {
  padding-top: 10px;
  padding-bottom: 8px;
}

.c-table__time tr:first-child .c-table__timeDetail {
  padding-top: 10px;
  padding-bottom: 8px;
}

.c-table__timeTitle {
  padding-top: 10px;
  padding-bottom: 16px;
  padding-left: min(1.625vw, 26px);
  padding-right: min(2.5vw, 40px);
  width: 35%;
  font-size: var(--fontsize16);
  margin-block: var(--leading-trim);
  font-weight: 500;
  line-height: 1.15;
}
.c-table__timeTitle--small {
  font-size: var(--fontsize13);
}
.c-table__timeTitle--small .u-eng {
  font-size: var(--fontsize14);
}
@media screen and (max-width: 769px) {
  .c-table__timeTitle--pc {
    display: none;
  }
}

.c-table__timeDetail {
  padding-left: 0px;
  padding-right: 0px;
  margin-block: var(--leading-trim);
  font-size: var(--fontsize16);
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 769px) {
  .c-table__timeDetail {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
}

.c-pageHead {
  position: relative;
  font-size: var(--fontsize16);
  line-height: 1;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .c-pageHead {
    font-size: var(--fontsize18);
  }
}
@media screen and (max-width: 769px) {
  .c-pageHead {
    font-size: var(--fontsize20);
  }
}

.c-pageHead--eng {
  position: relative;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: min(84 / 1280 * 100vw, 84px);
  font-weight: 300;
  line-height: 1;
  color: #000;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
}
@media screen and (max-width: 1025px) {
  .c-pageHead--eng {
    font-size: min(63 / 1024 * 100vw, 63px);
  }
}
@media screen and (max-width: 769px) {
  .c-pageHead--eng {
    font-size: min(63 / 568 * 100vw, 63px);
  }
}

.c-post__postDate {
  padding-right: min(16 / 1200 * 100vw, 16px);
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  color: #0b3f98;
}
@media screen and (max-width: 1025px) {
  .c-post__postDate {
    padding-right: min(16 / 1024 * 100vw, 16px);
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 769px) {
  .c-post__postDate {
    padding-right: min(12 / 384 * 100vw, 12px);
  }
}

.c-post__cat {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  min-height: 24px;
  padding: 0px 14px 0px 16px;
  border-radius: 30px;
  border: solid 1px #0b3f98;
  background-color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #0b3f98;
}
@media screen and (max-width: 1025px) {
  .c-post__cat {
    min-width: 80px;
    min-height: 22px;
    padding: 0px 10px 0px 10px;
    font-size: 12px;
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.c-post__title {
  padding-left: min(21 / 1200 * 100vw, 21px);
  font-size: var(--fontsize16);
  font-weight: 500;
}
@media screen and (max-width: 1025px) {
  .c-post__title {
    padding-left: min(0 / 1024 * 100vw, 0px);
    font-size: var(--fontsize16);
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.c-list {
  margin-left: 1em;
}

.c-list__dottedItem {
  list-style: "●";
  padding-left: 5px;
  font-size: var(--fontsize15);
  font-weight: 500;
  line-height: 1.65;
}
.c-list__dottedItem::marker {
  font-size: 12px;
  color: #75bad1;
}
.c-list__dottedItem + .c-list__dottedItem {
  margin-top: min(5 / 1200 * 100vw, 5px);
}
@media screen and (max-width: 769px) {
  .c-list__dottedItem + .c-list__dottedItem {
    margin-top: min(5 / 384 * 100vw, 5px);
  }
}

.c-list__numberItem {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 0px;
  font-size: var(--fontsize15);
  font-weight: 500;
  line-height: 1.65;
}
.c-list__numberItem + .c-list__numberItem {
  margin-top: min(6 / 1200 * 100vw, 6px);
}
.c-list__numberItem::before {
  content: counter(cnt) "）";
  margin-left: -2em;
  padding-left: 0.5em;
  text-indent: -2em;
}
@media screen and (max-width: 769px) {
  .c-list__numberItem {
    line-height: 1.65;
  }
  .c-list__numberItem + .c-list__numberItem {
    margin-top: min(6 / 384 * 100vw, 6px);
  }
}

.l-header {
  position: relative;
  width: 100%;
  z-index: 100;
}

.l-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: min(38 / 1200 * 100vw, 38px);
  padding-left: min(60 / 1200 * 100vw, 60px);
  padding-right: min(50 / 1200 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .l-header__inner {
    padding-top: min(30 / 1024 * 100vw, 30px);
    padding-left: min(45 / 1024 * 100vw, 45px);
    padding-right: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .l-header__inner {
    padding-top: min(30 / 568 * 100vw, 30px);
    padding-left: min(30 / 568 * 100vw, 30px);
    padding-right: min(22 / 568 * 100vw, 22px);
  }
}

.l-header__logo {
  width: min(311 / 1200 * 100vw, 311px);
  padding-top: min(11 / 1200 * 100vw, 11px);
}
@media screen and (max-width: 1025px) {
  .l-header__logo {
    width: min(234 / 1024 * 100vw, 234px);
    padding-top: min(8 / 1024 * 100vw, 8px);
  }
}
@media screen and (max-width: 769px) {
  .l-header__logo {
    width: min(309 / 568 * 100vw, 309px);
    padding-top: min(8 / 568 * 100vw, 8px);
  }
}

.l-header__btn {
  width: 130px;
  height: 40px;
  margin-left: auto;
}
@media screen and (max-width: 769px) {
  .l-header__btn {
    display: none;
  }
}

.l-header__drawer {
  width: min(81 / 1200 * 100vw, 81px);
  margin-left: min(30 / 1200 * 100vw, 30px);
  cursor: pointer;
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
@media screen and (max-width: 769px) {
  .l-header__drawer {
    width: min(75 / 568 * 100vw, 75px);
    margin-left: auto;
  }
}
.l-header__drawer .circle {
  fill: #000;
  stroke: #000;
  stroke-width: 1px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.l-header__drawer .line {
  stroke: #dcdbdb;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.l-header__drawer:hover .circle {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px;
}
.l-header__drawer:hover .line {
  stroke: #000;
}

.is-header .l-header__drawer {
  position: fixed;
  top: 0;
  right: min(4.1666666667vw, 50px);
  -webkit-transform: translateY(min(3.3333333333vw, 40px));
          transform: translateY(min(3.3333333333vw, 40px));
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

.l-footer__body {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 1fr auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-areas: "about ftnav" "about copyright";
  max-width: 1280px;
  width: 85.3333333333vw;
  margin-inline: auto;
  padding-top: min(64 / 1280 * 100vw, 64px);
  padding-bottom: min(108 / 1280 * 100vw, 108px);
}
@media screen and (max-width: 1025px) {
  .l-footer__body {
    padding-top: min(66 / 1024 * 100vw, 66px);
    padding-bottom: min(108 / 1024 * 100vw, 108px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__body {
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: min(66 / 568 * 100vw, 66px);
    padding-bottom: min(148 / 568 * 100vw, 148px);
    grid-template-areas: "about" "ftnav" "copyright";
  }
}

.l-footer__about {
  grid-area: about;
}

.l-footer__logo {
  display: grid;
  gap: min(1.171875vw, 15px);
  width: min(196 / 1280 * 100vw, 196px);
}
@media screen and (max-width: 1025px) {
  .l-footer__logo {
    gap: min(0.9765625vw, 10px);
    width: min(196 / 1024 * 100vw, 196px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__logo {
    gap: min(1.7605633803vw, 10px);
    width: 100%;
  }
}

.l-footer__info {
  padding-top: min(28 / 1280 * 100vw, 28px);
  padding-bottom: min(5 / 1280 * 100vw, 5px);
}
@media screen and (max-width: 1025px) {
  .l-footer__info {
    padding-top: min(22 / 1024 * 100vw, 22px);
    padding-bottom: min(0 / 1280 * 100vw, 0px);
  }
}
@media screen and (max-width: 769px) {
  .l-footer__info {
    padding-top: min(22 / 568 * 100vw, 22px);
  }
}

.l-footer__copyright {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(2.109375vw, 27px);
  grid-area: copyright;
}
@media screen and (max-width: 1025px) {
  .l-footer__copyright {
    gap: min(1.953125vw, 20px);
  }
}
@media screen and (max-width: 1025px) {
  .l-footer__copyright {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: min(3.5211267606vw, 20px);
    padding-top: min(60 / 568 * 100vw, 60px);
  }
}

.l-wrapper {
  position: relative;
  max-width: 100%;
}

.l-main {
  position: relative;
  overflow-x: hidden;
  z-index: 3;
  font-size: var(--fontsize16);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-optical-sizing: none;
}
@media screen and (max-width: 769px) {
  .l-main {
    font-size: var(--fontsize16);
    font-weight: 400;
    line-height: 1.65;
  }
}

.l-main__inner {
  position: relative;
  padding-top: min(90 / 1280 * 100vw, 90px);
}
@media screen and (max-width: 1025px) {
  .l-main__inner {
    padding-top: min(68 / 1024 * 100vw, 68px);
  }
}
@media screen and (max-width: 769px) {
  .l-main__inner {
    padding-top: min(45 / 390 * 100vw, 45px);
  }
}

.top .l-main__inner {
  position: relative;
  padding-top: min(135 / 1280 * 100vw, 135px);
}
@media screen and (max-width: 1025px) {
  .top .l-main__inner {
    padding-top: min(102 / 1024 * 100vw, 102px);
  }
}
@media screen and (max-width: 769px) {
  .top .l-main__inner {
    padding-top: min(68 / 390 * 100vw, 68px);
  }
}

.l-pageHead {
  border-bottom: solid 1px #e7e7e7;
}

.l-pageHead__body {
  display: grid;
  gap: min(1.71875vw, 22px);
  position: relative;
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
  margin-top: min(160 / 1280 * 100vw, 160px);
  padding-bottom: min(80 / 1280 * 100vw, 80px);
}
.l-pageHead__body::before {
  content: "";
  display: grid;
  position: absolute;
  top: -25px;
  left: 0px;
  width: min(147 / 1280 * 100vw, 147px);
  height: min(120 / 1280 * 100vw, 120px);
  background-color: #fefefe;
  -webkit-clip-path: polygon(85% 0, 100% 0, 15% 100%, 0% 100%);
          clip-path: polygon(85% 0, 100% 0, 15% 100%, 0% 100%);
  z-index: 1;
}
.l-pageHead__body .c-pageHead--eng {
  margin-left: -5px;
}
@media screen and (max-width: 1025px) {
  .l-pageHead__body {
    gap: min(1.5625vw, 16px);
    margin-top: min(124 / 1024 * 100vw, 124px);
    padding-bottom: min(60 / 1024 * 100vw, 60px);
  }
  .l-pageHead__body::before {
    top: -18px;
    left: 0px;
    width: min(110 / 1024 * 100vw, 110px);
    height: min(90 / 1024 * 100vw, 90px);
  }
}
@media screen and (max-width: 769px) {
  .l-pageHead__body {
    gap: min(2.8169014085vw, 16px);
    margin-top: min(93 / 568 * 100vw, 93px);
    padding-bottom: min(45 / 568 * 100vw, 45px);
  }
  .l-pageHead__body::before {
    top: 0px;
    left: 0px;
    width: min(82 / 568 * 100vw, 82px);
    height: min(68 / 568 * 100vw, 68px);
  }
}

.l-drawerMenu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.l-drawerMenu.is-open {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.l-drawerMenu__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.is-open .l-drawerMenu__bg {
  opacity: 1;
}

.l-drawerMenu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: min(380 / 1200 * 100vw, 380px);
  height: 100%;
  margin-left: auto;
  background-color: #292929;
  z-index: 100;
  padding-top: min(180 / 1200 * 100vw, 180px);
  padding-bottom: min(320 / 1200 * 100vw, 320px);
  padding-left: min(50 / 1200 * 100vw, 50px);
  padding-right: min(50 / 1200 * 100vw, 50px);
}
@media screen and (max-width: 1025px) {
  .l-drawerMenu__inner {
    width: min(285 / 1024 * 100vw, 285px);
    padding-top: min(135 / 1024 * 100vw, 135px);
    padding-bottom: min(240 / 1024 * 100vw, 240px);
    padding-left: min(38 / 1024 * 100vw, 38px);
    padding-right: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    padding-top: min(170 / 568 * 100vw, 170px);
    padding-bottom: min(240 / 568 * 100vw, 240px);
    padding-left: min(38 / 568 * 100vw, 38px);
    padding-right: min(38 / 568 * 100vw, 38px);
  }
}

.l-drawerMenu__drawer {
  position: absolute;
  top: min(3.8333333333vw, 46px);
  right: min(3.3333333333vw, 40px);
  width: min(50 / 1200 * 100vw, 50px);
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .l-drawerMenu__drawer {
    top: min(3.3203125vw, 34px);
    right: min(2.9296875vw, 30px);
    width: min(50 / 1024 * 100vw, 50px);
  }
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__drawer {
    top: min(5.985915493vw, 34px);
    right: min(5.2816901408vw, 30px);
    width: min(50 / 568 * 100vw, 50px);
  }
}
.l-drawerMenu__drawer:hover .circle {
  fill: #9f9e9e;
  stroke: #3b3b3b;
}
.l-drawerMenu__drawer:hover .cross {
  fill: #3b3b3b;
}

.circle {
  fill: none;
  stroke-width: 1px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.cross {
  fill: #9f9e9e;
  fill-rule: evenodd;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.l-drawerMenu__navlist {
  display: grid;
  gap: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 1025px) {
  .l-drawerMenu__navlist {
    gap: min(2.9296875vw, 30px);
  }
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__navlist {
    gap: min(8.0985915493vw, 46px);
  }
}

.l-drawerMenu__close {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: min(3.5897435897vw, 14px);
     -moz-column-gap: min(3.5897435897vw, 14px);
          column-gap: min(3.5897435897vw, 14px);
  width: min(170 / 390 * 100vw, 170px);
  height: min(45 / 390 * 100vw, 45px);
  margin-top: min(78 / 390 * 100vw, 78px);
  padding-top: min(15 / 390 * 100vw, 15px);
  padding-bottom: min(15 / 390 * 100vw, 15px);
  margin-inline: auto;
  border-radius: 9999px;
  border: solid 1px #7d7d7d;
  background-color: transparent;
}
@media screen and (max-width: 769px) {
  .l-drawerMenu__close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-drawerMenu__closeIcon {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  font-weight: 100;
  line-height: 1;
  color: #f9f9f9;
}

.l-drawerMenu__closeText {
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize16);
  font-weight: 100;
  line-height: 1;
  color: #f9f9f9;
}

.l-pageTop {
  display: none;
  position: fixed;
  right: min(5.2083333333vw, 20px);
  bottom: min(20.8333333333vw, 80px);
  width: clamp(38px, 50 / 384 * 100vw, 50px);
  z-index: 10;
}
@media screen and (max-width: 769px) {
  .l-pageTop {
    display: block;
  }
}

:root {
  --contents-width: 1200px;
}

.l-contents {
  max-width: var(--contents-width);
  width: 85.3333333333vw;
  margin-inline: auto;
}

.l-contact__body {
  padding-top: min(125 / 1280 * 100vw, 125px);
}
@media screen and (max-width: 1025px) {
  .l-contact__body {
    padding-top: min(90 / 1024 * 100vw, 90px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__body {
    padding-top: min(68 / 568 * 100vw, 68px);
  }
}

.l-contact__head {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative;
  text-align: center;
}
.l-contact__head .c-title__contact {
  grid-area: 1/1;
  z-index: 2;
  -webkit-transform: translateY(min(1.953125vw, 25px));
          transform: translateY(min(1.953125vw, 25px));
}
.l-contact__head .c-title__contact--eng {
  grid-area: 1/1;
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .l-contact__head .c-title__contact {
    -webkit-transform: translateY(min(1.46484375vw, 15px));
            transform: translateY(min(1.46484375vw, 15px));
  }
}
@media screen and (max-width: 769px) {
  .l-contact__head .c-title__contact {
    -webkit-transform: translateY(min(4.9295774648vw, 28px));
            transform: translateY(min(4.9295774648vw, 28px));
  }
}

.l-contact__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(1480 / 1600 * 100vw, 1480px);
  margin-inline: auto;
  margin-top: min(94 / 1280 * 100vw, 94px);
}
@media screen and (max-width: 1025px) {
  .l-contact__wrap {
    margin-top: min(66 / 1024 * 100vw, 66px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__wrap {
    grid-template-columns: 1fr;
    margin-top: min(66 / 568 * 100vw, 66px);
  }
}

.l-contact__item {
  padding-top: min(93 / 1280 * 100vw, 93px);
  padding-bottom: min(96 / 1280 * 100vw, 96px);
  background-color: #17181a;
}
.l-contact__item--tel {
  border-top-left-radius: 1.25vw;
  border-bottom-left-radius: 1.25vw;
}
.l-contact__item--mail {
  background-color: #232426;
  border-top-right-radius: 1.25vw;
  border-bottom-right-radius: 1.25vw;
}
@media screen and (max-width: 1025px) {
  .l-contact__item {
    padding-top: min(70 / 1024 * 100vw, 70px);
    padding-bottom: min(72 / 1024 * 100vw, 72px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__item {
    padding-top: min(70 / 1024 * 100vw, 70px);
    padding-bottom: min(72 / 1024 * 100vw, 72px);
  }
  .l-contact__item--tel {
    border-top-left-radius: 1.46484375vw;
    border-bottom-left-radius: 1.46484375vw;
  }
  .l-contact__item--mail {
    border-top-right-radius: 1.46484375vw;
    border-bottom-right-radius: 1.46484375vw;
  }
}
@media screen and (max-width: 769px) {
  .l-contact__item {
    padding-top: min(70 / 568 * 100vw, 70px);
    padding-bottom: min(72 / 568 * 100vw, 72px);
  }
  .l-contact__item--tel {
    border-top-left-radius: 2.6408450704vw;
    border-top-right-radius: 2.6408450704vw;
    border-bottom-left-radius: 0;
  }
  .l-contact__item--mail {
    border-top-right-radius: 0;
    border-bottom-right-radius: 2.6408450704vw;
    border-bottom-left-radius: 2.6408450704vw;
  }
}

.l-contact__tel {
  width: min(460 / 1280 * 100vw, 460px);
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .l-contact__tel {
    width: min(460 / 568 * 100vw, 460px);
  }
}

.l-contact__mail {
  width: min(460 / 1280 * 100vw, 460px);
  margin-inline: auto;
}
@media screen and (max-width: 769px) {
  .l-contact__mail {
    width: min(460 / 568 * 100vw, 460px);
  }
}

.l-contact__block {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #6a6a6c;
  padding-top: min(20 / 1280 * 100vw, 20px);
  padding-bottom: min(45 / 1280 * 100vw, 45px);
  grid-template-areas: "text arrowIcon";
}
.l-contact__block .c-contact__telNumber {
  grid-area: telNumber;
}
.l-contact__block .c-contact__telIcon {
  grid-area: telIcon;
}
.l-contact__block .c-contact__businesstime {
  grid-area: businesstime;
}
.l-contact__block .c-contact__text {
  grid-area: text;
}
.l-contact__block .c-contact__arrowIcon {
  grid-area: arrowIcon;
}
.l-contact__block:has(.c-contact__businesstime) {
  grid-template-rows: auto auto;
  gap: min(1.015625vw, 13px);
  padding-bottom: min(29 / 1280 * 100vw, 29px);
  grid-template-areas: "telNumber telIcon" "businesstime telIcon";
}
@media screen and (max-width: 769px) {
  .l-contact__block:has(.c-contact__businesstime) {
    gap: min(0.9765625vw, 10px);
    padding-bottom: min(22 / 1024 * 100vw, 22px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__block:has(.c-contact__businesstime) {
    gap: min(2.5641025641vw, 10px);
    padding-bottom: min(14 / 390 * 100vw, 14px);
  }
}
@media screen and (max-width: 769px) {
  .l-contact__block {
    padding-top: min(15 / 568 * 100vw, 15px);
    padding-bottom: min(34 / 568 * 100vw, 34px);
  }
}

.l-footerNav {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(3.90625vw, 50px);
  grid-area: ftnav;
}
@media screen and (max-width: 1025px) {
  .l-footerNav {
    gap: min(3.7109375vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .l-footerNav {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: min(4.9295774648vw, 28px);
    padding-top: min(60 / 568 * 100vw, 60px);
  }
}

.l-footerNav__block {
  display: grid;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  gap: min(1.40625vw, 18px);
}
@media screen and (max-width: 1025px) {
  .l-footerNav__block {
    gap: min(1.3671875vw, 14px);
  }
}
@media screen and (max-width: 769px) {
  .l-footerNav__block {
    gap: min(5.2816901408vw, 30px);
  }
}

.l-footerNav__item {
  line-height: 0;
}
.l-footerNav__item::before {
  content: "-";
  padding-right: 10px;
  font-family: "Outfit", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: var(--fontsize15);
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 1025px) {
  .l-footerNav__item::before {
    content: "-";
    padding-right: 7px;
  }
}
@media screen and (max-width: 769px) {
  .l-footerNav__item::before {
    content: "-";
    font-size: var(--fontsize22);
    padding-right: 7px;
  }
}

.l-fixed {
  position: fixed;
  right: 0;
  bottom: 0;
  width: min(200 / 1280 * 100vw, 200px);
  height: min(75 / 1280 * 100vw, 75px);
  z-index: 101;
}
@media screen and (max-width: 1025px) {
  .l-fixed {
    width: min(200 / 1024 * 100vw, 200px);
    height: min(75 / 1024 * 100vw, 75px);
  }
}
@media screen and (max-width: 769px) {
  .l-fixed {
    width: min(738 / 768 * 100vw, 738px);
    height: min(70 / 390 * 100vw, 70px);
  }
}

.p-contents__head {
  display: grid;
  gap: min(0.9375vw, 12px);
  position: relative;
}
.p-contents__head::before {
  content: "";
  display: grid;
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: min(145 / 1280 * 100vw, 145px);
  height: min(120 / 1280 * 100vw, 120px);
  background-color: #fefefe;
  -webkit-clip-path: polygon(88% 0, 100% 0, 12% 100%, 0% 100%);
          clip-path: polygon(88% 0, 100% 0, 12% 100%, 0% 100%);
  z-index: 1;
}
@media screen and (max-width: 1025px) {
  .p-contents__head {
    gap: min(1.171875vw, 12px);
  }
  .p-contents__head::before {
    bottom: 0;
    width: min(108 / 1024 * 100vw, 108px);
    height: min(90 / 1024 * 100vw, 90px);
  }
}
@media screen and (max-width: 769px) {
  .p-contents__head {
    gap: min(2.1126760563vw, 12px);
  }
  .p-contents__head::before {
    bottom: 0;
    width: min(108 / 568 * 100vw, 108px);
    height: min(90 / 568 * 100vw, 90px);
  }
}

.p-contents__media {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
}
.p-contents__media + .p-contents__media {
  margin-top: min(50 / 1280 * 100vw, 50px);
}
.p-contents__media--imgLeft {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "img head" "img desc";
}
.p-contents__media--imgLeft .p-contents__head {
  margin-left: min(82 / 1280 * 100vw, 82px);
}
.p-contents__media--imgLeft .p-contents__desc {
  padding-left: min(82 / 1280 * 100vw, 82px);
}
.p-contents__media--imgRight {
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "head img" "desc img";
}
.p-contents__media--imgRight .p-contents__head {
  margin-right: min(82 / 1280 * 100vw, 82px);
}
.p-contents__media--imgRight .p-contents__desc {
  padding-right: min(82 / 1280 * 100vw, 82px);
}
@media screen and (max-width: 1025px) {
  .p-contents__media + .p-contents__media {
    margin-top: min(50 / 1024 * 100vw, 50px);
  }
  .p-contents__media--imgLeft .p-contents__head {
    margin-left: min(40 / 1024 * 100vw, 40px);
  }
  .p-contents__media--imgLeft .p-contents__desc {
    padding-left: min(40 / 1024 * 100vw, 40px);
  }
  .p-contents__media--imgRight .p-contents__head {
    margin-right: min(40 / 1024 * 100vw, 40px);
  }
  .p-contents__media--imgRight .p-contents__desc {
    padding-right: min(40 / 1024 * 100vw, 40px);
  }
}
@media screen and (max-width: 569px) {
  .p-contents__media {
    gap: min(4.4014084507vw, 25px);
  }
  .p-contents__media + .p-contents__media {
    margin-top: min(80 / 568 * 100vw, 80px);
  }
  .p-contents__media--imgLeft {
    grid-template-areas: "head head" "img img" "desc desc";
  }
  .p-contents__media--imgLeft .p-contents__head {
    margin-left: 0;
  }
  .p-contents__media--imgLeft .p-contents__desc {
    padding-left: 0;
  }
  .p-contents__media--imgRight {
    grid-template-areas: "head head" "img img" "desc desc";
  }
  .p-contents__media--imgRight .p-contents__head {
    margin-right: 0;
  }
  .p-contents__media--imgRight .p-contents__desc {
    padding-right: 0;
  }
}

.p-contents__mediaImgLink {
  display: block;
  overflow: hidden;
}
.p-contents__mediaImgLink img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.p-contents__mediaImgLink:hover {
  opacity: 1;
}
.p-contents__mediaImgLink:hover img {
  -webkit-transform: scale(1.05) rotate(0.5deg);
          transform: scale(1.05) rotate(0.5deg);
  -webkit-filter: grayscale(150%);
          filter: grayscale(150%);
}

.p-contents__desc {
  padding-top: min(35 / 1280 * 100vw, 35px);
}
@media screen and (max-width: 1025px) {
  .p-contents__desc {
    padding-top: min(26 / 1024 * 100vw, 26px);
  }
}
@media screen and (max-width: 569px) {
  .p-contents__desc {
    padding-top: min(0 / 568 * 100vw, 0px);
  }
}

:root {
  --cardTitle-fontSize: var(--fontsize22);
  --cardTitle-fontSize-small: var(--fontsize14);
  --cardTitle-add-fontSize: var(--fontsize16);
  --cardText-fontSize: var(--fontsize15);
  --cardTitle-font-color: #000;
}
@media screen and (max-width: 769px) {
  :root {
    --cardTitle-fontSize: var(--fontsize18);
    --cardTitle-fontSize-small: var(--fontsize12);
    --cardTitle-add-fontSize: var(--fontsize14);
    --cardText-fontSize: var(--fontsize13);
  }
}
@media screen and (max-width: 569px) {
  :root {
    --cardTitle-fontSize: var(--fontsize22);
    --cardTitle-fontSize-small: var(--fontsize14);
    --cardTitle-add-fontSize: var(--fontsize16);
    --cardText-fontSize: var(--fontsize15);
  }
}

.p-business__body {
  position: relative;
  padding-bottom: min(152 / 1200 * 100vw, 152px);
}
.p-business__body::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  height: 1px;
  background-color: #e7e7e7;
}
.p-business__body + .p-business__body {
  padding-top: min(178 / 1200 * 100vw, 178px);
}
@media screen and (max-width: 1025px) {
  .p-business__body {
    padding-bottom: min(114 / 1024 * 100vw, 114px);
  }
  .p-business__body + .p-business__body {
    padding-top: min(134 / 1024 * 100vw, 134px);
  }
}
@media screen and (max-width: 769px) {
  .p-business__body {
    padding-bottom: min(114 / 568 * 100vw, 114px);
  }
  .p-business__body + .p-business__body {
    padding-top: min(134 / 568 * 100vw, 134px);
  }
}

.p-business__card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.84375vw, 62px) min(15vw, 240px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
@media screen and (max-width: 1025px) {
  .p-business__card {
    gap: min(4.4921875vw, 46px) min(9.765625vw, 100px);
  }
}
@media screen and (max-width: 569px) {
  .p-business__card {
    grid-template-columns: 84.5070422535vw;
    justify-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(8.8028169014vw, 50px);
  }
}

.p-business__cardItem {
  display: grid;
  gap: min(2.34375vw, 30px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-business__cardItem:nth-of-type(even) {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
@media screen and (max-width: 1025px) {
  .p-business__cardItem {
    gap: min(2.1484375vw, 22px);
  }
  .p-business__cardItem:nth-of-type(even) {
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
  }
}
@media screen and (max-width: 569px) {
  .p-business__cardItem {
    gap: min(3.8732394366vw, 22px);
  }
  .p-business__cardItem:nth-of-type(even) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.p-business__cardDetail {
  display: grid;
  gap: min(2.5vw, 32px);
}
@media screen and (max-width: 1025px) {
  .p-business__cardDetail {
    gap: min(2.34375vw, 24px);
  }
}
@media screen and (max-width: 569px) {
  .p-business__cardDetail {
    gap: min(2.8169014085vw, 16px);
  }
}

.p-business__column {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 769px) {
  .p-business__column {
    grid-template-columns: 1fr;
  }
}

.p-business__client {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: min(10.5vw, 126px);
  padding-top: min(30 / 1200 * 100vw, 30px);
  padding-right: min(9 / 1200 * 100vw, 9px);
}
@media screen and (max-width: 1025px) {
  .p-business__client {
    gap: min(9.27734375vw, 95px);
    padding-top: min(22 / 1024 * 100vw, 22px);
    padding-right: min(9 / 1024 * 100vw, 9px);
  }
}
@media screen and (max-width: 769px) {
  .p-business__client {
    gap: min(12.323943662vw, 70px);
    padding-top: min(22 / 568 * 100vw, 22px);
    padding-right: min(0 / 568 * 100vw, 0px);
  }
}
@media screen and (max-width: 569px) {
  .p-business__client {
    grid-template-columns: auto;
    gap: 0;
  }
}

/*.p-business__clientList {
  padding-left: 2em;
}*/
.p-business__clientList001 {
  padding-left: 5em;
}
.p-business__clientList002 {
  padding-left: 1em;
}
.p-business__clientItem {
  list-style: "・";
  padding-left: 5px;
  font-size: var(--fontsize15);
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 2.67;
}
@media screen and (max-width: 1025px) {
  .p-business__clientItem {
    line-height: 2.35;
  }
}
@media screen and (max-width: 769px) {
  .p-business__clientList001 {
	padding-left: 1em;
  }
  .p-business__clientItem {
    font-size: var(--fontsize15);
    line-height: 2;
  }
}

.p-business__clientItem--other {
  padding-top: min(22 / 1200 * 100vw, 22px);
  list-style: none;
  line-height: 2;
}
@media screen and (max-width: 1025px) {
  .p-business__clientItem--other {
    padding-top: min(16 / 1024 * 100vw, 16px);
  }
}
@media screen and (max-width: 769px) {
  .p-business__clientItem--other {
    padding-top: min(16 / 568 * 100vw, 16px);
  }
}

.p-topService {
  padding-top: min(80 / 1280 * 100vw, 80px);
  padding-bottom: min(80 / 1280 * 100vw, 80px);
  border-bottom: solid 1px #e7e7e7;
}
.p-topService .p-contents__head {
  grid-area: head;
}
.p-topService .p-contents__head--moive {
  margin-top: min(100 / 1280 * 100vw, 100px);
}
.p-topService .p-contents__head--advertising {
  margin-top: min(100 / 1280 * 100vw, 100px);
}
.p-topService .p-contents__head--photography {
  margin-top: min(118 / 1280 * 100vw, 118px);
}
.p-topService .p-contents__head--website {
  margin-top: min(118 / 1280 * 100vw, 118px);
}
.p-topService .p-contents__head--link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-topService .p-contents__head--link::before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.p-topService .p-contents__head--link .c-title__contentsEng {
  display: block;
  position: relative;
}
.p-topService .p-contents__head--link .c-title__contentsEng::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  background-color: #333232;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.5, 1.1, 0.75, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.5, 1.1, 0.75, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1.1, 0.75, 1);
  transition: transform 0.5s cubic-bezier(0.5, 1.1, 0.75, 1), -webkit-transform 0.5s cubic-bezier(0.5, 1.1, 0.75, 1);
}
.p-topService .p-contents__head--link:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-topService .p-contents__head--link:hover .c-title__contentsEng::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-topService .p-contents__desc {
  grid-area: desc;
}
.p-topService .p-contents__mediaImg {
  grid-area: img;
}
@media screen and (max-width: 1025px) {
  .p-topService {
    padding-top: min(60 / 1024 * 100vw, 60px);
    padding-bottom: min(60 / 1024 * 100vw, 60px);
  }
  .p-topService .p-contents__head {
    grid-area: head;
  }
  .p-topService .p-contents__head--moive {
    margin-top: min(30 / 1024 * 100vw, 30px);
  }
  .p-topService .p-contents__head--advertising {
    margin-top: min(30 / 1024 * 100vw, 30px);
  }
  .p-topService .p-contents__head--photography {
    margin-top: min(30 / 1024 * 100vw, 30px);
  }
  .p-topService .p-contents__head--website {
    margin-top: min(30 / 1024 * 100vw, 30px);
  }
}
@media screen and (max-width: 569px) {
  .p-topService {
    padding-top: min(60 / 568 * 100vw, 60px);
    padding-bottom: min(60 / 568 * 100vw, 60px);
  }
  .p-topService .p-contents__head {
    grid-area: head;
  }
  .p-topService .p-contents__head--moive {
    margin-top: 0;
  }
  .p-topService .p-contents__head--advertising {
    margin-top: 0;
  }
  .p-topService .p-contents__head--photography {
    margin-top: 0;
  }
  .p-topService .p-contents__head--website {
    margin-top: 0;
  }
}

.p-topService__body {
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1281px) {
  .p-topService__body {
    width: 85.3333333333vw;
  }
}

.p-topWorks {
  padding-bottom: min(147 / 1280 * 100vw, 147px);
  border-bottom: solid 1px #e7e7e7;
}

.p-topWorks__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(3.75vw, 48px) min(3.125vw, 40px);
  max-width: 1280px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 1281px) {
  .p-topWorks__list {
    width: 85.3333333333vw;
  }
}
@media screen and (max-width: 1025px) {
  .p-topWorks__list {
    grid-template-columns: repeat(3, 1fr);
    gap: min(4.39453125vw, 45px) min(2.9296875vw, 30px);
  }
}
@media screen and (max-width: 569px) {
  .p-topWorks__list {
    grid-template-columns: repeat(2, 1fr);
    gap: min(5.985915493vw, 34px) min(3.8732394366vw, 22px);
  }
}

.p-topWorks__item {
  visibility: hidden;
}

.p-topWorks__itemLink {
  display: grid;
  overflow: hidden;
  gap: min(1.25vw, 16px) 0;
}
.p-topWorks__itemLink:hover {
  opacity: 1;
}
.p-topWorks__itemLink:hover .p-topWorks__itemImg img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.p-topWorks__itemLink:hover .p-topWorks__itemImg--monochrome img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
@media screen and (max-width: 769px) {
  .p-topWorks__itemLink {
    gap: min(2.5641025641vw, 10px) 0;
  }
}

.p-topWorks__itemImg {
  display: block;
  width: 100%;
  aspect-ratio: 290/360;
}
.p-topWorks__itemImg img {
  -webkit-transition: 0.75s;
  transition: 0.75s;
}
.p-topWorks__itemImg--monochrome img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: 0.75s;
  transition: 0.75s;
}

.p-topConcept {
  padding-top: min(50 / 1280 * 100vw, 50px);
  padding-bottom: min(50 / 1280 * 100vw, 50px);
  border-bottom: solid 1px #e7e7e7;
}
@media screen and (max-width: 1025px) {
  .p-topConcept {
    padding-top: min(38 / 1024 * 100vw, 38px);
    padding-bottom: min(38 / 1024 * 100vw, 38px);
  }
}
@media screen and (max-width: 769px) {
  .p-topConcept {
    padding-top: min(38 / 750 * 100vw, 38px);
    padding-bottom: min(38 / 750 * 100vw, 38px);
  }
}
@media screen and (max-width: 569px) {
  .p-topConcept {
    padding-top: min(0 / 568 * 100vw, 0px);
    padding-bottom: min(0 / 568 * 100vw, 0px);
  }
}

.p-topConcept__body {
  display: grid;
  grid-template-columns: min(35.78125vw, 458px) min(39.375vw, 630px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  gap: 0 min(11.25vw, 180px);
  max-width: 1280px;
  width: 90%;
  height: min(442 / 1280 * 100vw, 442px);
  margin-inline: auto;
  padding-top: min(72 / 1280 * 100vw, 72px);
  padding-right: min(20 / 1600 * 100vw, 20px);
  background-image: url("../images/page/top/concept/bg_img.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 1281px) {
  .p-topConcept__body {
    width: 85.3333333333vw;
  }
}
@media screen and (max-width: 1025px) {
  .p-topConcept__body {
    gap: 0 min(8.7890625vw, 90px);
    height: min(332 / 1024 * 100vw, 332px);
    padding-top: min(54 / 1024 * 100vw, 54px);
    padding-right: min(0 / 1024 * 100vw, 0px);
  }
}
@media screen and (max-width: 769px) {
  .p-topConcept__body {
    grid-template-columns: auto;
    gap: min(5.2816901408vw, 30px);
    height: auto;
    padding-top: min(60 / 568 * 100vw, 60px);
    padding-bottom: min(60 / 568 * 100vw, 60px);
    background-size: 100% auto;
  }
}

@media screen and (max-width: 769px) {
  .p-topConcept__img {
    width: min(344 / 568 * 100vw, 344px);
  }
}

.p-topConcept__desc {
  padding-top: min(28 / 1280 * 100vw, 28px);
}
@media screen and (max-width: 1025px) {
  .p-topConcept__desc {
    padding-top: min(0 / 1280 * 100vw, 0px);
  }
}

:root {
  --color-yellow: #f6d844;
}/*# sourceMappingURL=style.css.map */


/*スマホの時だけ改行*/
.sp { display:none;}
@media screen and (max-width: 767px) {
.sp { display: block; }
}

/*会社概要*/
.table_company {
	width: 100%;
	margin-top: -20px;
	border-collapse: collapse;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_company th {
	width: 25%;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
.table_company td {
	text-align: left;
	vertical-align: top;
	padding: 20px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
@media (max-width: 767px) {
.table_company {
	margin-top: 0px;
	border: medium solid #555555;
}
.table_company th {
	width: auto;
	display: block;
	font-weight: normal;
	color: #ffffff;
	background-color: #555555;
	margin: 0 auto;
	padding: 15px;
	border: none;
}
.table_company td {
	width: auto;
	display: list-item;
	padding: 15px;
	border: none !important;
}
}

/*アクセスマップ*/
.box_access {
	padding-bottom: min(147 / 1280 * 100vw, 147px);
	/*margin-top: 70px;*/
	margin-top: 0px;
	border-bottom: solid 1px #e7e7e7;
}
@media (max-width: 767px) {
.box_access {
	/*margin-top: 40px;*/
	margin-top: 0px;
}
}

/*お問い合わせ*/
.boxres_contact01 {
	margin-top: -10px;
	margin-bottom: 30px;
}
.boxres_contact01 p {
	padding-top: 0px;
}
.boxres_contact02 {
	padding-bottom: min(147 / 1280 * 100vw, 147px);
	border-bottom: solid 1px #e7e7e7;
}
.boxres_contact03 {
	padding-bottom: min(147 / 1280 * 100vw, 147px);
	margin-top: -10px;
	border-bottom: solid 1px #e7e7e7;
}
.boxres_contact03 p {
	padding-top: 0px;
}

/*プライバシーポリシー*/
.box_privacy {
	padding-bottom: min(147 / 1280 * 100vw, 147px);
	margin-top: -15px;
	border-bottom: solid 1px #e7e7e7;
}
.table_privacy {
	width: 100%;
	border-collapse: collapse;
}
.table_privacy th {
	width: 4%;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.table_privacy td {
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
@media (max-width: 767px) {
.table_privacy th {
	width: 8%;
}
}

/*実績*/
.boxres_achievements01 {
	margin-top: -10px;
	margin-bottom: 30px;
}
.boxres_achievements01 img {
	width: 50%;
	float: right;
	padding-left: 30px;
}
.boxres_achievements01 p.txt01 {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 30px;
}
.boxres_achievements01 p.txt02 {
	padding-bottom: 30px;
}
.boxres_achievements01 p.txt03 {
	font-weight: bold;
}
@media (max-width: 767px) {
.boxres_achievements01 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.boxres_achievements01 img {
	width: 100%;
	float: none;
	padding: 0;
}
.boxres_achievements01 p.txt01 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.boxres_achievements01 p.txt02 {
	padding-bottom: 20px;
}
}
.boxres_achievements02 {
	padding-bottom: min(147 / 1280 * 100vw, 147px);
	border-bottom: solid 1px #e7e7e7;
}