@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Arial", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.br--sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .br--sp {
    display: none;
  }
}
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
 /* width: 100%;*/
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

.pankuzu {
  max-width: 1594px;
  max-width: 99.625rem;
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 91px;
  margin-bottom: 5.6875rem;
  white-space: nowrap;
  overflow-x: scroll;
}

.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner li {
  border-left: 1px solid #000;
  padding: 0 14px;
  padding: 0 0.875rem;
}

.inner li:first-child {
  border: none;
}

@media screen and (min-width: 768px) {
	.pankuzu {
    max-width: 99.625rem;
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    padding-left: 0.7625rem;
    padding-right: 1.5625rem;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2.05rem;
    margin-bottom: 5.6875rem;
    overflow-x: auto;
  }
  .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .inner li {
    border-left: 1px solid #000;
    padding: 0 0.875rem;
  }
  .inner li:first-child {
    border: none;
  }
}
.btn {
  width: 300px;
  width: 18.75rem;
  border-radius: 2.8125rem;
  background-color: #D3001B;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn:hover {
  color: #225246;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btn a {
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}

.btn a:hover {
  color: #225246;
}

.btn span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
	.btn a {
		font-size: 1.0625rem;
		padding: 1.875rem 0;
	}
}
.fa-arrow-right {
	position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 40%;
  right: 6%;
}

.fixed_btn {
  width: 3.75rem;
  max-width: 100%;	
  background-color: #9F0000;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed_btn:hover {
  background-color: #9F0000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fixed_btn span {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3.75rem;
	font-size: 0.7rem;
	flex-direction: column;
}

.fa-globe {
  display: inline;
  /*position: absolute;*/
  font-family: "Font Awesome 5 Free";
  font-size: 164%;
  font-weight: 900;
  top: 22%;
  right: 29%;
}

@media screen and (min-width: 768px) {
  .fixed_btn {
		background-color: #D3001B;
    display: block;
	  position: fixed;
		top: 245px;
		top: 15.3125rem;
		right: 0;
		max-width: 65px;
		max-width: 4.0625rem;
		width: 100%;
		height: 220px;
		height: 13.75rem;
	}
	.fixed_btn span {
		height: 100%;
		gap: 10px;
		font-size: 16px;
		font-size: 1rem;
		flex-direction: row;
		-webkit-writing-mode: vertical-rl;
				-ms-writing-mode: tb-rl;
						writing-mode: vertical-rl;		
	}
}
.back-btn {
	position: fixed;
	bottom: 20px;
	bottom: 1.25rem;
	right: -3.3%;
	-webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64px;
  width: 4rem;
  height: 64px;
  height: 4rem;
  line-height: 50px;
  text-align: center;
  background-color: #D3001B;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#footer {
  position: relative;
}

.absolute {
  position: absolute;
  top: -36px;
  top: -2.25rem;
  bottom: auto;
  z-index: 9999;
}

.back-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.back-btn a:hover {
  background-color: #fff;
  width: 100%;
  height: 100%;
  color: #225246;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #225246;
}

.fa-chevron-up {
  position: absolute;
  font-size: 140%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 33%;
  right: 31%;
}

@media screen and (min-width: 768px) {
  .back-btn {
    right: 2.7%;
  }
}
.btn.contact__btn {
  margin-top: 33px;
  margin-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
  color: #225246;
  background-color: #fff;
  position: relative;
}

.contact__btn a {
  padding: 16px 0 21px 25px;
  padding: 1rem 0 1.3125rem 1.5625rem;
  color: #333;
}

.contact__btn:hover {
  color: #fff;
  background-color: #225246;
}

.contact__btn a:hover {
  color: #fff;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
  position: absolute;
  left: 14%;
}

@media screen and (min-width: 768px) {
  .btn.contact__btn {
    width: 22.0625rem;
  }
  .contact__btn a {
    padding: 1.375rem 0 1.625rem 2.375rem;
  }
  .material-symbols-outlined {
    left: 20%;
  }
}
.btn.news--top__btn--pc {
  width: 232px;
  width: 14.5rem;
  display: none;
}

.btn.news--top__btn--sp {
  margin-left: auto;
  margin-right: auto;
}

.btn.news--top__btn--sp a {
  padding: 19px 0 19px;
  padding: 1.1875rem 0 1.1875rem;
}

