@charset 'UTF-8';
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

body {
  line-height: 1;

  -webkit-text-size-adjust: 100%;
}

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

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

img,
iframe {
  vertical-align: bottom;
}

th {
  text-align: left;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;

  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  width: 1.25em;
  text-align: center;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2em;
  width: 2em;
  line-height: inherit;
  text-align: center;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  transform: rotate(90deg);

  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
  transform: rotate(180deg);

  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
  transform: rotate(270deg);

  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
  transform: scale(-1, 1);

  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
  transform: scale(1, -1);

  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);

  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  position: relative;
  width: 2.5em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-angle-left:before {
  content: '\f104';
}

.fa-angle-right:before {
  content: '\f105';
}

.fa-clone:before {
  content: '\f24d';
}

.fa-file-pdf:before {
  content: '\f1c1';
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;

  clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;

  clip: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-style: normal;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  font-display: block;

  src: url('../webfonts/fa-solid-900.eot');
  src: url('../webfonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
  url('../webfonts/fa-solid-900.woff2') format('woff2'), url('../webfonts/fa-solid-900.woff') format('woff'),
  url('../webfonts/fa-solid-900.ttf') format('truetype'), url('../webfonts/fa-solid-900.svg#fontawesome') format('svg');
}

.fa,
.fas {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
}

/*$breakpoints: (
	"xl-over": "screen and (min-width: 1760px)",
	"lg-over": "screen and (min-width: 1520px)",
	"md-over": "screen and (min-width: 1280px)",
	"sm-over": "screen and (min-width: 1024px)",
	"xs-over": "screen and (min-width: 768px)",
	"lg-xl": "screen and (max-width: 1759px) and (min-width: 1520px)",
	"md-lg": "screen and (max-width: 1519px) and (min-width: 1280px)",
	"sm-md": "screen and (max-width: 1279px) and (min-width: 1024px)",
	"xs-sm": "screen and (max-width: 1023px) and (min-width: 768px)",
	"xl-under": "screen and (max-width: 1759px)",
	"lg-under": "screen and (max-width: 1519px)",
	"md-under": "screen and (max-width: 1279px)",
	"sm-under": "screen and (max-width: 1023px)",
	"xs-under": "screen and (max-width: 767px)"
) !default;*/
.interval5em > *:not(:last-child) {
  margin-bottom: .5em;
}

.interval10em > *:not(:last-child) {
  margin-bottom: 1em;
}

.interval15em > *:not(:last-child) {
  margin-bottom: 1.5em;
}

.interval20em > *:not(:last-child) {
  margin-bottom: 2em;
}

.interval25em > *:not(:last-child) {
  margin-bottom: 2.5em;
}

.interval30em > *:not(:last-child) {
  margin-bottom: 3em;
}

.interval35em > *:not(:last-child) {
  margin-bottom: 3.5em;
}

.interval40em > *:not(:last-child) {
  margin-bottom: 4em;
}

.interval45em > *:not(:last-child) {
  margin-bottom: 4.5em;
}

.interval50em > *:not(:last-child) {
  margin-bottom: 5em;
}

/*
#overview
色

サイト全体で使用している色一覧
*/
/*
#colors
色

@color-white #fff
@color-black #231815
@color-blue #5184c4
@color-blue2 rgba(81, 132, 196, 0.7)
@color-blue3 rgba(81, 132, 196, 0.2)
@color-sky #72b0e0
@color-green #689e36
@color-green2 #6dbe78
@color-gray #4c4b4b
$color-gray2 #969696
@color-pale-green #e7f1d3
@color-pink #dd9091
@color-red #e60012
*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

body {
  color: #231815;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', Meiryo,
  sans-serif;
}

@media screen and (min-width: 769px), print {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 3.3vw;
  }
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.textJustify {
  text-align: justify;

  text-justify: inter-ideograph;
}

.weightBold {
  font-weight: bold;
}

.text-common {
  line-height: 1.75;
}

html,
body {
  height: 100%;
}

.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

.flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.flexLeft {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.flexRight {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fullWidth {
  width: 100%;
  /*	@include media(pc) {
		min-width: $width-base;
	}*/
}

@media screen and (max-width: 768px) {
  .spFullWidth {
    width: 100%;
    height: auto;
  }
}

.wrap {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px), print {
  .contact .wrap,
  .company .wrap {
    padding: 60px 0 180px;
  }
  .mission .wrap,
  .service-area .wrap,
  .maintenance .wrap,
  .renewal .wrap {
    padding: 60px 0 0;
  }

  .field-i .wrap {
    padding: 0 0 130px;
  }
}

@media screen and (max-width: 768px) {
  .contact .wrap,
  .company .wrap {
    padding: 10vw 0 20vw;
  }
  .mission .wrap,
  .maintenance .wrap,
  .renewal .wrap {
    padding: 10vw 0;
  }
  .service-area .wrap {
    padding: 10vw 0 0;
  }

  .field-i .wrap {
    padding: 0 0 15vw;
  }
}

