@charset "UTF-8";

/* ===================================
	File Name   : common.css
	Description : Base Layout CSS
	Editor      : Bface Nakamura
	Last Editor : Bface Nakamura
	
	Update Description :
  [2025/10/31] 新規作成
=================================ß===== */

/*========== Style Contents ==========

	1. Global Redefinition
	2. Font Redefinition
	3. Box Setting
	4. Common Items Setting
		- Basic Link
	 	- Header Items
		- Global Navigation
	 	- Footer Items
    - Breadcrumbs
		- Page Top Button
    - Title Items
    - Sub Content
    - Inner Anchor

====================================== */



/*===== ■1. Global Redefinition =====*/
:root {
  --baseC: #fff;
  --mainC: #333;
  --accentC: #172a88;
  --LGC: #ebebeb;
  --MGC: #ccc;
  --GC: #999;
  --RC: #c00;
}

body {
  margin: 0 auto;
	color: var(--mainC);
	line-height: 1.5;
}

img { 
	max-width: 100%;
  height: auto;
	vertical-align: bottom;
}

* {box-sizing: border-box;}

.sp {
  display: none;
}

.pc {
  display: block;
}

sup {
  position: relative;
  top: -0.1em;
  font-size: .8rem;
  vertical-align: top;
}

sub {
  font-size: .8em;
}

a.soon {
	opacity: 0.7;
	pointer-events: none;
}

@media (max-width:768px) {
	.sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*===== ■2. Font Redefinition =====*/
html { font-size: 62.5%;}

body {
	font-weight: 500;
	font-size: 1.6em;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (max-width: 768px){ html { font-size: calc(100vw / 76.8 * 2.048);}}
@media (max-width: 640px){ html { font-size: calc(100vw / 64 * 1.7067);}}
@media (max-width: 480px){ html { font-size: calc(100vw / 48 * 1.28);}}
@media (max-width: 375px){ html { font-size: calc(100vw / 37.5 *1);}}
@media (max-width: 360px){ html { font-size: calc(100vw / 36);}}
@media (max-width: 320px){ html { font-size: calc(100vw / 32);}}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?e20oli');
  src:  url('fonts/icomoon.eot?e20oli#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?e20oli') format('truetype'),
    url('fonts/icomoon.woff?e20oli') format('woff'),
    url('fonts/icomoon.svg?e20oli#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon_"], [class*=" icon_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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_blank::before {
  content: "\e900";
  color: var(--mainC);
	margin-left: .4rem;
}

a {
  &:hover .icon_blank::before {
    color: var(--baseC);
  }
  &.soon:hover .icon_blank::before {
    color: currentcolor;
  }
  
  &.box {
    .icon_blank::before {
      transition: all .5s;
    }
    &:hover .icon_blank::before {
      transition: all .7s;
    }
    i.icon_key::before {
      color: var(--mainC);
      transition: all .7s;
    }
    &:hover i.icon_key::before {
      color: var(--baseC);
    }
  }
  
  &.txt:hover .icon_blank::before {
    color: var(--GC);
  }
  
  &:hover .icon_key::before {
    color: var(--baseC);
  }
}

nav {
  &.fixed a {
    .icon_blank::before {
      color: var(--mainC);
    } 
    &:hover .icon_blank::before {
      color: var(--GC);
    }
  }
}

#global_navi {
  ul ul a {
    .icon_blank::before {
      color: var(--mainC);
    }
    &:hover:not(.soon) .icon_blank::before {
      color: var(--baseC);
    }
  }
  .icon_key::before {
    color: var(--mainC);
  }
  a:hover .icon_key::before {
    color: var(--baseC);
  }
}

header {
  #h_info li:last-child > div a .icon_blank::before {
    color: var(--baseC);
  }
}

#sub_cont nav {
  a:hover .icon_blank::before {
    color: var(--mainC);
  }
  &.fixed a:hover .icon_blank::before {
    color: var(--mainC);
  }
}

#top_notice {
  .icon_blank::before {
    color: currentcolor;
  }
  a:hover .icon_blank::before {
    color: currentcolor;
  }
}

footer {
  .icon_blank::before {
    color: currentcolor;
  }
  a:hover .icon_blank::before {
    color: currentcolor;
  }
  .icon_key::before {
    color: var(--GC);
  }
  a:hover .icon_key::before {
    opacity: 0.6;
  }
  .soon i.icon_pdf_s {
    opacity: 0.6;
  }
}