@media screen and (min-width: 768px) {
  .news--top__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .btn.news--top__btn--pc {
    display: block;
  }
  .btn.news--top__btn--pc a {
    padding: 1.575rem 0;
  }
  .btn.news--top__btn--sp {
    display: none;
  }
}
.btn.whatis__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
  margin-top: 1.6875rem;
  border: 1px solid #225246;
}

.btn.whatis__btn a {
  padding: 14px 0 18px;
  padding: 0.875rem 0 1.125rem;
}

@media screen and (min-width: 768px) {
  .btn.whatis__btn {
    max-width: 26.0625rem;
    width: 100%;
    margin-top: 4.125rem;
  }
  .btn.whatis__btn a {
    padding: 1.625rem 0 1.5rem;
  }
  .whatis__btn .fa-arrow-right {
    right: 4%;
  }
}
.btn.vision__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.btn.vision__btn a {
  padding: 15px 0 18px;
  padding: 0.9375rem 0 1.125rem;
}

@media screen and (min-width: 768px) {
  .btn.vision__btn {
    width: 27.5rem;
    margin-top: 7.6875rem;
    letter-spacing: 0.001em;
  }
  .btn.vision__btn a {
    padding: 1.5625rem 0.75rem 1.5625rem 0;
  }
  .vision__btn .fa-arrow-right {
    right: 3%;
  }
}
.btn.technology__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 74px;
  margin-top: 4.625rem;
}

.btn.technology__btn a {
  padding: 19px 0 18px;
  padding: 1.1875rem 0 1.125rem;
}

