@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ol {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

em {
  font-style: normal; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img, svg {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom; }

a img {
  border: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* Scss Document */
/*[class^="i-"] {
	display: inline-block;
	line-height: 1;
	svg {
		width: 100%;
		height: auto;
	}
}*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* General Style
/* --------------------------------------------------- */
html {
  font-size: 62.5%;
  /* 16pxに625%を掛けると100pxになるよ！ */
  height: 100%;
  scroll-behavior: smooth;
  /* スムーススクロールを指定　*/
  scroll-padding-top: 50px; }

body {
  width: 100%;
  height: 100%;
  color: #222;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 1.4em;
  font-family: "Barlow", "Noto Sans JP",sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%; }
  @media print, screen and (min-width: 769px) {
    body {
      font-size: 1.6em; } }

.lang-ch {
  font-family: "Noto Sans TC", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }

a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover img {
  opacity: .7; }

.bvh {
  image-rendering: -webkit-optimize-contrast; }

/* レスポンシブルimages */
.rpimg {
  width: 100%;
  height: auto; }

/* レスポンシブルimages */
/* common                                      
/* --------------------------------------------------- */
/* header                                         
/* --------------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  /*&.show {
  	@include head-ms-pc {
  		background-color: #fff;	
  	}
  }*/ }
  #header.show {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    @media print, screen and (min-width: 900px) {
      #header.show {
        -webkit-transform: translateY(-165px);
        transform: translateY(-165px); } }
  #header.is-in {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    @media print, screen and (min-width: 900px) {
      #header.is-in {
        -webkit-transform: translateY(-165px);
        transform: translateY(-165px); } }

.header-read {
  background-color: #4ABAA7; }
  .header-read p {
    color: #fff;
    display: grid;
    align-items: center;
    font-size: min(2.2831050228vw, 1rem);
    height: 40px;
    padding: 0 min(5.4794520548vw, 24px);
    text-align: left;
    line-height: 1.4; }
    @media print, screen and (min-width: 900px) {
      .header-read p {
        font-size: 1.4rem;
        height: 30px;
        padding: 0 min(1.5873015873vw, 20px);
        max-width: 1200px;
        margin: 0 auto; } }

.header-inner {
  display: grid;
  align-items: center;
  height: 60px;
  background-color: white;
  padding: 0 min(5.4794520548vw, 24px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media print, screen and (min-width: 900px) {
    .header-inner {
      grid-template-columns: 1fr 1fr;
      column-gap: 2em;
      margin: 0 auto;
      padding: 0 min(1.5873015873vw, 20px);
      max-width: 1200px;
      height: 135px;
      background-color: rgba(255, 255, 255, 0.9); } }

.header-logo {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: left; }
  @media print, screen and (max-width: 899px) {
    .header-logo {
      width: 180px; } }

@media print, screen and (min-width: 900px) {
  #g-nav {
    /*justify-self: end;*/
    padding-top: 2em; } }

@media print, screen and (min-width: 900px) {
  #g-nav-list {
    display: grid;
    grid-template-columns: 1fr auto;
    column-gap: min(5.5555555556vw, 70px); } }
#g-nav-list .h-nav {
  display: grid;
  align-items: center; }
  @media print, screen and (max-width: 899px) {
    #g-nav-list .h-nav {
      grid-template-columns: repeat(2, 1fr); } }
  @media print, screen and (min-width: 900px) {
    #g-nav-list .h-nav {
      grid-template-columns: repeat(2, auto);
      column-gap: min(0.7936507937vw, 10px); } }
#g-nav-list .h-nav a {
  color: #909090 !important;
  background-color: #DCDCDC;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  display: grid;
  place-items: center; }
  @media print, screen and (max-width: 899px) {
    #g-nav-list .h-nav a {
      height: 40px; } }
  @media print, screen and (min-width: 900px) {
    #g-nav-list .h-nav a {
      width: 30px;
      height: 30px;
      border-radius: 50%; } }
#g-nav-list .h-nav a.en {
  color: #fff !important;
  background-color: #4ABAA7;
  pointer-events: none;
  font-weight: 700; }

#en #g-nav-list .h-nav a.jp {
  color: #909090 !important;
  background-color: #DCDCDC; }
#en #g-nav-list .h-nav a.en {
  color: #fff !important;
  background-color: #4ABAA7;
  pointer-events: none;
  font-weight: 700; }