i {
  &.icon_pdf {
    display: inline-block;
    position: relative;
    top: -.2rem;
    width: 2rem;
    margin-left: .5rem;
    vertical-align: middle;
  }
  &.icon_pdf_s {
    display: inline-block;
    position: relative;
    top: -.2rem;
    width: 1.4rem;
    margin-left: .5rem;
    vertical-align: middle;
    line-height: 0;
  }
}

.icon_key::before {
  content: "\e901";
  color: var(--baseC);
  margin-left: .2rem;
}

@media (max-width:768px) {
	i.icon_pdf {
		top: 0;
		width: 1.5rem;
	}

	#global_navi {
  	a .icon_key::before {
    	color: var(--baseC);
  	}
  	> ul > li > a .icon_blank::before,
  	ul ul a .icon_blank::before {
    	color: var(--baseC);
  	}
	}
}



/*===== ■3. Box Setting =====*/
#entirety {
	overflow: hidden;
	position: relative;
	width: 100%;
}

main {
	display: block;
	margin: 0 auto;
}

article {
  position: relative;
  margin: 0 auto;
  .wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    #main_cont {
      flex: 1;
      min-height: 30rem;
      margin: 1.5rem;
      background: var(--baseC);
      section { margin: 0 auto 5rem;}
    }
    #sub_cont {
      position: relative;
      width: 25rem;
      margin: 0 1rem;
      /* &::before {
        position: absolute;
        top: 0;
      }
      &::after {
        position: absolute;
        bottom: -.6rem;
        content: "";
      } */
    }
  }
}

section {
  position: relative;
  width: 100%;
  margin: 0 auto 3.5rem;
  &:last-of-type {
    margin-bottom: 2rem;
  }
  .inner {
    margin: 0 1rem;
  }
}

header {
	display: flex;
  position: relative;
	max-width: 120rem;
  width: calc(100% - 2rem);
  margin: 1rem auto 1.5rem;
	color: var(--mainC);
	font-family: 'Noto Sans', sans-serif;
}

@media (max-width: 1200px) {
  article .wrapper #sub_cont {
    display: none;
  }
}



@media (max-width: 768px) {
  article {
    .wrapper {
		  display: block;
		  margin: 0 auto 1.5rem;
      #main_cont {
        section { margin: 0 auto 3rem;}
      }
	  }
  }

	header {
		display: flex;
		flex-wrap: wrap;
		position: static;
    width: calc(100% - 2rem);
		margin: .5rem 1rem 1.5rem;
	}

	section .inner { margin: 0;}
}



/*===== ■4. Common Items Setting =====*/
/* Basic Link */
a {
  outline: hidden;
  font-weight: bold;
  text-decoration: underline;
  &:link {
    color: var(--mainC);
    text-decoration: underline;
  }
  &:visited {
    color: var(--mainC);
    text-decoration: underline;
  }
  &:hover {
    color: var(--GC);
    text-decoration: none;
    
    img {
      opacity: 0.6;
    }
  }
  &.txt {
    display: inline-block;
    position: relative;
    padding-left: 1rem;
    &::before {
      position: absolute;
      top: 50%;
      left: 0;
      border: .4rem solid transparent;
      border-left: .5rem solid var(--mainC);
      transform: translateY(-50%);
      content: '';
    }
    &.twoline br {
      display: none;
    }
  }
  &.box:not(.soon) {
    display: block;
    overflow: hidden;
    outline: none;
    position: relative;
    padding: 2.2rem 1rem;
    background: var(--baseC);
    color: var(--mainC);
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    transition: all .5s;
    &:hover {
      background-color: var(--mainC);
      color: var(--baseC);
      transition: all .7s;
      &::before,
      &::after {
        width: 0;
        height: 0;
        opacity: 0;
        transition: all .7s;
      }
    }
    &::after {
      right: 0;
      bottom: 0;
      border-right: 1px solid var(--mainC);
      border-bottom: 1px solid var(--mainC);
    }
  }
  &.box {
    &::before,
    &::after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 100%;
      transition: all .5s;
    }
    &::before {
      top: 0;
      left: 0;
      border-top: 1px solid var(--mainC);
      border-left: 1px solid var(--mainC);
    }
    i.icon_arrow {
      position: absolute;
      top: 50%;
      left: 0;
      border: .8rem solid transparent;
      border-left: .8rem solid currentColor;
      transform: translateY(-50%);
      content: '';
    }
  }
  &.pdf::after {
    display: inline-block;
    position: relative;
    top: .2rem;
    margin-left: .5rem;
    width: 1.6rem;
    height: 1.6rem;
    content: '';
    background: url(../img/common/mark-pdf.png) no-repeat right top / 100%;
  }
}