@media screen and (min-width: 768px) {
  .btn.technology__btn {
    width: 20.25rem;
    margin-top: 7rem;
  }
  .btn.technology__btn a {
    padding: 1.5rem 0 1.5625rem;
  }
  .technology__btn .fa-arrow-right {
    right: 4%;
  }
}
.btn.team__btn {
  margin-top: 43px;
  margin-top: 2.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.btn.team__btn a {
  padding: 19px 0;
  padding: 1.1875rem 0;
}

@media screen and (min-width: 768px) {
  .btn.team__btn {
    margin-top: 5.0625rem;
  }
  .btn.team__btn a {
    padding: 1.5625rem 0;
  }
}
.btn.submit__btn {
  margin-right: auto;
  margin-left: auto;
  margin-top: 68px;
  margin-top: 4.25rem;
  border: 1px solid #9F0000;
}

.btn.submit__btn a {
  padding: 30px 0;
  padding: 1.875rem 0;
}

.menu-nav--sp .menu-nav--sp-wrapper {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  background-color: #9F0000;
  color: #fff;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 8888;
  overflow: auto;
}

.menu-nav--sp .menu-nav_main-container,
.menu-nav--sp .menu-nav_main_en-container {
  top: 0;
  left: 0;
  right: 0;
  background-color: #9F0000;
  color: #fff;
  width: 100%;
  opacity: 1;
  z-index: 8888;
}

.menu-nav--sp .menu-nav_main-container > .menu,
.menu-nav--sp .menu-nav_main_en-container > .menu {
  padding-top: 24.142857vh;
  width: 100vw;
  position: sticky;
  top: 0;
  text-align: center;
}

.menu-nav--sp .menu-item {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.menu-nav--sp .menu-item a {
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
}

.language-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  gap: 1.0625rem;
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.language-switch__btn {
  display: block;
  border: 1px solid #fff;
  background-color: #fff;
  color: #9F0000;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 3px 33px 5px;
  padding: 0.1875rem 2.0625rem 0.3125rem;
}

.language-switch__btn.current {
  border: 1px solid #fff;
  background-color: #9F0000;
  color: #fff;
}

.menu-nav--pc .menu-item a {
  display: block;
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 14.88px;
  padding-bottom: 0.93rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.menu-nav_main-container--pc {
  display: none;
}

.menu-nav--pc > .menu-nav_main-container > .menu,
.menu-nav--pc > .menu-nav_main_en-container > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-nav--pc > .menu-nav_main-container > .menu > .menu-item a,
.menu-nav--pc > .menu-nav_main_en-container > .menu > .menu-item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 21px;
  padding: 0 1.3125rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  width: 100%;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 14.88px;
  padding-bottom: 0.93rem;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.menu-nav--pc > .menu-nav_main-container > .menu > .menu-item a p,
.menu-nav--pc > .menu-nav_main_en-container > .menu > .menu-item a p {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-bottom: 6px;
}

.menu-nav--pc > .menu-nav_main-container > .menu > .menu-item a p::after,
.menu-nav--pc > .menu-nav_main_en-container > .menu > .menu-item a p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #D3001B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.menu-nav--pc > .menu-nav_main-container > .menu > .menu-item a p:hover::after,
.menu-nav--pc > .menu-nav_main_en-container > .menu > .menu-item a p:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.menu-nav--pc > .menu-nav_main-container,
.menu-nav--pc > .menu-nav_main_en-container {
  display: none;
}

@media screen and (min-width: 768px) {
  .menu-nav--pc > .menu-nav_main-container,
  .menu-nav--pc > .menu-nav_main_en-container {
    display: block;
  }
}
.menu-nav--pc > .menu-nav_main-container > menu > .menu-item-has-children > .hidden-menu,
.menu-nav--pc > .menu-nav_main_en-container > menu > .menu-item-has-children > .hidden-menu {
  display: block;
}

.menu-nav--pc > .menu-nav_main-container > .menu > .menu-item,
.menu-nav--pc > .menu-nav_main_en-container > .menu > .menu-item {
  position: relative;
}

.menu-nav--pc > .menu-nav_main-container > .menu > .menu-item-has-children > .hidden-menu,
.menu-nav--pc > .menu-nav_main_en-container > .menu > .menu-item-has-children > .hidden-menu {
  position: absolute;
  top: 36px;
  top: 2.25rem;
  z-index: 4;
  background: #d7d7d7;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.menu-nav_main-container > .menu > .menu-item-has-children > .hidden-menu > .menu-item,
.menu-nav_main_en-container > .menu > .menu-item-has-children > .hidden-menu > .menu-item {
  width: 100%;
}

.menu-nav_main-container > .menu > .menu-item-has-children:hover > .hidden-menu,
.menu-nav_main-container > .menu > .menu-item-has-children:active > .hidden-menu,
.menu-nav_main_en-container > .menu > .menu-item-has-children:hover > .hidden-menu,
.menu-nav_main_en-container > .menu > .menu-item-has-children:active > .hidden-menu {
  visibility: visible;
  opacity: 1;
}

.menu-nav_main-container > .menu > .menu-item-has-children > .hidden-menu .menu-item a:hover,
.menu-nav_main-container > .menu > .menu-item-has-children > .hidden-menu .menu-item a:active,
.menu-nav_main_en-container > .menu > .menu-item-has-children > .hidden-menu .menu-item a:hover,
.menu-nav_main_en-container > .menu > .menu-item-has-children > .hidden-menu .menu-item a:active {
  background: #2c7218;
  color: #fff;
  -webkit-transition: ease 0.6s;
  transition: ease 0.6s;
}

.hidden-menu > .menu-item a {
  margin: 0;
}

.news-card {
  max-width: 100%;
  display: block;
}

.news-card__img {
  position: relative;
  padding-top: 70%;
}

.news-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  /*-o-object-fit: cover;
     object-fit: cover;*/
  -o-object-fit: contain;
     object-fit: contain;	
}

.news-card__body {
  padding: 17px 0 0;
  padding: 1.0625rem 0 0;
}

.news-card__title {
  color: #333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.001em;
}

.news-card__date {
  color: #000;
  display: block;
  margin-top: 13px;
  margin-top: 0.8125rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.news-card__categorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-card__category {
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0.03em;
  padding: 5px 8px;
  padding: 0.3125rem 0.5rem;
  color: #fff;
  background-color: #D3001B;
  border-radius: 1.875rem;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-right: 5px;
}

.news-card:hover {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .news-card:hover:hover {
    /*opacity: 0.7;*/
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 110px 0;
  margin: 6.875rem 0;
}

@media screen and (min-width: 768px) {
  .pagination {
    margin: 13.75rem 0;
  }
}
.pagination a {
  color: #000;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  border: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.current.pager {
  background: #d3001b;
  color: #fff;
  pointer-events: none;
}

.pager:not(.isActive):hover,
.arrow:hover {
  background: #d3001b;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section-title {
  text-align: center;
  color: #333;
}

.section-title__en {
  font-size: 45px;
  font-size: 2.8125rem;
  font-family: "Montserrat", sans-serif;
  /*font-style: italic;*/
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}

.section-title__en span {
  font-size: 60px;
  font-size: 3.75rem;
  color: #D3001B;
}
.section-title__en:first-letter {
  font-size: 60px;
  font-size: 3.75rem;
  color: #D3001B;
}
.section-title__en strong{
	font-weight: 600!important;
}

.section-title__en > span.li-gr {
  font-size: 45px;
  font-size: 2.8125rem;
  color: #2c7218;
}

.section-title__jp {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
  letter-spacing: 0.001em;
}

@media screen and (min-width: 768px) {
  .section-title {
    text-align: left;
  }
  .section-title__en {
    /*font-size: 4.6875rem;*/
    font-size: 3.85rem;
    letter-spacing: 0.05em;
  }
  .section-title__en span {
    font-size: 5.25rem;
  }
  .section-title__en:first-letter {
    font-size: 5.25rem;
  }
  .section-title__jp {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1.4rem;
    letter-spacing: 0.16em;
    font-weight: bold;
  }
  .section-title__jp::before {
    border-top: 1px solid;
    content: "";
    width: 1.25rem;
    color: #225246;
    margin-right: 0.875rem;
  }
  .section-title__en > span.li-gr {
    font-size: 4.6875rem;
  }
}
.whatis__title .section-title__en {
  line-height: 0.85;
  letter-spacing: 0.08em;
}

.whatis__title .section-title__jp {
  margin-top: 17px;
  margin-top: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .whatis__title .section-title__en {
    line-height: 0.78;
    letter-spacing: 0.09em;
  }
  .whatis__title .section-title__jp {
    margin-top: 2.625rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}
.contact__title .section-title__jp {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.contact__title > .section-title__jp::before {
  border-top: 1px solid;
  content: "";
  width: 20px;
  width: 1.25rem;
  color: #fff;
  margin-right: 14px;
  margin-right: 0.875rem;
}

.contact__title.section-title {
  text-align: left;
  color: #fff;
}
.contact__title.section-title .section-title__en span {
  color: #D3001B;
}
.contact__title.section-title .section-title__jp {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-left: 16px;
  padding-left: 1rem;
}

@media screen and (min-width: 768px) {
  .contact__title .section-title__jp {
    margin-top: 2.1875rem;
  }
}
.vision__title.section-title {
  color: #fff;
}

.vision__title .section-title__jp {
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
  .vision__title .section-title__en {
    letter-spacing: 0.01em;
  }
  .vision__title .section-title__jp {
    margin-top: 2.25rem;
    font-size: 1.0625rem;
    letter-spacing: 0.06em;
  }
}
.technology__title .section-title__en {
  letter-spacing: 0.001em;
}

.team__title .section-title__en {
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
  .team__title .section-title__jp {
    margin-top: 1.5rem;
  }
}
#page__mv .section-title__jp {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.swiper-container {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
}

.swiper-slide {
  height: 100%;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img picture {
  display: block;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.inside {
  max-width: 1252px;
  max-width: 78.25rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

#contact {
  background-image: url(../images/common/contact__bg.jpg?c);
  background-size: cover;
  position: relative;
  width: 100%;
	background-position: right;
}

.contact__inner {
  display: block;
  padding-top: 58px;
  padding-top: 3.625rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
}

.contact__contents {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.contact__contents p {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contact__inner {
    max-width: 60.625rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 7rem;
    padding-bottom: 9.5rem;
  }
  .contact__contents {
    margin-top: 1.6875rem;
  }
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding-top: 46px;
  padding-top: 2.875rem;
  padding-bottom: 49px;
  padding-bottom: 3.0625rem;
}


.footer__left img {
  /*max-width: 309px;
  max-width: 19.3125rem;*/
	width: 5.584125rem;
  margin-right: auto;
  margin-left: auto;
}

.footer__inner p {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.67;
  letter-spacing: 0.03em;
}

.footer__company {
  margin-top: 0;
  margin-top: 0.75rem;
  margin-left: -7px;
  margin-left: -0.4375rem;
}

.footer__address {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.footer__copyright {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 99.75rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-top: 2.475rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer__left {
    text-align: left;
  }
  .footer__left img {
    width: 5.584125rem;
    margin-right: auto;
    margin-left: 0;
  }
  .footer__company {
    margin-top: 0;
    margin-left: -0.4375rem;
  }
.footer__inner p {
  font-size: 1.125rem;
	line-height: 1.367;
}	
.footer__left{
	display: flex;
	gap: 2rem;
}	
}
#fv {
  height: 100vh;
  max-height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.fv__inner {
  position: absolute;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 15;
  text-align: center;
  color: #fff;
  text-align: center;
  padding: 39% 0 23.7%;
}

.fv__title {
  font-size: 52px;
  font-size: 3.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.01em;
}

.fv__text {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Montserrat", sans-serif;
	font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .fv__inner {
    padding: 30% 0 19%;
  }
  .fv__title {
    font-size: 3.875rem;
    letter-spacing: 0.0001em;
  }
  .fv__text {
    font-size: 1.985rem;
    margin-top: 1.1%;
    line-height: 1;
    letter-spacing: 0.01em;
  }
}
.header {
  background-color: rgba(255, 255, 255, .85);
  z-index: 9999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  height: 3.75rem;
}

.header.scroll {
  background-color: #225246;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header__inner {
  max-width: 1600px;
  max-width: 100rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.header__logo {
  width: 220px;
  width: 3.75rem;
  position: relative;
  z-index: 9999;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  height: 3.75rem;
}

@media screen and (min-width: 768px) {
  .header {
    height: 7.5rem;
  }
  .is-animation {
    height: 3.75rem;
  }
  .header__inner {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6875rem;
		padding-bottom: 0.6875rem;
  }
  .header__logo {
    /*width: 29.584125rem;*/
    width: 5.584125rem;
  }
	.header__right{
		position: absolute;
	}
  .header__right .hamburger {
    display: none;
  }
}
.en-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  background-color: #8aab45;
  max-width: 60px;
  max-width: 3.75rem;
  width: 100%;
  height: inherit;
}

.en-btn__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  gap: 0.4375rem;
  padding: 12px 22px;
  padding: 0.75rem 1.375rem;
  width: 60px;
  width: 3.75rem;
  max-width: 100%;
}

.hamburger {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  z-index: 9999;
  padding: 21px 18px;
  padding: 1.3125rem 1.125rem;
  background-color: #D3001B;
  border: none;
}

.hamburger span {
  position: relative;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 24px;
  width: 1.5rem;
  background-color: #fff;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 4px 0;
  margin: 0.25rem 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.hamburger.is-open span:nth-child(1) {
  top: 6.4px;
  top: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  top: -6.4px;
  top: -0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.fix {
  overflow: hidden;
}

#news--top {
  background-color: #e8dccb;
  padding: 38px 0 73px;
  padding: 2.375rem 0 4.5625rem;
}

.news-card__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
  gap: 2.6875rem;
}

#news--top .news-card__items {
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
  #news--top {
    padding: 8.5rem 0 9.8125rem;
  }
  .news-card__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.3%;
  }
  #news--top .news-card__items {
    margin-top: 4.5625rem;
  }
}
.btn__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: auto;
}

.news--top__btn--sp {
  margin-top: 63px;
  margin-top: 3.9375rem;
}

#team {
  background-color: #dce6c7;
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
}

.team__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.143;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.team__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px 0;
  gap: 0.8125rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  margin-top: 1.875rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.team__box {
  width: 46%;
  aspect-ratio: 154/62;
  background-color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.team__box img {
  width: 80%;
}

@media screen and (min-width: 768px) {
  #team {
    padding-top: 13.9375rem;
    padding-bottom: 9.375rem;
  }
  .team__text {
    font-size: 1rem;
    line-height: 2;
    margin-top: 4.625rem;
  }
  .team__boxes {
    gap: 1.75rem;
    margin-top: 3.8125rem;
  }
  .team__box {
    width: 23%;
    aspect-ratio: 279/110;
  }
}
#technology {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))), url(../images/top/tech__bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 70%, rgb(255, 255, 255)), url(../images/top/tech__bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 69px;
  padding-bottom: 4.3125rem;
}

.technology__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.technology__text--main {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.318;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.slanted-line {
  width: 50.46%;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}

.slanted-line img {
  width: 100%;
  height: 1px;
}

.technology__text--sub {
  font-size: 14.5px;
  font-size: 0.90625rem;
  line-height: 1.66;
}

.technology__imgbox {
  width: 100%;
}

.technology__imgbox > p {
  width: calc(100vw - 25px);
  margin-right: calc(-50vw - -50%);
}

.technology__img--sp {
  width: 100%;
}

.technology__inside {
  max-width: 1252px;
  max-width: 78.25rem;
  width: 100%;
  padding: 0 25px;
  padding: 0 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  #technology {
    padding-top: 8.3125rem;
    padding-bottom: 10.0625rem;
  }
  .technology__title .section-title__en {
    letter-spacing: 0.04em;
  }
  .technology__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 6.0625rem;
    margin-top: 0;
  }
  .technology__text {
    width: 38.6206896552%;
  }
  .technology__text--main {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-top: 5.75rem;
    letter-spacing: 0.001em;
    font-weight: 600;
  }
  .slanted-line {
    width: 50.46%;
    margin-top: 2.5rem;
    margin-bottom: 2.625rem;
  }
  .technology__text--sub {
    font-size: 1.28125rem;
    line-height: 1.71;
  }
  .technology__inside {
    max-width: 100%;
    padding-right: 0;
    margin-right: 0;
    margin-left: auto;
    width: 85.2941176471%;
  }
  .technology__imgbox {
    width: 55.1724137931%;
  }
  .technology__imgbox > p {
    width: 100%;
  }
}
#vision {
	background: linear-gradient(rgb(0 7 66 / 70%), rgb(0 0 15 / 90%)), url(../images/top/vision.png);
    background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 51% 20%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 63px;
  padding-bottom: 3.9375rem;
  color: #fff;
}