/* contents                                           
/* --------------------------------------------------- */
.main-contents {
  overflow: hidden;
  line-height: 1.6;
  position: relative;
  z-index: 4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: min(6.8493150685vw, 30px) 0; }
  @media print, screen and (min-width: 769px) {
    .main-contents {
      padding: min(11.4155251142vw, 50px) 0; } }
  #home .main-contents {
    padding-bottom: 0; }
  .main-contents .section {
    text-align: left;
    max-width: 1240px;
    padding: 40px min(5.4794520548vw, 24px); }
    @media print, screen and (min-width: 769px) {
      .main-contents .section {
        padding: 50px min(1.5873015873vw, 20px);
        margin: 0 auto; } }
  .main-contents .bg01 {
    background-color: #E7F8F5; }
  .main-contents a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .main-contents a:hover img {
    opacity: 0.7; }
  .main-contents a, .main-contents a:visited, .main-contents a:active {
    color: #000;
    text-decoration: none; }
  .main-contents a:hover {
    color: #4ABAA7;
    text-decoration: none; }

/* ページ内リンク固定ヘッダーズレ解消 */
@media print, screen and (max-width: 899px) {
  .pl-area {
    margin-top: -50px; }
    .pl-area .target {
      padding-top: 50px;
      display: block; } }

/* パンくずナビ */
.breadcrumb {
  text-align: left;
  display: grid;
  align-items: center;
  height: 60px;
  position: relative;
  z-index: 10; }
  @media print, screen and (min-width: 769px) {
    .breadcrumb {
      height: 64px; } }
  .breadcrumb ul {
    max-width: 1240px;
    width: 100%;
    padding: 0 min(5.4794520548vw, 24px); }
    @media print, screen and (min-width: 769px) {
      .breadcrumb ul {
        padding: 0 min(1.5873015873vw, 20px);
        margin: 0 auto; } }
  .breadcrumb li {
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 20px;
    line-height: 1.5; }
    @media print, screen and (min-width: 769px) {
      .breadcrumb li {
        font-size: 1.2rem; } }
    .breadcrumb li::after {
      position: absolute;
      top: calc(50% - 2px);
      right: 6px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 4px;
      height: 4px;
      border-top: 1px solid #222;
      border-right: 1px solid #222;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .breadcrumb li:last-child::after {
      display: none; }
    .breadcrumb li a {
      color: #E7F8F5; }

.breadcrumb.active {
  opacity: 1; }

/* footer                                           
/* --------------------------------------------------- */
#footer {
  color: #000;
  background-color: #E7F8F5;
  width: 100%;
  position: relative;
  z-index: 5;
  border-top: 3px solid #4ABAA7; }
  #footer .footer-inner {
    padding: 3em min(5.4794520548vw, 24px);
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1240px; }
    @media print, screen and (min-width: 769px) {
      #footer .footer-inner {
        padding: 0 20px;
        margin: 0 auto;
        align-items: center;
        grid-template-columns: 40% 60%;
        height: 110px; } }

@media print, screen and (min-width: 769px) {
  .foot-add {
    text-align: left; } }
.foot-add h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1; }
  @media print, screen and (min-width: 769px) {
    .foot-add h2 {
      font-size: 3.2rem; } }
.foot-add h2 a {
  color: #E7F8F5;
  text-decoration: none; }
.foot-add p {
  margin-top: 1.5em;
  line-height: 1.8; }

@media print, screen and (min-width: 769px) {
  .foot-nav {
    text-align: right; } }
@media print, screen and (min-width: 769px) {
  .foot-nav .nav {
    text-align: right; } }
.foot-nav ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap; }
  @media print, screen and (max-width: 768px) {
    .foot-nav ul {
      -webkit-box-pack: center;
      justify-content: center;
      margin-top: 2em;
      max-width: 250px; } }
.foot-nav li {
  margin-top: 1em;
  text-align: left;
  font-size: 1.4rem;
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .foot-nav li {
      font-size: min(1.2698412698vw, 1.6rem); } }
.foot-nav li:not(:first-child)::before {
  content: "|";
  position: absolute;
  top: 0;
  left: -1em; }
.foot-nav li + li {
  margin-left: 2em; }
@media print, screen and (max-width: 768px) {
  .foot-nav li:nth-child(4) {
    margin-left: 0; } }
@media print, screen and (max-width: 768px) {
  .foot-nav li:nth-child(4)::before {
    content: ""; } }
.foot-nav li a {
  color: #000;
  text-decoration: none;
  white-space: nowrap; }
  .foot-nav li a:hover {
    color: #455FAB;
    text-decoration: none; }

.Copyright-wrap {
  background-color: #4ABAA7; }

#footer .Copyright {
  display: grid;
  place-items: center;
  color: #fff;
  margin: 0 auto;
  height: 30px;
  font-size: 1rem;
  max-width: 1240px; }
  @media print, screen and (min-width: 769px) {
    #footer .Copyright {
      height: 35px;
      font-size: 1.2rem; } }

/* page top */
#page-top {
  display: grid;
  place-items: center;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0; }
  #page-top span {
    display: inline-block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    position: relative; }
  #page-top span:before, #page-top span:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0; }
  #page-top span:before {
    width: 13px;
    height: 3px; }
  #page-top span:after {
    width: 3px;
    height: 13px; }
  #page-top.hide {
    opacity: 1; }
  @media print, screen and (max-width: 768px) {
    #page-top {
      bottom: 47px; } }

/*==ナビゲーション全体の設定*/
/* 2階層ナビ */
@media print, screen and (max-width: 899px) {
  #g-nav {
    background-color: #fff;
    padding: 0;
    position: fixed;
    z-index: 998;
    top: 100px;
    left: -99.99%;
    width: 100%;
    height: 100vh;
    opacity: 0;
    /*@include trans;*/ } }
@media print, screen and (min-width: 900px) {
  #g-nav {
    color: #000;
    height: 100%; } }