.soon_btn {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 768px) {
  a {
    &.box:not(.soon) {
      padding: 1.5rem 1rem;
      box-sizing: border-box;
      font-size: 1.6rem;
    }
    
    &.txt.twoline {
      &::before {
        top: 25%;
      }
      
      br {
        display: block;
      }
    }
  }
}

/* Header Items */
header {
  h1,
  > div:first-child {
    display: flex;
    align-items: center;
    width: 28%;
    min-width: 20rem;
    margin-right: 1rem;
    a {
      flex: 1;
    }
  }
  #h_info {
    margin: 0 auto;
    li:first-child {
      margin-bottom: .3rem;
      dd {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
        letter-spacing: 0.05em;
        color: var(--mainC);     
        b {
          font-weight: bold;
          font-size: 2.8rem;
        }
        span:first-child {
          display: inline-block;
          position: relative;
          &::after {
            float: right;
            margin: .5rem .8rem 0 .5rem;
            content: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%3E%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23333%3B%20fill-rule%3A%20evenodd%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97_869%22%20data-name%3D%22%E3%82%B7%E3%82%A7%E3%82%A4%E3%83%97%20869%22%20class%3D%22cls-1%22%20d%3D%22M926%2C13l-2%2C2%2C5%2C5H917v3h12l-5%2C5%2C2%2C2%2C8-8V21Z%22%20transform%3D%22translate(-917%20-13)%22%2F%3E%3C%2Fsvg%3E');
          }
        }
        span:nth-child(2) {
          margin-right: 1rem;
        }
        span:nth-child(3) {
          white-space: nowrap;
        }
      }
    }
    li:first-child + li {
      dd {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        row-gap: .5rem;
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1;
        color: var(--mainC);
        span {font-size: 1.8rem;}
        a {
          display: inline-block;
          position: relative;
          width: 12rem;
          margin-left: 1rem;
          padding: .3rem .3rem .3rem .5rem;
          box-sizing: border-box;
          border: 1px solid var(--mainC);
          background: var(--baseC);
          font-weight: bold;
          font-size: 1.4rem;
          line-height: 1;
          letter-spacing: 0;
          text-align: center;
          text-decoration: none;
          vertical-align: top;
          &::before {
            position: absolute;
            top: 50%;
            left: 0;
            border: .4rem  solid transparent;
            border-left: .4rem  solid var(--mainC);
            transform: translateY(-50%);
            content: '';
          }
          &:hover {
            background: var(--mainC);
            color: var(--baseC);
            border-color: var(--mainC);
            &::before {
              border-left: .4rem  solid var(--baseC);
            }
            .icon_blank::before {
              color: var(--baseC);
            }
          }
        }
      }
    }
    li:last-child {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
    } 
    dl {
      display: flex;
      margin-bottom: .5rem;
      align-items: center;
    }  
    dt {
      line-height: 1;
      min-width: 6rem;
      margin-right: .5rem;
      padding: .4rem .5rem;
      border-radius: 5px;
      background: var(--mainC);
      color: var(--baseC);
      font-weight: 600;
      text-align: center;
    }
  }
  #h_sns {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 1rem;
    ul {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    li {
      margin: .2rem 0 .2rem;
    }
  }
  #h_lang {  
    a {
      display: inline-block;
      position: relative;
      width: 10rem;
      margin-left: 1rem;
      padding: .5rem;
      border: 1px solid var(--mainC);
      font-weight: bold;
      font-size: 1.2rem;
      line-height: 1;
      text-align: center;
      text-decoration: none;
      &:hover {
        background: var(--mainC);
        color: var(--baseC);
      }
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        border: .4rem solid transparent;
        border-left: .4rem solid var(--mainC);
        transform: translateY(-50%);
        content: '';
      }
      &:hover::before {
        border-left: .4rem solid var(--baseC)
      }
    }
  }
  button {
    display: none;
  }
}