.vision__subtitle {
  font-size: 33px;
  font-size: 2.0625rem;
  text-align: center;
  margin-top: 64px;
  margin-top: 4rem;
  letter-spacing: 0em;
  line-height: 1.35;
}

.vision__text {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  margin-top: 113px;
  margin-top: 7.0625rem;
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  #vision {
    padding-top: 8.3125rem;
    padding-bottom: 10.5rem;
  }
  .vision__subtitle {
    font-size: 3.75rem;
    margin-top: 10.4375rem;
    letter-spacing: 0.001em;
  }
  .vision__text {
    max-width: 62.5rem;
    width: 100%;
    font-size: 1.03125rem;
    text-align: center;
    margin-top: 4.875rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
    letter-spacing: 0.01em;
  }
}
.whatis__inner {
  padding-top: 53px;
  padding-top: 3.3125rem;
  padding-bottom: 75px;
  padding-bottom: 4.6875rem;
}

.whatis__text {
  display: inline-block;
  max-width: 900px;
  max-width: 56.25rem;
  text-align: left;
  line-height: 2.125;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  margin-top: 2.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}

.whatis__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tree__img {
  max-width: 199px;
  max-width: 12.4375rem;
  width: 100%;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.tree__img img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .whatis__inner {
    padding-top: 8.125rem;
    padding-bottom: 8.75rem;
  }
  .whatis__text {
    margin-top: 6.3125rem;
    margin-left: 0;
    line-height: 2.425;
    letter-spacing: 0.07em;
  }
  .whatis__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -2.5rem;
  }
  .tree__img {
    max-width: 14rem;
    width: 100%;
    margin-top: 1.5625rem;
    margin-left: 4rem;
  }
}
#contact-form {
  max-width: 1050px;
  max-width: 65.625rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-bottom: 169px;
  padding-bottom: 10.5625rem;
}