#g-nav .gn {
  list-style: none;
  /*.home {
  	a {
  		display: grid;
  		grid-template-columns: 18px auto;
  		column-gap: 0.5em;
  		place-content: start;
  		place-items: center;
  		@include head-ms-pc{
  			place-content: center;
  		}
  	}
  }
  .contact {
  	height: 100%;
  	@include head-ms-pc{
  		padding: 0;
  	}
  	a {
  		background-color: $kc1;
  		color: #fff;
  		display: grid;
  		grid-template-columns: auto auto;
  		column-gap: 0.5em;
  		place-content: center;
  		place-items: center;
  		height: 100%;
  		padding: 1em 0;
  		font-size: sp-fs(20);border-top: none;
  		@include head-ms-tb{
  			padding: 1em 0;
  		}
  		@include head-ms-pc{
  			width: pc-px-key(280);
  			font-size: pc-fs-key(26);
  			font-weight: 600;
  		}		
  	}
  }*/ }
  @media print, screen and (max-width: 899px) {
    #g-nav .gn {
      display: block;
      border-bottom: 1px solid #4ABAA7; } }
  @media print, screen and (min-width: 900px) {
    #g-nav .gn {
      margin: 0 auto;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      align-items: center; } }
  #g-nav .gn li {
    position: relative;
    /*>a{
    	@include head-ms-tb{
    		&::before {	
    			position: absolute;
    			top: calc(50% - 4px);
    			right: 20px;
    			margin: auto;
    			content: "";
    			vertical-align: middle;
    			width: 8px;
    			height: 8px;
    			border-top: 1px solid #fff;
    			border-right: 1px solid #fff;
    			-webkit-transform: rotate(45deg);
    			transform: rotate(45deg);
    		}
    	}				
     }*/ }
    @media print, screen and (max-width: 899px) {
      #g-nav .gn li {
        padding: 0; } }
    @media print, screen and (min-width: 900px) {
      #g-nav .gn li {
        display: inline-block; }
        #g-nav .gn li:not(:first-child) {
          margin-left: min(2.380952381vw, 30px); } }
    #g-nav .gn li a, #g-nav .gn li .a-tag {
      display: block;
      text-decoration: none;
      position: relative;
      overflow: hidden;
      color: #222;
      font-family: "Noto Sans JP",sans-serif; }
      @media print, screen and (max-width: 899px) {
        #g-nav .gn li a, #g-nav .gn li .a-tag {
          padding: 1em 44px 1em 1em;
          border-top: 1px solid #4ABAA7;
          text-align: left;
          font-size: 1.6rem;
          color: #000;
          background-color: #fff; } }
      @media print, screen and (min-width: 900px) {
        #g-nav .gn li a, #g-nav .gn li .a-tag {
          font-size: min(1.4285714286vw, 1.8rem);
          white-space: nowrap;
          padding: 0.5em 0; } }
      #g-nav .gn li a:hover, #g-nav .gn li .a-tag:hover {
        color: #4ABAA7; }
    @media print, screen and (min-width: 900px) {
      #g-nav .gn li > a, #g-nav .gn li > .a-tag {
        /*&:after {
        	content: "";
        	position: absolute;
        	width: 100%;
        	height: 3px;
        	background-color: $kc1;
        	bottom: 0;
        	left: -100%;
        	@include trans;
        	@include head-ms-sp{
        		display: none;
        	}
        }
        &:hover{
        }
        &:hover:after{
        	left: 0;
        }*/ } }
    #g-nav .gn li.current-menu-item > a, #g-nav .gn li.current-menu-item > .a-tag {
      font-weight: 700;
      color: #4ABAA7; }
    #g-nav .gn li.current2 > a, #g-nav .gn li.current2 > .a-tag {
      color: #4ABAA7; }
    #g-nav .gn li .close-btn {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin: 20px auto;
      position: relative;
      cursor: pointer;
      border-bottom: none; }
      #g-nav .gn li .close-btn:before, #g-nav .gn li .close-btn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 2px;
        margin: -8% 0 0 -42%;
        background: #333; }
      #g-nav .gn li .close-btn:before {
        transform: rotate(-45deg); }
      #g-nav .gn li .close-btn:after {
        transform: rotate(45deg); }
@media print, screen and (max-width: 899px) {
  #g-nav.panelactive {
    opacity: 1;
    left: 0; }
    #g-nav.panelactive #g-nav-list {
      position: fixed;
      z-index: 999;
      width: 100%;
      height: 100vh;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 60px; } }
@media print, screen and (min-width: 900px) {
  #g-nav #g-nav-list {
    height: 100%; } }

@media print, screen and (min-width: 900px) {
  #g-nav.en .gn a {
    font-size: min(1.1904761905vw, 1.5rem); } }

/* 2階層ナビ */
#g-nav .menu-item-has-children {
  /*@include head-ms-pc{ 下三角
  	padding-right: 1em;
  	&::before {	
  		position: absolute;
  		top: calc(50% - 4px);
  		right: 0;
  		margin: auto;
  		content: "";
  		vertical-align: middle;
  		width: 6px;
  		height: 6px;
  		border-top: 2px solid #222;
  		border-right: 2px solid #222;
  		-webkit-transform: rotate(135deg);
  		transform: rotate(135deg);
  	}
  }*/
  /*@include head-ms-pc{
  	padding-right: 1em;
  	&::before {	
  		position: absolute;
  		top: calc(50% - 4px);
  		right: 0;
  		margin: auto;
  		content: "";
  		vertical-align: middle;
  		width: 6px;
  		height: 6px;
  		border-top: 2px solid #222;
  		border-right: 2px solid #222;
  		-webkit-transform: rotate(135deg);
  		transform: rotate(135deg);
  	}
  }
  >a{
  	@include head-ms-tb{
  		border-bottom: 1px solid #2f2f2f!important;
  	}		
  }
  >ul{
  	position: absolute;	
  	z-index: 4;
  	display: inline-block;	
  	visibility: hidden;	
  	opacity: 0;
  	@include head-ms-tb{
  		position: relative;
  		left:0;
  		top:0;
  		width:100%;
  		visibility:visible;
  		opacity:1;
  		display: none;
  		display: block;
  		transition:none;
  		ul{
  			border-bottom: none;
  			display: block;	
  		}
  	}
  	@include head-ms-pc{
  		left:0;
  	}
  }
  &:hover > ul,&:active > ul{
  	visibility: visible;
  	opacity: 1;
  }
  li{			
  	@include head-ms-pc{
  		margin: 0;
  	}
  	a{			
  		color: #fff!important;
  		line-height: 1.4;
  		text-align: left;
  		position: relative;
  		.is-in &{ 
  		}
  		@include head-ms-tb{
  			padding:15px 44px 13px 2em;
  		}
  		@include head-ms-pc{
  			background-color: #222;
  			margin: 0;
  			padding: 0.5em;
  			display: block;	
  			height: auto;
  			width: 200px;
  		}
  		&::after{
  			display: none;
  		}
  	}
  	&:last-of-type ul {
  		@include head-ms-tb{
  			margin-bottom: 1em;
  		}
  	}
  }
  &.active::before{
  	@include head-ms-tb{
  		transform: rotate(-45deg);
  	}
  }*/ }
  #g-nav .menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 4;
    display: block;
    visibility: hidden;
    opacity: 0; }
    @media print, screen and (max-width: 899px) {
      #g-nav .menu-item-has-children .sub-menu {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        /*display: none;*/
        display: block;
        transition: none; }
        #g-nav .menu-item-has-children .sub-menu ul {
          border-bottom: none;
          display: block; } }
    @media print, screen and (min-width: 900px) {
      #g-nav .menu-item-has-children .sub-menu {
        top: min(2.6984126984vw, 34px);
        left: 0;
        width: max-content; } }
    #g-nav .menu-item-has-children .sub-menu .child-open {
      display: none; }
  #g-nav .menu-item-has-children:hover > ul, #g-nav .menu-item-has-children:active > ul {
    visibility: visible;
    opacity: 1; }
  @media print, screen and (min-width: 900px) {
    #g-nav .menu-item-has-children li {
      margin: 0 !important;
      padding: 0;
      display: block; } }
  #g-nav .menu-item-has-children li a {
    color: #000;
    background-color: #E7F8F5;
    line-height: 1.4;
    text-align: left;
    position: relative;
    white-space: normal; }
    @media print, screen and (max-width: 899px) {
      #g-nav .menu-item-has-children li a {
        padding: 15px 44px 13px 1em;
        margin-left: 1em; }
        #g-nav .menu-item-has-children li a:hover {
          color: #4ABAA7; } }
    @media print, screen and (min-width: 900px) {
      #g-nav .menu-item-has-children li a {
        margin: 2px 0 0;
        padding: 1em 0.5em;
        display: block;
        height: auto;
        font-size: min(1.2698412698vw, 16px); } }
    #g-nav .menu-item-has-children li a::after {
      display: none; }
  @media print, screen and (max-width: 899px) {
    #g-nav .menu-item-has-children li:last-of-type ul {
      margin-bottom: 1em; } }
  @media print, screen and (max-width: 899px) {
    #g-nav .menu-item-has-children.active::before {
      transform: rotate(-45deg); } }