@media (max-width: 768px) {
  header {
    h1,
    > div:first-child {
      width: 86%;
      max-width: none;
      min-width: initial;
      min-height: 4rem;
      margin: 0 0 .5rem;
    }
    #h_info {
      margin: initial;
      li:first-child {
        margin-bottom: .5rem;
        dd {
          font-size: 2rem;
          letter-spacing: 0;
          b {
            font-size: 2.2rem
          }
          span:first-child {
            margin-right: 1.8rem;
            &::after {
              position: absolute;
              top: 50%;
              right: -1.4rem;
              float: none;
              width: 1rem;
              height: 1rem;
              margin: 0;
              background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDE3IDE3Ij4NCjxkZWZzPg0KICAgIDxzdHlsZT4NCiAgICAgIC5jbHMtMSB7DQogICAgICAgIGZpbGw6ICMxOTFkNmE7DQogICAgICB9DQogICAgPC9zdHlsZT4NCiAgPC9kZWZzPg0KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik05MjYsMTNsLTIsMiw1LDVIOTE3djNoMTJsLTUsNSwyLDIsOC04VjIxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkxNyAtMTMpIi8+DQo8L3N2Zz4NCg==) no-repeat left top / 100%;
              transform: translateY(-45%);
              content: '';
            }
          }
          span:nth-child(2) {
            margin-right: .5rem;
          }
        }
      }
      li:first-child+li {
        dd {
          display: inline-block;
          font-size: 2rem;
          line-height: 1.1;
          span {font-size: 1.6rem;}
          a {
            display: inline-block;
            width: auto;
            margin: .5rem 0 0 .7rem;
            padding: .2rem .3rem .2rem .5rem;
            font-size: 1.6rem;
            vertical-align: middle;
            &::before {
              border: .4rem solid transparent;
              border-left: .4rem solid var(--mainC);
            }
          }
        }
      }
      li:last-child > div {
        a {
          display: none;
        }
      }
      dl {gap: .5rem;}
      dt {
        min-width: 5rem;
        padding: .3rem .5rem;
        font-size: 1.4rem;
        letter-spacing: 0;
      }
    }
    #h_mypage {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-top: 1.5rem;
      li {
        width: calc(50% - .5rem);
        text-align: center;
      }
    }
    #h_ban {
      -webkit-box-ordinal-group:1;
      -ms-flex-order:1;
      -webkit-order:1;
      order:1;
    }
    #h_sns {
      display: none;
    }
    #h_lang {
      display: none;
    }
    button {
      display: block;
      position: absolute;
      top: 4rem;
      right: .5rem;
      z-index: 999;
      max-width: 7rem;
      width: 14%;
      padding: 0;
      border: none;
      background: none;
      transition: transform .5s;
      &.fixed {
        position: fixed;
        top: 0;
      }
      &::after {
        position: absolute;
        bottom: 1.2rem;
        left: 50%;
        transform: translateX(-50%);
        color: var(--mainC);
        font-size: .8rem;
        font-family: 'Open Sans', sans-serif;
        content:'MENU';
      }
      span {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        height: .2rem;
        margin-top: -.6rem;
        background: var(--mainC);
        transform: translate(-50%);
        &::before,
        &::after {
          position: absolute;
          left: 0;
          width: 100%;
          height: .2rem;
          background: var(--mainC);
          content: '';
          transition: all .5s;
        }
        &::before {
          margin-top: -.4rem;
        }
        &::after {
          margin-top: .4rem;
        }
      }
      &.active {
        transform: rotate(90deg);
        &::after {
          display: none;
        }
        span {
          margin-top: -.1rem;
          background: none;
          &::before {
            margin: 0;
            transform: rotate(45deg);
          }
          &::after {
            margin: 0;
            transform: rotate(-45deg);
          }
        }
      }
    }
  }
}


