@charset "UTF-8";
:root {
  --vw: 1dvw;
}

/* ----------------------------
    Reset style
---------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, code, blockquote,
a, em, img, strong, small, sub, sup, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html, body {
  overscroll-behavior: none;
}

[id] {
  scroll-margin-top: 5.5rem;
}
@media only screen and (max-width: 767px) {
  [id] {
    scroll-margin-top: calc(22.6666666667 * var(--vw));
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #070707;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: calc(3.4666666667 * var(--vw));
    line-height: 1.923;
  }
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, label {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

/*----------------------------
	background
-----------------------------*/
.bg--white {
  background-color: #fff;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .bg--white {
    border-radius: calc(2.1333333333 * var(--vw));
  }
}

/*----------------------------
	text
-----------------------------*/
.c--white {
  color: #fff;
}

.fs--middle {
  font-size: 1.125rem;
  line-height: 2.222;
}
@media only screen and (max-width: 767px) {
  .fs--middle {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.7857;
  }
}

.bold {
  font-weight: 600;
}

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

.align--c {
  text-align: center;
}

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

/*----------------------------
	box
-----------------------------*/
.mb--8 {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .mb--8 {
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}

.mb--14 {
  margin-bottom: 0.875rem;
}

.mb--46 {
  margin-bottom: 2.875rem;
}

/*----------------------------
	display
-----------------------------*/
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pst--rel {
  position: relative;
}

.pst--abs {
  position: absolute;
}

.pst--fix {
  position: fixed;
}

.inner {
  max-width: 70rem;
  width: 89.333%;
  margin-left: auto;
  margin-right: auto;
}
.inner--large {
  max-width: 74.625rem;
  width: 89.333%;
  margin-left: auto;
  margin-right: auto;
}

/*----------------------------
	link
-----------------------------*/
.link--main {
  background: linear-gradient(97.01deg, #147ad4, #14c2f2);
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position 0.4s ease;
  color: #fff;
  text-align: center;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.5rem;
  font-size: 1rem;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .link--main {
    border-radius: calc(1.0666666667 * var(--vw));
    font-size: calc(3.4666666667 * var(--vw));
    padding: calc(2.4 * var(--vw)) calc(4.2666666667 * var(--vw)) calc(2.4 * var(--vw)) calc(7.4666666667 * var(--vw));
  }
}
.link--main::after {
  content: "";
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: calc(1.6 * var(--vw));
  top: 50%;
  translate: 0 -50%;
  width: 0.5rem;
  height: 0.5rem;
  scale: 1;
  transform-origin: center;
  transition: 0.1s linear;
}
@media only screen and (max-width: 767px) {
  .link--main::after {
    width: calc(1.6 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}
.link--main:hover {
  background: linear-gradient(97.01deg, #14c2f2, #147ad4);
}
.link--main:hover::after {
  scale: 1.5;
}

.link {
  color: #147ad4;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .link {
    font-size: calc(3.4666666667 * var(--vw));
    gap: calc(4.2666666667 * var(--vw));
  }
}
.link::after {
  content: "";
  background: #147ad4;
  border-radius: 50%;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .link::after {
    width: calc(1.6 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

.link--under {
  overflow: hidden;
  position: relative;
  display: block;
  padding-bottom: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .link--under span::after {
    content: "";
    width: 100%;
    height: 0.125rem;
    background-color: #147ad4;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: 0.3s;
  }
  .link--under:hover span::after {
    left: 0;
  }
}

.link--line {
  text-decoration: underline;
  color: #0088ff;
  line-height: 2;
  transition: 0.3s linear;
}
.link--line:hover {
  color: #62b3fb;
}

/*----------------------------
	contents
-----------------------------*/
.kaso__header {
  background: url(../img/common/bg_kaso_title.png) bottom center/100% no-repeat, linear-gradient(to top, transparent 0%, transparent 10rem, #fff 15.625rem, #fff 100%);
  padding-top: 12.75rem;
  padding-bottom: 9.6875rem;
  margin-bottom: 4rem;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .kaso__header {
    background: url(../img/common/bg_kaso_title_sp.png) bottom center/100% no-repeat, linear-gradient(to top, transparent 0%, transparent calc(13.3333333333 * var(--vw)), #fff calc(13.3333333333 * var(--vw)), #fff 100%);
    padding-top: calc(33.6 * var(--vw));
    padding-bottom: calc(18 * var(--vw));
    margin-bottom: calc(7.0666666667 * var(--vw));
  }
}

.kaso__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .kaso__title {
    font-size: calc(7.4666666667 * var(--vw));
  }
}
.kaso__title--en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #147ad4;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 0.8125rem;
}
@media only screen and (max-width: 767px) {
  .kaso__title--en {
    font-size: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(1.4666666667 * var(--vw));
    line-height: 1;
  }
}

.contents + .contents {
  margin-top: 3.375rem;
  padding-top: 3.375rem;
  border-top: solid 1px #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .contents + .contents {
    border-width: 2px;
    margin-top: calc(13.3333333333 * var(--vw));
    padding-top: calc(13.3333333333 * var(--vw));
  }
}

.contents__title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents__title {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: 1.4;
    margin-bottom: calc(5.3333333333 * var(--vw));
    padding-left: calc(3.2 * var(--vw));
    padding-left: calc(5.3333333333 * var(--vw));
  }
}
.contents__title.mb--24 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contents__title.mb--24 {
    margin-bottom: calc(6.4 * var(--vw));
  }
}
.contents__title::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #147ad4;
  border-radius: 50%;
  top: 1rem;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .contents__title::before {
    width: calc(2.1333333333 * var(--vw));
    height: calc(2.1333333333 * var(--vw));
    top: calc(2.6666666667 * var(--vw));
  }
}

.contents__title--sub {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2307;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .contents__title--sub {
    font-size: calc(4.2666666667 * var(--vw));
    padding-left: calc(5.3333333333 * var(--vw));
  }
}
.contents__title--sub::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: solid 2px #147ad4;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .contents__title--sub::before {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.6666666667 * var(--vw));
    top: calc(1.6 * var(--vw));
  }
}

.contents__text {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .contents__text {
    line-height: 1.923;
  }
}

.nav--group {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .nav--group {
    gap: calc(3.2 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
    position: relative;
  }
}
.nav--group .index-nav {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .index-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .index-toggle {
    background-color: #fff;
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.7857;
    padding: calc(3.0666666667 * var(--vw)) calc(5.3333333333 * var(--vw));
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
  }
  .index-toggle::after {
    content: "";
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.6666666667 * var(--vw));
    border-right: 2px solid #147ad4;
    border-bottom: 2px solid #147ad4;
    transform: rotate(45deg);
    margin-bottom: calc(1.3333333333 * var(--vw));
  }
}

.is--open .list--index {
  opacity: 1;
  visibility: visible;
}

.list--index {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .list--index {
    position: absolute;
    flex-direction: column;
    gap: 0;
    background-color: #5d5d5d;
    width: 96%;
    top: calc(16.2666666667 * var(--vw));
    left: 0;
    right: 0;
    margin: auto;
    border-radius: calc(1.0666666667 * var(--vw));
    padding: calc(1.4666666667 * var(--vw)) calc(3.2 * var(--vw));
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 50;
  }
  .list--index__item:last-of-type a {
    border-bottom: none;
  }
}
.list--index__link {
  display: block;
  font-size: 1.125rem;
  line-height: 2.2222;
}
@media only screen and (min-width: 768px) {
  .list--index__link {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #147ad4;
    padding: 0 1rem 0 1.5rem;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    background: linear-gradient(white, white) padding-box, linear-gradient(97.01deg, #147ad4 28.41%, #14c2f2 108.35%) border-box;
  }
  .list--index__link::after {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    border-right: 2px solid #147ad4;
    border-bottom: 2px solid #147ad4;
    transform: rotate(45deg);
    display: block;
    margin-bottom: 0.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .list--index__link {
    color: #fff;
    font-size: calc(3.4666666667 * var(--vw));
    line-height: 4.1538;
    border-bottom: 2px solid #7d7d7d;
    padding: calc(1.7333333333 * var(--vw)) calc(2.1333333333 * var(--vw)) calc(1.4666666667 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  .list--index__link2 {
    color: #fff;
    font-size: calc(3.4666666667 * var(--vw));
    line-height: 4.1538;
    border-bottom: 2px solid #7d7d7d;
    padding: calc(1.7333333333 * var(--vw)) calc(2.1333333333 * var(--vw)) calc(1.4666666667 * var(--vw));
    display: block;
  }
}

.list {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .list {
    line-height: 1.923;
  }
}

.list__item {
  padding-left: 1.4375rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .list__item {
    padding-left: calc(4 * var(--vw));
  }
}

.list__item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.list__item:has(.link--line)::before {
  color: #0088ff;
}

.main--kaso .article:first-of-type {
  border-top: 1px solid #cbcbcb;
}
.main--kaso .article:last-of-type {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .main--kaso .article:last-of-type {
    margin-bottom: calc(13.3333333333 * var(--vw));
  }
}
.main--kaso .article__link {
  padding: 2.5rem 10.535% 2.4375rem 0;
  border-bottom: 1px solid #cbcbcb;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main--kaso .article__link {
    padding: calc(5.3333333333 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(5.4666666667 * var(--vw)) 0;
  }
}
.main--kaso .article__link:hover::before {
  transform: scaleY(1);
  transform-origin: bottom center;
}
.main--kaso .article__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DFE9F2;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top center;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.main--kaso .article__link::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  transform: rotate(-45deg);
  border-right: 2px solid #147ad4;
  border-bottom: 2px solid #147ad4;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7.0535%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .main--kaso .article__link::after {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.6666666667 * var(--vw));
    right: calc(1.3333333333 * var(--vw));
  }
}
@media only screen and (min-width: 768px) {
  .main--kaso .article__date {
    margin-right: 1.5rem;
  }
}
.main--kaso .article__category {
  min-width: 5.5625rem;
}
@media only screen and (min-width: 768px) {
  .main--kaso .article__category {
    margin-right: 2rem;
  }
}
.main--kaso .article__text {
  text-decoration: none;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  line-height: 2.2222;
  width: calc(100% - 14.9375rem);
}
@media only screen and (max-width: 767px) {
  .main--kaso .article__text {
    width: 100%;
  }
}
.main--kaso .article + .article {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.list--pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .list--pagination {
    font-size: calc(3.4666666667 * var(--vw));
    margin-bottom: calc(21.3333333333 * var(--vw));
    gap: calc(2.1333333333 * var(--vw));
  }
}
.list--pagination__item a, .list--pagination__item span {
  background-color: #fff;
  line-height: 1;
  min-width: 3rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 0.25rem;
}
@media only screen and (max-width: 767px) {
  .list--pagination__item a, .list--pagination__item span {
    min-width: calc(7.7333333333 * var(--vw));
    min-height: calc(7.7333333333 * var(--vw));
    border-radius: calc(0.5333333333 * var(--vw));
  }
}
.list--pagination__item.is--active a, .list--pagination__item.is--active span {
  background-color: #147ad4;
  color: #fff;
}
.list--pagination__item.is--next a, .list--pagination__item.is--prev a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list--pagination__item.is--next a::before, .list--pagination__item.is--prev a::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-left: 2px solid #147ad4;
  border-bottom: 2px solid #147ad4;
}
@media only screen and (max-width: 767px) {
  .list--pagination__item.is--next a::before, .list--pagination__item.is--prev a::before {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.6666666667 * var(--vw));
  }
}
.list--pagination__item.is--next a::before {
  transform: rotate(-135deg);
  margin-right: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .list--pagination__item.is--next a::before {
    margin-right: calc(1.3333333333 * var(--vw));
  }
}
.list--pagination__item.is--prev a::before {
  transform: rotate(45deg);
  margin-left: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .list--pagination__item.is--prev a::before {
    margin-left: calc(1.3333333333 * var(--vw));
  }
}

.no-post {
  text-align: center;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 1.5rem;
  margin: auto;
  max-width: 77.9375rem;
  width: 89.333%;
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  box-shadow: 0 0.25rem 1.1875rem 0 rgba(20, 122, 212, 0.08);
  padding: 1rem 5rem 0.8125rem 2.5rem;
}
@media only screen and (max-width: 1120px) {
  .header {
    padding: 1rem 2.5rem 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: calc(1.8666666667 * var(--vw)) calc(3.2 * var(--vw)) calc(1.8666666667 * var(--vw)) calc(4.2666666667 * var(--vw));
    gap: calc(5.3333333333 * var(--vw));
    top: calc(6.5333333333 * var(--vw));
  }
}
.header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px #ddd solid;
  border-radius: 1rem;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .header::after {
    border-radius: calc(2.1333333333 * var(--vw));
  }
}
.header .sitename {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .header .sitename {
    width: calc(64.8 * var(--vw));
  }
  .header .sitename img {
    width: 100%;
  }
}
.header .linkai {
  display: none;
}
@media only screen and (max-width: 1120px) {
  .header .linkai {
    display: flex;
    margin: auto;
  }
  .header .linkai img {
    width: 5.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .linkai img {
    width: calc(21.8666666667 * var(--vw));
  }
}

.nav {
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1120px) {
  .nav {
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
    visibility: hidden;
    padding-top: 7.125rem;
    padding-bottom: 3.75rem;
    max-height: calc(100vh - 1.5rem);
    overflow-y: auto;
    display: none;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    /* Chrome / Safari */
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  .nav {
    z-index: -1;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    padding-top: calc(24.1333333333 * var(--vw));
    padding-bottom: calc(18.6666666667 * var(--vw));
    max-height: calc(100vh - 6.5333333333 * var(--vw));
    display: none;
  }
}

.list--nav {
  display: flex;
  color: #147ad4;
  font-weight: 700;
  gap: 2rem;
}
@media only screen and (max-width: 1120px) {
  .list--nav {
    flex-direction: column;
    margin-bottom: 2.5rem;
    gap: 0;
  }
  .list--nav .list--nav__item {
    border-bottom: 1px solid #cbcbcb;
  }
}
@media only screen and (max-width: 767px) {
  .list--nav {
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
@media only screen and (max-width: 1120px) {
  .list--nav .link--under {
    padding: 1.25rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .list--nav .link--under {
    font-size: calc(4.2666666667 * var(--vw));
    padding: calc(5.3333333333 * var(--vw)) 0;
  }
}
@media only screen and (max-width: 1120px) {
  .list--nav .link--under span {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .list--nav .link--under span::after {
    content: "";
    position: static;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #147ad4;
    border-radius: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .list--nav .link--under span::after {
    width: calc(1.6 * var(--vw));
    height: calc(1.6 * var(--vw));
  }
}

.menu {
  position: relative;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 1120px) {
  .menu {
    display: block;
    background: linear-gradient(97.01deg, #147ad4, #14c2f2);
    border-radius: 0.25rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 767px) {
  .menu {
    width: calc(11.7333333333 * var(--vw));
    height: calc(11.7333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 1120px) {
  .menu .menu__bar {
    background-color: #fff;
    width: 1.25rem;
    height: 0.125rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 767px) {
  .menu .menu__bar {
    width: calc(5.3333333333 * var(--vw));
    height: calc(0.5333333333 * var(--vw));
  }
}
@media only screen and (max-width: 1120px) {
  .menu .menu__bar:nth-child(1) {
    top: 0.8125rem;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 767px) {
  .menu .menu__bar:nth-child(1) {
    top: calc(3.0666666667 * var(--vw));
  }
}
@media only screen and (max-width: 1120px) {
  .menu .menu__bar:nth-child(2) {
    top: 1.3125rem;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 767px) {
  .menu .menu__bar:nth-child(2) {
    top: calc(5.6 * var(--vw));
  }
}
@media only screen and (max-width: 1120px) {
  .menu .menu__bar:nth-child(3) {
    top: 1.8125rem;
  }
}
@media only screen and (max-width: 1120px) and (max-width: 767px) {
  .menu .menu__bar:nth-child(3) {
    top: calc(7.7333333333 * var(--vw));
  }
}

@media only screen and (max-width: 1120px) {
  .header::before {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 767px) {
  .header::before {
    top: calc(-6.5333333333 * var(--vw));
  }
}

@media only screen and (max-width: 1120px) {
  .is--active.header::before {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1120px) {
  .is--active .menu .menu__bar:nth-child(1) {
    transform: rotate(45deg);
    top: 1.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .is--active .menu .menu__bar:nth-child(1) {
    top: calc(5.6 * var(--vw));
  }
}

@media only screen and (max-width: 1120px) {
  .is--active .menu .menu__bar:nth-child(2) {
    opacity: 0;
  }
}

@media only screen and (max-width: 1120px) {
  .is--active .menu .menu__bar:nth-child(3) {
    transform: rotate(-45deg);
    top: 1.3125rem;
  }
}
@media only screen and (max-width: 767px) {
  .is--active .menu .menu__bar:nth-child(3) {
    top: calc(5.6 * var(--vw));
  }
}

@media only screen and (max-width: 1120px) {
  .is--active .nav {
    opacity: 1;
    visibility: visible;
    width: 100%;
    display: block;
  }
}

.footer {
  padding-top: 4.875rem;
  background: url(../img/common/bg_footer.png) top center/100% no-repeat, linear-gradient(to bottom, transparent 0%, transparent 4.875rem, #fff 4.875rem, #fff 100%);
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: calc(17.0666666667 * var(--vw));
    background: url(../img/common/bg_footer_sp.png) top center/100% no-repeat, linear-gradient(to bottom, transparent 0%, transparent calc(8.5333333333 * var(--vw)), #fff calc(8.5333333333 * var(--vw)), #fff 100%);
  }
}
.footer .flex {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1.625rem;
  gap: 2rem;
  width: 89.333%;
}
@media only screen and (max-width: 767px) {
  .footer .flex {
    margin-bottom: calc(6.4 * var(--vw));
    flex-direction: column;
    gap: calc(6 * var(--vw));
    width: 84%;
  }
}
.footer .sitename {
  display: block;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .footer .sitename {
    width: 100%;
    margin-bottom: calc(3.7333333333 * var(--vw));
  }
  .footer .sitename img {
    width: 100%;
  }
}
.footer .address {
  font-size: 0.875rem;
  line-height: 1.4285;
}
@media only screen and (max-width: 767px) {
  .footer .address {
    text-align: center;
    font-size: calc(3.2 * var(--vw));
    line-height: 2.0833;
  }
}

.footer__text {
  flex: 1;
}

@media only screen and (min-width: 768px) {
  .footer__link {
    max-width: 44.3125rem;
    width: 55.390625%;
  }
}

.list--footer {
  color: #147ad4;
}
@media only screen and (min-width: 768px) {
  .list--footer {
    display: flex;
    flex-wrap: wrap;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 1.8125rem;
    margin-left: 0.1875rem;
    gap: 6.91114%;
  }
}
@media only screen and (max-width: 767px) {
  .list--footer {
    display: grid;
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    font-weight: 600;
    margin: 0 auto calc(5.8666666667 * var(--vw));
    width: 93.809%;
    justify-content: center;
    gap: calc(4.2666666667 * var(--vw)) calc(18.6666666667 * var(--vw));
  }
}

.linkai {
  background-color: #fff;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.17);
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.7142;
  margin-left: 0.1875rem;
}
@media only screen and (max-width: 767px) {
  .linkai {
    border-radius: calc(1.0666666667 * var(--vw));
    padding: calc(3.2 * var(--vw)) calc(2.6666666667 * var(--vw)) calc(2.4 * var(--vw)) calc(4 * var(--vw));
    font-size: calc(3.4666666667 * var(--vw));
    line-height: 1.6923;
    gap: calc(4.2666666667 * var(--vw));
    width: 93.809%;
    margin: auto;
  }
  .linkai img {
    width: calc(18.1333333333 * var(--vw));
  }
}
.linkai a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 2.5rem;
}
@media only screen and (max-width: 767px) {
  .linkai a {
    padding: 0.75rem;
  }
}
.linkai .link--linkai {
  color: #147ad4;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .linkai .link--linkai {
    margin-top: calc(1.0666666667 * var(--vw));
  }
  .linkai .link--linkai::after {
    margin-left: 0.5em;
  }
}

.banner__area {
  display: grid;
  grid-template-columns: 1fr 3fr 3fr;
  margin-top: calc(2.6666666667 * var(--vw));
  gap: calc(2.6666666667 * var(--vw));
  align-items: center;
}
.banner__area img {
  width: 100%;
  height: auto;
}

.copyright__outer {
  text-align: center;
  background-color: #147ad4;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285;
  padding: 1.0625rem 0 0.8125rem;
}
@media only screen and (max-width: 767px) {
  .copyright__outer {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.3333;
    padding: calc(4.8 * var(--vw)) 0 calc(4 * var(--vw));
  }
}

/* ----------------------------
    TOP page
---------------------------- */
.mv__outer {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .mv__outer {
    padding-bottom: 5.6875rem;
  }
}

.mv {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .mv {
    height: 48.625rem;
    background-image: url(../img/top/mv.png);
  }
}
@media only screen and (min-width: 1440px) {
  .mv {
    height: 100%;
    aspect-ratio: 1440/778;
  }
}
@media only screen and (max-width: 767px) {
  .mv {
    aspect-ratio: 750/1061;
    background-image: url(../img/top/mv_sp.png);
  }
}
.mv__title {
  color: #fff;
  padding-left: 1.6875rem;
  padding-top: 0.1875rem;
  border-left: 0.3125rem solid #fff;
  position: absolute;
  font-weight: 600;
  left: calc(6.7361111111 * var(--vw));
  bottom: 9.625rem;
}
@media only screen and (max-width: 767px) {
  .mv__title {
    left: calc(5.3333333333 * var(--vw));
    bottom: calc(21.7333333333 * var(--vw));
    padding-left: calc(2.8 * var(--vw));
    padding-top: calc(0.6666666667 * var(--vw));
  }
}
.mv__title > span {
  display: block;
  line-height: 1;
}
.mv__title > span:nth-child(1) {
  letter-spacing: 0.1em;
  font-size: calc(2.6388888889 * var(--vw));
  padding-bottom: calc(0.9027777778 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(1) {
    font-size: calc(5.0666666667 * var(--vw));
    padding-bottom: calc(1.7333333333 * var(--vw));
  }
}
.mv__title > span:nth-child(2) {
  letter-spacing: 0.08em;
  font-size: calc(4.4444444444 * var(--vw));
  padding-bottom: calc(1.0416666667 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(2) {
    font-size: calc(8.5333333333 * var(--vw));
    padding-bottom: calc(2 * var(--vw));
  }
}
.mv__title > span:nth-child(2) span {
  letter-spacing: 0.06em;
  font-size: calc(3.8888888889 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(2) span {
    font-size: calc(7.4666666667 * var(--vw));
  }
}
.mv__title > span:nth-child(3) {
  letter-spacing: 0.06em;
  font-size: calc(4.4444444444 * var(--vw));
  padding-bottom: calc(1.1111111111 * var(--vw));
}
@media only screen and (max-width: 767px) {
  .mv__title > span:nth-child(3) {
    font-size: calc(8.5333333333 * var(--vw));
    padding-bottom: calc(1.3333333333 * var(--vw));
  }
}

.sec--news {
  background-color: #fff;
  width: 87.466%;
  box-shadow: 0 0.25rem 2.25rem 0 rgba(20, 122, 212, 0.1);
}
@media only screen and (min-width: 768px) {
  .sec--news {
    border-radius: 1rem 0 0 1rem;
    padding: 1.625rem 2rem 1.25rem;
    max-width: 39.9375rem;
    width: 44.375%;
    bottom: 4.0625rem;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec--news {
    border-radius: calc(2.1333333333 * var(--vw));
    padding: calc(2.9333333333 * var(--vw)) calc(5.3333333333 * var(--vw));
    position: relative;
    margin: auto;
    top: calc(-10.6666666667 * var(--vw));
  }
}
.sec--news .link {
  margin-left: auto;
  margin-top: 1.375rem;
}
@media only screen and (max-width: 767px) {
  .sec--news .link {
    margin-top: calc(4.9333333333 * var(--vw));
  }
}

.article {
  font-weight: 600;
}
.article__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 0.6875rem;
  padding-bottom: 0.625rem;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .article__link {
    gap: calc(0.9333333333 * var(--vw)) calc(3.2 * var(--vw));
  }
}
.article__link:hover::before {
  transform: scaleY(1);
  transform-origin: bottom center;
}
.article__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DFE9F2;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: top center;
  transition-duration: 0.5s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.article__date {
  color: #147ad4;
  margin-right: 0.875rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
  .article__date {
    font-size: calc(3.2 * var(--vw));
    margin-right: 0;
  }
}
.article__category {
  background-color: #147ad4;
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .article__category {
    border-radius: 0.25rem;
    font-size: 0.875rem;
    margin-right: 1rem;
    min-width: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .article__category {
    border-radius: calc(0.5333333333 * var(--vw));
    font-size: calc(3.2 * var(--vw));
    width: calc(18.1333333333 * var(--vw));
  }
}
.article__text {
  text-decoration: underline;
  letter-spacing: 0.006em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .article__text {
    font-size: 1.125rem;
    line-height: 1.5555;
    width: calc(100% - 12.75rem);
  }
}
@media only screen and (max-width: 1220px) {
  .article__text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .article__text {
    white-space: nowrap;
  }
}

.article + .article {
  border-top: 1px solid #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .article + .article {
    margin-top: calc(1.8666666667 * var(--vw));
    padding-top: calc(2 * var(--vw));
  }
}

.sec__title {
  letter-spacing: 0.08em;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .sec__title {
    margin-bottom: calc(3.8666666667 * var(--vw));
  }
}
.sec__title--en {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #147ad4;
  line-height: 1;
  font-size: 1.5rem;
  margin-bottom: 0.3125rem;
}
@media only screen and (max-width: 767px) {
  .sec__title--en {
    font-size: calc(4 * var(--vw));
    margin-bottom: calc(0.5333333333 * var(--vw));
  }
}
.sec__title--text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .sec__title--text {
    font-size: calc(5.3333333333 * var(--vw));
    line-height: 1.4;
  }
}
.sec__text {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .sec__text {
    line-height: 1.923;
  }
}
.sec__text + .link--main {
  margin-top: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .sec__text + .link--main {
    margin-top: calc(6.1333333333 * var(--vw));
  }
}

.sec--about {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .sec--about {
    padding-bottom: 5.25rem;
    padding-left: 0.625rem;
    gap: 3.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .sec--about {
    flex-direction: column;
    padding-top: calc(5.2 * var(--vw));
    padding-bottom: calc(16 * var(--vw));
    gap: calc(9.3333333333 * var(--vw));
  }
}
.sec--about .sec__img {
  width: 46.846%;
}
@media only screen and (max-width: 767px) {
  .sec--about .sec__img {
    width: 100%;
  }
}
.sec--about .sec__img img {
  width: 100%;
}
.sec--about .sec__text__outer {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .sec--about .sec__text__outer {
    max-width: 29rem;
    width: 41.428%;
  }
}
@media only screen and (max-width: 767px) {
  .sec--about .sec__text__outer {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sec--about .sec__title {
    margin-top: 0.625rem;
  }
}

.sec--location {
  background: url(../img/top/bg_white_round.png) top center/100% no-repeat, linear-gradient(to bottom, transparent 0%, transparent 8.375rem, #fff 8.375rem, #fff 100%);
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .sec--location {
    background: url(../img/top/bg_white_round_sp.png) top center/100% no-repeat, linear-gradient(to bottom, transparent 0%, transparent calc(16 * var(--vw)), #fff calc(16 * var(--vw)), #fff 100%);
    padding-top: calc(16 * var(--vw));
    padding-bottom: calc(16 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  .sec--location .sec__title {
    margin-bottom: calc(5.7333333333 * var(--vw));
  }
}
.sec--location .flex {
  align-items: center;
  gap: 9.0178%;
}
@media only screen and (max-width: 767px) {
  .sec--location .flex {
    flex-direction: column-reverse;
    gap: calc(9.6 * var(--vw));
  }
}
.sec--location .sec__text__outer {
  max-width: 30.625rem;
  padding-left: 0.625rem;
  margin-top: 2.75rem;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .sec--location .sec__text__outer {
    max-width: none;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.sec--location .sec__img {
  width: 41.071%;
}
@media only screen and (max-width: 767px) {
  .sec--location .sec__img {
    max-width: 37.5rem;
    width: calc(80 * var(--vw));
    margin: auto;
  }
}
.sec--location__img-wrapper {
  overflow: hidden;
}
.sec--location__img {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .sec--location__img {
    max-width: 89.25rem;
    width: 99.166%;
    margin: 2.8125rem auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec--location__img {
    margin-top: calc(11.7333333333 * var(--vw));
    width: -moz-max-content;
    width: max-content;
    animation: loop-slide 25s linear infinite;
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}
@media only screen and (max-width: 767px) {
  .sec--location__img img {
    margin-right: calc(5.3333333333 * var(--vw));
    flex-shrink: 0;
  }
}
.sec--location__img .odd {
  width: 19.0476%;
}
@media only screen and (max-width: 767px) {
  .sec--location__img .odd {
    width: calc(42.6666666667 * var(--vw));
  }
}
.sec--location__img .even {
  width: 14.705%;
}
@media only screen and (max-width: 767px) {
  .sec--location__img .even {
    width: calc(34.6666666667 * var(--vw));
    margin-top: calc(16.8 * var(--vw)) !important;
  }
}
@media only screen and (min-width: 768px) {
  .sec--location__img img:nth-child(1) {
    margin-top: 0.5rem;
  }
}
.sec--location__img img:nth-child(2) {
  margin-top: 5.5rem;
}
.sec--location__img img:nth-child(4) {
  margin-top: 5.875rem;
}

.sec--landuse {
  padding-top: 10.8125rem;
  padding-bottom: 4.5rem;
  background: url(../img/top/bg_gray_round.png) top center/100% no-repeat, linear-gradient(to bottom, #fff 0%, #fff 10.8125rem, #f5f5f5 10.8125rem, #f5f5f5 100%);
}
@media only screen and (max-width: 767px) {
  .sec--landuse {
    background: url(../img/top/bg_gray_round_sp.png) top center/100% no-repeat, linear-gradient(to bottom, #fff 0%, #fff calc(16 * var(--vw)), #f5f5f5 calc(16 * var(--vw)), #f5f5f5 100%);
    padding-top: calc(21.3333333333 * var(--vw));
    padding-bottom: calc(20.6666666667 * var(--vw));
  }
}

/* ----------------------------
    産連協について
---------------------------- */
.main--about .contents__title {
  margin-bottom: 1.625rem;
}
@media only screen and (max-width: 767px) {
  .main--about .contents__title {
    margin-bottom: calc(6.4 * var(--vw));
  }
}
.main--about .contents__title--sub::before {
  content: none;
}
.main--about .contents--purpose {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main--about .contents--purpose .contents__title {
    margin-bottom: calc(6.4 * var(--vw));
  }
}
.main--about .contents--purpose .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 3.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .main--about .contents--purpose .inner {
    flex-direction: column;
    gap: 0;
  }
}
.main--about .contents--purpose .contents__text {
  max-width: 47.5625rem;
  width: calc(100% - 17.6875rem);
}
@media only screen and (min-width: 768px) {
  .main--about .contents--purpose .contents__text {
    padding-left: 1.5625rem;
  }
}
@media only screen and (max-width: 767px) {
  .main--about .contents--purpose .contents__text {
    width: 100%;
    padding-bottom: calc(13.0666666667 * var(--vw));
    margin-bottom: calc(13.3333333333 * var(--vw));
    border-bottom: 2px solid #cbcbcb;
  }
}
.main--about .contents--purpose .list {
  max-width: 47.5625rem;
  width: calc(100% - 17.6875rem);
}
@media only screen and (max-width: 767px) {
  .main--about .contents--purpose .list {
    width: 100%;
  }
}
.main--about .contents--purpose .list .inblock {
  display: block;
}
@media only screen and (max-width: 1120px) {
  .main--about .contents--purpose .list .inblock {
    display: inline-block;
  }
}
.main--about .animation-img {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 2.5rem;
  gap: 1rem;
  animation: loop-slide 25s linear infinite;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .main--about .animation-img {
    margin-top: calc(10.5333333333 * var(--vw));
    gap: calc(3.2 * var(--vw));
  }
}
.main--about .animation-img figcaption {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main--about .animation-img img {
    width: calc(53.3333333333 * var(--vw));
  }
}
@media only screen and (max-width: 767px) {
  .main--about .sec--overview {
    margin-top: calc(19.8666666667 * var(--vw));
  }
}
.main--about .def--overview {
  display: grid;
  grid-template-columns: 10rem 1fr;
  border: 1px solid #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .main--about .def--overview {
    display: block;
  }
}
.main--about .def--overview__term {
  color: #147ad4;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 2.2222;
  padding: 1.5rem 0 1.375rem 2rem;
  border-bottom: 1px solid #cbcbcb;
}
.main--about .def--overview__term:last-of-type {
  border-bottom: none;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .main--about .def--overview__term {
    font-size: calc(3.7333333333 * var(--vw));
    line-height: 1.7857;
    border-bottom: none;
    padding: calc(4.2666666667 * var(--vw)) calc(5.3333333333 * var(--vw)) calc(2.1333333333 * var(--vw));
  }
}
.main--about .def--overview__description {
  line-height: 2;
  padding: 1.625rem 2rem 1.375rem;
  border-bottom: 1px solid #cbcbcb;
}
.main--about .def--overview__description:last-of-type {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .main--about .def--overview__description {
    line-height: 1.923;
    padding: 0 calc(5.3333333333 * var(--vw)) calc(4.2666666667 * var(--vw));
  }
  .main--about .def--overview__description .mb {
    margin-bottom: 1em;
  }
}
.main--about .def--overview__description p + .bold {
  margin-top: 2em;
}
.main--about .map {
  margin-top: 2rem;
}
.main--about .map iframe {
  border-radius: 1rem;
  aspect-ratio: 912/449;
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main--about .map iframe {
    aspect-ratio: 590/290;
    border-radius: 0;
  }
}
.main--about .tree__wrap {
  padding: 2rem 3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap {
    padding: calc(4.2666666667 * var(--vw));
  }
}
.main--about .tree__wrap::before {
  content: "";
  width: 0.375rem;
  height: calc(100% - 4rem);
  position: absolute;
  top: 2rem;
  left: 24.625rem;
  background-color: #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap::before {
    width: calc(0.8 * var(--vw));
    height: calc(100% - 8.5333333333 * var(--vw));
    top: calc(4.2666666667 * var(--vw));
    left: calc(48.4 * var(--vw));
  }
}
.main--about .tree__wrap .pst--rel {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .pst--rel:nth-child(odd) .tree--center {
    margin-left: calc(35.6 * var(--vw));
  }
  .main--about .tree__wrap .pst--rel:nth-child(even) .tree--center {
    margin-left: calc(33.8666666667 * var(--vw));
  }
  .main--about .tree__wrap .pst--rel:nth-child(3) .tree--r {
    padding: calc(2 * var(--vw)) calc(1.7333333333 * var(--vw));
    width: auto;
  }
}
.main--about .tree__wrap .pst--rel:has(.tree--r)::before,
.main--about .tree__wrap .pst--rel:has(.tree--l)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.375rem;
  background-color: #cbcbcb;
  left: 0;
  top: 1.375rem;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .pst--rel:has(.tree--r)::before,
  .main--about .tree__wrap .pst--rel:has(.tree--l)::before {
    top: calc(5.0666666667 * var(--vw));
    height: calc(0.8 * var(--vw));
  }
}
.main--about .tree__wrap .pst--rel:has(.tree--r)::before {
  max-width: 32.875rem;
  width: 46.964%;
  left: 18.8125rem;
}
@media only screen and (max-width: 1120px) {
  .main--about .tree__wrap .pst--rel:has(.tree--r)::before {
    width: 40%;
    left: auto;
    right: calc(5.3333333333 * var(--vw));
  }
}
.main--about .tree__wrap .pst--rel:has(.tree--l)::before {
  width: 24.375rem;
  left: 0;
  top: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .pst--rel:has(.tree--l)::before {
    top: calc(5.0666666667 * var(--vw));
    width: calc(50.8 * var(--vw));
    left: calc(4.1333333333 * var(--vw));
  }
}
.main--about .tree__wrap .tree {
  line-height: 2;
  font-weight: 600;
  border: solid 1px #147ad4;
  background-color: #fff;
  border-radius: 0.5rem;
  max-width: 6rem;
  text-align: center;
  padding: 0.375rem 0;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree {
    max-width: -moz-max-content;
    max-width: max-content;
    padding: calc(2 * var(--vw)) calc(5.2 * var(--vw));
  }
}
.main--about .tree__wrap .tree--center {
  margin-left: 18.8125rem;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree--center {
    margin-left: 0;
  }
}
.main--about .tree__wrap .tree--r {
  position: absolute;
  top: 0;
  left: calc(18.8125rem + 43%);
  width: 6rem;
}
@media only screen and (max-width: 1120px) {
  .main--about .tree__wrap .tree--r {
    left: auto;
    right: 0;
    width: calc(23.7333333333 * var(--vw));
  }
}
.main--about .tree__wrap .tree--l {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree--l {
    top: 0;
  }
}
.main--about .tree__wrap .tree--l .tree:last-of-type {
  padding: 0.875rem 1.375rem;
}
@media only screen and (min-width: 768px) {
  .main--about .tree__wrap .tree--l .tree:last-of-type {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree--l .tree:last-of-type {
    padding: calc(2 * var(--vw)) calc(3.0666666667 * var(--vw));
  }
}
.main--about .tree__wrap .tree--l::before {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #cbcbcb;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree--l::before {
    width: calc(0.8 * var(--vw));
  }
}
.main--about .tree__wrap .tree--middle {
  max-width: 14rem;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree--middle {
    max-width: -moz-max-content;
    max-width: max-content;
    width: calc(32.8 * var(--vw));
  }
  .main--about .tree__wrap .tree--middle:nth-child(1) {
    margin-left: calc(2.8 * var(--vw));
  }
  .main--about .tree__wrap .tree--middle:nth-child(2) {
    margin-left: calc(4.5333333333 * var(--vw));
  }
}
.main--about .tree__wrap .tree--wide {
  max-width: 48.5rem;
  padding: 0.4375rem 0.8125rem 0.6875rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.125rem;
  margin-left: 15.5rem;
}
.main--about .tree__wrap .tree--wide:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1120px) {
  .main--about .tree__wrap .tree--wide {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree--wide {
    margin-left: 0;
    padding: calc(3.2 * var(--vw)) calc(4.2666666667 * var(--vw));
    gap: calc(2.1333333333 * var(--vw));
  }
}
.main--about .tree__wrap .tree__name {
  background-color: #f5f5f5;
  text-align: center;
  width: 10.625rem;
  padding: 0.5rem 0.8125rem;
  border-radius: 0.375rem;
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .tree__name {
    width: auto;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: calc(1.0666666667 * var(--vw)) calc(3.2 * var(--vw));
    border-radius: calc(0.8 * var(--vw));
    margin: auto;
  }
}
.main--about .tree__wrap .tree__text {
  font-weight: 400;
  text-align: left;
  width: calc(100% - 11.625rem);
}
@media only screen and (max-width: 1120px) {
  .main--about .tree__wrap .tree__text {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main--about .tree__wrap .mb--16 {
    margin-bottom: calc(3.2 * var(--vw));
  }
  .main--about .tree__wrap .mb--46 {
    margin-bottom: calc(47.4666666667 * var(--vw));
  }
}
.main--about .contents--history .contents__title {
  margin-bottom: 2.125rem;
}
@media only screen and (max-width: 767px) {
  .main--about .contents--history .contents__title {
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
.main--about .def--history {
  padding: 2.5rem;
  display: grid;
  grid-template-columns: 11.875rem 1fr;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main--about .def--history {
    padding: calc(5.3333333333 * var(--vw)) calc(4.2666666667 * var(--vw));
    grid-template-columns: calc(16.8 * var(--vw)) 1fr;
  }
}
.main--about .def--history::before {
  content: "";
  width: 2px;
  height: calc(100% - 7.125rem);
  background: #cbcbcb;
  position: absolute;
  top: 3.5625rem;
  left: 10rem;
}
@media only screen and (max-width: 767px) {
  .main--about .def--history::before {
    height: calc(100% - 23.3333333333 * var(--vw));
    top: calc(8.2666666667 * var(--vw));
    left: calc(16 * var(--vw));
  }
}
.main--about .def--history__term {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #147ad4;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main--about .def--history__term {
    font-size: calc(5.3333333333 * var(--vw));
    padding-top: calc(1.0666666667 * var(--vw));
  }
}
.main--about .def--history__term:last-of-type {
  margin-bottom: 0;
}
.main--about .def--history__term::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: #147ad4;
  position: absolute;
  left: 7.25rem;
  top: 0.6875rem;
}
@media only screen and (max-width: 767px) {
  .main--about .def--history__term::before {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
    left: calc(11.2 * var(--vw));
    top: calc(2.9333333333 * var(--vw));
  }
}
.main--about .def--history__description {
  margin-bottom: 2rem;
  padding-top: 0.25rem;
}
.main--about .def--history__description:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .main--about .def--history__description p {
    display: flex;
    gap: calc(2.1333333333 * var(--vw));
  }
}
.main--about .def--history__description .month {
  margin-right: 0.5em;
}
@media only screen and (max-width: 767px) {
  .main--about .def--history__description .month {
    margin-right: 0;
    white-space: nowrap;
  }
}
.main--about .contents--environmental-charter {
  margin-bottom: 5.5rem;
}

/* ----------------------------
    TOPICS page
---------------------------- */
.main--topics .list--cat {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.4375rem;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  line-height: 2.111;
  font-weight: 600;
  color: #147ad4;
}
@media only screen and (max-width: 767px) {
  .main--topics .list--cat {
    font-size: calc(3.4666666667 * var(--vw));
    gap: calc(3.2 * var(--vw)) calc(4.2666666667 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
.main--topics .list--cat__link {
  border: 1px solid transparent;
  border-radius: 1.25rem;
  background: linear-gradient(white, white) padding-box, linear-gradient(97.01deg, #147ad4, #14c2f2) border-box;
  padding: 0 1.4375rem 0 1.4375rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .main--topics .list--cat__link {
    border-radius: calc(4 * var(--vw));
    padding: 0 calc(3.4666666667 * var(--vw)) 0 calc(5.0666666667 * var(--vw));
    gap: calc(2.1333333333 * var(--vw));
  }
}
.main--topics .list--cat__item.is--active .list--cat__link {
  background: #147ad4;
  color: #fff;
}
.main--topics .list--cat__item.is--active .list--cat__link::after {
  background-color: #fff;
}

/* ----------------------------
    土地使用協定
---------------------------- */
.main--land-use .bg--white {
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .main--land-use .bg--white {
    padding: calc(5.3333333333 * var(--vw));
  }
}
.main--land-use .contents__text.mb--24 {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .main--land-use .contents__text.mb--24 {
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}

.contents--area .bold {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contents--area .bold {
    margin-bottom: calc(2.1333333333 * var(--vw));
  }
}
.contents--area .img__outer img {
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contents--area .bg--white {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .contents--area .img__outer {
    width: 100%;
    max-width: none;
  }
  .contents--area .img__outer img {
    width: 100%;
  }
}

.list--num {
  display: flex;
  gap: 1.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .list--num {
    flex-direction: column;
    gap: calc(2.1333333333 * var(--vw));
  }
}

.list--conditions {
  display: flex;
  gap: 1rem;
  counter-reset: number 0;
}
@media only screen and (max-width: 767px) {
  .list--conditions {
    flex-direction: column;
    gap: calc(2.1333333333 * var(--vw));
  }
}
.list--conditions__item {
  border: solid 1px #147ad4;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 0.5rem;
  width: calc(100% - 3rem);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .list--conditions__item {
    border-radius: calc(1.0666666667 * var(--vw));
    width: 100%;
    padding: calc(3.2 * var(--vw)) calc(3.7333333333 * var(--vw));
    gap: calc(3.2 * var(--vw));
  }
}
.list--conditions__item::before {
  counter-increment: number 1;
  content: counter(number) "";
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .list--conditions__item::before {
    font-size: calc(3.7333333333 * var(--vw));
  }
}
.list--conditions + .contents__title--sub {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .list--conditions + .contents__title--sub {
    margin-top: calc(4.2666666667 * var(--vw));
  }
}

.contents--rule {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .contents--rule {
    margin-bottom: calc(21.3333333333 * var(--vw));
  }
}
.contents--rule .bg--white {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .contents--rule .bg--white {
    flex-direction: column;
    gap: calc(6.4 * var(--vw));
  }
}
.contents--rule figure {
  width: 45.865%;
}
@media only screen and (max-width: 767px) {
  .contents--rule figure {
    width: 100%;
  }
}
.contents--rule figure img {
  width: 100%;
}
.contents--rule figure figcaption {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4285;
  margin-top: 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contents--rule figure figcaption {
    font-size: calc(3.2 * var(--vw));
    line-height: 1.5;
  }
}
.contents--rule img {
  width: 51.25%;
}
@media only screen and (max-width: 767px) {
  .contents--rule img {
    width: 100%;
  }
}

.icon--swipe {
  position: relative;
}
.icon--swipe::after {
  display: none;
  content: "";
  position: absolute;
  width: calc(11.7333333333 * var(--vw));
  height: calc(11.7333333333 * var(--vw));
  background-image: url(../img/land-use/icon_swipe.png);
  background-size: contain;
  bottom: calc(2.1333333333 * var(--vw));
  right: calc(2.1333333333 * var(--vw));
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .icon--swipe::after {
    display: block;
  }
}

/* ----------------------------
    土地使用協定条文
---------------------------- */
.main--land-co-text .link--line {
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
}

.contents--policy .bg--white {
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .contents--policy .bg--white {
    padding: calc(5.3333333333 * var(--vw));
  }
}

.policy + .policy {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .policy + .policy {
    margin-top: calc(10.6666666667 * var(--vw));
  }
}
.policy__title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2307;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .policy__title {
    font-size: calc(4.2666666667 * var(--vw));
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
.policy__contents + .policy__contents {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .policy__contents + .policy__contents {
    margin-top: calc(6.4 * var(--vw));
  }
}
.policy__contents__title {
  color: #147ad4;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 2.222;
}
@media only screen and (max-width: 767px) {
  .policy__contents__title {
    font-size: calc(3.7333333333 * var(--vw));
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
.policy p + .list,
.policy .policy__contents__text + .list {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .policy p + .list,
  .policy .policy__contents__text + .list {
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
.policy p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .policy p {
    line-height: 1.923;
  }
}
.policy__article + .policy__article {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .policy__article + .policy__article {
    margin-top: calc(6.4 * var(--vw));
  }
}
.policy__article__title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .policy__article__title {
    line-height: 1.923;
    margin-bottom: calc(1.0666666667 * var(--vw));
  }
}
.policy__article p + .list {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .policy__article p + .list {
    margin-top: calc(2.1333333333 * var(--vw));
  }
}

.contents--standard {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .contents--standard {
    margin-bottom: calc(21.3333333333 * var(--vw));
  }
}
.contents--standard .contents__text {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .contents--standard .contents__text {
    margin-bottom: calc(7.7333333333 * var(--vw));
  }
}
.contents--standard .bg--white {
  padding: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .contents--standard .bg--white {
    padding: calc(5.3333333333 * var(--vw));
  }
}
.contents--standard img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.list-order {
  counter-reset: number;
}
.list-order__item {
  counter-increment: number;
  margin-left: 2rem;
  text-indent: -2rem;
}
.list-order__item::before {
  content: counter(number) ".";
  display: inline-block;
  width: 2rem;
  text-align: right;
  padding-right: 0.3rem;
}

/* ----------------------------
    立地企業
---------------------------- */
.form__wrap {
  display: flex;
  gap: 0.375rem;
  margin-bottom: 1rem;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .form__wrap {
    flex-direction: column;
    gap: calc(3.2 * var(--vw));
    margin-bottom: calc(3.2 * var(--vw));
  }
}

.link--50sounds {
  border: solid 1px #147ad4;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5555;
  padding: 0.625rem 0.625rem;
  border-radius: 0.25rem;
  text-align: center;
  display: block;
}
@media only screen and (max-width: 767px) {
  .link--50sounds {
    border-width: 2px;
    font-size: calc(3.7333333333 * var(--vw));
    font-weight: 600;
    line-height: 4.1538;
    padding: calc(1.7333333333 * var(--vw)) calc(2.1333333333 * var(--vw)) calc(1.4666666667 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw));
    color: #fff;
    text-align: left;
    border: none;
    border-bottom: 2px solid #7d7d7d;
  }
}
.link--50sounds.is--current {
  background-color: #147ad4;
  color: #fff;
}

.form {
  display: flex;
}
.form__input {
  border: solid 1px #888;
  border-radius: 0.25rem 0 0 0.25rem;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5555;
  padding: 0.75rem;
  width: 19.625rem;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  .form__input {
    border-width: 2px;
    border-color: #147ad4;
    border-radius: calc(1.0666666667 * var(--vw)) 0 0 calc(1.0666666667 * var(--vw));
    font-size: calc(3.7333333333 * var(--vw));
    font-weight: 600;
    line-height: 1.7857;
    width: 100%;
    padding: calc(3.0666666667 * var(--vw)) calc(2.9333333333 * var(--vw));
    border-radius: calc(1.0666666667 * var(--vw)) 0 0 calc(1.0666666667 * var(--vw));
    width: calc(100% - 13.0666666667 * var(--vw));
  }
}
.form__submit {
  background: url(../img/location-co/icon_search.svg) center/1.625rem no-repeat, #147ad4;
  width: 3.375rem;
  border-radius: 0 0.25rem 0.25rem 0;
}
@media only screen and (max-width: 767px) {
  .form__submit {
    background-size: calc(6.4 * var(--vw));
    width: calc(13.0666666667 * var(--vw));
    border-radius: 0 calc(1.0666666667 * var(--vw)) calc(1.0666666667 * var(--vw)) 0;
  }
}

@media only screen and (max-width: 767px) {
  .main--location-co .index-toggle {
    border: 2px solid #147ad4;
    font-weight: 600;
  }
}
.main--location-co .list--index {
  gap: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .main--location-co .list--index__link {
    border-radius: 0.25rem;
    border-color: #147ad4;
    background: transparent;
    color: #333;
    padding: 0.625rem 0.3125rem;
    line-height: 1.5555;
    min-width: 7.5rem;
    text-align: center;
    display: block;
  }
}
.main--location-co .list--index__link::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .main--location-co .list--index__link.is--current {
    background: #147ad4;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .main--location-co .list--index__link2 {
    border-radius: 0.25rem;
    border: 1px solid #147ad4;
    background: transparent;
    color: #333;
    padding: 0.625rem 0.3125rem;
    line-height: 1.5555;
    min-width: 3.75rem;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 1.125rem;
  }
}
.main--location-co .list--index__link2::after {
  content: none;
}
@media only screen and (min-width: 768px) {
  .main--location-co .list--index__link2.is--current {
    background: #147ad4;
    color: #fff;
  }
}
.main--location-co .mb--64 {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .main--location-co .mb--64 {
    margin-bottom: calc(8.5333333333 * var(--vw));
  }
}
.main--location-co .mb--100 {
  margin-bottom: 6.25rem;
}
@media only screen and (max-width: 767px) {
  .main--location-co .mb--100 {
    margin-bottom: calc(15.0666666667 * var(--vw));
  }
}
.main--location-co .bg--white {
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .main--location-co .bg--white {
    padding: calc(3.2 * var(--vw));
  }
}
.main--location-co .bg--white img {
  margin: auto;
}

.list--order {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  line-height: 2;
  counter-reset: num 0;
  max-width: 62.8125rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .list--order {
    flex-direction: column;
    gap: calc(3.6 * var(--vw));
  }
}
.list--order__item {
  width: 46.169%;
}
@media only screen and (max-width: 767px) {
  .list--order__item {
    width: 100%;
  }
}
.list--order__item a {
  border-bottom: 1px solid #0088ff;
  padding-left: 2.75rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .list--order__item a {
    padding-left: calc(11.2 * var(--vw));
    gap: calc(3.2 * var(--vw));
  }
}
.list--order__item a::before {
  counter-increment: num 1;
  content: counter(num) ".";
  color: #147ad4;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .list--order__item a::before {
    font-weight: 600;
    top: 50%;
    translate: 0 -50%;
  }
}
.list--order__item a::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-right: 2px solid #147ad4;
  border-bottom: 2px solid #147ad4;
  transform: rotate(-45deg);
  display: block;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .list--order__item a::after {
    width: calc(1.3333333333 * var(--vw));
    height: calc(1.3333333333 * var(--vw));
  }
}

.main--50sounds section.inner {
  max-width: 65.1875rem;
}
.main--50sounds section.inner:has(.contents__title) + .inner {
  margin-top: 4rem;
}
.main--50sounds section.inner:last-of-type {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .main--50sounds section.inner:last-of-type {
    margin-bottom: calc(13.3333333333 * var(--vw));
  }
}
.main--50sounds section.inner .list--order {
  max-width: none;
}

.company__kana section.inner {
  max-width: 65.1875rem;
}
.company__kana section.inner:has(.contents__title) + .inner {
  margin-top: 4rem;
}
.company__kana section.inner:last-of-type {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .company__kana section.inner:last-of-type {
    margin-bottom: calc(13.3333333333 * var(--vw));
  }
}
.company__kana section.inner .list--order {
  max-width: none;
}

.icon_member {
  display: flex;
  width: 3rem;
  border: 1px solid #000;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  line-height: 1.2rem;
  border-radius: calc(0.3472222222 * var(--vw));
  gap: 0.4em;
}
@media only screen and (max-width: 767px) {
  .icon_member {
    border-radius: calc(1.3333333333 * var(--vw));
    font-size: 0.875rem;
  }
}

.no_member {
  display: inline-block;
  width: 3rem;
  flex-shrink: 0;
}

.main--topics-single {
  padding-top: 9.875rem;
}
@media only screen and (max-width: 767px) {
  .main--topics-single {
    padding-top: calc(33.6 * var(--vw));
  }
}

.single__header {
  margin-bottom: 3.25rem;
}
@media only screen and (max-width: 767px) {
  .single__header {
    margin-bottom: calc(13.0666666667 * var(--vw));
  }
}

.single__date {
  font-size: 1.125rem;
  line-height: 2.2222;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .single__date {
    font-size: calc(3.7333333333 * var(--vw));
  }
}

.single__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3333;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .single__title {
    font-size: calc(6.4 * var(--vw));
    margin-top: calc(2.1333333333 * var(--vw));
  }
}

.single__contents {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .single__contents {
    margin-bottom: calc(13.3333333333 * var(--vw));
  }
}
.single__contents img {
  margin-bottom: 3.5rem;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .single__contents img {
    margin-bottom: calc(13.3333333333 * var(--vw));
    border-radius: calc(2.1333333333 * var(--vw));
  }
}
.single__contents img:first-of-type {
  max-width: none;
}
.single__contents h2 {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2307;
  letter-spacing: 0.06em;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 1.8125rem;
}
@media only screen and (max-width: 767px) {
  .single__contents h2 {
    font-size: calc(4.2666666667 * var(--vw));
    padding-left: calc(5.3333333333 * var(--vw));
  }
}
.single__contents h2::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: solid 2px #147ad4;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .single__contents h2::before {
    width: calc(2.6666666667 * var(--vw));
    height: calc(2.6666666667 * var(--vw));
    top: calc(1.6 * var(--vw));
  }
}
.single__contents p {
  line-height: 2;
}
.single__contents p + h2,
.single__contents p + img,
.single__contents p + a {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .single__contents p + h2,
  .single__contents p + img,
  .single__contents p + a {
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
.single__contents a {
  font-size: 1rem;
  line-height: 2;
  color: #0088ff;
  text-decoration: underline;
  margin-top: 2rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 767px) {
  .single__contents a {
    font-size: calc(3.4666666667 * var(--vw));
    margin-top: calc(5.3333333333 * var(--vw));
  }
}
.single__contents dd > a {
  display: inline;
}

.bg--white a {
  display: inline;
}

.single__other {
  margin-bottom: 5.0625rem;
}
@media only screen and (max-width: 767px) {
  .single__other {
    margin-bottom: calc(21.3333333333 * var(--vw));
  }
}
.single__other .link--main {
  margin: auto;
}

.main--co-single .single__contents {
  line-height: 2;
  margin-bottom: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single .single__contents {
    line-height: 1.923;
    margin-bottom: calc(18.6666666667 * var(--vw));
  }
}
.main--co-single .single__header {
  padding-top: 11.4375rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single .single__header {
    padding-top: calc(33.6 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
.main--co-single .single__header .contents__title {
  font-size: 3rem;
  line-height: 1.0833;
}
@media only screen and (max-width: 767px) {
  .main--co-single .single__header .contents__title {
    font-size: calc(7.7333333333 * var(--vw));
    line-height: 1.2;
  }
}
.main--co-single .single__header .contents__title::before {
  top: 1.5625rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single .single__header .contents__title::before {
    top: calc(3.7333333333 * var(--vw));
  }
}
.main--co-single .flex {
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single .flex {
    flex-direction: column;
    gap: calc(4.2666666667 * var(--vw));
    margin-bottom: calc(5.3333333333 * var(--vw));
  }
}
.main--co-single dl {
  max-width: 29.5rem;
  width: 42.1428%;
}
@media only screen and (max-width: 767px) {
  .main--co-single dl {
    max-width: none;
    width: 100%;
  }
}
.main--co-single dl dt {
  font-weight: 600;
}
.main--co-single dl dd {
  padding-bottom: 1rem;
  border-bottom: solid 1px #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .main--co-single dl dd {
    margin-bottom: calc(4.2666666667 * var(--vw));
  }
}
.main--co-single dl dd + dt {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single dl dd + dt {
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
.main--co-single dl dd .link--line-black {
  margin-top: 0;
}
.main--co-single .map {
  max-width: 36.5rem;
  width: 52.142%;
}
@media only screen and (max-width: 767px) {
  .main--co-single .map {
    max-width: none;
    width: 100%;
  }
}
.main--co-single .map__outer {
  aspect-ratio: 584/301;
}
.main--co-single .map__outer iframe {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .main--co-single .map__outer iframe {
    border-radius: calc(1.0666666667 * var(--vw));
  }
}
.main--co-single .map a {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single .map a {
    margin-top: calc(4.2666666667 * var(--vw));
  }
}
.main--co-single .bg--white {
  padding: 1.5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .main--co-single .bg--white {
    padding: calc(5.3333333333 * var(--vw));
    margin-bottom: calc(10.6666666667 * var(--vw));
  }
}
.main--co-single .link--main {
  color: #fff;
  display: flex;
  gap: 2rem;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .main--co-single .list--index {
    position: fixed;
    top: calc(2.1333333333 * var(--vw));
    z-index: 200;
    overflow-y: scroll;
    height: 100%;
    flex-wrap: nowrap;
  }
}
.main--co-single em {
  font-style: italic;
}

.main--search {
  padding-top: 11.75rem;
}
@media only screen and (max-width: 767px) {
  .main--search {
    padding-top: calc(26.9333333333 * var(--vw));
  }
}
.main--search .keywords {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .main--search .keywords {
    font-size: calc(3.7333333333 * var(--vw));
    gap: calc(3.2 * var(--vw));
    margin-bottom: calc(7.4666666667 * var(--vw));
  }
}
.main--search .article:last-of-type {
  margin-bottom: 4rem;
}
.main--search .article__link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.main--search .article__block {
  display: block;
  line-height: 1;
  font-weight: normal;
}/*# sourceMappingURL=style.css.map */