@media print, screen and (min-width: 900px) {
  .gn > li:last-child .sub-menu {
    left: auto !important;
    right: 0; } }

#g-nav .has-child:hover .megaMenu, #g-nav .has-child.active .megaMenu {
  visibility: visible;
  opacity: 1; }
  @media print, screen and (min-width: 900px) {
    #g-nav .has-child:hover .megaMenu, #g-nav .has-child.active .megaMenu {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; } }

.child-list li {
  position: relative; }
  .child-list li::before {
    position: absolute;
    top: calc(50% - 8px);
    left: 1.5em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 10; }
  .child-list li a {
    padding-left: 2.5em !important; }

.child-open {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 44px;
  display: block;
  cursor: pointer; }
  .child-open:before, .child-open:after {
    content: '';
    height: 1px;
    width: 16px;
    display: block;
    background-color: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -8px;
    -moz-transition: .3s;
    transition: .3s; }
  .child-open:after {
    height: 16px;
    width: 1px;
    margin: -8px 0 0 -1px; }
  .active .child-open:befor {
    display: none; }
  .active .child-open:after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }
  @media print, screen and (min-width: 900px) {
    .child-open {
      display: none; } }

.active .child-open:befor {
  display: none; }

.active .child-open:after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

/*#work .has-child.current ul{
	@include head-ms-pc {
		display: none!important;
	}
	@include head-ms-tb {
		display: none;
	}
}
*/
/* ハンバーガーメニューボタン */
@media print, screen and (max-width: 899px) {
  .openbtn1 {
    position: fixed;
    z-index: 9999;
    top: 45px;
    right: 0;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #fff; }
    .openbtn1 span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 2px;
      border-radius: 2px;
      background-color: #666;
      width: 45%; }
      .openbtn1 span:nth-of-type(1) {
        top: 15px; }
      .openbtn1 span:nth-of-type(2) {
        top: 24px; }
      .openbtn1 span:nth-of-type(3) {
        top: 32px; }
    .openbtn1.active {
      background-color: #fff; }
    .openbtn1.active span:nth-of-type(1) {
      top: 16px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
      background-color: #666; }
    .openbtn1.active span:nth-of-type(2) {
      opacity: 0; }
    .openbtn1.active span:nth-of-type(3) {
      top: 28px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
      background-color: #666; }
    #inquiry .openbtn1 {
      display: none; } }
/* HOME */
/* Key Slider */
.key-slider {
  width: 100%;
  position: relative;
  z-index: 10;
  /* 読み込み時の崩れ防止 */
  /* 読み込み時フェードインアニメ */ }
  @media print, screen and (max-width: 899px) {
    .key-slider {
      padding-top: 100px; } }
  @media print, screen and (min-width: 900px) {
    .key-slider {
      padding-top: 165px;
      margin: 0 auto; } }
  .key-slider .slider > li:not(:first-child) {
    display: none; }
  .key-slider .slider {
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear; }
  .key-slider .slider.slick-initialized {
    opacity: 1; }

.slick-slide {
  height: auto !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d; }

.slick-slide {
  /*.btn-area {
  	position: absolute;
  	bottom: sp-px(10);
  	width: 100%;
  	overflow: hidden;		
  	@include ms-tbpc {
  		bottom: pc-px(20);
  	}
  	a {
  		transform: translateY(100%);
  		@include trans(0.5,ease-in);
  	}
  	a.active {
  		transform: translateY(0);
  	}
  }*/ }
  .slick-slide li {
    display: grid !important; }
  .slick-slide li > * {
    grid-row: 1;
    grid-column: 1; }
  .slick-slide .btn {
    background-color: rgba(34, 34, 34, 0.8);
    color: #fff !important;
    text-decoration: none;
    line-height: 1;
    display: inline-grid;
    place-items: center;
    border: 1px solid #fff;
    border-radius: 2em;
    width: min(41.095890411vw, 180px);
    height: min(9.1324200913vw, 40px);
    font-size: min(2.9680365297vw, 1.3rem); }
    @media print, screen and (min-width: 481px) {
      .slick-slide .btn {
        width: min(26.9841269841vw, 340px);
        height: min(4.7619047619vw, 60px);
        font-size: min(1.2698412698vw, 1.6rem); } }
    .slick-slide .btn + .btn {
      margin-left: 1em; }
  .slick-slide .btn-area {
    position: absolute;
    bottom: min(2.2831050228vw, 10px);
    width: 100%;
    overflow: hidden; }
    @media print, screen and (min-width: 481px) {
      .slick-slide .btn-area {
        bottom: min(1.5873015873vw, 20px); } }

/* Key common */
.key-common {
  padding-top: 100px;
  position: relative;
  background: url("../img/common/subtitle_bg.jpg") no-repeat center bottom; }
  @media print, screen and (max-width: 899px) {
    .key-common {
      background-size: auto 180px; } }
  @media print, screen and (min-width: 900px) {
    .key-common {
      padding-top: 165px;
      background-size: auto 350px; } }
  .key-common .key-common-inner {
    height: 180px;
    width: 100%;
    display: grid;
    justify-items: start;
    align-items: center; }
    @media print, screen and (min-width: 900px) {
      .key-common .key-common-inner {
        height: 350px;
        max-width: 1240px;
        margin: 0 auto; } }
    .key-common .key-common-inner h1 {
      display: inline-block;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6);
      font-weight: 500;
      padding: 14px 1em 14px min(5.4794520548vw, 24px);
      font-size: 2.6rem;
      position: relative; }
      @media print, screen and (min-width: 900px) {
        .key-common .key-common-inner h1 {
          padding: 17px 1em 17px min(1.5873015873vw, 20px);
          font-size: 3.6rem; } }
    .key-common .key-common-inner h1::after {
      content: "";
      display: block;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6);
      width: 500%;
      height: 70px;
      position: absolute;
      top: 0;
      left: -500%; }