/* Global Navigation */
#global_navi {
  .sp {
    display: none;
  }
  display: block;
  position: relative;
  z-index: 99;
  box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
  &.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    max-width: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(255,255,255,1));
    transition: top .5s;
  }
  > ul {
    display: flex;
    justify-content: space-between;
    > li {
      display: flex;
      align-items: center;
      width: calc(33.33% - .3rem);
      &:nth-child(2) {
        padding-left: 0;
      }
      &:nth-last-child(2) {
        margin-left: .1rem;
        padding-right: 0;
        background: #e4d100;
      }
      &:nth-last-child(-n+2)::after {
        display: none;
      }
      &.active > a::before {
        position: absolute;
        left: 50%;
        bottom: 0;
        border: 1rem solid transparent;
        border-bottom: 1rem solid rgba(102,102,102,1);
        transform: translateX(-50%);
        content:'';
      }
      > a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        padding: 2rem 0;
        box-sizing: border-box;
        color: var(--mainC);
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1;
        text-align: center;
        text-decoration: none !important;
        &.soon {
          opacity: 0.5;
          &:hover {
            color: var(--mainC);
          }
        }
        &:not(.soon):hover,
        &.active {
          box-sizing: border-box;
          background: var(--mainC);
          color: var(--baseC);
        }
        &[href^='javascript'] {
          cursor: default;
        }
        b {
          margin-top: .3rem;
          font-size: 1.6rem;
        }
      }
      a::after {
        position: absolute;
        right: -.2rem;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 2rem;
        background: var(--GC);
        content: '';
      }
      span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 2rem 0;
        color: var(--baseC);
        font-weight: bold;
        font-size: 1.8rem;
        line-height: 1;
        text-align: center;
        text-decoration: none !important;
      }
    }
  }
  ul ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 1rem .5rem;
    background: rgba(102,102,102,0.95);
    z-index: 99;
    li {
      display: inline-block;
      margin-right: 1rem;
      margin-bottom: .1rem;
      &:last-child {
        margin: 0;
        padding: 0;
        border: 0;
      }
      a {
        color: var(--mainC);
        &::after {
          display: none;
        }
      }
    }
    a {
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        border: .6rem solid transparent;
        border-left: .6rem solid var(--mainC);
        transform: translateY(-50%);
        content: '';
      }
      &.soon {
        opacity: 0.5;
        i::before {
          color: var(--GC);
        }
      }
      &:not(.soon):hover {
        background: var(--mainC);
        color: var(--baseC);
      }
      &:hover::before {
        border-left: .6rem solid var(--mainC);
      }
    }
  }
  ul li:not(:last-child) ul a {
    display: block;
    position: relative;
    padding: .8rem 1rem;
    line-height: 1.3;
    text-decoration: none !important;
  }
  ul li:not(:nth-of-type(1)) ul li a{
    margin: .5rem 0;
    padding: 3rem 3.5rem;
    border: 1px solid var(--mainC);
    background: var(--baseC);
  }
}