@media screen and (min-width: 769px), print {
  .contents {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .contents {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 768px) {
  .sp-contents {
    width: 100%;
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-2column {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-2column .main-column {
    width: 815px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-2column .main-column {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-2column .sidebar {
    width: 255px;
  }
}

@media screen and (min-width: 769px), print {
  .contact .inner {
    padding: 0 160px;
  }
  .field-i .inner {
    padding: 0 120px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .contact .inner {
    padding: 0;
  }
  .field-i .inner {
    padding: 0 3vw;
  }
}

@media screen and (max-width: 768px) {
  .field-i .inner {
    padding: 0 3vw;
  }
}

@media screen and (min-width: 769px), print {
  .wrap-section-interval > *:not(:last-child) {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-section-interval > *:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.box-post-text {
  border-bottom: 1px solid #ccc;
}

.box-post-text a {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .box-post-text a {
    flex-flow: row wrap;
  }
}

.box-post-text a > * {
  display: block;
  margin: 5px 0;
  line-height: 20px;
}

.box-post-text time {
  width: 80px;
  margin-right: 20px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .box-post-text time {
    width: 6em;
    margin-right: 2em;
    font-size: 10px;
  }
}

.box-post-text h3 {
  width: calc(100% - 200px);
}

@media screen and (max-width: 768px) {
  .box-post-text h3 {
    width: 100%;
    font-size: 13px;
  }
}

.wrap-post-img-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

@media screen and (min-width: 769px), print {
  .wrap-post-img-text {
    margin: -20px 0;
  }
}

.wrap-post-img-text:after {
  display: block;
  width: 31%;
  height: 1px;
  content: '';
}

@media screen and (max-width: 768px) {
  .wrap-post-img-text:after {
    width: 47%;
  }
}

.box-post-img-text {
  width: 31%;
  margin: 20px 0;
}

@media screen and (max-width: 768px) {
  .box-post-img-text {
    width: 47%;
    margin: 3vw 0;
  }
}

.box-post-img-text a {
  display: block;
}

.box-post-img-text img {
  width: 100%;
  height: auto;
  margin-bottom: .75em;
}

.box-post-img-text time {
  display: block;
  margin-bottom: 1em;
  font-size: 10px;
}

.box-post-img-text h3 {
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-post-img-text h3 {
    font-size: 13px;
  }
}

.box-post-img-text p {
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .box-post-img-text p {
    font-size: 13px;
  }
}

.box-post-archive {
  border-bottom: 1px solid #ccc;
}

.box-post-archive a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 20px 0;
}

.box-post-archive a > div:nth-child(1) {
  width: 250px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .box-post-archive a > div:nth-child(1) {
    width: 25vw;
  }
}

.box-post-archive a > div:nth-child(2) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: calc(100% - 270px);
}

@media screen and (max-width: 768px) {
  .box-post-archive a > div:nth-child(2) {
    width: calc(100% - 25vw - 20px);
  }
}

.box-post-archive img {
  width: 100%;
  height: auto;
}

.box-post-archive time {
  display: block;
  margin-bottom: 1em;
  font-size: 10px;
  line-height: 20px;
}

.box-post-archive h3 {
  width: 100%;
  margin-top: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-post-archive h3 {
    margin-top: 0;
    font-size: 13px;
  }
}

.category-post {
  width: 80px;
  height: 20px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .category-post {
    width: 6em;
    font-size: 10px;
  }
}

.box-post-text .category-post {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .box-post-text .category-post {
    margin-right: 2em;
  }
}

.header {
  position: fixed;
  z-index: 6;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .header-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 85vw;
    height: 15vw;
    padding: 0 5vw;
  }
}

@media screen and (min-width: 769px), print {
  .logo .desvg {
    width: 137px;
    height: 42px;
  }
}

@media screen and (max-width: 768px) {
  .logo .desvg {
    width: 24vw;
  }
  .nav-content .logo .desvg path {
    fill: #fff;
  }
}

@media screen and (min-width: 769px), print {
  .logo-fujitec .desvg {
    width: 103px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  .header-sp .logo-fujitec {
    padding-top: 3vw;
  }
  .nav-content .logo-fujitec {
    position: absolute;
    top: 7vw;
    right: 5vw;
  }
  .logo-fujitec .desvg {
    width: 21vw;
  }
  .nav-content .logo-fujitec .desvg path {
    fill: #fff;
  }
}

.btn-career {
  position: relative;
  margin-left: 1.5em;
  padding: .5em 1.75em;
  background-color: #d70c18;
  color: #fff;
  font-size: 15px;
}

.btn-career:before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: .75em;
  bottom: 0;
  transform: rotate(45deg);
  width: .4em;
  height: .4em;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}

.btn-career:after {
  content: 'はこちら';
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .btn-career {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: .5em;
    padding: 0;
    font-size: 14px;
    text-align: center;
  }
  .btn-career:before,
  .btn-career:after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .btn-career {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 1em;
    padding: 0 .25em;
    font-size: 13px;
    line-height: 1.25;
    text-align: center;
  }
  .btn-career:before,
  .btn-career:after {
    content: none;
  }
}

.footer {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .footer .logo {
    width: 27vw;
    height: auto;
  }
  .footer .logo-fujitec {
    width: 21vw;
    height: auto;
  }
}

.footer-top {
  background: #fff url(../images/bg-footer.jpg) repeat-x center bottom;
}

@media screen and (min-width: 769px), print {
  .footer-top {
    padding: 30px 0 330px;
  }
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding: 10vw 0 57vw;
    background-size: 230%;
  }
}

.inner-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .inner-footer {
    justify-content: center;
    padding: 0 7vw;
  }
}

.footer-bottom {
  display: flex;
  align-items: center;
  background-color: #152345;
}

.footer-bottom .contents {
  position: relative;
}

@media screen and (min-width: 769px), print {
  .footer-bottom {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    height: 27vw;
  }
}

.copyright small {
  color: #777f93;
  line-height: 1.5;
}

@media screen and (min-width: 769px), print {
  .copyright small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .copyright {
    text-align: center;
  }
  .copyright small {
    font-size: 3vw;
  }
}

/*
#overview
パンくず
*/
/*
#styleguide
パンくず

```
<ol class="breadcrumb">
	<li>
		<a href="">
			<span>トップ</span>
		</a>
	</li>
	<li>
		<a href="">
			<span>第1層目</span>
		</a>
	</li>
	<li>
		<a href="">
			<span>第２層目</span>
		</a>
	</li>
	<li>
		<span>第3層目</span>
	</li>
</ol>
```
*/
.breadcrumb {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 1em 0;
}

.field-i .breadcrumb {
  justify-content: flex-end;
  position: relative;
}

.breadcrumb li:not(:first-child):before {
  margin: 0 .5em 0 1em;
  font-size: 13px;
  content: 'ー';
}

.breadcrumb a,
.breadcrumb span {
  font-size: 13px;
}

.breadcrumb a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (min-width: 769px), print {
  .field-i .breadcrumb {
    top: -80px;
  }
}

.main-visual {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
}

.main-visual picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.main-visual picture:nth-child(1) {
  animation-delay: 0s;
}

.main-visual picture:nth-child(2) {
  animation-delay: 5s;
}

.main-visual picture:nth-child(3) {
  animation-delay: 10s;
}

.main-visual picture:nth-child(4) {
  animation-delay: 15s;
}

.main-visual img {
  width: 100%;
  height: 100vh;

  object-position: top center;
}

@keyframes fade {
  0% {
    display: none;
    opacity: 0;
  }
  10% {
    display: block;
    opacity: 1;
  }
  33% {
    display: block;
    opacity: 1;
  }
  45% {
    display: none;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

.wrap-text-main {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .wrap-text-main {
    justify-content: center;
    height: calc(100vh - 80px);
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .wrap-text-main {
    justify-content: flex-start;
    height: auto;
    min-height: calc(100vh - 15vw);
    padding: 30vh 0;
  }
}

@media screen and (max-width: 768px) {
  .wrap-text-main {
    height: auto;
    min-height: calc(100vh - 15vw);
    padding: 30vh 0;
  }
}

.text-main {
  position: relative;
  padding: 2em;
}

.text-main p:nth-child(1) {
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.5;
  /* letter-spacing: .03em; */
}

.text-main p:nth-child(2) {
  color: #d70c18;
  font-weight: 100;
  line-height: 1.75;
  font-family: 'Roboto', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
  letter-spacing: .06em;
}

@media screen and (min-width: 769px), print {
  .text-main {
    left: -290px;
  }
  .text-main p:nth-child(1) {
    font-size: 31px;
  }
  .text-main p:nth-child(2) {
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .text-main {
    left: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .text-main {
    left: 3vw;
  }
  .text-main p:nth-child(1) {
    font-size: 6vw;
  }
  .text-main p:nth-child(2) {
    font-size: 3vw;
  }
}

.main-page {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  background-color: #ccc;
}

.company .main-page {
  background: url(../images/main-company.jpg) no-repeat center center;
  background-size: cover;
}

.service-area .main-page {
  background: url(../images/main-alliance_2024.jpg) no-repeat center center;
  background-size: cover;
}

.mission .main-page {
  background: url(../images/main-mission_2024.jpg) no-repeat center center;
  background-size: cover;
}

.contact .main-page {
  background: url(../images/main-contact.jpg) no-repeat center center;
  background-size: cover;
}

.renewal .main-page {
  background: url(../images/main-renewal_2024.jpg) no-repeat center center;
  background-size: cover;
}

.maintenance .main-page {
  background: url(../images/main-maintenance_2024.jpg) no-repeat center center;
  background-size: cover;
}

.main-page .contents {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .main-page .contents {
    height: 600px;
  }
}

@media screen and (max-width: 768px) {
  .main-page {
    padding: 15vw 0 0;
  }
  .main-page .contents {
    height: 40vw;
  }
}

.wrap-head-page {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

@media screen and (min-width: 769px), print {
  .wrap-head-page {
    width: 310px;
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-head-page {
    width: 50vw;
    height: 20vw;
  }
}

.head-page {
  padding: .5em 0;
  color: #152345;
  font-weight: bold;
  letter-spacing: .03em;
  text-align: center;
  text-indent: .03em;
}

.head-page:before {
  margin-bottom: .5em;
  color: #d70c18;
  font-weight: 100;
  font-family: 'Roboto', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
}

@media screen and (min-width: 769px), print {
  .head-page {
    font-size: 18px;
  }
  .head-page:before {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .head-page {
    font-size: 3vw;
  }
  .head-page:before {
    font-size: 5vw;
  }
}

/*
#overview
タイトル
*/
/*
#styleguide
タイトル

```
<h2 class="head-common">タイトル</h2>
```
*/
/*
#styleguide
タイトル

```
<h3 class="head-common border">タイトル</h3>
```
*/
.wrap-head-common {
  display: flex;
}

@media screen and (min-width: 769px), print {
  .wrap-head-common {
    margin-bottom: 1em;
  }
  .qualification .wrap-head-common {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .wrap-head-common {
    margin-bottom: 1em;
  }
  .qualification .wrap-head-common {
    margin-bottom: 2em;
  }
}

.head-common:before {
  margin-bottom: .25em;
  color: #d70c18;
  font-weight: bold;
  font-family: 'Fusi', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
  letter-spacing: .06em;
}

@media screen and (min-width: 769px), print {
  .head-common {
    font-size: 15px;
  }
  .head-common:before {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .head-common {
    font-size: 3.6vw;
  }
  .head-common:before {
    font-size: 7vw;
  }
}

.title-common {
  color: #d70c18;
  font-weight: bold;
  text-align: center;
}

.interview1 .title-common,
.interview2 .title-common,
.interview3 .title-common,
.interview4 .title-common {
  margin-bottom: 1.5em;
}

.application1 .title-common {
  margin-bottom: 1em;
  letter-spacing: .24em;
  text-indent: .24em;
}

@media screen and (min-width: 769px), print {
  .title-common {
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .title-common {
    font-size: 5vw;
  }
}

/*
#overview
ボタン
*/
a:hover {
  opacity: .7;
}

@media screen and (min-width: 769px), print {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

/*
#styleguide
ボタン

.btnです。
```
<a class="btn" href="#">ボタン</a>

<div class="flexCenter">
	<a class="btn-archive" href="#">ボタン</a>
</div>
```
*/
.wrap-btn {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

.wrap-btn p {
  padding: 1em;
  line-height: 1.5;
}

@media screen and (min-width: 769px), print {
  .wrap-btn p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-btn p {
    font-size: 2.5vw;
  }
}

.btn {
  display: block;
  position: relative;
  z-index: 1;
  padding: .75em 1em;
  border: 1px solid #d70c18;
  box-sizing: border-box;
  background: #d70c18;
  color: #fff;
  text-align: center;
  transition: .5s;
}

.btn:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';

  transform-origin: center center;
}

.btn:hover {
  opacity: 1;
  background: #fff;
  color: #d70c18;
}

.btn:hover:after {
  border-top: 1px solid #d70c18;
  border-right: 1px solid #d70c18;
}

@media screen and (min-width: 769px), print {
  .btn {
    width: 175px;
    font-size: 15px;
  }
  .btn:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .btn {
    width: 50vw;
    font-size: 3.6vw;
  }
  .btn:after {
    width: 2vw;
    height: 2vw;
  }
}

.btn-more {
  display: block;
  position: relative;
}

.btn-more:after {
  display: block;
  position: absolute;
  background: url(../images/badge-more.svg) no-repeat center center;
  content: '';
}

@media screen and (min-width: 769px), print {
  .btn-more:after {
    right: -35px;
    bottom: -25px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  .btn-more:after {
    right: 0;
    bottom: -6vw;
    width: 18vw;
    height: 18vw;
  }
}

/*
#overview
ナビ
*/
/*
#styleguide
ナビ(モバイル)

```
<ul class="drawer-nav">
	<li>
		<a href="">会社概要</a>
		<ul class="sub-menu">
			<li>
				<a href="">サイトマップ</a>
			</li>
		</ul>
	</li>
	<li>
		<a href="">採用情報</a>
	</li>
	<li>
		<a href="">事業案内</a>
	</li>
	<li>
		<a href="">お問い合わせ</a>
	</li>
</ul>
```
*/
@media screen and (min-width: 769px), print {
  .nav {
    border-bottom: 3px solid #f1f1f1;
  }
}

.drawer-nav {
  display: flex;
}

.drawer-nav li {
  position: relative;
}

.drawer-nav a {
  display: block;
  z-index: 1;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .drawer-nav {
    flex-flow: row wrap;
    align-items: center;
    gap: .8em 2em;
  }
  .drawer-nav a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .drawer-nav {
    gap: .8em 2em;
    /* margin-left: 1.5em; */
  }
  .drawer-nav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-nav {
    flex-flow: column nowrap;
    padding: 10vw 0;
  }
  .drawer-nav > li {
    border-bottom: 1px solid #e76f76;
  }
  .drawer-nav > li:nth-child(1) {
    border-top: 1px solid #e76f76;
  }
  .drawer-nav > li > a {
    padding: 1.5em .5em;
    color: #fff;
    font-size: 4vw;
  }
  .drawer-nav > li > a:before {
    display: inline-block;
    transform: rotate(45deg);
    width: .5em;
    height: .5em;
    margin-right: 1em;
    border-top: .65vw solid #fff;
    border-right: .65vw solid #fff;
    content: '';
  }
}

@media screen and (min-width: 769px), print {
  .drawer-nav-sub {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 0;
    min-height: 0;
    overflow: hidden;
    transition: min-height .5s;
  }
  .drawer-nav-sub > li > a {
    background-color: #d70c18;
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
  }
  .drawer-nav-sub > li > a:hover {
    opacity: 1;
    background-color: #004b83;
  }
  .drawer-nav-sub.active {
    min-height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .drawer-nav-sub li:not(:last-child) {
    margin-bottom: 1em;
  }
  .drawer-nav-sub a {
    display: block;
    padding: .5em 1em .5em 3em;
    border-bottom: 1px solid #ccc;
  }
}

.footer-nav > li > a {
  display: block;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (min-width: 769px), print {
  .footer-nav {
    display: flex;
    flex-flow: row wrap;
    gap: 0 2em;
    margin-left: 2em;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .footer-nav {
    gap: 0 1em;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .footer-nav {
    gap: 1em 2em;
  }

  .footer-nav > li > a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
    flex-flow: column nowrap;
    padding: 10vw 0;
  }
  .footer-nav li:not(:last-child) {
    margin-bottom: 1em;
  }
  .footer-nav a {
    padding: .5em 1em;
    border-bottom: 1px solid #ccc;
  }
}

@media screen and (min-width: 769px), print {
  .footer-nav-sub {
    padding-left: 1.5em;
  }
  .footer-nav-sub > li > a {
    font-size: 12px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav-sub {
    display: none;
  }
  .footer-nav-sub li:not(:last-child) {
    margin-bottom: 1em;
  }
  .footer-nav-sub a {
    display: block;
    padding: .5em 1em .5em 3em;
    border-bottom: 1px solid #ccc;
  }
}

/*
#overview
トップに戻る
*/
/*
#styleguide
トップに戻る

```
<div>
<a id="js-pagetop" class="pagetop" href="#top">
	<span></span>
</a>
</div>
```
*/
.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin: auto;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
  background: #fff;
  color: #fff;
  text-align: center;
  transition: .3s;
  /*
	.fas {
		display: block;
		padding: 0.25em 0 0em;
		height: 1em;
	}
	img{
		height: auto;

		@include media(pc) {
			width: 96px;
		}
		@include media(sp) {
			width: 15vw;
		}
	}
	.fas{
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		background: $color-main;
		background-size: contain;
		box-sizing: border-box;

		@include media(pc) {
			width: 50px;
			height: 50px;
			font-size: 20px;
			line-height: 50px;
		}
		@include media(sp) {
			width: 10vw;
			height: 10vw;
			font-size: 4vw;
			line-height: 10vw;
		}
	}
*/
}

.pagetop span {
  display: block;
  transform: rotate(-45deg);
  width: 25%;
  height: 25%;
  margin-top: 5px;
}

@media screen and (min-width: 769px), print {
  .pagetop {
    top: -65px;
    width: 50px;
    height: 50px;
    /*
		&.active {
			bottom: 75px;
		}
*/
  }
  .pagetop span {
    border-top: 3px solid #d70c18;
    border-right: 3px solid #d70c18;
  }
}

@media screen and (max-width: 768px) {
  .pagetop {
    top: -18vw;
    width: 14vw;
    height: 14vw;
    /*
		&.active {
			bottom: 20vw;
		}
		*/
  }
  .pagetop span {
    border-top: 1vw solid #d70c18;
    border-right: 1vw solid #d70c18;
  }
}

@media screen and (min-width: 769px), print {
  .bg-bubble {
    background-image: url(../images/bg-bubble.svg);
    background-size: 350px 350px;
    background-repeat: no-repeat;
  }
  .index .bg-bubble {
    background-position: left -100px top 680px;
  }
  .message .bg-bubble {
    background-position: left -100px top 2360px;
  }
  .company .bg-bubble {
    background-position: left -100px top 2800px;
  }
  .structure .bg-bubble {
    background-position: left -100px top 2100px;
  }
  .interview1 .bg-bubble,
  .interview2 .bg-bubble,
  .interview3 .bg-bubble,
  .interview4 .bg-bubble {
    background-position: left -100px top 1400px;
  }
  .bg-bubble.section-interview4 {
    background-position: right 240px bottom -90px;
    background-size: 180px 180px;
  }
}

.imgFullWidth {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .spImgFullWidth {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*
* object-fitのclassとie対応（ofi.js必要）
*/
.ofi-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ofi-contain {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* ::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}

::-webkit-scrollbar-thumb {
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
  background: #d70c18;
}

@media (prefers-color-scheme: dark) {
  ::-webkit-scrollbar-thumb {
    background: #fff;
  }
} */

/*　疑似要素テキスト　*/
.attrTextLeft:before,
.attrTextTop:before,
.attrTextBottom:after,
.attrTextRight:after {
  content: attr(data-text);
}

.attrTextLeft:before,
.attrTextRight:after {
  display: inline-block;
}

.attrTextTop:before,
.attrTextBottom:after {
  display: block;
}

/*　疑似要素テキスト　*/
/*　疑似要素アイコン　*/
.attrIconLeft:before,
.attrIconTop:before,
.attrIconBottom:after,
.attrIconRight:after {
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  content: attr(data-icon);
}

.attrIconTop:before,
.attrIconBottom:after {
  display: block;
}

.attrIconLeft:before,
.attrIconRight:after {
  display: inline-block;
}

/*　疑似要素アイコン　*/
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

#nav-open {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 15vw;
  height: 15vw;
  background: #fff;
  vertical-align: middle;
}

#nav-open:hover {
  cursor: pointer;
}

#nav-open span {
  position: absolute;
  right: 0;
  left: 0;
  width: 7vw;
  height: .75vw;
  margin: auto;
  background: #d70c18;
  transition: all .5s;
}

#nav-open span:nth-of-type(1) {
  top: 5vw;
}

#nav-open span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}

#nav-open span:nth-of-type(3) {
  bottom: 5vw;
}

@media screen and (min-width: 769px), print {
  #nav-open {
    display: none;
  }
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: #000;
  transition: .3s ease-in-out;
}

@media screen and (min-width: 769px), print {
  #nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    height: 80px;
    padding: 0 2em;
  }
}

@media screen and (max-width: 768px) {
  #nav-content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transform: translateX(-105%);
    width: 85%;
    height: 100%;
    padding: 5vw;
    overflow: auto;
    background: rgba(215, 12, 24, .95);
    transition: .5s ease-in-out;
  }
}

.btn-close {
  margin: 40px;
  padding: 1em;
  background: #d70c18;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#nav-input:checked ~ #nav-open span:nth-of-type(1) {
  transform: translateY(2vw) rotate(-45deg);
  transition: all .5s;
}

#nav-input:checked ~ #nav-open span:nth-of-type(2) {
  opacity: 0;
}

#nav-input:checked ~ #nav-open span:nth-of-type(3) {
  transform: translateY(-2vw) rotate(45deg);
  transition: all .5s;
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

.js-fadeInUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 2s, transform 2s;
}

.js-fadeInUp1 {
  transition-delay: .3s;
}

.js-fadeInUp2 {
  transition-delay: .6s;
}

.js-fadeInUp3 {
  transition-delay: .9s;
}

.js-fadeInUp4 {
  transition-delay: 1.2s;
}

.js-fadeInUp5 {
  transition-delay: 1.5s;
}

.js-fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}

.js-fadeIn {
  opacity: 0;
  transition: opacity 2s;
}

.js-fadeIn.show {
  opacity: 1;
}

.list-num > li {
  list-style-position: inside;
  counter-increment: cnt;
}

.list-num > li:before {
  display: inline-block;
  content: counter(cnt);
}

.list-caution > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-caution > li:before {
  content: '※';
}

.list-circle > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-circle > li:before {
  content: '●';
}

.list-circle-border > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-circle-border > li:before {
  content: '○';
}

.list-dot > li {
  margin-left: 1em;
  text-indent: -1em;
}

.list-dot > li:before {
  content: '・';
}

/*

@import "./2_component/slider.scss";
@import "./2_component/form.scss";
@import "./2_component/pagination.scss";
@import "./2_component/loading.scss";
@import "./2_component/nav-link.scss";
@import "./2_component/icon.scss";




@import "./2_component/table.scss";

@import "./2_component/tab.scss";
@import "./2_component/biz-cal.scss";
@import "./2_component/sns.scss";
@import "./2_component/calendar.scss";
*/
@media screen and (min-width: 769px), print {
  .wrap-section-company > *:not(:last-child) {
    margin-bottom: 75px;
  }
}

/* @media screen and (max-width: 768px) {
  .wrap-section-company > *:not(:last-child) {
    margin-bottom: 20vw;
  }
} */

.wrap-head-company {
  margin-bottom: 3em;
}

.head-company {
  display: inline-block;
  color: #231815;
  font-weight: bold;
}

.head-company:before {
  margin-right: 1em;
  color: #d70c18;
  font-weight: 100;
  font-family: 'Roboto', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
  letter-spacing: .03em;
}

@media screen and (min-width: 769px), print {
  .head-company {
    font-size: 15px;
  }
  .head-company:before {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .head-company {
    font-size: 3vw;
  }
  .head-company:before {
    display: block;
    margin-bottom: .5em;
    font-size: 8vw;
  }
}

.link-pdf {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 2em;
}

.link-pdf a:before {
  display: inline-block;
  margin-right: .25em;
  color: #d70c18;
  font-size: 300%;
  font-family: 'Font Awesome 5 Free';
  content: '\f1c1';
}

@media screen and (min-width: 769px), print {
  .link-pdf {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .link-pdf {
    font-size: 3vw;
  }
}

@media screen and (min-width: 769px), print {
  .box-company-profile > *:not(:last-child) {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .box-company-profile > *:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.table-company {
  width: 100%;
  border-top: 1px solid #c9c9c9;
}

.table-company tr {
  border-bottom: 1px solid #c9c9c9;
}

.table-company th,
.table-company td {
  line-height: 2;
}

@media screen and (min-width: 769px), print {
  .table-company th,
  .table-company td {
    height: 60px;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 15px;
  }
  .table-company th {
    width: 300px;
    padding-left: 80px;
  }
  .table-company td {
    width: 660px;
  }
}

@media screen and (max-width: 768px) {
  .table-company tr {
    display: block;
    width: 100%;
  }
  .table-company th,
  .table-company td {
    display: list-item;
    list-style-type: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 3.6vw;
  }
  .table-company th {
    padding: 1.5em 1em .25em;
    font-weight: bold;
  }
  .table-company td {
    padding: .25em 1em 1.5em;
  }
}

.map-company {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .map-company {
    width: 100%;
  }
}

.wrap-base {
  border-bottom: 1px solid #c9c9c9;
}

.box-base {
  width: 100%;
  border-top: 1px solid #c9c9c9;
}

.box-base > dt {
  font-weight: bold;
  font-size: 17px;
}

.box-base > dt:before {
  display: inline-block;
  margin-right: 1em;
  color: #d70c18;
  font-weight: normal;
  letter-spacing: -.25em;
  content: 'ーー';
}

@media screen and (min-width: 769px), print {
  .box-base {
    display: flex;
  }
  .box-base.none {
    border-top: none;
  }
  .box-base.none > dt {
    visibility: hidden;
  }
  .box-base > dt,
  .box-base > dd {
    padding: 1em 1.5em;
  }
  .box-base > dt {
    width: 310px;
    line-height: 30px;
  }
  .box-base > dd {
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .box-base {
    padding: 1em;
  }
  .box-base > dt {
    font-size: 4.5vw;
    line-height: 2;
  }
}

.list-base {
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .box-company-profile .list-base {
    display: flex;
    flex-flow: row wrap;
  }
  .list-base li {
    line-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .list-base li {
    line-height: 2;
  }
}

.base-name {
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .base-name {
    font-size: 17px;
  }
  .base-name a {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .base-name {
    font-size: 4vw;
  }
  .base-name a {
    font-size: 4vw;
  }
}

@media screen and (min-width: 769px), print {
  .base-role,
  .base-address,
  .base-position,
  .base-prisident {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .base-role,
  .base-address,
  .base-position,
  .base-prisident {
    font-size: 3.6vw;
  }
}

.base-role,
.base-address {
  width: 100%;
}

.base-position,
.base-prisident {
  display: inline-block;
  margin-right: 2em;
}

.base-role:before {
  content: '[';
}

.base-role::after {
  content: ']';
}

.base-tel,
.base-fax {
  margin-right: 1em;
}

@media screen and (min-width: 769px), print {
  .base-tel,
  .base-fax {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .base-tel,
  .base-fax {
    font-size: 3.6vw;
  }
}

@media screen and (min-width: 769px), print {
  .base-image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .base-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1em auto;
  }
}

.link-external:after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: .5em;
  background: url(../images/link-external.svg) no-repeat center center/contain;
  content: '';
}

.link-external:hover {
  color: #d70c18;
}

@media screen and (min-width: 769px), print {
  .link-external {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .link-external {
    font-size: 3.6vw;
  }
}

.inner-contact p {
  font-size: 15px;
  line-height: 2;
}

.inner-contact p span {
  font-size: 20px;
}

@media screen and (min-width: 769px), print {
  .inner-contact > *:not(:last-child) {
    margin-bottom: 130px;
  }
}

@media screen and (max-width: 768px) {
  .inner-contact > *:not(:last-child) {
    margin-bottom: 15vw;
  }
}

/* .box-contact > *:not(:last-child) {
  margin-bottom: 1em;
}

.box-contact > p:nth-child(1) {
  font-weight: bold;
}

.box-contact > p:nth-child(1) span {
  font-weight: bold;
} */

.wrap-head-contact {
  margin-bottom: 2em;
  background-image: linear-gradient(to right, #d70c18 0%, #d70c18 100%);
  background-size: 100% 1px;
  background-repeat: no-repeat;

  background-position-y: center;
}

.head-contact {
  display: inline-block;
  padding-right: 1em;
  background: #fff;
  color: #d70c18;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .head-contact {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .head-contact {
    font-size: 5vw;
  }
}

.section-contact:nth-of-type(1) .link-contact {
  display: block;
  color: #d70c18;
  font-weight: 100;
  font-family: 'Roboto', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
  letter-spacing: .03em;
}

@media screen and (min-width: 769px), print {
  .section-contact:nth-of-type(1) .link-contact {
    font-size: 58px;
  }
}

@media screen and (max-width: 768px) {
  .section-contact:nth-of-type(1) .link-contact {
    font-size: 10vw;
  }
}

.section-contact:nth-of-type(2) .link-contact {
  display: block;
  color: #d70c18;
  font-weight: bold;
  letter-spacing: .04em;
}

.section-contact:nth-of-type(2) .link-contact:after {
  display: inline-block;
  transform: rotate(45deg);
  width: .5em;
  height: .5em;
  margin-left: 1em;
  border-top: .2em solid #d70c18;
  border-right: .2em solid #d70c18;
  vertical-align: 10%;
  content: '';
}

@media screen and (min-width: 769px), print {
  .section-contact:nth-of-type(2) .link-contact {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .section-contact:nth-of-type(2) .link-contact {
    font-size: 5vw;
  }
}

.icon-freedial:before {
  display: inline-block;
  width: 1.25em;
  height: 1em;
  margin-right: .25em;
  background: url(../images/icon-freedial.svg) no-repeat center center;
  vertical-align: bottom;
  content: '';
}

.icon-email:before {
  display: inline-block;
  width: 2em;
  height: 1.75em;
  margin-right: 1em;
  background: url(../images/icon-email.svg) no-repeat center center;
  vertical-align: middle;
  content: '';
}

.title-special {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .title-special {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .title-special {
    font-size: 3vw;
  }
}

.wrap-section-field-i {
  position: relative;
}

.wrap-section-field-i:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
  color: #efefef;
  font-style: italic;
  font-family: 'Lato', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
  letter-spacing: .03em;
  text-align: center;
  content: 'This is FIELD i';
}

.wrap-section-field-i > div {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 769px), print {
  .wrap-section-field-i {
    padding-top: 160px;
  }
  .wrap-section-field-i:before {
    font-size: 211px;
  }
}

@media screen and (max-width: 768px) {
  .wrap-section-field-i {
    padding-top: 45vw;
  }
  .wrap-section-field-i:before {
    font-size: 30vw;
  }
}

.head-field-i {
  margin-bottom: 2em;
  color: #d70c18;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -.02em;
}

@media screen and (min-width: 769px), print {
  .head-field-i {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .head-field-i {
    font-size: 8vw;
    text-align: center;
  }
}

.section-field-i:nth-child(3):before {
  background: url(../images/field-i1.jpg) no-repeat center center/cover;
}

.section-field-i:nth-child(6):before {
  background: url(../images/field-i2.jpg) no-repeat center center/cover;
}

.section-field-i:before {
  display: block;
  width: 100%;
  content: '';
}

@media screen and (min-width: 769px), print {
  .section-field-i:not(:last-child) {
    margin-bottom: 100px;
  }
  .section-field-i:nth-child(3):before,
  .section-field-i:nth-child(6):before {
    height: 550px;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .section-field-i:not(:last-child) {
    margin-bottom: 15vw;
  }
  .section-field-i:nth-child(3):before,
  .section-field-i:nth-child(6):before {
    height: 50vw;
    margin-bottom: 15vw;
  }
}

@media screen and (min-width: 1281px) {
  .section-field-i:nth-child(5):before {
    background: url(../images/field-i1@2x.jpg) no-repeat center center/cover;
  }
  .section-field-i:nth-child(5):before {
    background: url(../images/field-i2@2x.jpg) no-repeat center center/cover;
  }
}

.title-field-i {
  margin-bottom: .75em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .04em;
}

.title-field-i span {
  color: #d70c18;
  font-weight: bold;
}

@media screen and (min-width: 769px), print {
  .title-field-i {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .title-field-i {
    font-size: 5vw;
  }
}

.text-field-i p {
  line-height: 2;
}

@media screen and (min-width: 769px), print {
  .text-field-i p {
    font-size: 16px;
  }
}

.bg-color-red {
  background: #d70c18;
}

.text-color-red {
  color: #d70c18;
}

.bg-color-black {
  background: #000;
}

.text-color-black {
  color: #000;
}

.bg-color-green {
  background: #71a28b;
}

.text-color-green {
  color: #71a28b;
}

.bg-color-green2 {
  background: #abcd03;
}

.text-color-green2 {
  color: #abcd03;
}

.bg-color-sky {
  background: #0098d9;
}

.text-color-sky {
  color: #0098d9;
}

.bg-color-pink {
  background: #e76f76;
}

.text-color-pink {
  color: #e76f76;
}

.bg-color-blue {
  background: #0071b9;
}

.text-color-blue {
  color: #0071b9;
}

.bg-inner {
  background: rgba(255, 255, 255, .9);
}

@media screen and (min-width: 769px), print {
  .section-engineer {
    margin-bottom: 210px;
  }
}

@media screen and (max-width: 768px) {
  .section-engineer {
    margin-bottom: 51vw;
  }
}

@media screen and (min-width: 769px), print {
  .box-engineer {
    margin: 0 -50px;
    padding: 70px 50px;
  }
}

@media screen and (max-width: 768px) {
  .box-engineer {
    padding: 10vw 6vw;
  }
}

.wrap-head-engineer {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.wrap-head-engineer:before {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  content: '';
}

@media screen and (min-width: 769px), print {
  .wrap-head-engineer:before {
    height: 110px;
    background: url(../images/engineers-spirit.svg) no-repeat center center;
    background-size: contain;
  }
}

@media screen and (max-width: 768px) {
  .wrap-head-engineer {
    margin-bottom: 2em;
  }
  .wrap-head-engineer:before {
    height: 38vw;
    background: url(../images/engineers-spirit@2x.svg) no-repeat center center;
    background-size: contain;
  }
}

.head-engineer {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  width: 856px;
  color: #d70c18;
  font-weight: bold;
  font-size: 21px;
  text-align: right;
}

.head-engineer:before {
  margin-right: 1em;
  font-weight: normal;
  letter-spacing: -.25em;
  content: 'ーーーー';
}

.inner-engineer {
  position: relative;
}

@media screen and (min-width: 769px), print {
  .inner-engineer {
    margin: 0 50px;
  }
  .inner-engineer img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .inner-engineer img {
    display: block;
    position: relative;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .inner-engineer img {
    display: block;
    width: 69vw;
    height: auto;
    margin: 0 auto;
  }
}

.top-engineer {
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin-bottom: 2em;
}

.top-engineer span {
  display: inline-block;
  padding: .25em .5em;
  background: #d70c18;
  color: #fff;
  font-weight: bold;
  letter-spacing: .04em;
}

.top-engineer span:not(:last-child) {
  margin-bottom: .5em;
}

@media screen and (min-width: 769px), print {
  .top-engineer span {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-engineer span {
    font-size: 5vw;
  }
}

.text-engineer {
  padding-bottom: 2em;
}

.text-engineer p {
  font-weight: bold;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .text-engineer p {
    font-size: 3.5vw;
  }
}

.wrap-half {
  position: relative;
  background: #fff;
}

@media screen and (min-width: 769px), print {
  .wrap-half {
    margin-top: 90px;
  }
  .index .wrap-half {
    height: 690px;
  }
  .field-i .wrap-half {
    height: 360px;
  }
}

@media screen and (max-width: 768px) {
  .index .wrap-half {
    height: 46vw;
    padding-bottom: 10vw;
  }
  .field-i .wrap-half {
    height: 36vw;
    margin-top: 29vw;
  }
}

.box-half {
  position: absolute;
}

.box-half:nth-child(2) {
  top: 0;
  left: 0;
  background: #d70c18;
}

@media screen and (min-width: 769px), print {
  .box-half {
    width: 50%;
    height: 360px;
  }
  .box-half:nth-child(1) {
    top: -90px;
    right: 0;
    width: calc(50% + 160px);
    background: url(../images/bg-special.jpg) no-repeat center center;
    background-size: cover;
  }
  .box-half:nth-child(2) {
    display: flex;
    flex-flow: row-reverse nowrap;
  }
  .index .box-half:nth-child(2) {
    width: calc(50% - 80px);
  }
  .index .box-half:nth-child(2) .inner-half {
    width: 400px;
  }
  .field-i .box-half:nth-child(2) {
    width: 50%;
  }
  .field-i .box-half:nth-child(2) .inner-half {
    width: 480px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .index .box-half:nth-child(2),
  .field-i .box-half:nth-child(2) {
    width: 55vw;
  }
  .index .box-half:nth-child(2) .inner-half,
  .field-i .box-half:nth-child(2) .inner-half {
    width: 50vw;
  }
}

@media screen and (max-width: 768px) {
  .box-half:nth-child(1) {
    top: -29vw;
    right: 0;
    width: 89vw;
    height: 41vw;
    background: url(../images/bg-special.jpg) no-repeat center center;
    background-size: cover;
  }
  .box-half:nth-child(1) .inner-half {
    height: 41vw;
  }
  .box-half:nth-child(2) {
    width: 89vw;
    height: 36vw;
    padding-left: 15vw;
  }
  .box-half:nth-child(2) .inner-half {
    width: 74vw;
    height: 36vw;
  }
}

.inner-half {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
}

@media screen and (min-width: 769px), print {
  .inner-half {
    height: 360px;
  }
  .inner-half img {
    margin-bottom: 4em;
  }
  .inner-half a {
    font-size: 17px;
  }
  .inner-half a:before {
    bottom: 10px;
    left: 247px;
    width: 15px;
  }
  .inner-half a:after {
    bottom: 5px;
    left: 200px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .inner-half img {
    width: 52vw;
    height: auto;
    margin-bottom: 2em;
  }
  .inner-half a {
    font-size: 3vw;
  }
  .inner-half a:before {
    bottom: 2vw;
    left: 45.5vw;
    width: 3vw;
  }
  .inner-half a:after {
    bottom: 1vw;
    left: 37vw;
    width: 11vw;
  }
}

.head-special {
  position: absolute;
  color: #d70c18;
  font-weight: 100;
  font-family: 'Roboto', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ',
  Meiryo, sans-serif;
  letter-spacing: .03em;
}

@media screen and (min-width: 769px), print {
  .head-special {
    top: -80px;
  }
  .index .head-special {
    font-size: 52px;
  }
  .field-i .head-special {
    font-size: 37px;
  }
}

@media screen and (max-width: 768px) {
  .index .head-special {
    top: -34vw;
    left: -12vw;
    font-size: 9vw;
  }
  .field-i .head-special {
    top: -19vw;
    left: -12vw;
    font-size: 6.5vw;
  }
}

.link-special {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: bold;
}

.link-special:before,
.link-special:after {
  position: absolute;
  height: 1px;
  background-color: #fff;
  content: '';
}

.link-special:before {
  transform: rotate(45deg);
}

@media screen and (min-width: 769px), print {
  .link-special {
    font-size: 17px;
  }
  .link-special:before {
    bottom: 10px;
    left: 247px;
    width: 15px;
  }
  .link-special:after {
    bottom: 5px;
    left: 200px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .link-special {
    font-size: 3vw;
  }
  .link-special:before {
    bottom: 2vw;
    left: 45.5vw;
    width: 3vw;
  }
  .link-special:after {
    bottom: 1vw;
    left: 37vw;
    width: 11vw;
  }
}

.section-mission {
  list-style-position: inside;
  counter-increment: cnt;
}

.section-mission:nth-child(1):before {
  background: url(../images/mission1-mv.jpg) no-repeat center center/cover;
}

.section-mission:nth-child(2):before {
  background: url(../images/mission2-mv.jpg) no-repeat center center/cover;
}

.section-mission:nth-child(3):before {
  background: url(../images/mission3-mv.jpg) no-repeat center center/cover;
}

/* .section-mission:nth-child(3) .box-mission:nth-child(1) {
  background: url(../images/img-engineers-spirit.svg) no-repeat right top 30px/243px 224px;
} */

.section-mission:before {
  display: block;
  width: 100%;
  content: '';
}

@media screen and (min-width: 769px), print {
  /* .section-mission:nth-child(3) .box-mission:nth-child(1) {
    background: url(../images/img-mission3.svg) no-repeat right top 30px/243px 224px;
  } */
  .section-mission:before {
    height: 550px;
  }
}

@media screen and (max-width: 768px) {
  /* .section-mission:nth-child(3) .box-mission:nth-child(1) {
    padding-bottom: 60vw;
    background: url(../images/img-mission3.svg) no-repeat center bottom 5vw/50vw 50vw;
  } */
  .section-mission:before {
    height: 56vw;
  }
}

/* @media screen and (min-width: 1281px) {
  .section-mission:nth-child(1):before {
    background: url(../images/mission1@2x.jpg) no-repeat center center/cover;
  }
  .section-mission:nth-child(2):before {
    background: url(../images/mission2@2x.jpg) no-repeat center center/cover;
  }
  .section-mission:nth-child(3):before {
    background: url(../images/mission3@2x.jpg) no-repeat center center/cover;
  }
} */

.inner-mission {
  position: relative;
}

/* .inner-mission:before {
  display: block;
  position: absolute;
  top: -0.5em;
  left: 0;
  color: #d70c18;
  font-style: italic;
  font-size: 155px;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ",
    Meiryo, sans-serif;
  content: "MISSION " counter(cnt);
} */

@media screen and (min-width: 769px), print {
  .inner-mission {
    padding: 130px 0;
  }
  /* .inner-mission:before {
    font-size: 155px;
  } */
}

@media screen and (max-width: 768px) {
  .inner-mission {
    padding: 15vw 0;
  }
  /* .inner-mission:before {
    font-size: 15vw;
  } */
}

@media screen and (min-width: 769px), print {
  .inner-mission {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px), print {
  .content-mission {
    width: 600px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .content-mission {
    width: 100%;
  }
}

.box-mission:not(:last-child) {
  border-bottom: 1px solid #d70c18;
}

.box-mission p {
  /* font-weight: bold; */
  line-height: 2;
}

.box-mission p:nth-child(1) {
  margin-bottom: .5em;
  color: #d70c18;
}

.box-mission h3 {
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 1.5;
}

.box-mission dt {
  margin-bottom: .5em;
  font-weight: bold;
  line-height: 2;
}

.box-mission dd {
  line-height: 2;
}

@media screen and (min-width: 769px), print {
  .box-mission {
    padding-bottom: 40px;
  }
  .box-mission:not(:first-child) {
    padding-top: 40px;
  }
  .box-mission p {
    font-size: 16px;
  }
  .box-mission h3 {
    font-size: 18px;
  }
  .box-mission dt {
    font-size: 18px;
  }
  .box-mission dd {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .box-mission {
    padding-bottom: 10vw;
  }
  .box-mission:not(:first-child) {
    padding-top: 10vw;
  }
  .box-mission h3 {
    font-size: 4vw;
  }
  .box-mission dt {
    font-size: 4vw;
  }
}

.images-mission {
  width: calc(100% - 600px);
}

.images-mission ul {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin: -10px;
}

.images-mission li {
  margin: 10px;
  text-align: center;
}

.images-mission img {
  width: 80%;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .images-mission {
    width: 100%;
  }
  .images-mission ul {
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .images-mission {
    width: 100%;
  }
}

/* =================================2023.08.01======================================= */
.alliance-text {
  line-height: 1.4;
}

.alliance-text img {
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .alliance-text img {
    width: 3vw;
  }
}

#modal-1 .modal-container {
  border-color: #3b72b6;
}

#modal-1 .modal-title::after {
  border-bottom-color: #3b72b6;
}

#modal-2 .modal-container {
  border-color: #31b9dd;
}

#modal-2 .modal-title::after {
  border-bottom-color: #31b9dd;
}

#modal-3 .modal-container {
  border-color: #29b531;
}

#modal-3 .modal-title::after {
  border-bottom-color: #29b531;
}

#modal-4 .modal-container {
  border-color: #f39d51;
}

#modal-4 .modal-title::after {
  border-bottom-color: #f39d51;
}

#modal-5 .modal-container {
  border-color: #b5d469;
}

#modal-5 .modal-title::after {
  border-bottom-color: #b5d469;
}

#modal-6 .modal-container {
  border-color: #fdd75c;
}

#modal-6 .modal-title::after {
  border-bottom-color: #fdd75c;
}

#modal-7 .modal-container {
  border-color: #ff6daf;
}

#modal-7 .modal-title::after {
  border-bottom-color: #ff6daf;
}

#modal-8 .modal-container {
  border-color: #ec4845;
}

#modal-8 .modal-title::after {
  border-bottom-color: #ec4845;
}

#modal-9 .modal-container {
  border-color: #8b5ba2;
}

#modal-9 .modal-title::after {
  border-bottom-color: #8b5ba2;
}

/* モーダル */
.modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* background: rgba(0, 0, 0, .6); */
}

.modal-container {
  width: 480px;
  padding: 50px;
  overflow-y: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 22px;
  box-shadow: 3px 3px 7px 2px rgba(0, 0, 0, .15);
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .modal-container {
    width: 100%;
    margin: 0 4vw;
    padding: 9vw;
  }
}

.modal-title {
  font-weight: bold;
  font-size: 25px;
}

@media screen and (max-width: 768px) {
  .modal-title {
    font-size: 4.5vw;
  }
}

.modal-title::after {
  display: block;
  width: 22px;
  padding-top: 24px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  content: '';
}

@media screen and (max-width: 768px) {
  .modal-title::after {
    width: 7vw;
    padding-top: 5vw;
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.modal-close {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .modal-close {
    font-size: 5vw;
  }
}

.modal-header .modal-close::before {
  content: '\2715';
}

.modal-content {
  padding-top: 33px;
}

@media screen and (max-width: 768px) {
  .modal-content {
    font-size: 5vw;
  }
}

.modal-list {
  display: flex;
  flex-direction: column;
  gap: 33px;
}

@media screen and (max-width: 768px) {
  .modal-list {
    gap: 6.5vw;
  }
}

.modal-item {
  font-weight: bold;
  font-size: 17px;
}

@media screen and (max-width: 768px) {
  .modal-item {
    font-size: 3.2vw;
  }
}

.modal-item a {
  display: flex;
  align-items: center;
  gap: 13px;
}

@media screen and (max-width: 768px) {
  .modal-item a {
    gap: 2vw;
  }
}

.modal-item a:after {
  display: block;
  width: 17px;
  height: 14px;
  background-image: url(../images/tab.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
}

@media screen and (max-width: 768px) {
  .modal-item a:after {
    width: 4vw;
    height: 3vw;
  }
}

.modal-open {
  display: block;
  margin: 100px auto;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden='false'] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden='false'] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden='true'] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

/* =================================2023.09.14======================================= */
.this-is-fieldi .wrap {
  padding-bottom: 15vw;
}

.tif-mv {
  height: 70vw;
}

.tif-mv__text {
  position: relative;
  z-index: 5;
  padding-left: 4vw;
  color: #d70c18;
  font-weight: lighter;
  font-size: 8vw;
  font-family: 'Roboto', sans-serif;
}

.tif-mv__inner {
  position: relative;
  top: -3.5vw;
}

.tif-mv__pic {
  width: 88vw;
  margin-left: auto;
}
.tif-mv__pic img {
  width: 100%;
  height: auto;
}

.tif-mv__cont {
  display: grid;
  position: relative;
  top: -8vw;
  width: 88vw;
  padding: 8vw 21.3333333333vw;
  background-color: #d70c18;

  place-items: center;
}

.tif-mv__sub-title {
  height: 8vw;
}
.tif-mv__sub-title img {
  width: 100%;
  height: auto;
}

.tif-mv__title {
  padding-top: 6.4vw;
  color: #fff;
  font-weight: bold;
  font-size: 3.2vw;
}

.tif-bg {
  color: #efefef;
  font-style: italic;
  font-size: 17.5vw;
  font-family: 'Lato', sans-serif;
}

.tif-catch {
  padding-top: 15vw;
  padding-bottom: 10vw;
}

.tif-catch__title {
  position: relative;
  top: -6vw;
  z-index: 5;
  color: #d70c18;
  font-weight: bold;
  font-size: 5vw;
  line-height: 1.9;
}

.tif-box + .tif-box {
  padding-top: 16vw;
}

.tif-box__inner {
  padding-top: 4vw;
}

.tif-box__title {
  font-weight: bold;
  font-size: 4vw;
  line-height: 1.8;
}

.tif-box__title span {
  color: #d70c18;
  font-weight: bold;
}

.tif-box__text {
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -.015em;
  text-align: justify;
}

.tif-box__text.margin {
  margin-top: 1.5em;
}

.tif-box__text span {
  font-weight: 700;
}

.tif-pic {
  display: block;
  padding: 16vw 0;
  line-height: 0;
}

.tif-pic img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .tif-mv {
    height: 470px;
    padding-top: 6rem;
  }

  .tif-mv__text {
    position: relative;
    top: 25px;
    width: 47%;
    padding-left: 0;
    font-size: 36px;
    text-align: center;
  }

  .tif-mv__inner {
    top: -3rem;
  }
  .tif-mv__pic {
    width: 62.5%;
    height: 360px;
  }

  .tif-mv__pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .tif-mv__cont {
    top: -250px;
    width: 50%;
    padding: 113px 0;
  }
  .tif-mv__sub-title {
    height: 47px;
  }

  .tif-mv__title {
    padding-top: 50px;
    font-size: 17px;
  }

  .this-is-fieldi .wrap {
    padding-bottom: 120px;
  }

  .tif-catch__title {
    display: flex;
    justify-content: center;
    top: -5rem;
    font-size: 40px;
  }

  .tif-box__title {
    font-size: 22px;
  }

  .tif-box__inner {
    padding-top: 25px;
  }

  .tif-box + .tif-box {
    padding-top: 80px;
  }

  .tif-pic {
    padding: 80px 0;
  }

  .tif-contents {
    width: 720px;

    max-inline-size: max-content;
    margin-inline: auto;
  }

  .tif-catch {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}

.index .tif-mv {
  padding-top: 20vw;
  background-color: #fff;
}

.index .tif-mv__wrap,
.index .tif-mv__inner {
  height: 70vw;
}

.index .footer {
  padding-top: 25vw;
  background: white;
}

@media screen and (min-width: 769px) {
  .index .tif-mv {
    padding-top: 7rem;
  }
  .index .tif-mv__wrap,
  .index .tif-mv__inner {
    height: 440px;
  }
  .index .footer {
    padding-top: 10em;
  }
}

/* =================================2023.09.14======================================= */
.contact-text {
  padding-bottom: 70px;
  padding-left: 30px;
}

.cta {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
  padding: 70px 60px;
  background-color: #efefef;
}

.cta .head-page {
  color: #231815;
}

.cta-text {
  padding-top: 35px;
  line-height: 1.75;
  text-align: center;
}

.cta-text-radius {
  margin-top: 35px;
  padding: 6px 0;
  border: 1px solid #d70c18;
  border-radius: 9999px;
  color: #d70c18;
  font-weight: bold;
  text-align: center;
}

.cta .btns-cta {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 30px;
}

.btn-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
  width: calc((100% - 35px) / 2);
  height: 108px;
  padding: 30px 0;
  background-color: #d70c18;
}

.btn-cta:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';

  transform-origin: center center;
}

@media screen and (min-width: 769px), print {
  .btn-cta:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .btn-cta:after {
    width: 2vw;
    height: 2vw;
  }
}

.btn-cta figure {
  flex-shrink: 0;
}

.btn-cta img {
  width: 30px;
  height: auto;
}

.btn-cta p {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: white;
  font-weight: 700;
  font-size: 22px;
}

.btn-cta span {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
}

.cta .unit-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.tel-cta {
  display: flex;
}

.tel-cta::before {
  display: block;
  width: 1px;
  height: 115px;
  background-color: #d70c18;
  content: '';
}

.box-cta {
  padding-left: 40px;
}

.box-title {
  color: #d70c18;
  font-weight: bold;
  font-size: 22px;
}

.box-cta-title {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 20px;
}

.box-cta-link {
  color: #d70c18;
  font-weight: 100;
  font-size: 45px;
  font-family: 'Roboto';
}

.box-cta-text {
  padding-top: 1em;
}

@media screen and (max-width: 768px) {
  .contact-text {
    padding-bottom: 9.6vw;
    padding-left: 5vw;
  }

  .cta {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 4.9vw;
    padding: 8vw 5vw;
  }

  .cta-text {
    padding-top: 5.5vw;
    /* text-align: left; */
  }

  .cta-text-radius {
    margin-top: 5.5vw;
    padding: 6px 0;
  }

  .cta .btns-cta {
    flex-direction: column;
    gap: 5.5vw;
    margin-top: 5vw;
  }

  .btn-cta {
    gap: 3.7vw;
    width: 100%;
    height: 17vw;
    padding: 4.9vw 0;
  }

  .btn-cta figure {
    flex-shrink: 0;
  }

  .btn-cta img {
    width: 4.9vw;
  }

  .btn-cta p {
    gap: 8px;
    font-weight: 700;
    font-size: 3.7vw;
  }

  .btn-cta span {
    font-size: 3.5vw;
  }

  .cta .unit-cta {
    flex-direction: column;
    gap: 6.1vw;
    margin-top: 12vw;
  }

  .tel-cta {
    align-content: center;
  }

  .tel-cta::before {
    display: none;
  }

  .box-cta {
    padding-left: 0;
  }

  .box-title {
    font-size: 4vw;
  }

  .box-cta-title {
    font-size: 3.7vw;
  }

  .box-cta-link {
    font-size: 6.68vw;
  }
}

.section-renewal.-border {
  margin-top: 130px;
  border-top: 1px solid #d70c18;
}

.section-renewal + .section-renewal {
  padding-top: 130px;
}
.section-renewal .unit-renewal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.unit-renewal + .section-texts > .section-text {
  font-weight: bold;
}
.section-renewal .unit-text {
  color: #d70c18;
  font-weight: bold;
  font-size: 17px;
}
.section-renewal .unit-title {
  color: #d70c18;
  font-weight: bold;
  font-size: 30px;
}
.section-renewal .section-texts {
  padding-top: 30px;
}
.section-renewal .section-texts + .section-flex {
  padding-top: 60px;
}
.section-renewal .section-texts + .btn-white {
  margin-top: 30px;
}
.section-renewal .section-text {
  /* font-weight: bold; */
  line-height: 1.75;
}
.section-renewal .section-text.-small {
  font-size: 12px;
}
.section-renewal .section-flex {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.section-renewal .section-pic {
  width: 100%;
  margin-top: 60px;
}
.section-renewal .section-pic img {
  width: 100%;
  height: auto;
}
.section-renewal .section-flex .section-pic,
.section-renewal .section-flex .section-inner {
  width: 50%;
  margin-top: 0;
}
.section-renewal .section-box {
  position: relative;
  width: 50%;
  padding: 40px;
  border: 1px solid #d70c18;
}
.section-renewal .section-box-title {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 365px;
  padding: 0 17px;
  background-color: white;
  color: #d70c18;
  font-weight: bold;
}
.section-renewal .section-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.section-renewal .section-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.section-renewal .section-item span {
  display: inline-block;
}
.section-renewal .section-item span:nth-child(1) {
  color: #d70c18;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  font-family: 'Roboto';
}
.section-renewal .section-item span:nth-child(2) {
  color: #231815;
  line-height: 1.75;
}
.section-renewal .section-flex .section-inner {
  width: 50%;
}
.section-renewal .section-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
}
.section-renewal .section-movie {
  max-width: 730px;
  margin: 30px auto 0;
}
.section-renewal .section-movie iframe {
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section-renewal.-border {
    margin-top: 16.6vw;
  }

  .section-renewal + .section-renewal {
    padding-top: 16.6vw;
  }
  .section-renewal .unit-renewal {
    flex-direction: column;
    gap: 2.83vw;
  }
  .section-renewal .unit-text {
    font-size: 3.42vw;
  }
  .section-renewal .unit-title {
    font-size: 4.93vw;
  }
  .section-renewal .section-texts {
    padding-top: 4.93vw;
  }
  .section-renewal .section-texts + .section-flex {
    padding-top: 8.43vw;
  }
  .section-renewal .section-texts + .btn-white {
    margin-top: 4.93vw;
  }
  .section-renewal .section-text.-small {
    font-size: 2.83vw;
  }
  .section-renewal .section-flex {
    flex-direction: column;
    gap: 7.27vw;
  }
  .section-renewal .section-pic {
    margin-top: 8.43vw;
  }
  .js-scrollable img {
    width: 220vw !important;
  }
  .section-renewal .section-flex .section-pic,
  .section-renewal .section-flex .section-inner {
    width: 100%;
    margin-top: 0;
  }
  .section-renewal .section-box {
    width: 100%;
    padding: 10vw 6.1vw 8vw;
  }
  .section-renewal .section-box-title {
    top: -7px;
    width: 80vw;
    padding: 0 3.53vw;
  }
  .section-renewal .section-list {
    gap: 6.1vw;
  }
  .section-renewal .section-item {
    gap: 2.37vw;
  }
  .section-renewal .section-item span:nth-child(1) {
    font-size: 4.93vw;
  }
  .section-renewal .section-flex .section-inner {
    width: 100%;
  }
  .section-renewal .section-title {
    font-size: 3.53vw;
  }
  .section-renewal .section-movie {
    margin-top: 4.93vw;
  }
}

.section-mission {
  position: relative;
}

.section-mission .section-unit {
  position: absolute;
  top: 335px;
  left: 50%;
  transform: translateX(-50%);
  width: 960px;
  color: white;
}

.section-mission .section-text {
  font-weight: bold;
  font-size: 21px;
  line-height: 1.5;
}
.section-mission .section-title {
  padding-top: 8px;
  font-weight: bold;
  font-size: 42px;
  line-height: 1.3;
}

.section-mission .en {
  color: #d70c18;
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  font-family: roboto;
}

.section-mission ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.section-mission li {
  color: #d70c18;
  font-weight: 700;
  font-size: 18px;
}

.section-mission .btn-white {
  margin-top: 30px;
}

.section-mission .pic {
  margin-top: 50px;
}

.section-mission .pic img {
  width: 100%;
}

.box-mission.flex {
  display: flex;
  gap: 40px;
}

.box-mission.flex .box-mission-inner {
  width: 50%;
}

.box-mission.flex > a {
  display: block;
  flex-shrink: 0;
  width: 50%;
}

.box-mission.flex .pic {
  margin-top: 10px;
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
  .section-mission .section-unit {
    width: 96%;
  }
}

@media screen and (max-width: 768px) {
  .section-mission .section-unit {
    top: 23vw;
    left: 3%;
    transform: none;
    width: 90%;
  }

  .section-mission .section-text {
    font-size: 3.77vw;
  }
  .section-mission .section-title {
    padding-top: 2.37vw;
    font-size: 6.1vw;
  }

  .section-mission .en {
    font-size: 4.93vw;
  }

  .section-mission ul {
    gap: 2.37vw;
  }

  .section-mission li {
    font-size: 3.53vw;
  }

  .section-mission .btn-white {
    margin-top: 8vw;
    margin-right: auto;
    margin-left: auto;
  }

  .section-mission .pic {
    margin-top: 8vw;
  }

  .box-mission.flex {
    display: block;
  }

  .box-mission.flex .box-mission-inner {
    width: 100%;
  }

  .box-mission.flex > a {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }

  .box-mission.flex .pic {
    margin-top: 8vw;
  }
}

.btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 30px;
}

.btn-white {
  display: block;
  position: relative;
  z-index: 1;
  padding: 1em;
  border: 1px solid #fff;
  border: 1px solid #d70c18;
  box-sizing: border-box;
  background: #fff;
  color: #d70c18;
  font-weight: 700;
  text-align: center;
  transition: .5s;
}

.btn-white:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform: scaleX(0);
  background: #d70c18;
  content: ' ';
  transition: transform .3s ease;

  inset: 0 0 0 0;
  transform-origin: bottom right;
}

.btn-white:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
  border-top: 1px solid #d70c18;
  border-right: 1px solid #d70c18;
  content: '';

  transform-origin: center center;
}

.btn-white:hover {
  opacity: 1;
  /* background: #d70c18; */
  color: #fff;
}

.btn-white:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.btn-white:hover:before {
  transform: scaleX(1);

  transform-origin: bottom left;
}

@media screen and (min-width: 769px), print {
  .btn-white {
    width: 100%;
    max-width: 350px;
    font-size: 18px;
  }
  .box-mission .btn-white {
    width: 100%;
    max-width: 260px;
  }
  .btn-white:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .btn-white {
    width: 60vw;
    font-size: 3.6vw;
  }
  .btn-white:after {
    width: 2vw;
    height: 2vw;
  }
  .drawer-nav .btn {
    width: auto;
    border: none;
    background: none;
    text-align: left;
  }
  .drawer-nav .btn:after {
    content: none;
  }
  .drawer-nav .btn:hover {
    opacity: .7;
    color: #fff;
  }
}

.wrap + .cta {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .tif-mv {
    padding-top: 15vw;
  }
}