#news_data, .News {
  border-bottom: 1px solid #4ABAA7; }
  #news_data dl, .News dl {
    text-align: left;
    line-height: 1.5; }
  #news_data dt, #news_data dd, .News dt, .News dd {
    font-size: 1.4rem; }
    @media print, screen and (min-width: 769px) {
      #news_data dt, #news_data dd, .News dt, .News dd {
        font-size: 1.6rem; } }
  #news_data dt, .News dt {
    font-weight: 500; }
    @media print, screen and (min-width: 769px) {
      #news_data dt, .News dt {
        float: left;
        clear: both;
        padding: 0.75em 0; } }
  #news_data dd, .News dd {
    overflow-wrap: anywhere;
    border-bottom: 1px solid #DCDCDC; }
    @media print, screen and (min-width: 769px) {
      #news_data dd, .News dd {
        padding: 0.75em 0 0.75em 200px; } }
  #news_data dd:last-of-type, .News dd:last-of-type {
    border-bottom: none; }
  #news_data .icon, .News .icon {
    display: inline-grid;
    place-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    background-color: #4ABAA7;
    line-height: 1;
    width: 80px;
    height: 15px;
    margin-right: 15px; }

#news_data {
  overflow: auto;
  max-height: 360px;
  background-color: #fff; }
  @media print, screen and (min-width: 769px) {
    #news_data {
      max-height: 460px; } }

.News-common .ymd {
  text-align: right; }
.News-common .honbun {
  margin: 1.5em 0; }

@media print, screen and (min-width: 769px) {
  .home-section {
    display: grid;
    grid-template-columns: 1fr min(34.126984127vw, 430px);
    column-gap: min(5.5555555556vw, 70px); } }
.home-section .more {
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 10px; }
.home-section .more::after {
  content: "";
  margin: auto;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4ABAA7;
  border-right: 2px solid #4ABAA7;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
@media print, screen and (max-width: 768px) {
  .home-section .X-area {
    margin: 3em auto 0; } }
.home-section .X-area a {
  border-bottom: none; }
@media print, screen and (max-width: 768px) {
  .home-section .X-content {
    max-width: 250px;
    margin: 0 auto; } }

.OurConcept {
  background-color: #fff;
  border-radius: 15px;
  padding: 40px min(5.4794520548vw, 24px); }
  @media print, screen and (min-width: 769px) {
    .OurConcept {
      border-radius: 20px;
      padding: 50px min(3.9682539683vw, 50px); } }
  .OurConcept p {
    font-size: 1.5rem;
    margin: 25px 0; }
    @media print, screen and (min-width: 769px) {
      .OurConcept p {
        font-size: 1.8rem;
        margin: 30px 0; } }

#project .project-img {
  text-align: center; }
  #project .project-img img {
    margin: 30px auto; }
    @media print, screen and (min-width: 769px) {
      #project .project-img img {
        margin: 40px auto; } }
  #project .project-img img:first-of-type {
    margin-top: 40px; }
    @media print, screen and (min-width: 769px) {
      #project .project-img img:first-of-type {
        margin-top: 50px; } }

@media print, screen and (min-width: 769px) {
  .member01 dt {
    float: left; } }
.member01 dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5; }
  @media print, screen and (min-width: 769px) {
    .member01 dd {
      font-size: 2.2rem;
      padding-left: 80px; } }
@media print, screen and (max-width: 768px) {
  .member01 dt + dd {
    margin-top: 1em; } }