@media (max-width: 768px) {
  #global_navi {
    .sp {
      display: block;
    }
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100%;
    max-width: none;
    padding: 0;
    box-shadow: 0;
    background: rgba(255,255,255,0.8) !important;
    margin: 0;
    transition: all .3s;
    &.active {
      display: block;
      opacity: 1;
      z-index: 99;
      > ul {
        left: 0;
      }
    }
    &.fixed {
      position: static;
      background: rgba(255,255,255,0.8) !important;
      transition: none;
    }
    > ul {
      display: block;
      position: relative;
      left: 100vw;
      background: rgba(0,0,0,0.8);
      transition: left .7s, height .7s;
      > li {
        display: block;
        width: auto;
        padding: 0 0 .2rem;
        border-bottom: 1px dotted var(--baseC);
        &:nth-last-child(2) {
          margin-left: 0;
          a {
            color: var(--mainC);
            &[href]::after { border-color: var(--mainC);}
            i::before { color: var(--mainC);}
          }
        }
        &:last-child {
          margin: 0;
          padding: 0;
          border: none;
        }
        &::after {
          display: none;
        }
        &.active > a::before {
          display: none;
        }
        > a {
          display: block;
          position: relative;
          width: 100%;
          box-sizing: border-box;
          padding: 2rem 1.5rem;
          color: var(--baseC);
          font-size: 1.6rem;
          line-height: 1.2;
          text-align: left;
          &.soon {
            opacity: 0.5;
            &:hover {
              color: var(--baseC);
            }
          }
          &:not(.soon):hover,
          &.active {
            background: inherit;
          }
          &[href]::after {
            position: absolute;
            top: 50%;
            right: 2rem;
            width: 1.2rem;
            height: 1.2rem;
            border-top: .3rem solid var(--baseC);
            border-right: .3rem solid var(--baseC);
            transform: translateY(-50%) rotate(45deg);
            content:'';
          }
          &[href^='javascript'] {
            &::before {
              position: absolute;
              top: 50%;
              right: 2.3rem;
              width: .3rem;
              height: 2.5rem;
              background: var(--baseC);
              transform: translateY(-50%);
              content:'';
            }
            &::after {
              position: absolute;
              top: 50%;
              right: 1.2rem;
              width: 2.5rem;
              height: .3rem;
              margin: 0;
              border: none;
              background: var(--baseC);
              transform: translateY(-50%);
              content:'';
              display: block !important;
            }
          }
          b {
            margin-left: .5rem;
          }
        }
        a::after {
          margin-top: 0;
          background: none;
        }
      }
    }
    ul ul {
      display: none;
      position: static;
      width: calc(100% - 1.5rem);
      margin-left: 1.5rem;
      padding: 0;
      border-radius: 0;
      background: none;
      li {
        width: calc(100% - 1.5rem);
        &:not(:last-child) {
          margin-bottom: .1rem;
          padding-bottom: .1rem;
          border-bottom: 1px dotted rgba(140,142,180,0.5);
        }
      }
      a {
        &.soon {
          opacity: 0.5;
        }
        &:hover {
          color: var(--baseC) !important;
        }
        &:not(.soon)::before {
          position: absolute;
          top: 50%;
          left: 0;
          border: .6rem solid transparent;
          border-left: .6rem solid var(--mainC);
          transform: translateY(-50%);
          content: '';
        }
      }
    }
    ul li:not(:nth-of-type(1)) ul li a{
      background: none;
      padding: 2rem 1.5rem;
    }
    ul li:not(:last-child) ul a {
      width: 100%;
      padding: 2rem 1.5rem;
      box-shadow: border-box;
      color: var(--baseC);
      background: var(--GC);
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        border-left: .6rem solid var(--baseC);
        content:'';
      }
    }
    li.sp > a {
      i.icon_key::before {
        color: var(--baseC);
      }
      &:hover .icon_key::before {
        color: var(--baseC);
      }
    }
    ul li:last-child {
      ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        width: auto;
        margin-left: 0;
        padding: 3rem 0;
        li {
          margin: 0 1rem;
          border: none;
        }
        li a {
          color: var(--baseC);
        }
        a:not(.soon)::before {
          display: none;
        }
      }
    }
  }
}


/* Footer Items */
footer {
  background: var(--mainC);
  color: var(--baseC);
  .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 120rem;
    margin: 0 auto;
    padding: 2rem 1rem;
  }
  #footer_sitemap + .wrapper {
    padding: .5rem 0 1rem;
  }
  #footer_contact {
    width: 50%;
    font-family: 'Noto Sans', sans-serif;
    a {
      &:link {
        color: var(--baseC);
      }
      &:visited {
        color: var(--baseC);
      }
    }
    dt {
      margin-bottom: 1rem;
      padding: 0 1rem 1rem;
      border-bottom: 1px dotted var(--GC);
      font-weight: bold;
      line-height: 1.3;
    }
    dd {
      margin: 0 1rem;
      div:first-of-type {
        margin: 1rem 0;
      }
      em {
        display: block;
        font-weight: bold;
      }
    }
  }
  #footer_logo {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    figure {
      max-width: 14rem;
      margin-bottom: .5rem;
      img {
        width: 100%;
      }
    }
    p {
      font-family: 'Noto Sans', sans-serif;
    }
  }
}

@media (max-width: 768px) {
  footer {
    .wrapper {
      padding: 1rem 0;
    }
    #footer_sitemap + .wrapper {
      padding: 1rem .5rem .5rem;
    }
    #footer_contact {
      width: 100%;
      margin: 0 0 .5rem;
      padding-bottom: 1rem;
      border-bottom: 1px dotted var(--GC);
      text-align: center;
      dl { padding: 0 .5rem;}
      dt {
        margin-bottom: 1rem;
        padding: 0;
        border-bottom: 0;
        font-weight: bold;
        font-size: 1.8rem;
        b {
          margin: 0;
          display: block;
        }
      }
      dd {
        margin: 0;
        font-size: 1.6rem;
      }
    }
    #footer_logo {
      display: block;
      figure {
        max-width: 31rem;
        width: 64%;
        margin: 0 auto;
      }
      p {
        font-size: 1.2rem;
        text-align: center;
      }
    }
  }
}


