@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}
figure img + figcaption {
  margin-top: 5px;
}
figure figcaption:has(+ img) {
  margin-bottom: 5px;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
input[type=month],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Lato", sans-serif;
  background-color: #fff;
  color: #2e2e2e;
  line-height: 1.5;
}

.invisible {
  display: none;
}

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

.tl-only,
.sp-only {
  display: none !important;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .tl-only {
    display: block !important;
  }
  br.tl-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  br.sp-only {
    display: inline-block !important;
  }
}

.is-fixed {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  html {
    font-size: 1.2121212121vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* パンくずリスト */
.breadcrumb li {
	color: rgb(89, 89, 89);
  	padding-right: .33rem;
	position: relative;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.breadcrumb li {
  		width: 100%;
	}
}
.breadcrumb li:not(:first-child) {
  padding-left: 1rem;
}
.breadcrumb li:not(:first-child)::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: calc( ( .85rem * 1.5 - 6px ) / 2 );
  left: 0;
  border-top: 2px solid rgb(89, 89, 89);
  border-right: 2px solid rgb(89, 89, 89);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

p:not([class])>a[href],
a.link_text {
  color: #006d96;
}

/* ホバー */
a,
button {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover,
button:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

[class *= "btn__"] {
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.btn[class *= "tri-"] {
  padding-right: 2.5rem;
}
.btn[class *= "tri-"]::after {
  position: absolute;
  content: "";
  background: url(../images/common/link-triangle1.png) no-repeat;
  background-size: contain;
  width: 0.625rem;
  height: 0.9375rem;
  top: 50%;
  right: 0.75rem;
}
.txc-bluegreen1.btn[class *= "tri-"]::after {
  background: url(../images/common/link-triangle2.png) no-repeat;
  background-size: contain;
}
.text__large.btn {
  font-size: 1.3rem;
  font-weight: 600;
}
.text__large.btn[class *= "tri-"]::after {
  width: calc( 0.625rem * 1.5 );
  height: calc( 0.9375rem * 1.5 );
  right: 1rem;
}
.bgc-white[class *= "tri-"]::before {
  content: "";
  background: rgb(46, 46, 46);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.txc-bluegreen1.bgc-white[class *= "tri-"]::before {
  display: none !important;
}
.bgc-white[class *= "tri-L"]::before {
  right: 0.65rem;
}
.bgc-white[class *= "tri-B"]::before {
  right: 0.8rem;
}
.btn.tri-L::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.tri-B::after {
  -webkit-transform: translateY(-33%) translateX(-50%) rotate(90deg);
          transform: translateY(-33%) translateX(-50%) rotate(90deg);
}
[class *= "btn__"] {
  padding: .75rem 1.5rem .75rem 2.75rem;
  border-radius: 10px;
}
[class *= "btn__"]::before {
  display: inline-block;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: calc( ( 100% - 1.5rem ) / 2 );
  left: .75rem;
}
[class *= "btn__"].thinner {
  padding-top: .33rem;
  padding-bottom: .33rem;
}
.btn__pdf::before {
  background: url("../images/common/icon-pdf.png") no-repeat;
  background-size: contain;
}
.btn__word::before {
  background: url("../images/common/icon-word.png") no-repeat;
  background-size: contain;
}
.btn__excel::before {
  background: url("../images/common/icon-excel.png") no-repeat;
  background-size: contain;
}

.list-btn-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 7px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #2e2e2e;
  margin-right: 0.3125rem;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.list-btn-arrow[class *= "bdc-"] {
  border-left-width: 7px;
  border-left-style: solid;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}

/* リスト */
[class *= "list_"] {
  line-height: 1.5;
  list-style-position: outside;
  margin: 10px 0 10px 1rem;
}
.list_disc {
  list-style-type: disc;
  list-style-position: outside;
}
.list_circle {
  list-style-type: circle;
}
.list_decimal {
  list-style-type: decimal;
}
.list_none {
  list-style-type: none;
}
ol.list_parentheses{
  padding-left: 1em;
}
ol.list_parentheses li{
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  text-indent: -1.9em;
}
ol.list_parentheses li:before{
  display: marker;
  content: '( ' counter(cnt) ' ) ';
}
.list_roman {
  list-style-type: lower-roman;
}
.list_latin {
  list-style-type: lower-latin;
}
[class *= "list_"] > li > [class *= "list_"] {
  margin-top: .2rem;
  margin-bottom: .2rem;
}

/* テキスト */
.aln-L {
  text-align: left !important;
}
.aln-C {
  text-align: center !important;
}
.aln-R {
  text-align: right !important;
}

.vertical-T {
  vertical-align: top !important;
}
.vertical-M {
  vertical-align: middle !important;
}
.vertical-B {
  vertical-align: bottom !important;
}

/* 透明度 */
.opacity-00 { opacity: 0%; }
.opacity-10 { opacity: 10%; }
.opacity-20 { opacity: 20%; }
.opacity-30 { opacity: 30%; }
.opacity-40 { opacity: 40%; }
.opacity-50 { opacity: 50%; }
.opacity-60 { opacity: 60%; }
.opacity-70 { opacity: 70%; }
.opacity-80 { opacity: 80%; }
.opacity-90 { opacity: 90%; }
.opacity-100 { opacity: 100%; }

/* 余白 */
.m-auto { margin: auto !important; }
.mr-auto { margin-right: auto !important; }
.ml-auto { margin-left: auto !important; }

.m-0 { margin: 0 !important; }
.mb-0 { margin-bottom: 0 !important; }
.mt-0 { margin-top: 0 !important; }
.mr-0 { margin-right: 0 !important; }
.ml-0 { margin-left: 0 !important; }
.p-0 { padding: 0 !important; }
.pb-0 { padding-bottom: 0 !important; }
.pt-0 { padding-top: 0 !important; }
.pr-0 { padding-right: 0 !important; }
.pl-0 { padding-left: 0 !important; }

.m-1 { margin: 10px !important; }
.mb-1 { margin-bottom: 10px !important; }
.mt-1 { margin-top: 10px !important; }
.mr-1 { margin-right: 10px !important; }
.ml-1 { margin-left: 10px !important; }
.p-1 { padding: 10px !important; }
.pb-1 { padding-bottom: 10px !important; }
.pt-1 { padding-top: 10px !important; }
.pr-1 { padding-right: 10px !important; }
.pl-1 { padding-left: 10px !important; }

.m-2 { margin: 20px !important; }
.mb-2 { margin-bottom: 20px !important; }
.mt-2 { margin-top: 20px !important; }
.mr-2 { margin-right: 20px !important; }
.ml-2 { margin-left: 20px !important; }
.p-2 { padding: 20px !important; }
.pb-2 { padding-bottom: 20px !important; }
.pt-2 { padding-top: 20px !important; }
.pr-2 { padding-right: 20px !important; }
.pl-2 { padding-left: 20px !important; }

.m-3 { margin: 30px !important; }
.mb-3 { margin-bottom: 30px !important; }
.mt-3 { margin-top: 30px !important; }
.mr-3 { margin-right: 30px !important; }
.ml-3 { margin-left: 30px !important; }
.p-3 { padding: 30px !important; }
.pb-3 { padding-bottom: 30px !important; }
.pt-3 { padding-top: 30px !important; }
.pr-3 { padding-right: 30px !important; }
.pl-3 { padding-left: 30px !important; }

.m-4 { margin: 40px !important; }
.mb-4 { margin-bottom: 40px !important; }
.mt-4 { margin-top: 40px !important; }
.mr-4 { margin-right: 40px !important; }
.ml-4 { margin-left: 40px !important; }
.p-4 { padding: 40px !important; }
.pb-4 { padding-bottom: 40px !important; }
.pt-4 { padding-top: 40px !important; }
.pr-4 { padding-right: 40px !important; }
.pl-4 { padding-left: 40px !important; }

.m-5 { margin: 50px !important; }
.mb-5 { margin-bottom: 50px !important; }
.mt-5 { margin-top: 50px !important; }
.mr-5 { margin-right: 50px !important; }
.ml-5 { margin-left: 50px !important; }
.p-5 { padding: 50px !important; }
.pb-5 { padding-bottom: 50px !important; }
.pt-5 { padding-top: 50px !important; }
.pr-5 { padding-right: 50px !important; }
.pl-5 { padding-left: 50px !important; }

@media screen and (max-width: 480px) {
  .m-1 { margin: .5rem !important; }
  .mb-1 { margin-bottom: .5rem !important; }
  .mt-1 { margin-top: .5rem !important; }
  .mr-1 { margin-right: .5rem !important; }
  .ml-1 { margin-left: .5rem !important; }
  .p-1 { padding: .5rem !important; }
  .pb-1 { padding-bottom: .5rem !important; }
  .pt-1 { padding-top: .5rem !important; }
  .pr-1 { padding-right: .5rem !important; }
  .pl-1 { padding-left: .5rem !important; }
  
  .m-2 { margin: 1rem !important; }
  .mb-2 { margin-bottom: 1rem !important; }
  .mt-2 { margin-top: 1rem !important; }
  .mr-2 { margin-right: 1rem !important; }
  .ml-2 { margin-left: 1rem !important; }
  .p-2 { padding: 1rem !important; }
  .pb-2 { padding-bottom: 1rem !important; }
  .pt-2 { padding-top: 1rem !important; }
  .pr-2 { padding-right: 1rem !important; }
  .pl-2 { padding-left: 1rem !important; }

  .m-3 { margin: 1.5rem !important; }
  .mb-3 { margin-bottom: 1.5rem !important; }
  .mt-3 { margin-top: 1.5rem !important; }
  .mr-3 { margin-right: 1.5rem !important; }
  .ml-3 { margin-left: 1.5rem !important; }
  .p-3 { padding: 1.5rem !important; }
  .pb-3 { padding-bottom: 1.5rem !important; }
  .pt-3 { padding-top: 1.5rem !important; }
  .pr-3 { padding-right: 1.5rem !important; }
  .pl-3 { padding-left: 1.5rem !important; }
  
  .m-4 { margin: 2rem !important; }
  .mb-4 { margin-bottom: 2rem !important; }
  .mt-4 { margin-top: 2rem !important; }
  .mr-4 { margin-right: 2rem !important; }
  .ml-4 { margin-left: 2rem !important; }
  .p-4 { padding: 2rem !important; }
  .pb-4 { padding-bottom: 2rem !important; }
  .pt-4 { padding-top: 2rem !important; }
  .pr-4 { padding-right: 2rem !important; }
  .pl-4 { padding-left: 2rem !important; }
  
  .m-5 { margin: 2.5rem !important; }
  .mb-5 { margin-bottom: 2.5rem !important; }
  .mt-5 { margin-top: 2.5rem !important; }
  .mr-5 { margin-right: 2.5rem !important; }
  .ml-5 { margin-left: 2.5rem !important; }
  .p-5 { padding: 2.5rem !important; }
  .pb-5 { padding-bottom: 2.5rem !important; }
  .pt-5 { padding-top: 2.5rem !important; }
  .pr-5 { padding-right: 2.5rem !important; }
  .pl-5 { padding-left: 2.5rem !important; }
}

/* 幅指定 */
.w-5per { width: 5% !important; }
.w-10per { width: 10% !important; }
.w-15per { width: 15% !important; }
.w-20per { width: 20% !important; }
.w-25per { width: 25% !important; }
.w-30per { width: 30% !important; }
.w-35per { width: 35% !important; }
.w-40per { width: 40% !important; }
.w-45per { width: 45% !important; }
.w-50per { width: 50% !important; }
.w-55per { width: 55% !important; }
.w-60per { width: 60% !important; }
.w-65per { width: 65% !important; }
.w-70per { width: 70% !important; }
.w-75per { width: 75% !important; }
.w-80per { width: 80% !important; }
.w-85per { width: 85% !important; }
.w-90per { width: 90% !important; }
.w-95per { width: 95% !important; }
.w-100per { width: 100% !important; }
.w-auto { width: auto !important; }

/* ボーダー */
.border {
	border: 1px solid rgb(89, 89, 89);
}
.border-T {
	border-top: 1px solid rgb(89, 89, 89);
}
.border-B {
	border-bottom: 1px solid rgb(89, 89, 89);
}
.border-L {
	border-left: 1px solid rgb(89, 89, 89);
}
.border-R {
	border-right: 1px solid rgb(89, 89, 89);
}
.no-border {
	border: none !important;
}
[class *= "border"].dotted {
	border-style: dotted;
}

/* カラム */
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex__larger {
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.flex__smaller {
	-webkit-flex-shrink: 2;
	flex-shrink: 2;
}

[class *= "grid"] {
  width: 100%;
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}
.grid1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid5 {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  [class *= "grid"].tl-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  [class *= "grid"].tl-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  [class *= "grid"].tl-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  [class *= "grid"].tl-4 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media screen and (max-width: 768px) {
  [class *= "grid"] {
    grid-column-gap: 1rem;
  }
  [class *= "grid"]:not([class *= "sp"]) {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  [class *= "grid"].sp-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.flex[class *= "col"] {
  justify-content: start;
}
[class *= "flex"].justify_center {
  justify-content: center;
}
[class *= "flex"].align_center {
  align-items: center;
}
  
.flex.col1 > * {
    width: 100%;
}
.flex.col2 > * {
    width: calc( ( 100% - 2rem * 1 ) / 2 );
}
.flex.col3 > * {
    width: calc( ( 100% - 2rem * 2 ) / 3 );
}
.flex.col4 > * {
    width: calc( ( 100% - 2rem * 3 ) / 4 );
}
.flex.col5 > * {
    width: calc( ( 100% - 2rem * 4 ) / 5 );
}
.flex.col6 > * {
    width: calc( ( 100% - 2rem * 5 ) / 6 );
}
.flex.col2 > *,
.flex.col3 > *,
.flex.col4 > *,
.flex.col5 > *,
.flex.col6 > * {
    margin-left: 2rem;
}
.flex[class *= "col"] > *:nth-child(1),
.flex.col2 > *:nth-child( 2n + 1 ),
.flex.col3 > *:nth-child( 3n + 1 ),
.flex.col4 > *:nth-child( 4n + 1 ),
.flex.col5 > *:nth-child( 5n + 1 ),
.flex.col6 > *:nth-child( 6n + 1 ) {
    margin-left: 0;
}
.flex[class *= "col"] > .w-100per {
    margin-left: 0 !important;
}
@media screen and (max-width: 1279px) {
  .flex.col1 > * {
      width: 100% !important;
  }
}
.flex.col1 > *:nth-child( n + 2 ),
.flex.col2 > *:nth-child( n + 3 ),
.flex.col3 > *:nth-child( n + 4 ),
.flex.col4 > *:nth-child( n + 5 ),
.flex.col5 > *:nth-child( n + 6 ),
.flex.col6 > *:nth-child( n + 7 ) {
    margin-top: 1rem;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .flex[class *= "col"].tl-1 > * {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .flex[class *= "col"].tl-2 > * {
    width: calc( ( 100% - 1rem * 1 ) / 2 ) !important;
  }
  .flex[class *= "col"].tl-3 > * {
    width: calc( ( 100% - 1rem * 2 ) / 3 ) !important;
  }
  .flex[class *= "col"].tl-4 > * {
    width: calc( ( 100% - 1rem * 3 ) / 4 ) !important;
  }
  .flex[class *= "col"].tl-2 > *:nth-child( 2n ),
  .flex[class *= "col"].tl-3 > *:nth-child( 3n + 2 ),
  .flex[class *= "col"].tl-3 > *:nth-child( 3n ),
  .flex[class *= "col"].tl-4 > *:nth-child( 4n + 2 ),
  .flex[class *= "col"].tl-4 > *:nth-child( 4n + 3 ),
  .flex[class *= "col"].tl-4 > *:nth-child( 4n ) {
    margin-left: 1rem !important;
  }
  .flex[class *= "col"].tl-2 > *:nth-child( 2n + 1 ),
  .flex[class *= "col"].tl-3 > *:nth-child( 3n + 1 ),
  .flex[class *= "col"].tl-4 > *:nth-child( 4n + 1 ) {
    margin-left: 0 !important;
  }
  .flex[class *= "col"].tl-2 > *:nth-child( -n + 2 ),
  .flex[class *= "col"].tl-3 > *:nth-child( -n + 3 ),
  .flex[class *= "col"].tl-4 > *:nth-child( -n + 4 ) {
    margin-top: 0 !important;
  }
  .flex[class *= "col"].tl-1 > *:nth-child( n + 2 ),
  .flex[class *= "col"].tl-2 > *:nth-child( n + 3 ),
  .flex[class *= "col"].tl-3 > *:nth-child( n + 4 ),
  .flex[class *= "col"].tl-4 > *:nth-child( n + 4 ) {
    margin-top: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .flex[class *= "col"]:not([class *= "sp"]) > * {
      width: 100% !important;
  }
  .flex[class *= "col"]:not([class *= "sp"]) > * {
      margin-left: 0 !important
  }
  .flex.sp-2[class *= "col"] > * {
      width: calc( (100% - 1rem) / 2) !important;
  }
  .flex.sp-2[class *= "col"] > *:nth-child( 2n ) {
      margin-left: 1rem !important;
  }
  .flex.sp-2[class *= "col"] > *:nth-child( 2n + 1 ) {
      margin-left: 0 !important;
  }
  .flex[class *= "col"] > *:nth-child(1),
  .flex[class *= "col"].sp-2 > *:nth-child(2) {
      margin-top: 0 !important;
  }
  .flex[class *= "col"]:not([class *= "sp"]) > *:nth-child( n + 2 ),
  .flex[class *= "col"].sp-2 > *:nth-child( n + 3 ) {
      margin-top: 1rem !important;
  }
}

@media screen and (min-width: 769px) {
	.pc_order_up {
		order: -10;
	}
	.pc_order_down {
		order: 10;
	}
}
@media screen and (max-width: 768px) {
  .sp_order_up {
    order: -10;
  }
  .sp_order_down {
    order: 10;
  }
}

/* タイトル・下層 */
[class *= "title__"] {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
	[class *= "title__"] {
	  margin-bottom: 22px;
	}
}
@media screen and (max-width: 768px) {
	[class *= "title__"] {
	  font-size: 1.5rem;
	}
}

[class *= "title__ico"] .title__right__text,
.title__notice .title__right__text {
  position: absolute;
  bottom: -2rem;
  right: 20px;
  line-height: 1.4;
  letter-spacing: 0.06rem;
  font-size: 0.89rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  [class *= "title__ico"] .title__right__text, 
  .title__notice .title__right__text {
    bottom: -81%;
  }
}
@media screen and (max-width: 768px) {
  [class *= "title__ico"] .title__right__text, 
  .title__notice .title__right__text {
    position: relative;
    right: -81%;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 768px) {
  [class *= "title__ico"] .title__right__text,
  .title__notice .title__right__text {
    width: calc( 100vw - 1.25rem * 2 );
    margin-top: .25rem;
    letter-spacing: 0;
    text-align: right;
    left: 0;
  }
  [class *= "title__ico"] .title__right__text {
    font-size: 0.8rem;
    position: absolute;
    bottom: 6px;
  }
  .title__notice .title__right__text {
    font-size: 1rem;
    position: static;
  }
}

.sub__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sub__title {
    font-size: 1.4rem;
  }
}

.description {
  margin-bottom: 1rem;
}

.to_gnav {
	padding-top: calc( 112px + .5rem );
	margin-top: calc( ( 112px + .5rem ) *  -1 );
}
@media screen and (max-width: 768px) {
  .to_gnav {
    padding-top: 75px;
    margin-top: -75px;
  }
}

.text__small {
  font-size: 0.85rem;
}
.text__large {
  font-size: 2rem;
}
.text__bold {
  font-weight: 600;
}
.text__normal {
  font-weight: 400;
}

.radius-L {
  border-radius: 1.5rem;
}
.radius-S {
  border-radius: .8rem;
}

.detail__inner {
  padding-bottom: 30px;
}

/* 共通 */
.underlayer__inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.underlayer__contents {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /* transform: translateX(-50%); */
}
.underlayer__contents:first-child {
  margin-top: 100px;
  padding-top: 10px;
}
.underlayer__inner > .underlayer__contents:last-of-type {
  min-height: calc( 100vh - 100px - 54px );
}
.underlayer__inner > .underlayer__contents:has( .breadcrumb ) + .underlayer__contents:last-of-type {
  min-height: calc( 100vh - 100px - 54px - 10px - 0.85rem * 1.5 - 10px );
}
@media screen and (max-width: 768px) {
  .underlayer__contents:first-child {
    margin-top: 75px;
    padding-top: 0;
  }
  .underlayer__inner > .underlayer__contents:last-of-type,
  .underlayer__inner > .underlayer__contents:has( .breadcrumb ) + .underlayer__contents:last-of-type {
    min-height: calc( 100vh - 75px - ( 10px * 1.5 + 0.9375rem + 1.125rem ) );
  }
}

.contents__area {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 1366px) {
  .contents__inner {
      padding-left: 20px;
      padding-right: 20px;
  }
}
.underlayer__contents > .contents__area:only-of-type .contents__inner:only-of-type,
.underlayer__contents > section:only-of-type > .contents__area:only-of-type .contents__inner {
  padding-bottom: 2.5rem;
}

.footer {
	background-color: #433e3c;
}

.footer__copyright {
  font-size: .875rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05785em;
  padding: 0.9375rem 0 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 10px;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 0.875rem;
  bottom: 0.875rem;
  background: rgba( 0, 0, 0, .5 );
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.pagetop__arrow {
  display: block;
  height: 10px;
  width: 10px;
  border-top: 3px solid rgba( 255, 255, 255, .8 );
  border-right: 3px solid rgba( 255, 255, 255, .8 );
  position: relative;
  top: 20px;
  left: 20px;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.pagetop {
	  right: 0.85rem;
	  bottom: 2rem;
	}
}

.header {
  height: 4.0625rem;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    height: 3.3125rem;
  }
}

.header__inner {
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0.875rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-left: initial;
  }
}

.header__logo {
  width: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 99;
  }
}
.header__logo small {
  font-size: 17px;
  display: block;
}
.header__logo a > div {
  padding: .5rem 1rem;
}
@media screen and (max-width: 768px) {
	.header__logo a > div {
	  padding: .8rem 1rem;
	}
}

@media screen and (max-width: 768px) {
  .header__logo a {
    width: auto;
    max-width: calc( 100% - 50px - 5px );
    height: 100%;
    display: inline-block;
  }
}

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

.header__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header__items {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 10px;
    background-color: #fff;
  }
}

.header__item {
  display: inline-block;
  text-align: left;
  -webkit-transition: color 0.8s;
  transition: color 0.8s;
}

@media screen and (max-width: 768px) {
  .header__item a {
    width: 100%;
    font-weight: 600;
    text-align: center;
    display: block;
    border: none !important;
  }
  .header__item a::before {
    display: none;
  }
}

.header__link--qa {
  color: #2e2e2e;
  padding: 1.125rem 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  display: inline-block;
  width: 240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .header__link--qa {
    width: 180px;
    padding: .8rem 0;
    font-size: .8rem;
  }
}
@media screen and (min-width: 769px) {
  .header__link--qa:hover {
    background-color: rgb(204, 204, 204);
  }
}
@media screen and (max-width: 768px) {
  .header__link--qa {
    background-color: rgb(204, 204, 204);
    width: 50vw;
    padding: 0.75rem 0;
  }
}

.header__link--qa::before {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 1.8125rem;
  background: url("../images/common/q&a-icon.png") no-repeat;
  background-size: contain;
  margin-right: .5rem;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .header__link--qa::before {
  	width: calc( 1.75rem * .8 );
  	height: calc( 1.8125rem * .8 );
  }
}
@media screen and (max-width: 768px) {
  .header__link--qa::before {
    margin-right: 0.9375rem;
  }
}

.header__link {
	height: 55px;
	border-radius: calc( 55px / 2 );
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .header__link {
    height: calc( 55px - 1rem );
    border-radius: calc( ( 55px - 1rem ) / 2 );
  }
}
@media screen and (max-width: 1024px) {
  .header__link {
    height: 2.5rem;
    border-radius: calc( 2.5rem / 2 );
  }
}
@media screen and (max-width: 768px) {
  .header__link {
    height: auto;
    border-radius: 0;
  }
}

@media screen and (min-width: 769px) {
  .header__item {
    margin-right: 0.875rem;
  }
}

.header__link--contact {
  background-color: rgb(102, 51, 0);
  color: rgb(255, 255, 255);
  padding: 1.125rem 0;
  font-size: 1rem;
  letter-spacing: 0.08em;
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .header__link--contact {
    width: 180px;
    padding: .8rem 0;
    font-size: .8rem;
  }
}
@media screen and (max-width: 768px) {
  .header__link--contact {
    margin: 0;
    width: 50vw;
    padding: 0.75rem 0;
  }
}

.header__link--contact::before {
  content: "";
  display: inline-block;
  width: 1.75rem;
  height: 1.8125rem;
  background: url("../images/common/mail-icon-white.png") no-repeat;
  background-size: contain;
  margin-right: 1.1875rem;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
@media screen and (max-width: 1366px) and (min-width: 769px) {
  .header__link--contact::before {
  	width: calc( 1.75rem * .8 );
  	height: calc( 1.8125rem * .8 );
  }
}
@media screen and (max-width: 768px) {
  .header__link--contact::before {
    margin-right: 0.9375rem;
  }
}

/* icon */
summary {
  position: relative;
}

summary a[href$=".pdf"]:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -50%;
  width: 23px;
  height: 27px;
  background: url(/images/common/ico-pdf.png) no-repeat;
}

@media screen and (min-width: 769px) {
  .scroll_bar {
    overflow-x: hidden;
    overflow-y: scroll !important;
  }
  .scroll_bar::-webkit-scrollbar {
    width: 10px;
    scrollbar-width: thin;
    scrollbar-color: #888 #eee;
  }
  .scroll_bar::-webkit-scrollbar-track {
    background-color: #eee;
  }
  .scroll_bar::-webkit-scrollbar-thumb {
    background-color: #888;
  }

  .layer1 {
    background-color: rgb(255, 255, 255);
    padding: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  @media screen and (min-width: 769px) {
    .layer1 {
      border-radius: .8rem;
      -webkit-box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
              box-shadow: 0 1.9px 2.5px rgba(0, 0, 0, 0.057), 0 5px 6.1px rgba(0, 0, 0, 0.076), 0 10.1px 11.4px rgba(0, 0, 0, 0.086), 0 19.2px 19.8px rgba(0, 0, 0, 0.092), 0 38.4px 34.8px rgba(0, 0, 0, 0.1), 0 101px 74px rgba(0, 0, 0, 0.13);
    }
}

  .global__nav ul [class *= "title__"] {
    padding-bottom: 5px;
  }

  .global__nav ul .flex[class *= "col"] {
    display: flex !important;
  }
	
  .global__nav li.has-child > ul.layer1.visible {
	opacity: 1 !important;
    visibility: visible;
    display: block;
    cursor: default !important;
	animation: fadeIn .5s ease 0.7s 1 normal;
  }
	
  .global__nav li.has-child ul[class *= "grid"],
  .global__nav li.has-child ul[class *= "grid"]:active {
	display: grid !important;
	grid-column-gap: 10px;
  }

  .global__nav > ul > li[class *= "-child"] > a:first-child:hover,
  .global__nav > ul > li[class *= "-child"] > a:first-child:active,
  .global__nav > ul > li[class *= "-child"] > a:first-child:has( + ul.layer1:hover ) {
    color: rgb(0, 122, 255);
  }
}

.pc .global__nav .mobile_clickable,
.pc .global__nav li.has-child ul.mobile_clickable {
	display: none !important;
}
.not_pc .mobile_clickable {
	display: block !important;
}

@media screen and (max-width: 768px) {

  #gnav {
    position: fixed;
    z-index: 1;
    top: -120%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  #gnav.panelactive {
    top: 70px;
  }

  /*ナビゲーションの縦スクロール*/
  #gnav.panelactive #gnav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  nav li a {
    display: block;
    color: #2e2e2e;
    padding: 14px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: bold;
  }

  nav li span {
    display: block;
    color: #2e2e2e;
    padding: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: rgb(255, 255, 255);
    font-weight: bold;
  }

  nav ul.layer1 {
    display: none;
  }
  nav ul li.open > ul,
  nav ul li ul li.open > ul {
    display: block;
  }

  /* ハンバーガー */
  .openbtn1 {
    position: absolute;
    z-index: 9999;
    background: #433e3c;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    top: 12.5px;
    right: .85rem;
    visibility: visible;
    display: block;
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}

/* global__nav */
.header__underlayer {
  height: 100px;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 768px) {
  .header__underlayer,
  .header__logo {
    height: 75px;
  }
  .header__logo {
    border-bottom: 1px solid rgb(171, 171, 171);
  }
}
@media screen and (min-width: 769px) {
	header,
	.underlayer__contents:has( .breadcrumb ) {
	  border-bottom: 1px solid rgb(171, 171, 171);
	}
}

.header__inner__underlayer > * {
  position: relative;
}
.header__inner__underlayer > *:has( .header__logo ) {
	z-index: 2;
}

@media screen and (min-width: 769px) {
	.header__inner__underlayer > *:has( .header__logo ) {
		display: inline-block;
	}
	.header__nav {
		position: absolute;
		top: calc( -55px + 5px );
		right: 0;
		z-index: 2;
	}
}

.global__nav {
  color: rgb(46, 46, 46);
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1640px) {
  .global__nav {
    top: calc( ( 100px - 42px ) / 2 * -1 );
  }
}
@media screen and (min-width: 769px) {
  .global__nav {
    position: relative;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .global__nav {
    width: 100%;
    color: #2e2e2e;
    background-color: rgb(255, 255, 255);
    margin-top: -1px;
    -webkit-box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 1px -1px rgba(0, 0, 0, 0.1);
  }
}

.global__nav > ul {
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 1279px) {
  .global__nav > ul {
    position: absolute;
    left: calc( ( 100% - 1280px ) / 2 );
  }
}
@media screen and (min-width: 769px) {
  .global__nav > ul {
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .global__nav > ul {
    display: block;
    padding: 0 0 1rem;
  }
}

.global__nav ul li {
  font-weight: bold;
  text-align: left;
  color: rgb(46, 46, 46);
  letter-spacing: 0.13em;
}

.global__nav > ul > li {
  width: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .global__nav > ul > li {
    width: 100%;
    border-bottom: 1px solid #333;
  }
}

.global__nav ul > li.has-child[class *= "bgc-"] > figure {
  width: 100%;
  height: 100%;
  padding: 5px;
  position: absolute;
  opacity: .5;
}
.global__nav ul > li.has-child[class *= "bgc-"] > figure img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.global__nav ul > li.has-child[class *= "bgc-"] > figure + a {
  position: relative;
  z-index: 1;
}

.global__nav li.has-child ul.layer1 {
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.global__nav li.has-child > ul.layer1 {
  width: calc( 1280px - 1rem * 2 );
  max-height: calc( 100vh - 100px - 25px );
  position: absolute;
  left: 1rem;
  top: 42px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 769px) {
  .global__nav li.has-child > ul.layer1 {
    box-shadow: 0 0 8px gray;
  }
}
@media screen and (max-width: 1279px) {
  .global__nav li.has-child > ul.layer1 {
    width: calc( 100vw - 10px * 2 );
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .global__nav li.has-child ul.layer1 {
    width: 100%;
    max-height: none;
    position: static;
    visibility: visible;
    opacity: 1;
  }
}

.global__nav li.has-child ul li {
  position: relative;
}
.global__nav li.has-child ul li a:hover {
  text-decoration: underline;
}

.global__nav ul li a {
  display: block;
  color: rgb(46, 46, 46);
  padding: 5px 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.global__nav ul li a:has(figure) {
  padding: 0;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .global__nav ul li a {
  	padding: 2px 5px;
  }
}
@media screen and (max-width: 768px) {
  .global__nav ul li a {
    line-height: 1.2;
  }
}

.global__nav ul.layer1 > li > div,
.global__nav ul.layer1 > li > a {
  padding: 10px .5rem;
  position: relative;
  z-index: 1;
}

.global__nav .size-SP {
  font-size: 1.2rem !important;
}
.global__nav .size-L {
  font-size: 1rem !important;
}
.global__nav .size-M {
  font-size: .9rem !important;
}
.global__nav .size-S {
  font-size: .7rem !important;
}
@media screen and (max-width: 1366px) {
	.global__nav .size-SP {
	  font-size: .8rem;
	}
	.global__nav .size-L {
	  font-size: .7rem;
	}
	.global__nav .size-M {
	  font-size: .6rem;
	}
	.global__nav .size-S {
	  font-size: .5rem;
	}
}
@media screen and (max-width: 769px) {
	.global__nav .size-SP {
	  font-size: 1.2rem;
	}
	.global__nav .size-L {
	  font-size: 1rem;
	}
	.global__nav .size-M {
	  font-size: .85rem;
	}
	.global__nav .size-S {
	  font-size: .75rem;
	}
}

.global__nav ul.size-M li a {
	font-weight: normal;
}

.global__nav li.has-child ul.layer1 > li ul[class *= "grid"] > li > a {
	margin-right: 10px;
}

.global__nav > ul > li[class *= "-child"] > a {
  position: relative;
}
.global__nav > ul > li[class *= "-child"] > a::before {
  content: "";
  position: absolute;
  top: 14.6px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.global__nav > ul > li.no-child > a:only-child::before {
  display: none;
}
@media screen and (min-width: 769px) {
  .global__nav > ul > li[class *= "-child"] > a {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 28px;
  }
}
@media screen and (max-width: 768px) {
  .global__nav > ul > li[class *= "-child"] > a::before {
    left: 15px;
  }
}

.global__nav li.has-child ul.border-T {
  margin-top: 12px;
}
.global__nav li.has-child ul.border-T li a {
  position: relative;
}
.global__nav li.has-child ul.border-T li a::before {
  content: "";
  width: .6rem;
  height: .75rem;
  position: absolute;
  top: calc( ( 100% - .7rem ) / 2 );
  left: -.66rem;
}
@media screen and (min-width: 769px) {
  .global__nav li.has-child .border-T {
  	padding-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .global__nav li.has-child .border-T {
  	padding-top: .5rem;
  	border-top-style: dotted;
  }
  .global__nav li.has-child ul.border-T {
    margin-top: 1rem;
  }
  .global__nav li.has-child ul.border-T li a {
    padding: .5rem 0 .5rem 1.5rem;
  }
  .global__nav li.has-child ul.border-T li a::before {
    left: .25rem;
  }

  .global__nav li.has-child ul.flex[class *= "col"] > li:not([class *= "bdc-"]) {
    margin-top: 0 !important;
  }
  .global__nav li.has-child ul.flex[class *= "col"] [class *= "bdc-"] {
    margin-top: 5px !important;
  }
}

.global__nav .has-child .layer1 .lower {
	margin-left: 1rem;
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	
	.global__nav .has-child .layer1 .lower {
		margin-left: .5rem !important;
		margin-right: 0;
	}
}

.global__nav > ul > li[class *= "-child"] > a:first-child {
  width: 100%;
  padding-bottom: 0;
  font-size: calc( ( ( 1280px - 1rem * 2 ) / 6 - 10px * 2 ) / 12  );
}
.global__nav > ul > li[class *= "-child"] > a:first-child,
.global__nav {
  height: 45px;
}
@media screen and (max-width: 1279px) and (min-width: 769px) {
  .global__nav > ul > li[class *= "-child"] > a:first-child {
    font-size: calc( ( ( 100vw - 1rem * 2 ) / 6 - 10px * 2 ) / 12  );
  }
}
@media screen and (max-width: 768px) {
  .global__nav {
    height: auto;
    border-bottom: 1px solid rgb(171, 171, 171);
  }
  .global__nav > ul > li[class *= "-child"] > a:first-child {
    height: auto;
    min-height: calc( 1rem + 10px * 2 );
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.global__nav li.has-child ul li > * {
  width: auto;
  display: inline-block;
}
.global__nav li.has-child ul li a.link__wide::after {
  position: relative;
  top: calc( ( 1rem - .5rem ) / 2 );
  right: calc( -100% - 2rem );
  float: left;
}
@media screen and (max-width: 768px) {
  .global__nav li.has-child ul li > * {
    width: 100%;
    padding-right: .75rem;
    margin-bottom: 0;
  }
  .global__nav li.has-child ul li a.link__wide::after {
    position: absolute;
    top: calc( ( 1rem * 1.2 - .5rem ) / 2 + 10px );
    right: 15px;
  }
	.global__nav li.has-child ul li div {
	  margin-bottom: 1rem;
	}
}

.global__nav li.has-child ul li > .flex,
.global__nav li.has-child .title__nav.flex {
  width: auto;
  height: auto;
  display: flex !important;
}
.global__nav li.has-child a.title__nav.flex {
  padding-left: 0;
}
@media screen and (max-width: 768px) {
	.global__nav li.has-child .title__nav.flex {
	  padding-bottom: 0 !important;
	}
	.global__nav li.has-child ul li:not(:first-child) > .title__nav.flex {
	  margin-top: .5rem;
	}
}
.global__nav li.has-child .title__nav.flex > figure {
	border-radius: 50%;
	width: 1.5rem !important;
	padding: .25rem;
	margin-right: .5rem;
}
.global__nav li.has-child .title__nav.flex > figure + div {
	width: calc( 100% - 1.5rem -  .5rem ) !important;
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.global__nav li.has-child a.title__nav.flex > figure + div {
	  margin: .5rem 0 !important;
	}
}

.global__nav li.has-child .title__nav + ul li a {
	margin-left: calc( ( 1.5rem + .5rem ) - 10px );
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.global__nav li.has-child .title__nav + ul li a {
		margin-left: calc( ( 1.5rem + .5rem ) - 5px );
	}
}
@media screen and (max-width: 768px) {
	.global__nav li.has-child .title__nav + ul li a {
		padding-left: calc( 1.5rem + .5rem );
		margin-left: 0;
	}
}

@media screen and (max-width: 768px) {
	
	.title__nav[class *= "flex"] {
	  align-items: center;
	}
}

.global__nav ul ul {
  display: block;
}
.global__nav ul.size-M {
  display: block !important;
}

.result__items.cards__announcement.flex >.notice__item.flex > *, 
.result__items.flex > * {
  width: 100% !important;
}