#contact-form p {
  font-size: 16px;
  font-size: 1rem;
}

.contact-form__caution {
  width: 100%;
  background-color: #f1efe4;
  padding: 24px 25px 16px;
  padding: 1.5rem 1.5625rem 1rem;
  margin-top: 74px;
  margin-top: 4.625rem;
}

.contact-form__caution p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.88;
}

.contact-form__caution li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.2;
}

.contact-form__caution li::before {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 100%;
  background: #333;
}

.contact-form__body.form {
  width: 100%;
  margin-top: 86px;
  margin-top: 5.375rem;
  font-size: 16px;
  font-size: 1rem;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #999;
}

.form__row:first-child {
  border-top: 1px solid #999;
}

.form__th {
  width: 100%;
  background-color: #ebebeb;
  padding: 17px 19px;
  padding: 1.0625rem 1.1875rem;
  font-weight: normal;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d3001b;
  color: #fff;
  height: 22px;
  height: 1.375rem;
  width: 50px;
  width: 3.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.form__td {
  width: 100%;
  padding: 12px 23px;
  padding: 0.75rem 1.4375rem;
  text-align: left;
}

.form__input {
  border: 1px solid #808080;
  width: 100%;
  padding: 6px 0;
  padding: 0.375rem 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.form__input.form__input--textarea {
  width: 100%;
  aspect-ratio: 723/723;
}

.contact-form__policy--title {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.88;
  letter-spacing: 0.03em;
  margin-left: -10px;
  margin-left: -0.625rem;
  margin-top: 68px;
  margin-top: 4.25rem;
}

.contact-form__policy--body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.03em;
  margin-top: 21px;
  margin-top: 1.3125rem;
}

.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 17px;
  margin-top: 1.0625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox__body {
  display: block;
  border: 1px solid #808080;
  width: 18px;
  height: 18px;
}

.checkbox__chapter {
  margin-right: 9px;
  margin-right: 0.5625rem;
}

.form__chapter {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.form__chapter.form__chapter--l {
  font-size: 16px;
  font-size: 1rem;
}

.form__chapter.form__chapter--exc {
  margin-left: -10px;
  margin-left: -0.625rem;
}

.form__chapter.spacing {
  display: inline-block;
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
  .form__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .form__th {
    width: 32.5%;
  }
  .form__input {
    width: 71.2%;
  }
  .form__input.form__input--textarea {
    aspect-ratio: 723/227;
  }
  .form__checkbox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contact__footer {
  border-top: 1px solid #999;
}

#news__archive .news-card__items {
  padding-bottom: 70px;
  padding-bottom: 4.375rem;
  border-bottom: 1px solid #b2b2b2;
}

@media screen and (min-width: 768px) {
  #news__archive .news-card__items {
    max-width: 65.625rem;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  #news__archive .news-card__items > .news-card {
    width: 30%;
    margin-bottom: 2.8125rem;
  }
}
#news__article {
  max-width: 1000px;
  max-width: 62.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-top: 6px solid #D3001B;
}