/* Breadcrumbs */
#breadcrumbs {
  width: 100vw;
  padding: 1.5rem 2rem 2rem;
  background: var(--LGC);
  font-weight: 500;
  letter-spacing: 0.05em;
  font-family: 'Noto Sans', sans-serif;
  span {
    position: relative;
    margin-right: 1rem;
    padding-right: 2rem;
    &::after {
      position: absolute;
      top: 50%;
      right: .3rem;
      width: .6rem;
      height: .6rem;
      margin-top: .1rem;
      border-top: 2px solid var(--GC);
      border-right: 2px solid var(--GC);
      transform: translateY(-50%) rotate(45deg);
      content:'';
    }
  }
  a {
    color: var(--GC);
    font-weight: 500;
    text-decoration: none;
    &:hover {
      color: var(--accentC);
      opacity: 0.6;
    }
  }
}
#sub_visual + #breadcrumbs {
  padding-top: .5rem;
  border-top: 0;
}

@media (max-width: 768px) {
  #breadcrumbs {
    margin: 0;
    padding: 1rem .5rem;
    font-size: 1.2rem;
    letter-spacing: 0;
    span {
      position: relative;
      margin-right: .5rem;
      padding-right: 1.5rem;
    }
    a {
      font-size: 1.2rem;
    }
  }
}


/* Page Top Button */
#pagetop {
	max-width: 117rem;
	margin: 0 auto;
	font-size: 0;
	text-align: right;
	svg {
		width: 10rem;
		height: 8rem;
		a {
			text-decoration: none;
			.st0:hover {
				opacity: 0.6;
			}
		}
	}
}

.st0 {
	fill: var(--mainC);
}
.st1 {
	fill: var(--baseC);
}
.st2 {
	font-family: 'Open Sans', sans-serif;
}
.st3 {
	font-size: 1.3rem;
}

#sp_pagetop {
	display: none;
}

@media (max-width: 768px) {
	#pagetop,
	.inner_top {
		display: none;
	}

	#sp_pagetop {
		display: block;
		position: relative;
		margin: 1rem;
		padding: 1rem;
		border: 1px solid var(--mainC);
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		text-align: center;
		text-decoration: none;
		color: var(--mainC);
		&::after {
			position: absolute;
			top: 50%;
			right: 1rem;
			margin: -.5rem 0 0;
			border: .8rem solid transparent;
			border-bottom: 1.2rem solid var(--mainC);
			transform: translateY(-50%);
			content: '';
		}
	}
}

/* Title Items */
article {
  h1 {
    position: relative;
    margin: 0 auto;
    padding: 7rem 3rem;
    border-bottom: 1px dotted var(--GC);
    font-weight: bold;
    font-size: 4.2rem;
    line-height: 1.3;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
    .warning {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      color: var(--RC);
      font-weight: bold;
      font-size: 2.4rem;
    }
    b {
      margin-left: 4rem;
      font-size: 3rem;
    }
    &#sub_visual {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 20rem;
      padding: 0;
      img {
        display: block;
      }
    }
  }
  h2 {
    background: var(--LGC);
    display: flex;
    margin-bottom: 2rem;
    span:first-of-type {
      margin: 0 2.5rem 0 1.5rem;
      padding: 2rem 0;
      color: var(--mainC);
      font-weight: bold;
      font-size: 2.4rem;
      line-height: 1.2;
      font-family: 'Noto Sans', sans-serif;
    }
    span:last-of-type {
      display: flex;
      position: relative;
      align-items: center;
      justify-content: flex-end;
      margin-left: auto;
      padding: 0 2rem;
      background: var(--GC);
      &::before {
        position: absolute;
        top: 0;
        left: -2.5rem;
        width: 5rem;
        height: 100%;
        background: var(--GC);
        transform: skewX(-25deg);
        content: '';
      }
    }
    b {
      position: relative;
      z-index: 2;
      color: var(--baseC);
      font-weight: bold;
      font-size: 1.8rem;
      line-height: 1.2;
      font-family: 'Open Sans', sans-serif;
      word-break: break-all;
      text-align: right;
    }
  }
  section {
    h3 {
      margin-bottom: 1.5rem;
      padding: 0 1rem 1.5rem;
      background: url(../img/common/bg-line-ttl.png) no-repeat left bottom;
      color: var(--mainC);
      font-weight: bold;
      font-size: 2rem;
      font-family: 'Noto Sans', sans-serif;
      line-height: 1.2;
    }
  }
}
@media (max-width: 768px) {
  article {
    h1 {
      padding: 4.5rem  0;
      font-size: 2.4rem;
      line-height: 1.3;
      letter-spacing: 0;
      text-align: center;
      .warning {
        display: block;
        width: 100%;
        right: 0;
        font-size: 1.6rem;
        text-align: center;
      }
      b {
        display: block;
        margin: 1rem 0 0;
        font-size: 1.8rem;
      }
    }
    h2 {
      flex-direction: column;
      margin-bottom: 1.5rem;
      border: none;
      border-radius: 0;
      border-bottom: 1px solid var(--mainC);
      span:first-of-type {
        display: block;
        margin: 0;
        padding: 1rem;
        background: var(--mainC);
        color: var(--baseC);
        font-size: 1.8rem;
      }
      span:last-of-type {
        display: none;
        &::before {
          display: none;
        }
      }
      b {
        font-size: 1.1rem;
      }
    }
    section {
      h3 {
        margin-bottom: 1rem;
        padding: 0 1rem 1.5rem;
        font-size: 1.6rem;
        letter-spacing: 0;
      }
    }
  }
}

