@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

li {
  list-style: none;
}

/*■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■

共通設定

■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■━■*/
.fadeinup {
  transform: translate(0, 50px);
}

.fadeindown {
  transform: translate(0, -50px);
}

.fadeinleft {
  transform: translate(-50px, 0);
}

.fadeinright {
  transform: translate(50px, 0);
}

.fadeinup,
.fadeindown,
.fadeinleft,
.fadeinright {
  opacity: 0;
  transition: all 500ms;
}

/* 画面内に入った状態 */
.fadeinup.scrollin,
.fadeindown.scrollin,
.fadeinleft.scrollin,
.fadeinright.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.returnbutton {
  display: block;
  background-color: #C13711;
  text-align: center;
  color: #fff;
  position: fixed;
  right: 2vw;
  z-index: 9998;
}
.returnbutton img {
  width: 40%;
  height: auto;
}

.returnbutton {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 4px;
}
.returnbutton span {
  display: block;
  margin-top: -5px;
}

@-moz-document url-prefix() {
  padding-top: 0;
}
@-moz-document url-prefix() {
  margin-top: -10px;
}
/*スクロールして途中から固定*/
/*ナビゲーション、もしくはヘッダーが「middlenav」*/
.middlenav {
  position: absolute;
}

.middlenav.fixed {
  position: fixed;
  top: 0;
}

/*　上に上がる動き　*/
#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.accordionarea {
  display: none;
}

.accordionclose .accordionarea {
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━共通設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━基礎設定━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: #3D3D3D;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1.4em;
}