.member01 dd + dd {
  margin-top: 1em; }
.member01 dd .icon {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2em;
  width: 120px;
  height: 26px;
  display: inline-grid;
  place-items: center; }
.member01 .life {
  background-color: #4ABAA7; }
.member01 .material {
  background-color: #7AC171; }
.member01 .ecology {
  background-color: #794A9A; }
.member01 .environment {
  background-color: #455FAB; }
.member01 .representative {
  color: #596563;
  font-size: 1.6rem;
  font-weight: 700;
  border: 2px solid #596563;
  border-radius: 2em;
  width: 65px;
  height: 30px;
  display: grid;
  place-items: center; }

.member02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2em 0; }
  @media print, screen and (min-width: 481px) and (max-width: 768px) {
    .member02 {
      grid-template-columns: repeat(2, 1fr);
      gap: 2em 20px; } }
  @media print, screen and (min-width: 769px) {
    .member02 {
      grid-template-columns: repeat(3, 1fr);
      gap: 2em 30px; } }
  .member02 li {
    border-left: 5px solid #DCDCDC;
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column; }
  .member02 li::after {
    content: "";
    width: 5px;
    height: 120px;
    background-color: #4ABAA7;
    display: block;
    position: absolute;
    top: 0;
    left: -5px; }
  .member02 dl {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 20px; }
  .member02 dt {
    width: 80px; }
    @media print, screen and (min-width: 481px) {
      .member02 dt {
        width: min(9.5238095238vw, 120px); } }
  .member02 dd h3 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5; }
    @media print, screen and (min-width: 769px) {
      .member02 dd h3 {
        font-size: 2rem; } }
  .member02 dd > p {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 10px; }
    @media print, screen and (min-width: 769px) {
      .member02 dd > p {
        font-size: 1.3rem; } }
  .member02 .txt {
    margin-top: 10px; }
    @media print, screen and (min-width: 769px) {
      .member02 .txt {
        flex-grow: 1;
        display: flex;
        flex-direction: column; } }
  .member02 .txt p {
    line-height: 1.6;
    margin: 10px 0 0; }
    @media print, screen and (min-width: 769px) {
      .member02 .txt p {
        flex-grow: 1; } }
  .member02 .link {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 2em;
    padding: 0 18px;
    margin: 10px 0 0 10px;
    height: 30px;
    display: inline-grid;
    place-items: center; }
    .member02 .link:hover {
      background-color: #fff; }
  .member02 .link em {
    display: inline-block; }
  .member02 .link em:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-mask-image: url("../img/common/icon-opwn.svg");
    -webkit-mask-size: cover;
    mask-image: url("../img/common/icon-opwn.svg");
    mask-size: cover;
    background-color: white;
    margin-left: 10px; }
  .member02 .representative {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    border-radius: 5px;
    width: 45px;
    height: 20px;
    display: inline-grid;
    place-items: center;
    vertical-align: middle;
    margin-right: 10px; }

section.life .representative, section.life .link, section.life .link:hover em:after, section.life li::after {
  background-color: #4ABAA7; }
section.life .link {
  border: 1px solid #4ABAA7; }
section.life .link:hover {
  color: #4ABAA7; }

section.material .representative, section.material .link, section.material .link:hover em:after, section.material li::after {
  background-color: #7AC171; }
section.material .link {
  border: 1px solid #7AC171; }
section.material .link:hover {
  color: #7AC171; }

section.ecology .representative, section.ecology .link, section.ecology .link:hover em:after, section.ecology li::after {
  background-color: #794A9A; }
section.ecology .link {
  border: 1px solid #794A9A; }
section.ecology .link:hover {
  color: #794A9A; }

section.environment .representative, section.environment .link, section.environment .link:hover em:after, section.environment li::after {
  background-color: #455FAB; }
section.environment .link {
  border: 1px solid #455FAB; }
section.environment .link:hover {
  color: #455FAB; }

.result-link a {
  display: inline-block;
  margin: 0.5em 1.5em 0 0;
  color: #6C6C6C;
  text-decoration: underline; }
.result-link a:hover {
  color: #455FAB;
  text-decoration: underline; }

/* Parts                                         
/* --------------------------------------------------- */
/* タイトル */
.h01 {
  font-weight: 700;
  font-size: 2.5rem;
  color: 000;
  text-align: left;
  border-bottom: 3px solid #4ABAA7;
  line-height: 1.4; }
  @media print, screen and (min-width: 769px) {
    .h01 {
      font-size: 3rem; } }

.h02 {
  font-weight: 700;
  font-size: 2.5rem;
  color: #000;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
  line-height: 1; }
  @media print, screen and (min-width: 769px) {
    .h02 {
      font-size: 3rem;
      padding-bottom: 18px; } }
  .h02::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 6px;
    background-color: #4ABAA7;
    position: absolute;
    left: calc(50% - 9px);
    bottom: 0; }
    @media print, screen and (min-width: 769px) {
      .h02::after {
        width: 20px;
        height: 8px;
        left: calc(50% - 10px); } }

.h03 {
  color: #fff;
  background-color: #596563;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 10px 10px;
  margin-bottom: 1em;
  line-height: 1; }
  @media print, screen and (min-width: 769px) {
    .h03 {
      font-size: 3rem;
      padding: 19px 20px; } }
  .life .h03 {
    background-color: #4ABAA7; }
  .material .h03 {
    background-color: #7AC171; }
  .ecology .h03 {
    background-color: #794A9A; }
  .environment .h03 {
    background-color: #455FAB; }

/* Other */
.mt0 {
  margin-top: 0em !important; }

.mt1 {
  margin-top: 1em !important; }

.mt2 {
  margin-top: 2em !important; }

.mt3 {
  margin-top: 3em !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 0.5em !important; }

.mb10 {
  margin-bottom: 1em !important; }

.mb15 {
  margin-bottom: 1.5em !important; }

.mb20 {
  margin-bottom: 2em !important; }

.mb25 {
  margin-bottom: 2.5em !important; }

.mb30 {
  margin-bottom: 3em !important; }

.mb40 {
  margin-bottom: 4em !important; }

.mb50 {
  margin-bottom: 5em !important; }

.ml1 {
  margin-left: 1em !important; }

.ml2 {
  margin-left: 2em !important; }

.ml3 {
  margin-left: 3em !important; }

.mr1 {
  margin-right: 1em !important; }

.mr2 {
  margin-right: 2em !important; }

.mr3 {
  margin-right: 3em !important; }

.font-bold {
  font-weight: 700 !important; }

.font-normal {
  font-weight: normal !important; }

.float-left {
  float: left !important; }

.ml4ps {
  margin-left: 4% !important; }

.mr4ps {
  margin-right: 4% !important; }

.ta-l {
  text-align: left !important; }

.ta-r {
  text-align: right !important; }

.ta-c {
  text-align: center !important; }

.ta-j {
  text-align: justify !important; }

strong {
  font-weight: 500; }

.italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap !important; }

/* 先頭の文字に適用 */
.first-letter:first-letter {
  font-size: 260%;
  font-weight: 500;
  color: #455FAB;
  line-height: 1;
  margin-right: 0.1em; }

a.nolink {
  pointer-events: none; }

.sup, sup {
  font-size: 0.7em;
  vertical-align: top; }

/* Color */
.fcRed {
  color: red; }

.fcOrange {
  color: orange; }

.fcOrangered {
  color: orangered; }

.kc1 {
  color: #4ABAA7; }

.kc2 {
  color: #E7F8F5; }

.kc3 {
  color: #455FAB; }

/* Font Size */
.fsS {
  font-size: 88% !important; }

.fsL {
  font-size: 128% !important; }

.fs2L {
  font-size: 148% !important; }

.fs14 {
  font-size: min(2.7397260274vw, 1.2rem);
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .fs14 {
      font-size: min(1.1111111111vw, 1.4rem); } }

.fs16 {
  font-size: min(3.196347032vw, 1.4rem);
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .fs16 {
      font-size: min(1.2698412698vw, 1.6rem); } }

.fs18 {
  font-size: min(3.6529680365vw, 1.6rem);
  font-weight: 400; }
  @media print, screen and (min-width: 769px) {
    .fs18 {
      font-size: min(1.4285714286vw, 1.8rem); } }

.marker01 {
  display: inline;
  padding-bottom: 0.25em;
  background: linear-gradient(transparent 0%, #B3E5FC 0%); }

.kakomi {
  border: 1px solid #ccc;
  padding: 1em 4%; }
  @media print, screen and (min-width: 769px) {
    .kakomi {
      padding: 1em 1.5em; } }

/* svg */
[class^="i-"] {
  display: inline-block;
  height: auto; }
  [class^="i-"] svg {
    width: 100%;
    height: auto;
    vertical-align: middle; }

.i-mail {
  width: 25px;
  margin-right: 5px; }
  .i-mail svg {
    fill: #fff; }

.i-arrow {
  width: 14px;
  display: inline-grid;
  align-items: center;
  justify-self: end; }
  .i-arrow svg {
    fill: #222; }

/* font */
.kakeru {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"; }

.ff-mincho {
  font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }

/* kerning */
.kerning {
  letter-spacing: -0.5em; }

.kerning2 {
  text-indent: -0.5em;
  display: inline-block; }

.kerning3 {
  text-indent: -0.2em;
  letter-spacing: -0.2em;
  display: inline-block; }

.memo {
  display: inline-block;
  font-size: 88%;
  color: #000;
  font-weight: 400; }

.caution01 {
  border: 3px double red;
  padding: 2em;
  color: red;
  font-weight: 500; }

hr.hr01 {
  margin: 2em 0;
  border-top: 1px dashed #ccc; }

/* hover時　下線 */
.underline {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #222, #222);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 5%;
  transition: all 0.3s ease-in-out; }

.underline:hover {
  background-size: 100% 5%; }

/* ボタン */
.btn-test {
  background-color: #4ABAA7;
  color: #fff !important;
  border: 1px solid #4ABAA7;
  overflow: hidden;
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  display: inline-grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  /*max-width: $btn-mw + px;*/
  max-width: 480px;
  padding: 0 2.5em 0 1em;
  text-align: left;
  aspect-ratio: 4.8;
  font-size: min(calc(20/(480 + 48)*100vw), 2rem); }
  .btn-test [class^="i-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(20/480*100%);
    display: inline-block;
    line-height: 1; }
    .btn-test [class^="i-"] svg {
      vertical-align: top;
      width: 100%;
      height: auto; }
  .btn-test [class^="i-"] svg {
    fill: #fff; }

.btn01 {
  text-decoration: none !important;
  position: relative;
  line-height: 1.4;
  display: inline-block; }
  .btn01:hover {
    text-decoration: none; }

.btn01 {
  color: #E7F8F5 !important;
  background-color: #fff;
  font-weight: 600;
  width: 160px;
  height: 100%;
  aspect-ratio: 160 / 48;
  display: grid;
  place-items: center;
  border-radius: 2em;
  border: 1px solid #E7F8F5;
  aspect-ratio: 200 / 60;
  width: min(36.5296803653vw, 160px);
  margin: 2.5em auto 0; }
  @media print, screen and (min-width: 769px) {
    .btn01 {
      width: min(15.873015873vw, 200px); } }
  .btn01:hover {
    color: #fff !important;
    background-color: #E7F8F5; }

/* table */
@media print, screen and (max-width: 768px) {
  .tableScroll {
    overflow: auto;
    white-space: nowrap; }
    .tableScroll table {
      width: 100%; } }
.tableScroll::-webkit-scrollbar {
  height: 10px; }
.tableScroll::-webkit-scrollbar-track {
  background: #F1F1F1; }
.tableScroll::-webkit-scrollbar-thumb {
  background: #BCBCBC; }
@media print, screen and (max-width: 768px) {
  .tableScroll.v2 {
    width: 600px;
    white-space: normal; } }

.table01 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #BEC6CC; }
  .table01 th, .table01 td {
    padding: 1em;
    border-bottom: 1px solid #BEC6CC;
    vertical-align: middle; }
  .table01 th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
    background-color: #CFE0EF; }
    @media print, screen and (min-width: 769px) {
      .table01 th {
        width: 33.33%; } }
  .table01 td {
    text-align: left; }
    .table01 td em {
      display: inline-block; }
  .table01 .br {
    display: block; }
    @media print, screen and (min-width: 769px) {
      .table01 .br {
        display: inline-block; } }
  @media print, screen and (min-width: 769px) {
    .table01 .br + .br {
      margin-left: 1em; } }
  .table01 .fix {
    position: sticky;
    left: 0; }
    .table01 .fix:before {
      content: "";
      position: absolute;
      top: -1px;
      right: -1px;
      width: 100%;
      height: 100%;
      border: 1px solid #ccc; }

.table_history {
  width: 100%;
  border-collapse: collapse; }
  .table_history th, .table_history td {
    vertical-align: middle; }
    @media print, screen and (max-width: 768px) {
      .table_history th, .table_history td {
        display: block; } }
  .table_history th {
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    white-space: nowrap; }
    @media print, screen and (min-width: 769px) {
      .table_history th {
        width: 5em; } }
  .table_history td {
    text-align: left;
    padding-bottom: 1em; }

/* ul */
.dl-line {
  display: grid;
  grid-template-columns: auto 1fr; }

/* ul */
.ul-arrow li {
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  font-size: min(3.6529680365vw, 1.6rem); }
  @media print, screen and (min-width: 769px) {
    .ul-arrow li {
      font-size: min(1.746031746vw, 2.2rem); } }
.ul-arrow li + li {
  margin-top: 0.25em; }
.ul-arrow li:before {
  content: "";
  background-image: url("../img/common/arrow2.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0.3em;
  left: 0; }

.ul10 > li {
  text-indent: -1em;
  padding-left: 1em; }

.ul15 > li {
  text-indent: -1.5em;
  padding-left: 1.5em; }

.ul-dot > li {
  padding-left: 1em;
  position: relative; }
.ul-dot > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0; }

.ul-dot-m > li, .ul-dot-l > li {
  position: relative;
  text-indent: 0; }
.ul-dot-m > li::before, .ul-dot-l > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #4ABAA7;
  display: inline-block;
  margin: 0.7em auto 0; }

.ul-dot-m > li {
  padding-left: 1em; }

.ul-dot-l > li {
  padding-left: 1.5em; }
.ul-dot-l > li::before {
  width: 1em;
  height: 1em;
  margin: 0.4em auto 0; }
.ul-dot-l > li + li {
  margin-top: 1em; }

.ul-icon > li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.5em; }
.ul-icon > li + li {
  margin-top: 0.5em; }
.ul-icon [class^="i-"] {
  align-self: stretch; }
  .ul-icon [class^="i-"] svg {
    margin-bottom: 4px; }

/* ol */
ol.num {
  counter-reset: number 0;
  /*@include flex;	
  @include flex-col-rr;*/ }
  ol.num > li {
    margin-top: 1em;
    padding-left: 2em;
    position: relative; }
    ol.num > li::before {
      counter-increment: number 1;
      content: counter(number) ".";
      position: absolute;
      top: 0;
      left: 0; }

ol.num-squ, ol.num-cir {
  counter-reset: number 0; }
  ol.num-squ li, ol.num-cir li {
    padding-left: 1.6em;
    margin: 0 0 0.5em;
    position: relative;
    line-height: 1.6em; }
    ol.num-squ li::before, ol.num-cir li::before {
      counter-increment: number 1;
      content: counter(number) "";
      position: absolute;
      top: 0.3em;
      left: 0;
      width: 1.6em;
      height: 1.6em;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      color: #fff;
      background-color: #455FAB;
      font-size: 78%; }

ol.num-cir li::before {
  border-radius: 50%; }

/* tel */
.tel-link, .mail-link {
  text-decoration: none !important;
  color: #E7F8F5 !important; }

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
div.vid_contents {
  width: 100%;
  text-align: center;
  margin: auto; }

video.vid_main {
  width: 100%;
  max-width: 400px;
  display: block; }

/* iframe */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }
  .youtube iframe {
    width: 100%;
    height: 100%; }

.googleMap {
  height: 400px !important; }
  @media print, screen and (min-width: 769px) {
    .googleMap {
      height: 340px !important; } }
  .googleMap iframe {
    width: 100%;
    height: 400px; }
    @media print, screen and (min-width: 769px) {
      .googleMap iframe {
        height: 340px; } }

.sp-display {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp-display {
      display: block; } }

.tb-display {
  display: block; }
  @media print, screen and (min-width: 769px) {
    .tb-display {
      display: none; } }

.tbpc-display {
  display: none; }
  @media print, screen and (min-width: 481px) and (max-width: 768px) {
    .tbpc-display {
      display: block; } }
  @media print, screen and (min-width: 769px) {
    .tbpc-display {
      display: block; } }

.pc-display {
  display: none; }
  @media print, screen and (min-width: 769px) {
    .pc-display {
      display: block; } }

.pc3-display {
  display: none; }
  @media print, screen and (min-width: 1400px) {
    .pc3-display {
      display: block; } }
