@charset "UTF-8";
/* zen-kaku-gothic-new-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/zen-kaku-gothic-new-v16-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-500 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/zen-kaku-gothic-new-v16-japanese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/zen-kaku-gothic-new-v16-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-kaku-gothic-new-900 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Zen Kaku Gothic New';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/zen-kaku-gothic-new-v16-japanese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* デフォルト設定 */
body {
    font-family: 'Noto Sans JP', sans-serif;
}

/* 特定の場所でZen Kaku Gothic Newを使用 */
h1, h2 {
    font-family: 'Zen Kaku Gothic New', serif;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  color: #1A1A1A;
  font-weight: 500;
  line-height: 1.5;
}
a, a:link, a:active, a:visited {
  transition: all 0.5s ease-out;
  outline: none;
  text-decoration: none;
  color: #1A1A1A;
}
* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}
/*------------------------
  Fade Animation
------------------------*/
.fadein {
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -o-transition: all 1.2s;
  -ms-transition: all 1.2s;
  transition: all 1.2s;
}
.fade-on {
  opacity: 1;
  margin-top: 0;
}
/*---------------------------------------------------------CV*/

#page-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 10;
  font-weight: 900;
}
#page-top a {
  background-color: #fff;
  color: #00BFB3;
  text-align: center;
  text-decoration: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #00BFB3;
  line-height: 55px;
display: flex;
align-items: center; /* 縦中央 */
    justify-content: center; /* 横中央 */}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #00BFB3;
    border-right: 3px solid #00BFB3;
    transform: translateY(20%) rotate(-45deg);
	
}

.general_arrow {
   height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg); /* 45度で右向き矢印 */
	
}

#page-top a:hover {
  background-color: #fff;
  text-decoration: none;
}

.hidden{
	display: none;
	z-index: 9;
	width: 100%;
	 position: fixed;
  bottom: 0;
  height: 100px;
}

#cv-btn {
  position: fixed;
  bottom: 0; 
  width: 100%;
  background: linear-gradient(45deg, #fff, rgba(125, 207, 210, .7), rgba(182, 206, 122, .7));
background: rgba(237 , 250, 250, .9);
text-align: center;
  z-index: 10;
  padding: 25px 0;
	line-height: 1;
	
}
a.cv_btn01 {
	padding: 20px;
    width: 90%;
    max-width: 500px;
    font-weight: bold;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    background: #00BFB3;
	position: relative;
	will-change: transform;

}
.general_arrow {
   height: 12px;
    width: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg); /* 45度で右向き矢印 */
	position: absolute;
	right: 30px;
	left: auto;
	top: 0;
	bottom: 0;
	margin: auto;
	
}

a.cv_btn01:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 798px) {
	#page-top {
  bottom: 90px;
  right: 20px;
  font-weight: 900;
}
	#cv-btn {
  padding: 15px 0;
	
}
}

/*---------------------------------------------------------common*/
.spnomi {
  display: none;
}
.pcnomi {
  display: block;
}
.clear {
  clear: both;
}
.maincolor {
  color: #00BFB3;
}
.mainbgcolor {
  background-color: #00BFB3;
}
@media only screen and (max-width: 999px) {
  html {
    font-size: 50%;
  }
}
@media only screen and (max-width: 798px) {
  .spnomi {
    display: block;
  }
  .pcnomi {
    display: none;
  }
}
/*---------------------------------------------------------header, nav*/
header {
  width: 100%;
  height: 90px;
  position: absolute;
  z-index: 10;
  font-weight: 600;
  background-color: #fff;
}
.navigation {
  letter-spacing: 1px;
}
.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
	z-index: 20;
}
#logo {
  padding: 30px 0 0 30px;
  float: left;
  width: 40%;
  max-width: 200px;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
  font-size: 15px;
}
nav ul li a, nav ul li a:visited {
  display: block;
  padding: 40px 15px 0 17px;
  line-height: 1.2;
  text-decoration: none;
}
nav ul li a:hover, nav ul li a:visited:hover {}
/* -------------------------------------------Mobile navigation */
.nav-mobile {
  display: none;
  position: fixed;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 50px;
  z-index: 10;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 999px) {
  header {
    height: 60px;
  }
  #logo {
    padding: 20px 0 0 20px;
    width: 40%;
    max-width: 150px;
  }
  .nav-list li.nav-splogo {
    width: 100%;
    padding-left: 0;
    background: #fff;
    margin-bottom: 30px;
  }
  .nav-list li.nav-splogo img {
    max-width: 150px;
    width: 40%;
    padding: 10px 0 0 20px;
  }
  .nav-mobile {
    display: block;
  }
  nav {
    width: calc(100%);
    padding: 0 0 15px;
    position: fixed;
  }
  .nav-list {
    background: url("images/bg_badge01.png") no-repeat border-box left 50% top/contain, url("images/bg_badge02.png") no-repeat border-box right top/contain, #fff linear-gradient(45deg, #fff, rgba(125, 207, 210, .3), rgba(182, 206, 122, .3));
    z-index: 10;
    height: 100vh;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
    margin: 0;
    border-right: 0;
    padding-left: 40px;
  }
	
	nav ul li.pdl0{
		padding-left: 0;
	}
  nav ul li a {
    padding: 10px 0;
    line-height: 20px;
    font-size: 16px;
  }
  nav ul li a, nav ul li a:visited {
    color: #0A7B74;
  }