main {
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

a {
  text-decoration: none;
  color: #3D3D3D;
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━icomoon━━━━━━━━━━━━━━━━━━━━━━━━━*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/webicon.eot?bx8ukk");
  src: url("fonts/webicon.eot?bx8ukk#iefix") format("embedded-opentype"), url("fonts/webicon.ttf?bx8ukk") format("truetype"), url("fonts/webicon.woff?bx8ukk") format("woff"), url("fonts/webicon.svg?bx8ukk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow1:before {
  content: "\e900";
}

.icon-arrow2:before {
  content: "\e901";
}

.icon-download:before {
  content: "\e902";
}

.icon-excel:before {
  content: "\e903";
}

.icon-out:before {
  content: "\e904";
}

.icon-pdf:before {
  content: "\e905";
}

.icon-right:before {
  content: "\e906";
}

.icon-tel:before {
  content: "\e907";
}

.icon-word:before {
  content: "\e908";
}

.btn_pdf, .btn_other, .btn_download, .btn_word {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  min-height: 40px;
  padding: 15px 15px;
  transition: 0.2s;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media print, screen and (max-width: 767px) {
  .btn_pdf, .btn_other, .btn_download, .btn_word {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .btn_pdf, .btn_other, .btn_download, .btn_word {
    width: auto;
  }
}
.btn_pdf img, .btn_other img, .btn_download img, .btn_word img {
  width: 15px;
}

.btn_word {
  background-color: #2e257a;
  border: 1px solid #2e257a;
  color: #FFFFFF;
}

.btn_pdf {
  background-color: #b76363;
  border: 1px solid #b76363;
  color: #FFFFFF;
}
.btn_pdf i {
  margin-right: 15px;
  color: #FFFFFF;
}

.btn_other {
  background-color: #76B4D4;
  border: 1px solid #76B4D4;
  color: #FFFFFF;
}
.btn_other i {
  margin-left: 15px;
  color: #FFFFFF;
}

.btn_download {
  background-color: #F5D361;
  border: 1px solid #F5D361;
  color: #3D3D3D;
}
.btn_download i {
  margin-left: 15px;
}

@media print, screen and (min-width: 1001px) {
  .btn_pdf:hover, .btn_other:hover, .btn_download:hover {
    transform: translate(3px, 3px);
    opacity: 0.8;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━文字サイズ━━━━━━━━━━━━━━━━━━━━━━━━━*/
.maintxt {
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #3D3D3D;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.6em;
}
.maintxt a {
  display: inline-block;
}

.maintxtbold {
  font-weight: 600;
}

.maintxtbr {
  margin-bottom: 1.2em;
  display: inline-block;
  width: 100%;
}

.maintxtbr:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .maintxtspace {
    margin-left: 1em;
  }
}

.maintxt_flex {
  display: flex;
}

.maintxt_flexnumber {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin-right: 6px;
}

.maintxt_boldnumber {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  margin-right: 5px;
}

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

.common_first {
  width: 90vw;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .common_first {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .common_first {
    margin-top: 100px;
  }
}
@media print, screen and (min-width: 1001px) {
  .common_first {
    margin-top: 120px;
  }
}

.common_first_h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  margin-bottom: clamp(0.625rem, 0.17rem + 2.27vw, 1.875rem);
  letter-spacing: 0.06em;
  line-height: 1em;
}

.common_first_h2span {
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  line-height: 3em;
}

.common_first_img {
  margin-bottom: clamp(0.625rem, 0.398rem + 1.14vw, 1.25rem);
  height: clamp(12.5rem, 7.955rem + 22.73vw, 25rem);
  position: relative;
}
.common_first_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.common_first_img::before {
  content: "";
  opacity: 0.4;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000;
}

.common_first_list {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .common_first_list {
    flex-wrap: wrap;
  }
}

.common_first_item {
  position: relative;
  padding: 0 5px;
  font-size: 14px;
  color: #a4a4a4;
}
.common_first_item a {
  color: #a4a4a4;
}

@media print, screen and (max-width: 767px) {
  .common_first_item:nth-child(2n) {
    width: 25px;
  }
}

@media print, screen and (max-width: 767px) {
  .common_first_item:nth-child(2n+1) {
    width: calc(100% - 25px);
  }
}

@media print, screen and (max-width: 767px) {
  .common_first_item:first-child {
    width: 100%;
  }
}

.common_first_item:first-child {
  padding-left: 0;
}

.mainareacommon {
  margin-top: calc(clamp(12.5rem, 7.955rem + 22.73vw, 25rem) / 2 * -1);
}

.mainareacommon_top {
  padding-top: calc(clamp(12.5rem, 7.955rem + 22.73vw, 25rem) / 2);
  background-color: #f2f2f2;
}

.common_section {
  margin: 0 auto;
  padding: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) 0;
  width: 90vw;
  max-width: 1500px;
}

.common_h3white, .common_h3gray {
  width: 100%;
  color: #3D3D3D;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 400;
  margin-bottom: clamp(2.5rem, 1.136rem + 6.82vw, 80px);
}
@media print, screen and (max-width: 767px) {
  .common_h3white, .common_h3gray {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .common_h3white, .common_h3gray {
    position: relative;
  }
}
.common_h3white span, .common_h3gray span {
  position: relative;
  padding-right: 15px;
}
@media print, screen and (max-width: 767px) {
  .common_h3white span, .common_h3gray span {
    line-height: 1.6em;
  }
}
@media print, screen and (min-width: 768px) {
  .common_h3white::before, .common_h3gray::before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: auto;
    margin: auto;
    height: 1px;
    background-color: #3D3D3D;
    right: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .common_h3gray span {
    background-color: #f2f2f2;
  }
}

@media print, screen and (min-width: 768px) {
  .common_h3white span {
    background-color: #FFFFFF;
  }
}

.common_h3gray_big,
.common_h3white_big {
  font-size: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
}

/*ロード画面*/
.loadinghidden {
  display: none;
}

.loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 2147483647;
  display: grid;
  place-content: center;
  opacity: 0; /* 初期状態は透明にする */
  transition: opacity 0.5s ease; /* アニメーションを適用 */
  pointer-events: none; /* 背後のコンテンツにマウスイベントが影響しないようにする */
}
.loading img {
  width: 200px;
  height: auto;
  text-align: center;
  margin: 0 auto 25px auto;
}
.loading .loadingtxt {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
  letter-spacing: 0.2rem;
  font-size: 20px;
}

.loading.active {
  display: grid;
  opacity: 1;
  transition: opacity 0.5s ease; /* アニメーションを適用 */
}

/* JS が無効なときのスタイル */
@media (scripting: none) {
  .loading {
    display: none;
  }
  .loadinghidden {
    display: block;
  }
}
.loader-2 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 4px;
  border-color: #F5D361 rgba(245, 211, 97, 0.062745098) rgba(245, 211, 97, 0.062745098);
  position: relative;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin: 0 auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes stagger {
  25% {
    border-color: rgba(245, 211, 97, 0.062745098) #F5D361 rgba(245, 211, 97, 0.062745098) rgba(245, 211, 97, 0.062745098);
  }
  50% {
    border-color: rgba(245, 211, 97, 0.062745098) rgba(245, 211, 97, 0.062745098) #F5D361 rgba(245, 211, 97, 0.062745098);
  }
  75% {
    border-color: rgba(245, 211, 97, 0.062745098) rgba(245, 211, 97, 0.062745098) rgba(245, 211, 97, 0.062745098) #F5D361;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  header {
    height: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  header {
    height: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  header {
    height: 100px;
  }
}
header h1 {
  z-index: 9999;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  header h1 {
    left: 15px;
    top: 20px;
    width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
  header h1 {
    left: 25px;
    top: 20px;
    width: 250px;
    height: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  header h1 {
    left: 25px;
    top: 0;
    height: auto;
    width: 300px;
  }
}
@media print, screen and (min-width: 1501px) {
  header h1 {
    left: 60px;
  }
}
header h1 a {
  height: auto;
  width: 100%;
}
@media print, screen and (min-width: 1200px) {
  header h1 a {
    padding: 24px 0;
  }
}

/* メニュー画面 */
.global-nav {
  position: fixed;
  right: -100vw;
  height: 100vh;
  transition: all 0.6s;
  z-index: 8500;
  background-color: #FFFFFF;
  width: 100vw;
}
@media print, screen and (min-width: 1200px) {
  .global-nav {
    position: relative;
    right: auto;
    height: auto;
    transition: all 0.6s;
    z-index: 8500;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
  }
}

/* メニュー項目の籠への指定 */
.global-nav__list {
  margin-top: 25vh;
}
@media print, screen and (min-width: 1200px) {
  .global-nav__list {
    display: flex;
    margin-right: 25px;
    margin-top: 0;
    height: 100%;
    align-items: center;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__list {
    margin-right: 60px;
  }
}

/* メニュー項目それぞれの指定 */
.global-nav__item {
  text-align: left;
  padding: 0 14px;
  /* メニュー項目それぞれの内側に関する指定 */
}
@media print, screen and (min-width: 1200px) {
  .global-nav__item {
    text-align: center;
    position: relative;
    padding: 0;
    margin-right: 25px;
  }
}
.global-nav__item a {
  display: block;
  color: #3D3D3D;
  margin: 0 auto;
  margin-bottom: 2vh;
  transition: 0.2s;
  font-weight: 500;
  width: 155px;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item a {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item a {
    padding: 5px 0;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav__item a {
    z-index: 9999;
    transition: 0.2s;
    padding: 15px 0;
    padding: 0;
    width: auto;
    margin: 0;
    font-size: 13px;
    letter-spacing: 0em;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__item a {
    padding: 15px 0;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

.global-nav__item_y {
  color: #F5D361 !important;
}

.global-nav__item:last-child {
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item:last-child {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item:last-child {
    display: flex;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav__item:last-child {
    margin: 0;
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__item:last-child {
    margin: 0;
  }
}
.global-nav__item:last-child a {
  background-color: #F5D361;
  padding: 0;
  height: auto;
  width: auto;
  padding: 5px;
}

.global-nav__item_line {
  display: inline-block;
  border: 1px solid #FFFFFF;
  color: #3D3D3D;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .global-nav__item_line {
    padding: 15px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .global-nav__item_line {
    padding: 15px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .global-nav__item_line {
    padding: 15px 25px;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__item_line {
    padding: 15px 35px;
  }
}

@media print, screen and (min-width: 1200px) {
  .global-nav__item:last-child:hover .global-nav__item_line {
    color: #FFFFFF;
  }
}

@media print, screen and (min-width: 1200px) {
  .global-nav__item ::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F5D361;
    top: 30px;
    transition: 0.2s;
  }
}
@media print, screen and (min-width: 1501px) {
  .global-nav__item ::before {
    height: 3px;
    top: 50px;
  }
}

@media print, screen and (min-width: 1200px) {
  .global-nav__item:hover ::before {
    width: 100%;
  }
}

.global-nav__item:last-child ::before {
  width: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━SPのみハンバーガーの指定━━━━━━━━━━━━━━━━━━━━━━━━━*/
.nav-open .global-nav {
  right: 0;
}
@media print, screen and (min-width: 1200px) {
  .nav-open .global-nav {
    right: auto;
  }
}

/* 三本線の親 */
.hamburger {
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 9000;
}
@media print, screen and (max-width: 767px) {
  .hamburger {
    top: 18px;
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .hamburger {
    right: 25px;
    top: 17px;
  }
}
@media print, screen and (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

/* 三本線全てへの指定 */
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #F5D361;
  transition: all 0.6s;
}

.hamburger__line--1 {
  top: 14px;
}

.hamburger__line--2 {
  top: 23px;
}

.hamburger__line--3 {
  top: 33px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(30deg);
  top: 23px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-390deg);
  top: 23px;
}

.footer {
  background-color: #3D3D3D;
}

.footer_list {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}

.footer_bottom {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
}

.footer {
  background-color: #3D3D3D;
  padding: 100px 0 clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) 0;
}

.footer_list {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) auto;
}
@media print, screen and (max-width: 767px) {
  .footer_list {
    width: 90vw;
    max-width: 175px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_list {
    width: 400px;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_list {
    width: 90vw;
    max-width: 1500px;
  }
}

.footer_item {
  margin-bottom: 15px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .footer_item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_item {
    width: 50%;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_item {
    width: auto;
    margin: 0;
    text-align: left;
  }
}
.footer_item a {
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

@media print, screen and (min-width: 1200px) {
  .footer_item:hover {
    opacity: 0.5;
  }
}

.footer_h3 {
  transition: 0.2s;
  width: 80vw;
  max-width: 500px;
  margin: 0 auto clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) auto;
}

@media print, screen and (min-width: 1200px) {
  .footer_h3:hover {
    opacity: 0.5;
  }
}

@media print, screen and (min-width: 1200px) {
  .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer_others {
  margin: 0 auto 60px auto;
  width: 90vw;
}
@media print, screen and (min-width: 768px) {
  .footer_others {
    display: flex;
    justify-content: space-between;
    width: 90vw;
    max-width: 450px;
  }
}
@media print, screen and (min-width: 1200px) {
  .footer_others {
    margin: 0;
  }
}

.footer_others_item {
  background-color: #FFFFFF;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .footer_others_item {
    margin: 0 auto 15px auto;
    width: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  .footer_others_item {
    width: 48%;
  }
}
.footer_others_item a {
  padding: 5px;
}

@media print, screen and (min-width: 1200px) {
  .footer_others_item:hover {
    opacity: 0.5;
  }
}

.footer_txts {
  color: #FFFFFF;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
  .footer_txts {
    text-align: right;
  }
}

.footer_privacy {
  transition: 0.2s;
  color: #FFFFFF;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 1200px) {
  .footer_privacy:hover {
    opacity: 0.5;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*ファーストビュー*/
.top_first_area {
  width: 100%;
  overflow: hidden;
  background-image: url(../img/top/first.jpg);
  background-size: cover;
  width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .top_first_area {
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_area {
    height: 500px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_area {
    height: calc(100vh - 300px);
  }
}
@media print, screen and (min-width: 1501px) {
  .top_first_area {
    height: calc(100vh - 300px);
  }
}

.top_first_area::before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 9;
}

.top_first_h2 {
  position: absolute;
  bottom: 50px;
  z-index: 10;
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Sans JP", "YuGothic normal normal medium", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  font-size: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
}
@media print, screen and (max-width: 767px) {
  .top_first_h2 {
    padding: 0 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_h2 {
    padding: 0 15px;
  }
}

.top_first_txt {
  line-height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
}
@media print, screen and (max-width: 767px) {
  .top_first_txt {
    padding: 60px 15px 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_first_txt {
    padding: 60px 0;
    text-align: center;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_first_txt {
    padding: 0;
    height: 300px;
  }
}

.top_newsarea {
  width: 90vw;
  max-width: 1500px;
  margin: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) auto;
  background-color: #FFFFFF;
  border: 2px solid #f2f2f2;
}
@media print, screen and (min-width: 1001px) {
  .top_newsarea {
    padding: 5px;
  }
}

@media print, screen and (min-width: 1001px) {
  .top_news {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
  }
}

.top_news_h3 {
  width: 100%;
  background-color: #F5D361;
  color: #3D3D3D;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.125rem, 0.852rem + 1.36vw, 1.875rem);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media print, screen and (max-width: 767px) {
  .top_news_h3 {
    padding: 15px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_h3 {
    padding: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_h3 {
    padding: 0;
    width: 300px;
    height: 150px;
    flex-direction: column;
  }
}
.top_news_h3 span {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 400;
  margin-left: 15px;
}
@media print, screen and (min-width: 1001px) {
  .top_news_h3 span {
    margin-left: 0;
    padding-top: 15px;
    margin-top: 25px;
    border-top: 1px solid #3D3D3D;
  }
}

.top_news_list {
  width: 100%;
  overflow-y: scroll;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .top_news_list {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_list {
    height: 300px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_list {
    margin: 0 0 0 0;
    width: calc(100% - 300px);
    height: 325px;
  }
}

.top_news_item {
  border-bottom: 1px solid #f2f2f2;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 1001px) {
  .top_news_item {
    margin: 0;
    margin-left: 25px;
    width: calc(100% - 50px);
  }
}
.top_news_item a {
  display: inline-block;
  transition: 0.2s;
  text-decoration: underline;
  color: #7a9b4a;
}
.top_news_item label {
  cursor: pointer;
  transition: 0.2s;
}
.top_news_item label:hover {
  opacity: 0.5;
}

/*ベース*/
.newstoggle {
  display: none;
}

.newsLabel {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  padding: 15px 25px;
}
.top_news_item_day {
  color: #A7A7A7;
}
@media print, screen and (max-width: 767px) {
  .top_news_item_day {
    margin-bottom: 0px;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_news_item_day {
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_news_item_day {
    margin-right: 20px;
    width: 100px;
  }
}

.top_news_item_tit {
  color: #3D3D3D;
}

.newsLabel::before { /*タイトル横の矢印*/
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #3D3D3D;
  border-right: 2px solid #3D3D3D;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
  transition: all 0.3s;
}

.newsLabel,
.newscontent {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.newscontent { /*本文*/
  height: 0;
  padding: 0 25px 0 25px;
  overflow: hidden;
  line-height: 2em;
}
@media print, screen and (min-width: 1001px) {
  .newscontent {
    margin-left: 120px;
  }
}
.newscontent a {
  display: inline;
}

.newstoggle:checked + .newsLabel + .newscontent { /*開閉時*/
  height: auto;
  padding: 10px 25px 20px 25px;
  transition: all 0.3s;
}

.newstoggle:checked + .newsLabel::before {
  transform: rotate(-45deg) !important;
}

.top_news_item_btnnone .newsLabel::before {
  display: none;
}

.top_menuarea {
  padding: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) 0;
  background-color: #f2f2f2;
}

.top_menu {
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
}

.top_menu_h3_area {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  .top_menu_h3_area {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_menu_h3_area {
    position: relative;
  }
}

.top_menu_h3 {
  width: 100%;
  color: #3D3D3D;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 1001px) {
  .top_menu_h3 {
    margin-bottom: 75px;
  }
}

.top_menu_h3span {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 3.5em;
  padding: 0;
}

.top_menu_h3_in {
  background-color: #f2f2f2;
  position: relative;
  z-index: 10;
  display: inline-block;
  display: -webkit-inline-box;
}
@media print, screen and (min-width: 768px) {
  .top_menu_h3_in {
    padding: 0 15px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_menu_h3_area::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #3D3D3D;
    right: 0;
    width: 100%;
  }
}

.top_menu_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_menu_item {
  border: 1px solid #3D3D3D;
  background-color: #FFFFFF;
  margin-bottom: 15px;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .top_menu_item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .top_menu_item {
    width: 48%;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_menu_item {
    width: 32%;
  }
}

@media print, screen and (min-width: 1001px) {
  .top_menu_item:hover {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

.top_menu_item_img {
  width: 100px;
  height: 100px;
  text-align: center;
  padding: 15px;
  line-height: 0;
  margin: 15px auto;
}
.top_menu_item_img img {
  height: 100%;
  object-fit: contain;
}

.top_menu_item_h4 {
  background-color: #3D3D3D;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  font-weight: 400;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  padding: 15px 0;
}

.top_menu_item_txt {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  padding: 25px;
  font-weight: 400;
}

.top_access {
  padding: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) 0;
  width: 90vw;
  max-width: 1300px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .top_access_h3_area {
    margin-bottom: 50px;
    position: relative;
  }
}

.top_access_h3_area {
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  .top_access_h3_area {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .top_access_h3_area {
    position: relative;
  }
}

.top_access_h3 {
  width: 100%;
  color: #3D3D3D;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.563rem, 0.994rem + 2.84vw, 3.125rem);
  font-weight: 400;
  letter-spacing: 0.06em;
}
@media print, screen and (min-width: 1001px) {
  .top_access_h3 {
    margin-bottom: 75px;
  }
}

.top_access_h3span {
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 3.5em;
  padding: 0;
}

.top_access_h3_in {
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .top_access_h3_in {
    padding: 0 15px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .top_access_h3_area::before {
    position: absolute;
    z-index: 9;
    content: "";
    top: 50%;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #3D3D3D;
    right: 0;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .top_access_in {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 767px) {
  .top_access_map {
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .top_access_map {
    width: calc(100% - 425px);
  }
}
@media print, screen and (min-width: 1001px) {
  .top_access_map {
    width: calc(100% - 450px);
  }
}
.top_access_map iframe {
  width: 100%;
  height: 100%;
}

.top_access_h4 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  border-bottom: 1px dotted #3D3D3D;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .top_access_txt {
    width: 400px;
  }
}
@media print, screen and (min-width: 1001px) {
  .top_access_txt {
    width: 400px;
  }
}
.top_access_txt .top_access_txtspan {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.6em;
  margin-bottom: 1em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact_tel_h3 {
  width: 100%;
  color: #3D3D3D;
  font-family: "Jost";
  font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
  font-weight: 400;
  margin-bottom: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
}
@media print, screen and (max-width: 767px) {
  .contact_tel_h3 {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_tel_h3 {
    position: relative;
  }
}
.contact_tel_h3span {
  background-color: #f2f2f2;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .contact_tel_h3::before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    margin: auto;
    height: 1px;
    background-color: #3D3D3D;
    right: 0;
    width: 100%;
  }
}

.contact_tel_con {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  margin-bottom: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem);
}

.contact_tel_icon {
  margin-right: 10px;
  height: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
.contact_tel_icon img {
  width: auto;
  height: 100%;
}

.contact_tel_btn {
  font-size: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
  transition: 0.2s;
  font-family: "Jost", sans-serif;
  font-weight: 500;
}
.contact_tel_btn:hover {
  opacity: 0.5;
}

.contact_tel_txt {
  font-size: 16px;
  text-align: center;
}

/*メールフォーム*/
.contact_form_toptxt {
  width: 100%;
  max-width: 900px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: clamp(2.5rem, 1.136rem + 6.82vw, 6.25rem);
}
.contact_form_toptxt a {
  text-decoration: underline;
  transition: 0.2s;
}
.contact_form_toptxt a:hover {
  opacity: 0.5;
}

.contact_formlistarea {
  margin: 0 auto;
  background-color: #f2f2f2;
}
@media print, screen and (max-width: 767px) {
  .contact_formlistarea {
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formlistarea {
    padding: 75px 50px;
  }
}

.contact_formlist {
  margin-bottom: clamp(2.5rem, 1.705rem + 3.98vw, 4.688rem);
}

.contact_formitem {
  border-top: 1px solid #DBDFD9;
  padding: 25px 15px;
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem {
    display: flex;
    justify-content: space-between;
  }
}

.contact_formitem:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #DBDFD9;
}

.contact_formtitle {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media print, screen and (max-width: 767px) {
  .contact_formtitle {
    padding: 5px;
    border-radius: 5px 5px 0px 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formtitle {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formtitle {
    width: 250px;
    padding: 15px 0;
    border-radius: 5px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formtitle {
    padding: 15px 0;
  }
}

.contact_formtitle_tag {
  color: #3D3D3D;
  padding: 5px 10px;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}

.contact_formtitle_tagy {
  background-color: #F5D361;
}

.contact_formtitle_tagn {
  background-color: #DBDFD9;
}

.contact_formbox {
  width: 100%;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
}
@media print, screen and (min-width: 1001px) {
  .contact_formbox {
    width: calc(100% - 300px);
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formbox {
    width: 975px;
  }
}
.contact_formbox input {
  width: 100%;
}
.contact_formbox textarea {
  width: 100%;
}
.contact_formbox input, .contact_formbox textarea {
  padding: 15px;
  border: 1px solid #A6A8AF;
  background-color: #FFFFFF;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .contact_formitem_in_select {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_select {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_select {
    margin-top: 0px;
    width: 75%;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_select {
    width: 975px;
  }
}

.contact_formitem_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in {
    margin-bottom: 5px;
  }
}

.contact_formitem_in:last-child {
  margin-bottom: 0;
}

.contact_formitem_in_title {
  text-align: left;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_title {
    width: 85px;
  }
}

.contact_formitem_in_box {
  border: 1px solid #3D3D3D;
  border-radius: 5px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_formitem_in_box {
    padding: 5px;
  }
}
.contact_formitem_in_box input {
  height: 100%;
  width: 100%;
}

.contact_form_btns {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .contact_form_btns {
    justify-content: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact_form_btns {
    justify-content: center;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1001px) {
  .contact_form_btns {
    margin-top: 0px;
    width: 75%;
    justify-content: start;
  }
}
@media print, screen and (min-width: 1501px) {
  .contact_form_btns {
    width: 975px;
  }
}
.contact_form_btns label {
  margin-right: 5px;
}

#mfp_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_formitem_send {
  border: 1px solid #76B4D4;
  background-color: #76B4D4;
  padding: 15px;
  width: 50vw;
  max-width: 300px;
  transition: 0.2s;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}

@media print, screen and (min-width: 1001px) {
  .contact_formitem_send:hover {
    background-color: #FFFFFF;
    color: #76B4D4;
  }
}

.contact_h3area {
  padding-top: 200px;
}

.contact__top {
  padding: 100px 0;
  text-align: center;
}

/*媒体別指定*/
@-moz-document url-prefix() {}
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.privacy_mainareacommon_top {
  padding-bottom: 100px;
}

.privacy_section {
  width: 90vw;
  max-width: 1500px;
  margin: 0 auto;
  padding: 30px 0;
}
.privacy_section .common_h3gray {
  margin-bottom: 60px;
}
.privacy_section .maintxt a {
  margin: 0 5px;
  border-bottom: 1px solid #3D3D3D;
}

.privacy_section:first-child {
  padding: 100px 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.counciloverview_compliance {
  background-color: #f2f2f2;
}

.counciloverview_compliance_br {
  margin-bottom: 60px;
}

.cou_sosiki {
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .cou_sosiki {
    display: flex;
  }
}

.cou_sosiki_box {
  border: 1px solid #DBDBDB;
  background-color: #FFFFFF;
  height: 100%;
}

.cou_sosiki_h4 {
  color: #F5D361;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 1em;
  background-color: #3D3D3D;
  padding: 15px 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.cou_sosiki_box_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100% - 46px);
}

.cou_sosiki_box_item {
  border-bottom: 1px dotted #707070;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}

.cou_sosiki_box_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.cou_sosiki_center {
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .cou_sosiki_center {
    display: flex;
  }
}
@media print, screen and (min-width: 1001px) {
  .cou_sosiki_center {
    width: 40%;
  }
}

.cou_sosiki_center_txt {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  background-color: #F5D361;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media print, screen and (min-width: 1001px) {
  .cou_sosiki_center_txt {
    padding: 0;
    width: calc(100% - 100px);
  }
}

.cou_sosiki_center_yazirushi {
  width: 50px;
  transform: rotate(90deg);
  margin: 15px auto;
}
@media print, screen and (min-width: 1001px) {
  .cou_sosiki_center_yazirushi {
    margin: 0 auto;
    transform: rotate(0deg);
    margin-left: 25px;
    display: flex;
    align-items: center;
  }
}

.cou_sosiki_bottom {
  background-color: #f2f2f2;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .cou_sosiki_bottom {
    padding: 15px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .cou_sosiki_bottom {
    height: 250px;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1001px) {
  .cou_sosiki_bottom {
    width: 60%;
    height: auto;
  }
}
@media print, screen and (max-width: 767px) {
  .cou_sosiki_bottom .cou_sosiki_box {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .cou_sosiki_bottom .cou_sosiki_box {
    margin-bottom: 0px;
    height: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .cou_sosiki_bottom .cou_sosiki_box {
    width: 32%;
  }
}

.counciloverview_company {
  background-color: #f2f2f2;
}
.counciloverview_company .common_section:last-child {
  margin-top: 0;
  padding-top: 0;
}

.counciloverview_list {
  width: 100%;
  background-color: #FFFFFF;
  padding: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem) clamp(0.625rem, -0.852rem + 7.39vw, 4.688rem);
}

.counciloverview_list_item {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .counciloverview_list_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #707070;
    display: flex;
  }
}
.counciloverview_list_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.counciloverview_list_item_in {
  display: flex;
}
@media print, screen and (max-width: 767px) {
  .counciloverview_list_item_in {
    padding: 15px 5px;
    border-bottom: 1px dotted #707070;
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_list_item_in {
    width: 50%;
    padding: 15px 5px;
  }
}

@media print, screen and (max-width: 767px) {
  .counciloverview_list_item:first-child .counciloverview_list_item_in:first-child {
    padding-top: 0;
  }
}

.counciloverview_list_icon {
  font-size: 0.8em;
  color: #F5D361;
  margin-right: 5px;
}

.counciloverview_kinou_list {
  margin-bottom: clamp(1.875rem, 0.852rem + 5.11vw, 4.688rem);
}

.counciloverview_kinou_tlt {
  font-weight: 600;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  margin-bottom: 15px;
}

.counciloverview_kinou_top {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }
}

.counciloverview_kinou_top1, .counciloverview_kinou_top2 {
  width: 100%;
  height: 100%;
}

@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_top1 {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top1 {
    width: 63%;
  }
}

@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top2 {
    width: 36%;
  }
}

.counciloverview_kinou_top1_h4, .counciloverview_kinou_top2_h4 {
  margin-bottom: 5px;
}

.counciloverview_kinou_top1_yazirushi, .counciloverview_kinou_top2_yazirushi, .counciloverview_kinou_top_yazirushi, .counciloverview_kinou_center_yazirushi {
  width: 30px;
  margin: 10px auto;
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top1_yazirushi, .counciloverview_kinou_top2_yazirushi, .counciloverview_kinou_top_yazirushi, .counciloverview_kinou_center_yazirushi {
    width: 50px;
  }
}

@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_top1_yazirushi, .counciloverview_kinou_top2_yazirushi {
    display: none;
  }
}

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

.counciloverview_kinou_top1_list, .counciloverview_kinou_top2_list {
  border: 1px solid #B1B1B1;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_top1_list, .counciloverview_kinou_top2_list {
    padding: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top1_list, .counciloverview_kinou_top2_list {
    padding: 15px;
  }
}

.counciloverview_kinou_top1_item, .counciloverview_kinou_top2_item {
  background-color: #FCF1C3;
  padding: 5px 0;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 14px;
}

@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_top1_item {
    width: calc(33.3333333333% - 4px);
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top1_item {
    width: calc(20% - 4px);
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top1_item {
    width: calc(12.5% - 5px);
  }
}

@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_top2_item {
    width: calc(33.3333333333% - 4px);
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top2_item {
    width: calc(50% - 4px);
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top2_item {
    width: calc(25% - 4px);
  }
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top1_list {
    padding: 15px 10px 15px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top2_list {
    padding-bottom: 54px;
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top2_list {
    padding: 15px 15px 51px 15px;
  }
}

.counciloverview_kinou_center {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.counciloverview_kinou_center_txt {
  background-color: #F5D361;
  color: #3D3D3D;
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  line-height: 1.5em;
  padding: clamp(0.938rem, 0.142rem + 3.98vw, 3.125rem) 5px;
  text-align: center;
}

.counciloverview_kinou_bottom {
  width: 100%;
  border: 1px solid #B1B1B1;
}
@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_bottom {
    padding: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_bottom {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom {
    padding: 15px;
  }
}

.counciloverview_kinou_bottom_list {
  display: flex;
  flex-wrap: wrap;
}

.counciloverview_kinou_bottom_list:nth-child(1) {
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(1) {
    width: 51%;
  }
}
@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_bottom_list:nth-child(1) .counciloverview_kinou_bottom_item {
    width: calc(33.3333333333% - 4px);
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_bottom_list:nth-child(1) .counciloverview_kinou_bottom_item {
    width: calc(14.2857142857% - 5px);
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(1) .counciloverview_kinou_bottom_item {
    width: calc(11.1111111111% - 5px);
  }
}

.counciloverview_kinou_bottom_list:nth-child(2) {
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(2) {
    width: 17%;
  }
}
@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_bottom_list:nth-child(2) .counciloverview_kinou_bottom_item {
    width: calc(33.3333333333% - 4px);
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_bottom_list:nth-child(2) .counciloverview_kinou_bottom_item {
    width: calc(14.2857142857% - 5px);
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(2) .counciloverview_kinou_bottom_item {
    width: calc(33.3333333333% - 5px);
  }
}

.counciloverview_kinou_bottom_list:nth-child(3) {
  width: 100%;
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(3) {
    width: 29%;
  }
}
@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_bottom_list:nth-child(3) .counciloverview_kinou_bottom_item {
    width: calc(33.3333333333% - 4px);
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_bottom_list:nth-child(3) .counciloverview_kinou_bottom_item {
    width: calc(14.2857142857% - 5px);
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(3) .counciloverview_kinou_bottom_item {
    width: calc(20% - 5px);
  }
}

.counciloverview_kinou_bottom_item {
  background-color: #FCF1C3;
  padding: 5px 0;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  width: calc(11.1111111111% - 5px);
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_item {
    width: auto;
  }
}

@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_top2_item:nth-child(3n), .counciloverview_kinou_top1_item:nth-child(3n), .counciloverview_kinou_bottom_item:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top1_item:nth-child(5n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top1_item:nth-child(5n) {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top1_item:nth-child(8n) {
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_top2_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top2_item:nth-child(2n) {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_top2_item:nth-child(4n) {
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_bottom_item:nth-child(7n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_item:nth-child(7n) {
    margin-right: 5px;
  }
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(1) .counciloverview_kinou_bottom_item:nth-child(9n) {
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(2) .counciloverview_kinou_bottom_item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_kinou_bottom_list:nth-child(3) .counciloverview_kinou_bottom_item:nth-child(5n) {
    margin-right: 0px;
  }
}

.counciloverview_kinou_txtlist_h4 {
  font-size: 16px;
  color: #3D3D3D;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: right;
  width: 100%;
}

.counciloverview_kinou_txtlist {
  width: 100%;
  background-color: #f2f2f2;
  padding: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem) clamp(0.625rem, -0.852rem + 7.39vw, 4.688rem);
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_txtlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.counciloverview_kinou_txtlist_item {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .counciloverview_kinou_txtlist_item {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_txtlist_item {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
  }
}
.counciloverview_kinou_txtlist_item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .counciloverview_kinou_txtlist_item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.counciloverview_kinou_txtlist_item_in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.counciloverview_kinou_txtlist_item_in::before {
  content: "";
  position: absolute;
  top: 50%;
  background-image: linear-gradient(to right, #3D3D3D 4px, transparent 2px);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.counciloverview_kinou_txtlist_item_left {
  width: 190px;
  display: flex;
  background-color: #f2f2f2;
  position: static;
  z-index: 10;
}

.counciloverview_kinou_txtlist_item_right {
  width: 75px;
  text-align: right;
  background-color: #f2f2f2;
  position: static;
  z-index: 10;
}

.counciloverview_kinou_txtlist_icon {
  font-size: 0.8em;
  color: #F5D361;
  margin-right: 5px;
}

.counciloverview_access {
  background-color: #f2f2f2;
}

@media print, screen and (min-width: 768px) {
  .counciloverview_access_in {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (max-width: 767px) {
  .counciloverview_access_map {
    margin-bottom: 30px;
    width: 100%;
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .counciloverview_access_map {
    width: calc(100% - 425px);
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_access_map {
    width: calc(100% - 550px);
  }
}
.counciloverview_access_map iframe {
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 1001px) {
  .counciloverview_access_con {
    width: 500px;
  }
}

.counciloverview_access_h4 {
  font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  border-bottom: 1px dotted #3D3D3D;
  padding-bottom: 15px;
  margin-bottom: 30px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

@media print, screen and (min-width: 768px) {
  .counciloverview_access_txt {
    width: 400px;
  }
}
@media print, screen and (min-width: 1001px) {
  .counciloverview_access_txt {
    width: 400px;
  }
}
.counciloverview_access_txt .counciloverview_access_txtspan {
  display: inline-block;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.6em;
  margin-bottom: 1em;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.inspectionreports_taisyo_4gray {
  background-color: #f2f2f2;
  width: 100%;
  padding: 15px 25px;
}
@media print, screen and (min-width: 768px) {
  .inspectionreports_taisyo_4gray {
    margin-left: 1em;
  }
}

.inspectionreports_ziki {
  background-color: #f2f2f2;
}

.inspectionreports_ziki_btnarea, .inspectionreports_nagare_btnarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}
.inspectionreports_ziki_btnarea .btn_pdf, .inspectionreports_nagare_btnarea .btn_pdf {
  margin: 0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.designatedauthority_map {
  width: 100%;
  background-color: #FFFFFF;
  padding: 50px 5px;
  text-align: center;
  margin-bottom: clamp(1.875rem, 0.852rem + 5.11vw, 4.688rem);
}
.designatedauthority_map img {
  width: 80%;
  max-width: 700px;
  height: auto;
}

.designatedauthority_tit {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .designatedauthority_tit {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 767px) {
  .designatedauthority_tit_txt {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 767px) {
  .designatedauthority_tit_day {
    text-align: center;
    font-size: 14px;
  }
}
.designatedauthority_list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: clamp(0.938rem, 0.142rem + 3.98vw, 3.125rem);
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #3D3D3D;
}

@media print, screen and (max-width: 767px) {
  .designatedauthority_item1, .designatedauthority_item2, .designatedauthority_item3, .designatedauthority_item4 {
    width: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .designatedauthority_item1, .designatedauthority_item2, .designatedauthority_item3, .designatedauthority_item4 {
    width: 25%;
  }
}
.designatedauthority_item_in {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #3D3D3D;
  height: clamp(44px, 4.833vw, 58px);
}
@media print, screen and (min-width: 768px) {
  .designatedauthority_item_in:last-child {
    border-bottom: 0;
  }
}

@media print, screen and (max-width: 767px) {
  .designatedauthority_item3 .designatedauthority_item_in:last-child {
    border-bottom: 0;
  }
}

.designatedauthority_item_txt, .designatedauthority_item_btn {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
}

.designatedauthority_item_btn {
  background-color: #E9E9E9;
  align-items: center;
  text-decoration: underline;
  color: #76B4D4;
}
@media print, screen and (max-width: 767px) {
  .designatedauthority_item_btn {
    width: 55%;
  }
}
.designatedauthority_item_btn a {
  color: #76B4D4;
}

.designatedauthority_item_txt {
  background-color: #FFFFFF;
  align-items: flex-end;
}
@media print, screen and (max-width: 767px) {
  .designatedauthority_item_txt {
    width: 45%;
  }
}

.designatedauthority_item_box {
  height: calc(clamp(44px, 4.833vw, 58px) * 2);
  background-color: #FFFFFF;
  width: 100%;
  border-left: 1px solid #3D3D3D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.designatedauthority_item_box h4 {
  background-color: #3D3D3D;
  width: 80%;
  max-width: 150px;
  margin-bottom: 15px;
  color: #FFFFFF;
  text-align: center;
  padding: 4px;
  font-size: 16px;
  font-weight: 400;
}
.designatedauthority_item_box p {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 600;
}

.designatedauthority_lasttxt {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.lawsregulations_top {
  padding-bottom: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem);
}

.lawsregulations_h3 {
  margin-bottom: 0;
}

.lawsregulations_area {
  background-color: #FFFFFF;
  padding: 30px 0;
}

.lawsregulations_item {
  padding: clamp(0.938rem, 0.71rem + 1.14vw, 1.563rem) clamp(0.938rem, 0.142rem + 3.98vw, 3.125rem);
  border-bottom: #c9c9c9 solid 1px;
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .lawsregulations_item {
    padding-bottom: 34px;
  }
}
@media print, screen and (min-width: 768px) {
  .lawsregulations_item {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 1001px) {
  .lawsregulations_item {
    margin-bottom: 0;
  }
}

.lawsregulations_item:last-child {
  border-bottom: none;
}

@media print, screen and (max-width: 767px) {
  .lawsregulations_item_top {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .lawsregulations_item_top {
    padding-top: 12px;
    margin-bottom: 5px;
    font-size: 0.5em;
    margin-right: 5px;
    color: #F5D361;
  }
}

.lawsregulations_txt {
  margin-right: 15px;
  margin-bottom: 5px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: normal;
  padding-top: 10px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}
@media print, screen and (max-width: 767px) {
  .lawsregulations_txt {
    margin-bottom: 12px;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 768px) {
  .lawsregulations_txt {
    width: 50%;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1001px) {
  .lawsregulations_txt {
    width: 500px;
  }
}

.lawsregulations_btns {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

.lawsregulations_btn {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 767px) {
  .lawsregulations_btn {
    padding: 5px 15px;
    width: 100%;
  }
}

.lawsregulations_btn:last-child {
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.downloadreports_list {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .downloadreports_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.downloadreports_item {
  border: 1px solid #3D3D3D;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .downloadreports_item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .downloadreports_item {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .downloadreports_item {
    width: 32%;
    margin-bottom: 25px;
  }
}

.downloadreports_h4 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  padding: 0px 5px;
  text-align: center;
  line-height: 1.5em;
  color: #FFFFFF;
  background-color: #3D3D3D;
  width: 100%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  .downloadreports_h4 {
    padding: 15px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .downloadreports_h4 {
    height: 150px;
  }
}

@media print, screen and (max-width: 767px) {
  .downloadreports_icon {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .downloadreports_icon {
    margin-bottom: 5px;
    font-size: 0.5em;
    margin-right: 5px;
    color: #F5D361;
  }
}

.downloadreports_in_list {
  width: 90%;
  margin: 15px auto;
}
@media print, screen and (min-width: 768px) {
  .downloadreports_in_list {
    height: 100%;
  }
}

.downloadreports_in_item {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dotted #707070;
}

.downloadreports_btn {
  width: 80%;
  max-width: 250px;
  margin: 15px auto;
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
}

.download_top_list {
  width: 90vw;
  max-width: 1500px;
  margin: clamp(3.75rem, 2.841rem + 4.55vw, 6.25rem) auto clamp(2.813rem, 2.699rem + 0.57vw, 3.125rem) auto;
}
@media print, screen and (max-width: 767px) {
  .download_top_list {
    background-color: #FFFFFF;
  }
}
@media print, screen and (min-width: 768px) {
  .download_top_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 1001px) {
  .download_top_list {
    height: 100px;
    flex-wrap: nowrap;
    justify-content: space-around;
    background-color: #FFFFFF;
  }
}

.download_top_item {
  position: relative;
  height: 100%;
  transition: 0.2s;
}
@media print, screen and (max-width: 767px) {
  .download_top_item {
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
  }
}
@media print, screen and (min-width: 768px) {
  .download_top_item {
    width: 49%;
    background-color: #FFFFFF;
    margin-bottom: 10px;
    height: 75px;
  }
}
@media print, screen and (min-width: 1001px) {
  .download_top_item {
    height: auto;
    width: 100%;
    margin-bottom: 0;
  }
}
.download_top_item a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .download_top_item a {
    padding: 15px 0;
  }
}

.download_top_item a::before {
  content: "";
  position: absolute;
  background-image: url(../img/icon/sankaku.svg);
  right: 15px;
  left: auto;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  line-height: 1em;
  padding: 0;
  margin: 0;
  margin: auto; /* 必要 */
}
@media print, screen and (min-width: 1001px) {
  .download_top_item a::before {
    display: none;
  }
}

.download_top_item:hover {
  background-color: #F5D361;
}

.download_top_item:last-child {
  border-bottom: 0;
}

@media print, screen and (min-width: 1001px) {
  .download_top_item::before {
    content: "";
    display: block;
    height: 50px;
    border-left: 1px solid #CBCBCB;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media print, screen and (min-width: 1001px) {
  .download_top_item:first-child::before {
    content: "";
    display: none;
  }
}

.download_top_item_l {
  background-color: #F5D361;
}

.download_list {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .download_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.download_item {
  border: 1px solid #3D3D3D;
  background-color: #FFFFFF;
}
@media print, screen and (max-width: 767px) {
  .download_item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .download_item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1001px) {
  .download_item {
    margin-bottom: 25px;
  }
}

.download_h4 {
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  text-align: center;
  line-height: 1.5em;
  color: #FFFFFF;
  background-color: #3D3D3D;
  width: 100%;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
@media print, screen and (max-width: 767px) {
  .download_h4 {
    padding: 15px 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .download_h4 {
    padding: 0px 15px;
    height: 75px;
  }
}

@media print, screen and (min-width: 768px) {
  .download_h4_height {
    height: 100px;
  }
}

.download_h4_small {
  font-size: 0.7em;
  line-height: 1.4em;
  margin-top: 5px;
}

.download_in_list {
  width: 90%;
  margin: 0 auto auto auto;
  padding: 25px 0;
}
@media print, screen and (min-width: 768px) {
  .download_in_list {
    height: auto;
  }
}

.download_in_item {
  padding: 15px 0;
  border-bottom: 1px dotted #707070;
}
.download_in_item:last-child {
  border-bottom: none;
}
@media print, screen and (min-width: 1001px) {
  .download_in_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.download_in_item_left {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 1001px) {
  .download_in_item_left {
    margin-bottom: 0;
    width: calc(100% - 275px);
  }
}

.download_icon {
  margin-right: 5px;
}
.download_icon .icon-excel {
  color: #007e41;
}
.download_icon .icon-word {
  color: #003bdf;
}

.download_txt {
  width: calc(100% - 20px);
  font-size: 16px;
}

.download_txt_mini {
  font-size: 0.8em;
  line-height: 1.7em;
  display: block;
}

@media print, screen and (min-width: 1001px) {
  .download_btn {
    width: 250px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━*/
.when_h4 {
  background-color: #3D3D3D;
  color: #FFFFFF;
  padding: 15px clamp(0.938rem, -0.426rem + 6.82vw, 4.688rem);
  font-weight: 400;
  font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
}

.when_in {
  background-color: #FFFFFF;
  padding: clamp(1.875rem, 1.42rem + 2.27vw, 3.125rem) clamp(0.938rem, -0.426rem + 6.82vw, 4.688rem);
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (max-width: 767px) {
  .when_in_item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .when_in_item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 25px;
  }
}
@media print, screen and (min-width: 1001px) {
  .when_in_item {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .when_in_item_con {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}

@media print, screen and (max-width: 767px) {
  .when_in_item_top {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .when_in_item_top {
    margin-bottom: 5px;
    font-size: 0.5em;
    margin-right: 5px;
    color: #F5D361;
  }
}

.when_txt {
  margin-right: 15px;
  margin-bottom: 5px;
}

.when_btn {
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */