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

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

body {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "Yu Gothic", "小塚ゴシック", "Noto Sans JP", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  letter-spacing: 0.04em; }

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  text-underline-offset: 0.2em; }

a[href^="tel:"] {
  pointer-events: none; }

@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto; } }
a:hover {
  text-decoration: none;
  opacity: 0.65; }

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

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

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

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

figure {
  margin: 0; }

figcaption, figure, main {
  display: block; }

article, aside, footer, header, nav, section, .section {
  display: block; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

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

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

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

small {
  font-size: 100%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

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

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

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

::placeholder {
  color: #a1a1a1; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

address {
  font-style: normal; }

figure {
  margin: 0; }

dl {
  margin-block-start: 0;
  margin-block-end: 0; }

dd {
  margin-left: 0; }

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
  content: " ";
  display: table; }

.clearfix:after, .modal-header:after, .modal-footer:after {
  clear: both; }

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

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

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

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

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

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

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

textarea:focus {
  border-color: #39b8b8; }

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

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

.flex-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*Flex Items*/
.flex {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 10px; }

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px; }

.flex-2 {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 10px; }

.flex-3 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 10px; }

.flex-4 {
  -webkit-box-flex: 4;
  -ms-flex: 4;
  flex: 4;
  padding: 10px; }

.flex-5 {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding: 10px; }

.flex-6 {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  flex: 6;
  padding: 10px; }

.flex-7 {
  -webkit-box-flex: 7;
  -ms-flex: 7;
  flex: 7;
  padding: 10px; }

.flex-8 {
  -webkit-box-flex: 8;
  -ms-flex: 8;
  flex: 8;
  padding: 10px; }

.flex-9 {
  -webkit-box-flex: 9;
  -ms-flex: 9;
  flex: 9;
  padding: 10px; }

.flex-10 {
  -webkit-box-flex: 10;
  -ms-flex: 10;
  flex: 10;
  padding: 10px; }

.flex-11 {
  -webkit-box-flex: 11;
  -ms-flex: 11;
  flex: 11;
  padding: 10px; }

.flex-12 {
  -webkit-box-flex: 12;
  -ms-flex: 12;
  flex: 12;
  padding: 10px; }

/* grid */
.gridbox {
  display: grid; }

/*margin*/
.m-auto {
  margin-left: auto;
  margin-right: auto; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mt100 {
  margin-top: 100px; }

.mb0 {
  margin-bottom: 0px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

.mb90 {
  margin-bottom: 90px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb120 {
  margin-bottom: 120px; }

.mb140 {
  margin-bottom: 140px; }

.mb170 {
  margin-bottom: 170px; }

/* font-size */
.fz10 {
  font-size: 10px; }

.fz11 {
  font-size: 11px; }

.fz12 {
  font-size: 12px; }

.fz13 {
  font-size: 13px; }

.fz14 {
  font-size: 14px; }

.fz15 {
  font-size: 15px; }

.fz16 {
  font-size: 16px; }

.fz17 {
  font-size: 17px; }

.fz18 {
  font-size: 18px; }

.fz19 {
  font-size: 19px; }

.fz20 {
  font-size: 20px; }

.fz22 {
  font-size: 22px; }

.fz24 {
  font-size: 24px; }

.fz26 {
  font-size: 26px; }

.fz28 {
  font-size: 28px; }

.fz30 {
  font-size: 30px; }

.fz32 {
  font-size: 32px; }

.fz34 {
  font-size: 34px; }

.fz36 {
  font-size: 36px; }

.fz38 {
  font-size: 38px; }

.fz40 {
  font-size: 40px; }

.fz42 {
  font-size: 42px; }

.fz44 {
  font-size: 44px; }

.fz46 {
  font-size: 46px; }

.fz48 {
  font-size: 48px; }

.fz50 {
  font-size: 50px; }

.fz54 {
  font-size: 54px; }

.fz58 {
  font-size: 58px; }

.fz60 {
  font-size: 60px; }

.fz66 {
  font-size: 66px; }

.fz72 {
  font-size: 72px; }

.fz160 {
  font-size: 160px; }

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

 WordPress

////////////////////////*/
/* wordpress pager */
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative; }

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  color: #39b8b8;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px; }

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

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

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

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

.pager .next a {
  padding-right: 1.5em; }

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

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

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

.pagination > li {
  position: relative; }

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

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

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

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

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

.wp-pagenavi a, .wp-pagenavi span {
  font-size: 18px;
  -webkit-border-radius: 100%;
  border-radius: 50%;
  border: 1px solid #634d3f;
  color: #634d3f;
  /* margin: 0 5px; */
  /* width: 50px; */
  /* height: 50px; */
  /* line-height: 2.7; */
  display: block;
  text-decoration: none;
  padding: 0; }

.wp-pagenavi span.current {
  color: #fff;
  background: #634d3f; }

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.no-item {
  border: none; }

.wp-pagenavi span.no-item {
  width: fit-content;
  font-size: 15px;
  line-height: 3.3; }

/* wordpress breadcrumbs */
.breadcrumbs {
  font-size: 1.2rem; }

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

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

.breadcrumbs li {
  display: inline;
  margin: 0; }

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px; }

.breadcrumbs li:first-child:before {
  display: none; }

.breadcrumbs a {
  color: #231815;
  text-decoration: none; }

.breadcrumbs a:hover {
  color: #39b8b8; }

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem; } }
.wp-caption-text, .wp-caption, .aligncenter, .alignleft, .alignright, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
  font-weight: normal; }

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

.fade.in {
  opacity: 1; }

/* fadein */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeInTrigger {
  opacity: 0; }

@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* fadeup */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeUpTrigger {
  opacity: 0; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* fadeRight */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeRightTrigger {
  opacity: 0; }

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
/* fadeLeft */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0; }

.fadeLeftTrigger {
  opacity: 0; }

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(50px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.delay01s {
  animation-delay: 0.1s; }

.delay02s {
  animation-delay: 0.2s; }

.delay04s {
  animation-delay: 0.4s; }

@media screen and (min-width: 1025px) {
  .sp1024 {
    display: none; } }
@media screen and (min-width: 769px) {
  .sp768 {
    display: none; } }
@media screen and (min-width: 601px) {
  .sp600 {
    display: none; } }
@media screen and (min-width: 451px) {
  .sp450 {
    display: none; } }
@media screen and (max-width: 1024px) {
  .pc1024 {
    display: none; } }
@media screen and (max-width: 768px) {
  .pc768 {
    display: none; } }
@media screen and (max-width: 600px) {
  .pc600 {
    display: none; } }
@media screen and (max-width: 450px) {
  .pc450 {
    display: none; } }
.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.inline {
  display: inline !important; }

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

 user common css

////////////////////////*/
.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

@media screen and (min-width: 551px) {
  .t-center_pc550 {
    text-align: center; }

  .t-left_pc550 {
    text-align: left; }

  .t-right_pc550 {
    text-align: right; } }
@media screen and (max-width: 550px) {
  .t-center_sp550 {
    text-align: center; }

  .t-left_sp550 {
    text-align: left; }

  .t-right_sp550 {
    text-align: right; } }
.container_l {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px; }
@media screen and (max-width: 768px) {
  .container_l {
    padding-left: 30px;
    padding-right: 30px; } }

.container_s {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  padding-left: 60px; }
@media screen and (max-width: 768px) {
  .container_s {
    padding-left: 30px;
    padding-right: 30px; } }

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

.roboto {
  font-family: "Roboto", sans-serif; }

/* font-weight */
.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.semibold {
  font-weight: 600; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

/* font color */
.white {
  color: #fff; }

.dark {
  color: #272727; }

.light-brown {
  color: #b49e86; }

.brown {
  color: #544534; }

.gray {
  color: #9d9d9d; }

/* 縦書き */
.v-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }

/* line-height */
.imgbox, .videobox {
  line-height: 1; }

.lh08 {
  line-height: 0.8; }

.lh10 {
  line-height: 1; }

.lh12 {
  line-height: 1.2; }

.lh13 {
  line-height: 1.3; }

.lh14 {
  line-height: 1.4; }

.lh15 {
  line-height: 1.5; }

.lh16 {
  line-height: 1.6; }

.lh18 {
  line-height: 1.8; }

.lh20 {
  line-height: 2; }

.lh22 {
  line-height: 2.2; }

/* letter-spacing */
.ls-100 {
  letter-spacing: -0.1em; }

.ls20 {
  letter-spacing: 0.02em; }

.ls30 {
  letter-spacing: 0.03em; }

.ls40 {
  letter-spacing: 0.04em; }

.ls60 {
  letter-spacing: 0.06em; }

.ls100 {
  letter-spacing: 0.1em; }

.ls180 {
  letter-spacing: 0.18em; }

.uppercase {
  text-transform: uppercase; }

.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em; }

.italic {
  font-style: italic; }

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

layout/_header.scss

***************************/
.header {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
  z-index: 10; }

.header-inner {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding: 20px;
  gap: 20px; }
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 10px 20px; } }

.header-logo {
  line-height: 1;
  position: relative;
  z-index: 999; }
@media screen and (max-width: 768px) {
  .header-logo img {
    width: 280px; } }
@media screen and (max-width: 600px) {
  .header-logo img {
    width: 235px; } }
@media screen and (max-width: 450px) {
  .header-logo img {
    width: 210px; } }

.gnav {
  margin: 0;
  transition: all 0.4s; }

.gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center; }

.gnav-item {
  width: 160px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: center;
  border-left: 1px solid #eadfdf; }
.gnav-item:last-child {
  border-right: 1px solid #eadfdf; }
@media screen and (max-width: 768px) {
  .gnav-item:last-child {
    border-right: none; } }
@media screen and (max-width: 900px) {
  .gnav-item {
    width: 140px; } }
@media screen and (max-width: 768px) {
  .gnav-item {
    width: 100%;
    border-left: none; } }

@media screen and (max-width: 768px) {
  .gnav-item + .gnav-item {
    margin-top: 10px; } }
.gnav-link {
  padding: 6px 0;
  display: block; }
@media screen and (max-width: 768px) {
  .gnav-link {
    padding: 15px 0; } }

.gnavBtn {
  display: none;
  transition: 0.4s; }

@media screen and (min-width: 769px) {
  .overlay {
    display: none; } }
@media screen and (max-width: 768px) {
  .gnav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    z-index: 100;
    transform: translateX(100%);
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    justify-content: start;
    padding: 130px 0 0;
    background-color: #fff; }

  .gnav-list {
    display: block; }

  .gnav.open {
    transform: translateX(0);
    visibility: visible;
    opacity: 1; }

  .gnavBtn {
    position: absolute;
    top: calc(50% - 35px);
    right: 20px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    display: inline-block;
    background: none;
    border: none;
    outline: none;
    text-align: center;
    z-index: 200;
    padding-top: 11px; } }
@media screen and (max-width: 768px) and (max-width: 450px) {
  .gnavBtn {
    right: 5px; } }

@media screen and (max-width: 768px) {
  .gnavBtn-bar {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: auto;
    margin-right: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 2px; }

  .gnavBtn-bar::before, .gnavBtn-bar::after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #333;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    position: absolute;
    content: "";
    border-radius: 2px; }

  .gnavBtn-bar::before {
    top: -8px; }

  .gnavBtn-bar::after {
    top: 8px; }

  .gnavBtn.active .gnavBtn-bar {
    background-color: transparent; }

  .gnavBtn.active .gnavBtn-bar::before {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg); }

  .gnavBtn.active .gnavBtn-bar::after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg); }

  .gnavBtn-title::before {
    content: "メニュー";
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "Yu Gothic", "小塚ゴシック", "Noto Sans JP", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    line-height: 2.4;
    transition: all 0.4s; }

  .gnavBtn.active .gnavBtn-title::before {
    content: "とじる"; }

  .nav_open {
    overflow-y: hidden; }

  .nav_open .overlay {
    opacity: 0.4;
    visibility: visible; }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background-color: #000;
    transition: all 0.4s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden; } }