.article__title {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
}

.article__body {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding-top: 18px;
  padding-top: 1.125rem;
  padding-bottom: 127px;
  padding-bottom: 7.9375rem;
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__info .news-card__date {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
}
.article__info .news-card__categorys {
  display: inline-block;
  width: 250px;
}
.article__info .news-card__category {
  width: 130px;
  width: 8.125rem;
  max-width: none;
}

.article__text {
  margin-top: 38px;
  margin-top: 2.375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

.article__img {
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
  aspect-ratio: 500/375;
  margin: 105px auto 75px;
  margin: 6.5625rem auto 4.6875rem;
}

.turn {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 155px;
  padding-bottom: 9.6875rem;
  color: #000;
}

.turn__prev {
  position: absolute;
  left: 0;
  color: #000;
}

.turn__next {
  position: absolute;
  right: 0;
}

.turn__prev .material-symbols-outlined {
  position: absolute;
  left: -30px;
}

.turn__next .material-symbols-outlined {
  position: absolute;
  right: 30px;
}

#page__mv {
  background-image: url(../images/common/mv__bg.jpg?v4);
	background-position: right;
  background-repeat: no-repeat;
	background-size: 200%;
 /* background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 60px;
  margin-top: 3.75rem;*/
}

.mv .section-title {
  color: #fff;
  text-align: center;
  padding: 72px 0 93px;
  padding: 4.5rem 0 5.8125rem;
}

.mv .section-title__en span {
  color: #D3001B;
}
.mv .section-title__en:first-letter {
  color: #D3001B;
}
@media screen and (min-width: 768px) {
  #page__mv {
    margin-top: 7.5rem;
  }
  .mv .news__title .section-title {
    padding: 9.25rem 0 11.3375rem;
  }
  .mv .section-title__jp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv .section-title__jp::before {
    display: none;
  }
  .mv .section-title {
    /*padding: 10.25rem 0 10.9375rem;*/
    padding: 3.25rem 0;
  }
}
/*# sourceMappingURL=styles.css.map */