nav ul li a.cv_btn01{
    color: #fff;
	
  }
  .nav-dropdown {
    position: static;
  }
  .nav-list .mail {
    width: 100%;
    margin-top: 40px;
    padding-right: 40px;
	  margin-bottom: 30px;
  }
  nav ul li.spnomi {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 10px;
  top: 15px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 30px;
  background: #002855;
  position: absolute;
  display: block;
  content: "";
  transition: all 200ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
/* -------------------------------------------------------------/nav */
/*----------------------------------------------------Constitution*/
.row {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.row-small {
  width: 100%;
  padding: 0 3rem;
  max-width: 1400px;
  margin: 7rem auto;
  vertical-align: top;
}
@media screen and (max-width: 1400px) {
  .row-small {
    padding: 0 6vw;
  }
}
.row-1200 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.for_head {
  width: 100%;
  text-align: center;
  clear: both;
}
.box_left_float_right {
  width: calc(50% - 10px);
  float: right;
  overflow: hidden;
  position: relative;
}
.box_right_float_left {
  width: calc(50% - 10px);
  float: left;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.about-head {
  font-size: clamp(26px, 3.8vw, 40px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.section-head {
  font-size: clamp(24px, 3.2vw, 35px);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 798px) {
  .row-small {
    margin: 7rem auto 0;
  }
  .section-head {
    font-size: clamp(22px, 4.75vw, 30px);
  }
}
/* -------------------------------------------------------------kv */
.kv {
  /*height: calc(100vh - 90px);*/
  margin-top: 90px;
  background: url("images/bg_badge01.png") no-repeat border-box left 50% top/contain, url("images/bg_badge02.png") no-repeat border-box right top/contain, linear-gradient(45deg, #fff, rgba(125, 207, 210, .3), rgba(182, 206, 122, .3));
  width: 100%;
  padding-bottom: 3vw;
}
hgroupe {
  display: block;
  padding: 10rem 0 10rem 10px;
}
h1 {
  font-size: clamp(28px, 4.67vw, 70px);
  font-weight: 900;
  line-height: 1.2;
  margin: 10px 0 30px 0;
}
.hgroupe-text01 {
  font-size: clamp(18px, 2.27vw, 34px);
  font-weight: 700;
}
.hgroupe-text02 {
  font-size: clamp(17px, 1.87vw, 28px);
  font-weight: 600;
}
.top-image {
  width: 38%;
  position: absolute;
  right: 8vw;
  top: 15rem;
}
a.btn {
  padding: 15px 20px;
  width: 96%;
  max-width: 500px;
  font-weight: bold;
  border-radius: 50px;
  border-width: 2px 2px 6px 2px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
	position: relative;
  background: #00BFB3;
	will-change: transform;

}

a.btn:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
		  transform: scale(1.02);

}
@media only screen and (max-width: 999px) {
  .kv {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 798px) {
  hgroupe {
    padding: 20px 0 2vw 10px;
  }
  h1 {
    font-size: clamp(27px, 7.5vw, 45px);
    font-weight: 900;
    line-height: 1.2;
    margin: 10px 0 5px 0;
  }
  .hgroupe-text01 {
    font-size: clamp(18px, 3.85vw, 28px);
    font-weight: 700;
  }
  .hgroupe-text02.pcnomi {
    font-size: clamp(16px, 3.5vw, 25px);
    font-weight: 600;
  }
  .hgroupe-text02.spnomi {
    font-size: clamp(15px, 3.5vw, 25px);
    font-weight: 500;
    text-align: center;
    margin: 10px auto;
  }
  .top-image {
    width: clamp(100px, 80%, 400px);
    position: relative;
    right: auto;
    top: auto;
    margin: auto;
  }
  a.btn {
    margin: auto auto 20px;
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  hgroupe {
    padding: 20px 0 1vw 0;
  }
}
/* -------------------------------------------------------------about flow */
.about {
  background: url("images/a_pc_l_top.png") no-repeat left 4vw top 5vw / 20% auto, url("images/a_pc_r_top.png") no-repeat right 4vw top 5vw / 20% auto, url("images/deco01.png") no-repeat right 4vw top 28vw / 7% auto, url("images/deco02.png") no-repeat left 4vw top 32vw / 7% auto;
  padding: 4vw 6rem 5vw;
}
/*.about {
  background: url("images/bg_deco.png") no-repeat left 4vw top 5vw / 90% auto;
  padding: 8.33vw 6rem;
}*/
.flow {
  background: #EDFAFA;
	 padding: 11vw 8vw 8rem;
  margin-top: clamp(-120px, -8.57vw, -24px);
  position: relative;
  z-index: 0;
  display: block;
}
.about h2 {
  color: #002855;
}
.flow h2.section-head {
  color: #00BFB3;
  position: relative;
  padding-top: clamp(50px, 8.57vw, 90px);
  margin-bottom: 0;
}
.flow h2::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: clamp(34px, 5vw, 60px);
  height: clamp(34px, 5vw, 60px);
  background: url("images/deco-title-flow.png") no-repeat center center/ contain;
}
.about-lead {
  text-align: center;
  font-size: clamp(14px, 1.58vw, 20px);
  line-height: 2;
  background: #fff;
  display: inline-block;
}
.box-about {
  padding: 3vw 0 80px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: url("images/about-sp03.png") no-repeat left bottom / 50% auto;
}
.box-flow {
  padding: 0 2vw 0;
}
.box-flow img{
	padding-bottom: clamp(20px, 2vw, 80px);
}
.box-about dl {
  width: 33%;
  font-weight: 600;
}
.box-about dt {
  display: block;
  text-align: center;
  padding: 0 0 20px 0;
}
.box-about dt img {
  width: 80%;
  max-width: 220px;
}
.box-about dd {
  font-size: clamp(14px, 1.58vw, 20px);
  text-align: center;
}
.box-about dd .note {
  color: #AB232B;
}
.ab-note {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33%;
  font-size: clamp(11px, 1.33vw, 16px);
  padding-left: 20px;
  text-align: left;
}
.ab-note::before {
  content: "※";
  left: 0px;
  font-size: clamp(11px, 1.33vw, 16px);
  position: absolute;
}
.box-about02 {
  display: flex;
  justify-content: space-between;
  margin: 2vw 2vw 0;
}
.box-about02 img {
  width: 47%;
}
@media screen and (max-width: 798px) {
  .about {
    background: url("images/a_pc_l_top.png") no-repeat left -6vw top 5vw / 30% auto, url("images/a_pc_r_top.png") no-repeat right -4vw top 5vw / 30% auto;
    padding: 8.33vw 3rem;
  }
  .flow {
    padding: 10vw 6vw 8vw;
  }
  .box-flow {
    padding: 0 0 0;
  }
  .box-about {
    flex-wrap: wrap;
    padding: 5vw 0 30px 0;
    vertical-align: top;
    background: none;
  }
  .about-lead {
    text-align: left;
  }
  .box-about dl {
    width: 96%;
    display: flex;
    border: 1px solid #FECC77;
    border-radius: 20px;
    background-color: #fff;
    margin: 0 auto 2vw;
  }
  .box-about dt {
    display: block;
    text-align: center;
    padding: 0;
    width: 20%;
    position: relative;
  }
  .box-about dt img {
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .box-about dd {
    width: 80%;
    text-align: left;
    padding: 10px;
    height: 135px;
    display: flex;
    align-items: center;
    font-size: clamp(15px, 3.5vw, 22px);
    font-weight: 600;
  }
  .ab-note {
    bottom: 0;
    left: 0;
    width: 90%;
    padding-left: 20px;
    margin-left: 5%;
  }
  .box-flow img {
    max-width: 550px;
    width: 96%;
    margin: auto;
  }
}
@media screen and (max-width: 680px) {
  .box-about02 {
    flex-wrap: wrap;
    margin: 5vw 0 0 0;
  }
  .box-about02 img {
    width: 100%;
    display: block;
    margin: auto auto 10px;
    max-width: 500px;
  }
}
@media screen and (max-width: 480px) {
  .about-lead {
    padding-bottom: 30px;
    background: url("images/about-sp03.png") no-repeat right bottom / 70% auto;
  }
  .about {
    background: url("images/about-sp-title.png") no-repeat center top 7vw / 90% auto;
  }
  .box-about dd {
    height: 80px;
    padding: 10px 0 10px 0;
  }
  .box-about {
    padding: 5vw 0 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .box-about {
    padding: 5vw 0 50px 0;
  }
}
/* ------------------------------------------------------------- privacy delete */
.privacy {
  background:
    url("images/deco01.png") no-repeat right 4vw top 15vw / 7% auto, url("images/deco02.png") no-repeat left 4vw top 15vw / 7% auto, url("images/deco03.png") no-repeat right 4vw bottom 10vw / 7% auto, url("images/deco04.png") no-repeat left 4vw bottom 10vw / 7% auto, radial-gradient(circle at top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 70%), #00BFB3;
  border-radius: clamp(24px, 8.57vw, 120px);
  padding: 6vw 8vw;
  margin-top: clamp(-1vw, -8.57vw, -24px);
  z-index: 2;
  position: relative;
  display: block;
}
.delete {
  background: #D9D9D6;
  padding: 4vw 8vw 5rem;
  z-index: 1;
  position: relative;
  display: block;
}
.privacy h2 {
  color: #fff;
  background: #E56A54;
  border-radius: 2vw;
  display: inline-block;
  width: clamp(400px, 67.14vw, 700px);
  padding: 1.0vw 0 1.2vw 0;
  position: relative;
}
.privacy h2::before {
  position: absolute;
  top: -3vw;
  left: 1vw;
  transform: translateX(-50%);
  content: "";
  width: clamp(29px, 8.14vw, 114px);
  height: clamp(60px, 10vw, 140px);
  background: url("images/privacy-icon.png") no-repeat center center/ contain;
}
.delete h2.section-head,.utilization h2.section-head {
  color: #231815;
  position: relative;
  padding-top: clamp(50px, 8.57vw, 90px);
}
.delete h2::before,.utilization h2::before {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: clamp(34px, 5vw, 60px);
  height: clamp(34px, 5vw, 60px);
  background: url("images/deco-title-privacy.png") no-repeat center center/ contain;
}

.delete a{
	text-decoration: underline;
}

.utilization h2::before {
	  background: url("images/deco-title-utilization.png") no-repeat center center/ contain;

}
.privacy-lead {
  font-size: clamp(14px, 2vw, 18px);
  max-width: 10240px;
  line-height: 2;
  color: #fff;
  margin: 2vw auto 2vw;
}
.privacy-lead.color-black {
  color: #1A1A1A;
}
.privacy h2 img {
  width: clamp(20px, 3vw, 40px);
  margin-right: 1vw;
  vertical-align: -.5vw;
}
.box-privacy {
  padding: 4vw 4vw;
  margin: 0 100px;
  background: rgba(255, 255, 255, .5);
  border-radius: clamp(20px, 6vw, 80px);
}

.delete h3 {
  font-size: clamp(15px, 2.7vw, 30px);
  text-align: center;
}
.box-delete ul {
  margin: 3vw auto 50px;
  width: 100%;
  max-width: 1024px;
	overflow: hidden;
}
.box-delete li {
  font-size: clamp(14px, 1.29vw, 18px);
  margin-bottom: 1vw;
  position: relative;
  margin-left: 30px;
}
.box-delete li::before {
  position: absolute;
  top: 3px;
  left: -30px;
  content: "";
  width: clamp(15px, 1.29vw, 18px);
  height: clamp(15px, 1.29vw, 18px);
  background: url("images/check-icon.png") no-repeat center center / contain;
}
@media screen and (max-width: 999px) {
  .box-privacy {
    margin: 0 5vw;
  }
}
@media screen and (max-width: 798px) {
  .privacy {
    padding: 8.33vw 3rem;
    background: #00BFB3;
  }
  .box-privacy {
    padding: 0;
    background: none;
    border-radius: none;
    margin: 0 2vw;
  }
  .box-privacy img {
    width: 96%;
    margin: auto auto 10px;
    max-width: 500px;
  }
  .delete {
    padding: 4vw 6vw 1vw;
  }
}
@media screen and (max-width: 480px) {
  .box-privacy {
    margin: 0;
  }
  .delete {
    padding: 4vw 6vw 0.1vw;
  }
	.box-delete ul {
  margin: 3vw auto 30px;
 
}
  .privacy .section-head {
    margin-bottom: 10px;
  }
  .privacy h2 {
    width: 96%;
  }
  a.link-btn {
    width: 96%;
  }
  .privacy-lead {
    margin: 2vw auto 4vw;
  }
  .box-delete li {
    margin-left: 20px;
  }
  .box-delete li::before {
    left: -20px;
  }
}
/* -------------------------------------------Utilization */
.utilization {
  padding: 4vw 8vw 8rem;
	background: url("images/a_pc_l_top.png") no-repeat left 4vw top 5vw / 20% auto, url("images/a_pc_r_top.png") no-repeat right 4vw top 5vw / 20% auto, url("images/deco01.png") no-repeat right 4vw top 28vw / 7% auto, #FCF9EC url("images/deco02.png") no-repeat left 4vw top 32vw / 7% auto;
}
@media screen and (max-width: 798px) {
	.utilization {
  padding: 4vw 8vw 6rem;
	
}
}

/* -------------------------------------------contact */
.contact {
  padding: 5vw 6vw 3vw;
}
.contact h2 {
  font-size: clamp(13px, 3.57vw, 35px);
  font-weight: 500;
  text-align: center;
  background: #C0E7E9;
  position: relative;
  border-radius: 10px;
  padding: 5px 0;
}
.contact h2::before {
  position: absolute;
  bottom: clamp(-30px, -2.8vw, -13px);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: clamp(13px, 3vw, 30px) solid transparent;
  border-right: clamp(13px, 3vw, 30px) solid transparent;
  border-top: clamp(13px, 3vw, 30px) solid #C0E7E9;
}
.contact ul {
  max-width: 1024px;
  width: 96%;
  display: block;
  margin: 3vw auto 1vw;
  font-size: clamp(13px, 1.5vw, 20px);
}
.contact li {
  padding: 10px 0 10px 5vw;
  border-bottom: 2px #00BFB3 dashed;
  position: relative;
}
.contact li::before {
  position: absolute;
  content: "◆";
  font-size: clamp(13px, 1.5vw, 20px);
  color: #00BFB3;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact li.colornote {
  color: #AB232B;
}
.box-contact {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  width: 96%;
  margin: 6vw auto 1vw;
}
.logogrey {
  width: 25%;
}
.mail {
  width: 45%;
  text-align: center;
}
.mail h3 {
  color: #fff;
  background: #00BFB3;
  margin-bottom: 1vw;
  font-size: clamp(13px, 1.71vw, 18px);
}
.mail a {
  font-size: clamp(15px, 1.71vw, 18px);
  text-decoration: underline;
}
.mail p {
  font-size: clamp(11px, 1.2vw, 16px);
}
@media screen and (max-width: 798px) {
  .box-contact {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .logogrey {
    width: 100%;
    max-width: 180px;
    margin: auto;
  }
  .mail {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
	.contact {
  padding: 6vw 6vw 3vw;
}
	.logogrey {
    max-width: 160px;
  }
}
/* ------------------------------------------------------------footer */
.footer {
  width: 100%;
  background: #97999B;
  font-size: clamp(11px, 1.1vw, 12px);
  color: #fff;
  padding: 3vw 6vw 150px;
  font-weight: 500;
}
.footer .row-1200 {
  display: flex;
  justify-content: space-between;
}
.footer a {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 14px);
}
.footer ul {
  display: flex;
  justify-content: space-between;
  width: 60%;
  min-width: 500px;
}
.footer li {
  padding-right: 30px;
  position: relative;
}
.footer li::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: clamp(12px, 1.2vw, 14px);
  height: clamp(12px, 1.2vw, 14px);
  background: url("images/linkwhite-icon.png") no-repeat center center / contain;
}
@media screen and (max-width: 798px) {
  .footer .row-1200 {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer ul {
    flex-wrap: wrap;
    width: 100%;
    min-width: auto;
    margin-bottom: 20px;
  }
	
}
@media screen and (max-width: 520px) {
  .footer {
    padding: 6vw 6vw 120px;
  }
  .footer li {
    display: inline-block;
    margin-right: 40%;
    margin-bottom: 5px;
  }
}