/* Sub Content */
#sub_cont {
  nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    min-height: 25rem;
    padding: 1.5rem 1rem;
    box-sizing: border-box;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
    transition: all .3s;
    a {
      &:hover {
        .icon_blank {
          &::before {
            color: var(--mainC);
          }
        }
      }
    }
    &.fixed {
      a {
        &:hover {
          .icon_blank {
            &::before {
              color: var(--mainC);
            }
          }
        }
      }
    }
  }
  h3 {
    display: block;
    position: relative;
    padding: 1rem 3rem;
    color: var(--mainC);
    background: var(--MGC);
    font-weight: 500;
    font-size: 1.8rem;
    &::before {
      left: 0;
    }
    &::after {
      right: 0;
    }
  }
  ul {
    padding: .2rem;
    text-align: left;
    a {
      display: block;
      position: relative;
      padding: 1rem .5rem 1rem 1.2rem;
      background: var(--baseC);
      font-weight: 500;
      font-size: 1.6rem;
      text-decoration: none;
      line-height: 1.4;
      &::before {
        position: absolute;
        top: 50%;
        left: 0;
        border: .4rem solid transparent;
        border-left: .5rem solid var(--mainC);
        transform: translateY(-50%);
        content: "";
      }
      &:hover {
        font-weight: bold;
        opacity: .6;
        &::before {
          border: .4rem solid transparent;
          border-left: .5rem solid currentColor;
        }
      }
      &.active {
        color: var(--baseC);
        background: var(--mainC);
        &::before {
          border: .4rem solid transparent;
          border-left: .5rem solid currentColor;
        }
      }
      &.soon {
        pointer-events: none;
        opacity: .6;
      }
    }
  }
  li {
    &:not(:last-child) {
      margin-bottom: .1rem;
      padding-bottom: .1rem;
      border-bottom: 1px dotted rgba(102, 102, 102, .5);
    }
  }
}

/* Inner Anchor */
#inner_anchor {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1.5rem;
  li { 
    margin: 0 1rem 1rem 0;
  }
  a {
    display: block;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 2.5rem;
    background: var(--LGC);
    color: #666;
    text-decoration: none;
    &::before {
      position: absolute;
      top: 50%;
      left: 1rem;
      margin-top: .2rem;
      border: .5rem solid transparent;
      border-top: .6rem solid var(--GC);
      transform: translateY(-50%);
      content: '';
    }
    &:hover {
      background: var(--mainC);
      color: var(--baseC);
      &::before { 
        border-top-color: var(--baseC);
      }
    }
  }
}

@media (max-width: 768px) {
  #inner_anchor {
    justify-content: space-between;
    margin: 0 0 1rem;
    padding-bottom: .5rem;
    border-top: none;
    li {
      width: calc(50% - .5rem);
      margin: 0 0 .5rem;
    }
    a {
      display: flex;
      align-items: center;
      height: 100%;
      padding: .5rem .5rem .5rem 1.5rem;
      box-sizing: border-box;
      font-size: 1.2rem;
      line-height: 1.2;
      font-feature-settings: "palt";
      &::before {
        left: .5rem;
        margin-top: .2rem;
        border: .4rem solid transparent;
        border-top: .5rem solid var(--GC);
      }
      &:hover {
        background: var(--LGC);
        color: #666;
        &::before {
          border-top-color: var(--GC);
        }
      }
    }
  }
}