@media screen and (max-width: 600px) {
  .gnav {
    width: 100%; }

  .overlay {
    display: none; } }
/***************************

layout/_footer.scss

***************************/
.footer .copy {
  background-color: #f3f3f3;
  color: #999;
  text-align: center;
  padding: 10px 0; }

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

object/object/project/_home.scss

***************************/
.mv {
  padding-top: 180px; }
@media screen and (max-width: 768px) {
  .mv {
    padding-top: 150px; } }
@media screen and (max-width: 450px) {
  .mv {
    padding-top: 125px; } }
.mv-title {
  line-height: 1.4;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", sans-serif;
  animation-duration: 1.2s; }
@media screen and (max-width: 900px) {
  .mv-title {
    font-size: 40px; } }
@media screen and (max-width: 600px) {
  .mv-title {
    font-size: 30px; } }
@media screen and (max-width: 450px) {
  .mv-title {
    font-size: 22px; } }
.mv-title span {
  display: inline-block;
  border-bottom: 3px solid #333; }
.mv-title span:last-child {
  margin-top: 30px; }
@media screen and (max-width: 600px) {
  .mv-title span {
    border-bottom: 2px solid #333; } }
.mv-title img {
  vertical-align: baseline;
  margin: 0 10px; }
@media screen and (max-width: 900px) {
  .mv-title img {
    width: 126px; } }
@media screen and (max-width: 600px) {
  .mv-title img {
    width: 97px;
    margin: 0 7px; } }
@media screen and (max-width: 450px) {
  .mv-title img {
    width: 82px; } }
.mv-imgbox {
  margin-top: 15px;
  animation-duration: 1.2s;
  animation-delay: 0.6s; }
@media screen and (max-width: 600px) {
  .mv-imgbox img {
    object-fit: cover;
    width: 100%;
    height: 211px; } }
@media screen and (max-width: 450px) {
  .mv-imgbox {
    margin-top: 40px; } }

.section-title {
  text-align: center;
  margin-bottom: 35px; }
@media screen and (max-width: 450px) {
  .section-title {
    margin-bottom: 25px; } }
.section-title span {
  display: block; }
.section-title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #2a52a3;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.4;
  font-size: 16px; }
.section-title-ja {
  font-size: 36px;
  letter-spacing: 0.08em; }
@media screen and (max-width: 450px) {
  .section-title-ja {
    font-size: 30px; } }

.service {
  padding-top: 70px;
  padding-bottom: 90px;
  background-image: url(../img/service-bg.jpg);
  background-position: center center; }
@media screen and (min-width: 1501px) {
  .service {
    background-size: cover; } }
@media screen and (max-width: 900px) {
  .service {
    background-size: cover; } }
@media screen and (max-width: 450px) {
  .service {
    padding-bottom: 60px; } }
.service .section-title-ja {
  color: #fff; }
.service-list {
  gap: 50px;
  flex-wrap: wrap;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto; }
@media screen and (max-width: 450px) {
  .service-list {
    gap: 25px; } }
.service-item {
  padding: 25px;
  width: calc(50% - 25px);
  max-width: 515px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.85);
  border: 5px solid #ffffff; }
.service-item:nth-child(2) .service-item-title {
  margin-top: 18px; }
@media screen and (max-width: 900px) {
  .service-item:nth-child(2) .service-item-title {
    margin-top: 0; } }
@media screen and (max-width: 900px) {
  .service-item {
    width: 100%; } }
.service-item-title {
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
  padding-bottom: 25px; }
@media screen and (max-width: 768px) {
  .service-item-title {
    font-size: 26px; }
  .service-item-title .fz30 {
    font-size: 26px; }
  .service-item-title .fz18 {
    font-size: 17px; } }
.service-item:first-child .service-item-title {
  padding-bottom: 15px; }
.service-item:last-child .service-item-title {
  padding-bottom: 20px; }
.service-item .imgbox {
  text-align: center; }

.voice {
  padding-top: 90px;
  position: relative; }
@media screen and (max-width: 450px) {
  .voice {
    padding-top: 60px; } }
.voice-flexbox {
  gap: 60px; }
@media screen and (max-width: 900px) {
  .voice-flexbox {
    display: block; } }
.voice-list {
  gap: 60px;
  justify-content: space-between;
  grid-template-columns: repeat(1, 1fr); }
@media screen and (max-width: 900px) {
  .voice-list {
    gap: 40px; } }
.voice-item {
  padding: 30px 0;
  max-width: 570px;
  background-color: rgba(255, 255, 255, 0.85);
  border-top: 1px solid #0059b2;
  border-bottom: 1px solid #0059b2;
  line-height: 1.8;
  justify-content: space-between;
  align-items: center; }
@media screen and (max-width: 900px) {
  .voice-item {
    padding: 20px 0;
    margin-left: auto;
    margin-right: auto; } }
.voice-item-text {
  width: calc(100% - 120px); }
@media screen and (max-width: 450px) {
  .voice-item-text {
    width: calc(100% - 110px); } }
@media screen and (max-width: 900px) {
  .voice-imgbox {
    margin-top: 50px;
    text-align: center; } }

.company {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../img/company-bg.jpg);
  background-repeat: repeat; }
@media screen and (max-width: 450px) {
  .company {
    padding-top: 60px;
    padding-bottom: 60px; } }
.company-table {
  max-width: 960px; }
.company-table-row {
  border-bottom: 1px solid #eadfdf; }
.company-table-row:first-child {
  border-top: 1px solid #eadfdf; }
.company-table-col-1 {
  width: 260px;
  background-color: #eef3fb;
  padding: 1em 1.2em; }
@media screen and (max-width: 768px) {
  .company-table-col-1 {
    width: 230px; } }
@media screen and (max-width: 600px) {
  .company-table-col-1 {
    width: 180px; } }
@media screen and (max-width: 450px) {
  .company-table-col-1 {
    width: 135px; } }
.company-table-col-2 {
  width: calc(100% - 260px);
  padding: 1em 1.2em;
  background-color: #fff; }
@media screen and (max-width: 768px) {
  .company-table-col-2 {
    width: calc(100% - 230px); } }
@media screen and (max-width: 600px) {
  .company-table-col-2 {
    width: calc(100% - 180px); } }
@media screen and (max-width: 450px) {
  .company-table-col-2 {
    width: calc(100% - 135px); } }
.company-table-col-2 a {
  color: #2a55a3;
  text-decoration: underline;
  font-size: 14px;
  margin-left: 5px;
  text-underline-offset: 3px; }

.contact {
  padding: 125px 0 115px; }
@media screen and (max-width: 450px) {
  .contact {
    padding: 65px 0 60px; } }
.contact-box {
  background-color: #0068B7;
  color: #fff;
  padding: 30px 60px;
  position: relative; }
.contact-box::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 51px;
  height: 51px;
  top: -1px;
  left: -1px; }
.contact-box::after {
  content: "";
  position: absolute;
  background-image: url(../img/contact-triangle.png);
  width: 50px;
  height: 50px;
  top: 0;
  left: 0; }
@media screen and (max-width: 600px) {
  .contact-box {
    padding: 40px 30px 30px; } }
@media screen and (max-width: 450px) {
  .contact-box {
    display: block; } }
.contact-content {
  gap: 15px 75px;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto; }
.contact-tel {
  text-align: center; }
.contact-tel-link {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.4em; }
@media screen and (max-width: 600px) {
  .contact-tel-link-en {
    font-size: 32px; }
  .contact-tel-link-num {
    font-size: 40px; } }
@media screen and (max-width: 450px) {
  .contact-tel-link-en {
    font-size: 22px; }
  .contact-tel-link-num {
    font-size: 30px; } }
@media screen and (max-width: 450px) {
  .contact-tel-text {
    margin-top: 5px;
    max-width: 247px; }
  .contact-tel-text span {
    display: block;
    text-align: left; } }
.contact-mail {
  display: block;
  max-width: 450px;
  width: 100%;
  text-align: center;
  padding: 27px;
  background-color: #fff;
  color: #4c4545;
  font-size: 22px;
  font-weight: bold; }
.contact-mail .fas {
  margin-right: 5px; }
@media screen and (max-width: 600px) {
  .contact-mail {
    padding: 20px;
    font-size: 17px;
    max-width: 330px; } }
@media screen and (max-width: 450px) {
  .contact-mail {
    padding: 15px; } }
.contact-text {
  margin-left: 20px;
  margin-right: 20px; }
@media screen and (max-width: 450px) {
  .contact-text {
    text-align: left;
    margin-left: 10px;
    margin-right: 10px; } }

.access iframe {
  vertical-align: bottom; }

/*# sourceMappingURL=style.css.map */
