@charset "utf-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
a,hr{color:inherit}address,blockquote,body,dl,fieldset,figure,form,hr,iframe,ol,p,pre,table,ul{margin:0}progress,sub,sup{vertical-align:baseline}fieldset,legend,ol,option,td,th,ul{padding:0}caption,th{text-align:left}*,::after,::before{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;margin:0!important}details,main{display:block}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ol,ul{list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;clear:both}code,kbd,pre,samp{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}embed,iframe,img,object,svg{vertical-align:bottom}[type=button],[type=reset],[type=submit],button,label[for]{cursor:pointer}[type=button]:disabled,[type=reset]:disabled,[type=submit]:disabled,button:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}fieldset{min-width:0}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=number]{-moz-appearance:textfield}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}td,th{vertical-align:top}th{font-weight:700}

:root {
  --key-color01: #5ec2cb;
  --key-color02: #38A1DB;
  --main-color: #515a62;
  --font-color: #000;
  --main-lh: 1.5;
  --font-size11: 0.6875em;
  --font-size12: 0.7500em;
  --font-size13: 0.8125em;
  --font-size14: 0.8750em;
  --font-size15: 0.9375em;
  --font-size16: 1.0000em;
  --font-size17: 1.0625em;
  --font-size18: 1.1250em;
  --font-size19: 1.188em;
  --font-size20: 1.25em;
  --font-size21: 1.3125em;
  --font-size22: 1.375em;
  --font-size24: 1.5em;
  --font-size25: 1.563em;
  --font-size26: 1.625em;
}

* {scroll-behavior: auto;}


body {
font-family: "Midashi Go MB31", sans-serif;
    background: #ffffff;
    font-size: 20px;
   font-feature-settings: "palt";
  
}
@media screen and (max-width:1800px) {
body {
font-size: 17px; 
}
}
@media screen and (max-width:1600px) {
body {
font-size: 16px; 
}
}
@media screen and (max-width:1300px) {
body {
font-size: 15px; 
}
}
@media screen and (max-width:650px) {
body {
font-size: 14px; 
}
}
.body-bg {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp2 {
  display: none;
}
.en {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}


.bold {
  font-family: Shin Go Bold;
}
.shingo-r { 
  font-family: Shin Go Regular;
}
.serif {
  font-family: "ten-mincho", serif;
font-weight: 400;
font-style: normal;
  
}
img {
  width: 100%;
}
p {
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
.site-copy {
    width: 8%;
    position: absolute;
    right: 28%;
    top: 16%;
}
/* ハンバーガーメニュー */

body{
  overflow-x: hidden;
}
.header-area{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
}
.hamburger {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 31px;
    right: 6%;
    background: #fff;
    border-radius: 48px;
    z-index: 5;
    cursor: pointer;
    opacity: 1;
    transition: .4s;
}
.sc01 .hamburger {
    opacity: 1;
    pointer-events: auto;
    transition: .4s;
    background: #e6e6e6;
}
.sc01 .hamburger span{
    background-color: #000;
}


/*
.sc01 .hamburger {
  opacity: 1;
   pointer-events: auto;
  transform: scale(1, 1);
  transition: .4s;
}*/



.menu-active .hamburger {
        background:none;
z-index: 6;
}


.hamburger span{
  position: absolute;
  width: 56%;
  height: 2px;
  background-color: #000;
  transition: .3s;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.hamburger span:first-of-type{
  top: 31px;
}
.hamburger span:nth-of-type(2){
  top: 40px;
}
.hamburger span:nth-of-type(3){
  top: 49px;
}
.slide-menu {
    background: #e6e6e6;
    position: fixed;
    top: 0;
    width: 100%;
    right: -100%;
    transition: .4s;
    height: 100%;
    z-index: 4;
}

.menu-active .slide-menu {
  transform: translateX(0);
}
.slide-menu ul {
       padding: 30px 0px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.slide-menu li{
  color: #fff;
  text-align:left;
  padding-bottom: 12px;
}
.slide-menu li a{
text-decoration: none;
  font-size: 38px;
      font-weight: 600;
  color: #000;
}
.slide-menu li.en a{
text-decoration: none;
}
.slide-menu li.sub {
    font-size: 15px;
}
.slide-menu li.en {
    font-size: 40px;
    padding-top: 40px;
}
.menu-active .hamburger span:first-of-type{
  top: 50%;
  transform: rotate(45deg);
}
.menu-active .hamburger span{
    background-color: #000;
    transition: .3s;
}
.menu-active .hamburger span:nth-of-type(2){
  top: 50%;
  transform: rotate(-45deg);
}
.menu-active .hamburger span:nth-of-type(3){
 display: none;
}
.slide-menu-wrap {
    width: 80%;
    margin: 4% auto 0;
}
.slide-menu-logo {
    width: 30%;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}
.slide-menu-logo img {
    width:60%;
  margin: 0 auto;
}
.slide-menu-title-jp {
    text-align: center;
    color: #fff;
    display: block;
    padding-top: 15px;
    font-size: 14px;
}
.slide-menu-gnav li .en {
  display: block;
  margin-bottom: 8px;
}
.slide-menu-gnav li .jp {
    font-size: 18px;
  display: block;
}

.slide-menu-gnav {
    width: 80%;
    margin: 0 auto;
}
.slide-menu-gnav a {
text-decoration: none;
}
.slide-bg-line02 {
    position: absolute;
    bottom: 0;
    width: 44%;
    right: -20%;
}
.slide-menu-address {
    font-size: 14px;
    line-height: 1.6;
}




.side-sns {
    position: fixed;
    width: 50px;
    z-index: 3;
    top: 44%;
    left: 5px;
  transition: .4s;
}
.side-sns-txt {
    font-size: 11px;
    font-weight: 600;
    writing-mode: vertical-rl;
    padding: 0 0 12px 16px;
}
.side-sns-ico {
    padding: 0 12px;
}
.side-sns a:hover {
opacity: 0.6;
  transition: .4s;
}

.nav-en {
    font-size: 60px;
    display: block;
    line-height: 1;
}
.slide-menu-gnav li {
    padding-bottom: 20px;
    border-bottom: #000 solid 1px;
    margin-bottom: 20px;
    width: calc(50% - 20px);
}

.menu-active .slide-menu {
 right: 0%;
}
.body.menu-active {
  overflow: hidden;
  transition: .4s;
}
header {
  position: relative;
    height: 150px;
    background: #fff;
      width: 100%;
    z-index: 3;
}
.header-inner {
    width: 86%;
    margin: 0 auto;
    position: relative;
}
h2.page-title-eb.en {
    font-size: 83px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 56px;
    color: #fff;
  z-index: 3;
  font-style: italic;
}
.flex {
    display: flex;
}
.flex-center {
   justify-content: center;
}
.gnav {
    position: absolute;
    top: 62px;
    right: 280px;
    z-index: 3;
    font-size: 20px;
}
section#page-hero {
    position: relative;
  overflow: hidden;
}

.site-title {
position: absolute;
    width: 200px;
    transition: .4s;
    left: 0;
    top: 58px;
    text-align: center;
    z-index: 3;
}

.site-title img {
    width: 88%;
}

.site-title-jp {
    display: block;
    font-size: 12px;
    padding-top: 18px;
    font-weight: 900;
    line-height: 1.2;
  transition: .5s;
}
.company-logo-copy {
    font-size: 11px;
    display: block;
    padding-top: 5px;
}
/*
.sc01 .site-title {
    position: fixed;
    width: 180px;
    transition: .5s;
    left: 40px;
    top: 40px;
    text-align: center;
    z-index: 3;
}
*/
.sc01 .site-title-jp {
    display: block;
    font-size: 11px;
    padding-top: 18px;
    font-weight: 900;
    line-height: 1.2;
}



.site-title a {
    color: #0f0f10;
}
a:visited {
    color: #0f0f10;
}
.sc01 .gnav-title {
    width: 190px;
  transition: .6s;
  padding-bottom: 22px;
}

.gnav li {
    line-height: 1.1;
    padding-left: 40px;
    position: relative;
    transition: .4s;
    font-weight: 600;
    display: inline-block;
}
.nav-contact {
    position: absolute;
    top: 60px;
    right: 100px;
    z-index: 3;
    font-size: 20px;
}

.nav-contact a {
    border: #000 solid 1px;
    padding: 8px 18px;
    font-size: 16px;
  transition: .4s;
}
.gnav li a {
display: block;
}

.gnav li a:hover {
    background:#000;
  transition: .4s;
  color: #fff;
}
.nav-contact a:hover {
    border: #000 solid 1px;
    background: #000;
  transition: .4s;
    color: #fff;
}
.lead p {
 font-size : 28px;
  line-height : 63px;
  letter-spacing : 2.8px;
}
.sec-copy
{
    font-size: 65px;
    letter-spacing: 24px;
    padding-bottom: 64px;
    font-weight: 600;
    font-style: italic;
}
.l-sec-2d {
    padding-top: 180px;
}
p
{
  font-size : 28px;
  line-height : 63px;
  letter-spacing : 2.8px;
    padding-bottom: 80px;
  font-weight: 600;
}

.sec-subcopy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}

#hero {
  width: 100%;    position: relative;
  height: 80vh;
  overflow: hidden;
}
.hero-copy2 {
    position: absolute;
    top: 140px;
    width: 280px;
    left: 100px;
  z-index: 3;
}
.hero-copy {
    width: 620px;
    position: absolute;
    right: 0;
    left: 0;
    top: 26%;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
  
}
.hero-slides {
 position: relative;
  height: 80vh;
  width: 100%;
}
  .hero-slide.-left {
    width: 50%;
    height: 82vh;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-slide.-right {
    width: 50%;
    height: 82vh;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
  z-index: -1;
}
  .hero-slide img {
    width: 100%;
    object-fit: cover;
    height: 82vh;
}

  
.hero-bg-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 80vh;
}
.hero-bg-cover img {
    height: 80vh;
    object-fit: cover;
}


.hero-slide .swiper-wrapper{transition-timing-function:cubic-bezier(.01,.76,.11,.96)!important; }
.hero-bg {
  transition: 1s;
}
.hero-bg img {
    width: 100%;
  transition: 1s;
}
/*
.sc01 .hero-bg img {
transition: 1s;
  transform: scale(1.05);
} */
.page-tpl .hero-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
  transition: 1s;
}



.hero-p {
  text-align: center;
  width: 60%;
  margin: 0 auto 160px;
  font-weight: 600;
  padding-top: 36px;
}

.anchor {
    padding: 190px 0 190px;
    text-align: center;
  width: 1020px;
  margin: 0 auto;
}
.inner {
    width: 1020px;
  margin: 0 auto;
}
.anchor ul {
justify-content: space-between;
}
.anchor ul li {
width: calc(33.333% - 30px);
}
.anchor ul li.select a {
background: #5ec2cb;
}
.anchor ul li a {
    display: block;
    font-size: 20px;
    border: #000 solid 1px;
        padding: 16px 0 17px;
    line-height: 1;
    border-radius: 999px;
    width: 100%;
  transition: .4s;
  background: #fff;
}
.anchor ul li a:hover {
  background: #000;
  color: #fff;
 transition: .4s;
}
.reason-choosing  {
padding-bottom: 80px;
}
.reason-choosing .sec-title-en {
     width: 400px;
    margin-left: -150px;
    margin-bottom: 40px;
}
.reason-choosing .txt {
    width: 400px;
}
.reason-choosing .txt p {
   font-size : 20px;
  line-height : 45px;
  letter-spacing : 2px;
}
.reason-choosing .pic {
    width: 65%;
    position: absolute;
    margin-left: 35%;
    z-index: -1;
    margin-top: 200px;
}
.reason-choosing.nobd {
padding-bottom: 0px;
}
h3.sec-copy.kc01 {

}
.kc01 {
  color: var(--key-color01);
}
.kc02 {
  color: var(--key-color02);
}
.l-sec {

}
.lead-bg01 {
    position: absolute;
    width: 28%;
    right: 13%;
    top: 36%;
}

article {
    z-index: 1;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.lead {
    padding-top: 200px;
  position: relative;
}

.sec-title {
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 68px;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.05em;
}

.sec-leadcopy {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    padding-bottom: 1em;
    text-align: center;
}
.item-txt p {
    font-size: 14px;
  font-weight: 400;
}


.hgroup {
    width: 50%;
padding: 8% 11% 0 9%;
}
.sec-leadpic {
    width: 50%;
}
.hgroup p {
    font-size: 16px;
    line-height: 2.2;
  padding-bottom: 1.5em;
}
.reverse {
  flex-direction: row-reverse;
}

.fade {
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}
.fade2 {
  animation: fadeIn 0.6s ease forwards;
  animation-delay: 1.6s;
  opacity: 0;
}
.fadezoom {
  animation: fadezoom 1s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
  transform: scale(1.05, 1.05);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadezoom {
  0% {
    opacity: 0;
    transform: scale(1.05, 1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.insta {
    width: 50px;
    margin: 0 auto;
}
.slidein .slideup {
  opacity: 0;
  top: 24px;
  position: relative;
}
.slidein.is-show .slideup {
  animation: slideup 0.6s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
  top: 24px;
  position: relative;
}

@keyframes slideup {
  0% {
    opacity: 0;
    top: 24px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

.slidein .slideright {
  opacity: 0;
  right: -24px;
}
.slidein .slideright02 {
  opacity: 0;
  right: -24px;
  position: relative;
}
.slidein .slideright03 {
  opacity: 0;
  right: -24px;
  position: relative;
}
.slidein .slideright04 {
  opacity: 0;
  right: -24px;
  position: relative;
}
.slidein .slideright05 {
  opacity: 0;
  right: -24px;
  position: relative;
}

.slidein.is-show .slideright {
  animation: slideright 0.6s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
   right: -24px;
}

.slidein.is-show .slideright02 {
  animation: slideright 0.6s ease forwards;
  animation-delay: 0.9s;
  opacity: 0;
   right: -24px;
  position: relative;
}
.slidein.is-show .slideright03 {
  animation: slideright 0.6s ease forwards;
  animation-delay: 1s;
  opacity: 0;
   right: -24px;
  position: relative;
}
.slidein.is-show .slideright04 {
  animation: slideright 0.6s ease forwards;
  animation-delay: 1.1s;
  opacity: 0;
   right: -24px;
  position: relative;
}


@keyframes slideright {
  0% {
    opacity: 0;
    right: -24px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}

.slidein .slideen {
  opacity: 0;
padding-left: 10px;
}
.slidein.is-show .slideen {
  animation: slideen 0.6s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
padding-left: 10px;
}

@keyframes slideen {
  0% {
    opacity: 0;
   padding-left: 10px;
  }
  100% {
    opacity: 1;
   padding-left: 0px;
  }
}


.slidein .fadein {
  opacity: 0;
  position: relative;
}
.slidein.is-show .fadein {
  animation: fadein2 0.6s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
  position: relative;
}

@keyframes fadein2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.insta {
    width: 50px;
    margin: 0 auto;
}
h2.home-sec-title {
   left: 40px;
  transition: .4s;
  position: relative;
}

.fadein-active h2.home-sec-title {
  left: 0px;
  transition: .4s;
}





/*
.flex-col2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .item-title {
  font-size: 30px;
  line-height: 1.4;
  padding-bottom: 20px;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.name {
  font-size: 13px;
  padding-bottom: 20px;
}
.name strong {
  font-weight: 400;
  font-size: 17px;
  padding-left: 10px;
}
.item-title-en {
  font-size: 48px;
  color: #CFC0AC;
  line-height: 0.7;
  padding-bottom: 0.6em;
}
.item-title {
  font-size: 22px;
  line-height: 1.4;
  padding-bottom: 1.2em;
  letter-spacing: 0.04em;
  font-weight: 900;
}
.page-hero {
  width: 30%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 40px;
  align-items: center;
}
.page-hero-logo {
  width: 24%;
}
.page-hero-title {
  margin-left: 20px;
}
.page-hero-title .title-jp {
  font-size: 42px;
}
.page-hero-title .title-jp span {
  display: block;
  font-size: 16px;
}

.lead-wrap {
    width: 80%;
    margin: 0 auto;
}
.lead-copy {
    width: 50%;
    text-align: center;
  padding-left: 40px;
}
.lead-copy-en {
    font-size: 56px;
    font-weight: 900;
    padding-bottom: 10px;
}
.lead-copy-jp {
    font-size: 17px;
    font-weight: 600;
}
.lead-txt {
    width: 50%;
    padding-left: 40px;
}
.title-en {
  font-size: 11px;
  padding-top: 4px;
}
.lead-image {
    width: 250px;
    margin: 140px auto 24px;
}
.lead-image img {

}
.item-summary.inner {
  text-align: center;
  width: 56%;
  margin: -50px auto 0;
  z-index: 2;
  position: relative;
}
.item-summary.inner p {
  text-align: left;
  font-size: 18px;
}


*/
footer {
    padding: 360px 0 0;
}
.footer-inner {
    width: 86%;
    margin: 100px auto 0;
    position: relative;
}
.foot-logo {
    width: 15%;
    margin: 0 auto 36px;
}
footer p {
    font-weight: bold;
    font-size: 21px;
    line-height: 39px;
}
.footer-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
}
.footer-nav li
{
  font-weight : bold;
  font-size : 21px;
  line-height : 41px;
  color : #000000;
  transition: .2s;
}
.footer-nav ul
{
margin-left: 60px;
}
.footer-nav li a
{
  transition: .2s;
}
.footer-nav li a:hover
{
  transition: .2s;
  text-decoration: underline;
}

.copyright {
  padding: 80px 0;
  text-align: center;
    font-weight : bold;
  font-size : 15px;
  line-height : 39px;
  color : #231815;
}
.foot-bg {
    position: relative;
  height:460px;
}
.foot-bg {

}
.foot-bg-copy {
    position: absolute;
width: 380px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 27%;
}
.foot-bg-img img {
  object-fit: cover;
  width: 100%;
  height: 460px;
}



.footer-company-name {
    font-size: 18px;
    font-weight: 600;
    padding: 28px 0 12px;
    width: 180px;
    margin: 0 auto;
}
.footer-company-subname {
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
}
.address {
    font-size: 12px;
}
.footer-tel {
    font-size: 24px;
    padding-top: 5px;
    font-weight: 600;
}
.news-bnr a {
  width: 80%;
  margin: 160px auto 0;
  padding: 60px 180px;
  background: #683250;
  display: block;
}
.btn a {
  display: inline-block;
  padding: 10px 0 8px;
  margin-top: 24px;
  border: #DF1337 solid 2px;
  border-radius: 40px;
  width: 120px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
}
.btn a:hover {
  transition: .4s;
  color: #fff;
  background: #DF1337;
}
.item-tmb {
  overflow: hidden;
}
a:hover .item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-tmb img {
  transition: 0.4s all;
}
a:hover .item-image img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
a .item-image img {
  transition: 0.4s all;
}
.item-image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}
.item-image a img {
  transition: 0.4s all;
}
.item-image {
  overflow: hidden;
}
.cat {
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  padding: 7px 9px;
  background: #333;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  z-index: 3;
}


.sec-title-en {
    font-size: 54px;
    text-align: center;
    font-weight: 600;
}
.sec-leadcopy-en {
    text-align: center;
    font-size: 17px;
    padding-bottom: 10px;
}

.modaal-content-container {
  padding: 0;
}
.modaal-container {
  width: 48%;
  color: #DF1337;
  border-radius: 20px;
  overflow: hidden;
}
.modaal-container .item-title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 8px 0;
}
.modaal-container p {
  width: 80%;
  margin: 0 auto;
  line-height: 2;
}
.modaal-container table {
  width: 80%;
  margin: 40px auto;
}
.modaal-overlay {
  background: rgb(241,137,0)!important;;
background: linear-gradient(0deg, rgba(241,137,0,1) 0%, rgba(241,137,0,1) 13%, rgba(230,0,55,1) 58%, rgba(230,0,55,1) 100%)!important;;
  opacity: 0.9;
}
.modaal-container th {
  padding: 18px 10px;
  width: 10em;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td {
  padding: 18px 10px;
  border-top: #DF1337 solid 1px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}
.modaal-container td a {
  text-decoration: underline;
}
.modaal-content-container .item-tmb {
  margin-bottom: 60px;
}

.modaal-container .item-cat {
  font-size: 14px;
  text-align: center;
}
.close {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  padding-bottom: 60px;
  cursor: pointer;
}
.modaal-wrapper .modaal-close {
  display: none;
}


.btn-plan {
    padding: 10px 0 0;
}
.btn-plan a {
    display: block;
    width: 13em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    line-height: 1em;
    border-radius: 40px;
    color: #DF1337;
    font-weight: 900;
}
.btn-plan a:hover {
 background: #0e1c66;
color: #ffea11;
  transition: .4s;
}
.modaal-content-container .btn-plan a {
    display: block;
    width: 9em;
    margin: 0 auto 80px;
    background: #ffea11;
    text-align: center;
    font-size: 15px;
    padding: 13px;
    line-height: 1em;
    border-radius: 40px;
    color: #DF1337;
    font-weight: 900;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 42px;
}
/* home */
hgroup.home-hgroup.flex {

}
.home-hgroup-no.en {
  font-size : 83px;
}

.home-hgroup-line {
    width: 110px;
    margin-left: -20px;
}
h2.home-sec-title {
    font-size: 83px;
    margin: 54px 0 0 -40px;
}

.home-hgroup-jp {
  font-weight : bold;
  font-size : 25px;
  letter-spacing : 2.5px;
}
hgroup.home-hgroup.flex {
    padding-bottom: 140px;
}
.sec-img {
    margin-bottom: 200px;
}

.more-btn {
text-align: center;
}
.more-btn a {
    display: block;
    width: 140px;
    margin: 0 auto;
    border: #000 solid 1px;
    border-radius: 60px;
    height: 45px;
    line-height: 43px;
  transition: .4s;
}
.more-btn a:hover {
background: #000;
  color: #fff;
  transition: .4s;
}
section#home-reason {
    padding-top: 200px;
}
.reason-img {
    width: 65%;
    margin-left: 35%;
    position: absolute;
    z-index: -1;
}
.reason-list {
    width: 480px;
}
.reason-list li {
    margin-bottom: 20px;
}
.reason-list ul {
    margin-bottom: 60px;
}

section#home-about {

}
.home-service-img {
margin-bottom: 60px;
}
section#home-service p {
    font-size: 34px;
    letter-spacing: 8px;
    text-align: center;
}

#home-service .insurance-company {
    width: 70%;
    margin: 40px auto;
}
#home-service .insurance-company-item {
    padding: 0;
    border-left: none;
    width: 50%;
}
#home-service .insurance-company-item.tokyo {
    border-right: none;
}
#home-service .anchor-service ul {
    margin-bottom: 60px;
}



.btn-more {
    text-align: center;
    padding-top: 20px;
}
.swiper-wrapper{
    transition-timing-function: linear;
}
.item-tmb {
  margin: 20px;
}
.btn-more span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}
.ico-insta {
    width: 50px;
    margin: 0 auto 2px;
}
div.vid_contents {
width: 100%;/*背景色を横幅いっぱいに広げる*/
text-align: center;
margin: auto;
  padding-top: 60px;
}
video.vid_main {
width: 100%;
}
.movie {
    width: 60%;
    margin: 0 auto;
    padding: 0px 0 150px;
}


.page-lead {
    padding-top: 120px;
}

.page-lead .inner-min {
    width: 48%;
    margin: 0 auto;
}
.page-lead-copy {
    text-align: center;
}
.page-lead-image {
    width: 250px;
    margin: 0 auto 10px;
}
.page-lead-copy-en {
font-size: 48px;
    font-weight: 600;
    line-height: 1;
  padding-bottom: 10px;
}
.page-lead-copy-jp {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 70px;
}

.page-lead-copy p {
    text-align: left;
    font-size: 16px;
    padding-bottom: 1em;
    line-height: 2.2;
}
.page-sec-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 50px;
    position: relative;
    display: inline-block;
}
.page-sec-title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background: #333;
    right: -100px;
    top: 15px;
}

section.l-sec.contact-lead {
    padding-top: 200px;
}
.contact-lead .sec-title-jp {
    text-align: center;
    padding-bottom: 80px;
}

#contact .inner {
    width: 820px;
    margin: 0 auto;
}

.form-wrap {
    padding-top: 200px;
}

.contact-lead p
{
    font-weight: 500;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.05em;
    text-align: left;
}
.form-wrap p
{
    font-weight: 500;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0.05em;
    text-align: center;
}
.form {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
}
.form-wrap .sec-title-jp {
    text-align: center;
    padding-bottom: 80px;
}

.form table {
    border-color: inherit;
    border-collapse: collapse;
    width: 100%;
}
.form th {
    text-align: left;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    padding: 20px;
    border-top: #e4e4e4 solid 1px;
    width: 12em;
}
.form td {
    text-align: left;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.5;
    padding: 20px;
    border-top: #e4e4e4 solid 1px;
}
.rec-wrap {
    padding-bottom: 40px;
}
.rec {
    color: #f00;
}
input.-txt {
    padding: 14px;
    background: #f6f6f6;
    border-radius: 6px;
    border: #dedede solid 2px;
}
input.-txt.size-xl {
    width: 100%;
}
.wpcf7-text {
   padding: 14px!important;
    background: #f6f6f6!important;
    border-radius: 6px!important;
    border: #dedede solid 2px!important;
    width: 100%;
}
.wpcf7-text.formhidden {
    border: none!important;
    background: #fff!important;
    font-weight: 600;
    color: #000;
    padding: 0!important;
}

p label {
    font-size: 15px;
}
textarea {
   padding: 14px;
    background: #f6f6f6;
    border-radius: 6px;
    border: #dedede solid 2px;
    width: 100%;
}
.policy {
    padding: 40px 0;
}
.policy p {
    text-align: center;
    padding-bottom: 18px;
    font-size: 14px;
}.policy iframe {
    width: 100%;
}
.wpcf7-form-control-wrap {

}
.form-submit {
    text-align: center;
    padding-top: 60px;
}
input[type=checkbox] {
    
}.input-title {
    display: block;font-size: 15px;
    padding: 25px 0 8px;
}button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #fff;
    border-radius: 50px;
    padding: 14px 50px;
    background: #948b76;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.1em;
}.wpcf7-list-item {
    display: block;
    font-size: 15px;
    line-height: 1.2;
    margin: 13px 0;
}

.form-submit-btn {
    text-align: center;
}
.form-submit-btn input {
    background: #a69878;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 60px;
    line-height: 1em;
  transition: .5s;
}
.form-submit-btn input:hover {
    background: #000;
    color: #fff;
   transition: .5s;
}


.doui {
    text-align: center;
    padding-top: 34px;
}

.footer-logo {
    width: 200px;
    margin-bottom: 40px;
}
.req {
    color: #f80000;
    padding-left: 14px;
    font-size: 12px;
}
.form-submit-btn input.disable {
    background: #d1d1d1;
pointer-events:none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ff1e1e;
    background: #ff1e1e;
    color: #fff;
    text-align: center;
    padding: 40px;
    border-radius: 20px;
}
  .btn-wrap.disable1 button{
    background: #c9c9c9;
    padding: 20px 60px;
    border-radius: 50px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 0.06em;
   pointer-events: none;
}
 .form-wrap p.sup {
    font-size: 12px;
    line-height: 1.5;
    padding-top: 15px;
}
 .form-wrap p a {
transition: .4s;
}
 .form-wrap p a:hover {
       color: #38a1db;
transition: .4s;
}


.form h4 {
    padding-bottom: 30px;
}
.error_messe {
    color: #e32a2a;
}
.form-back {
    padding-top: 80px;
    text-align: center;
}
  .form-back input {
    background: #a69878;
    color: #fff;
    font-size: 17px;
    padding: 18px 60px;
    border-radius: 60px;
    line-height: 1em;
    transition: .5s;
}
   .form-back input:hover {
    background: #000;
    color: #fff;
     transition: .5s;
}
.event-wrap {

}
.event-tmb {
    width: 100%;
}
.event-tmb img {
 border-radius: 15px;
}
.event-title {
    text-align: center;
    padding: 50px 0 40px;
    font-size: 22px;
    font-weight: 700;
}
.event-summary {
    width: 100%;
}
.event-summary table {
    width: 100%;
margin: 40px 0;
}
.event-summary th {
    font-size: 15px;
    font-weight: 400;
    padding: 15px 10px;
    text-align: left;
    border-top: #e4e4e4 solid 1px;
    line-height: 1.6;
    width: 9em;
}
.event-summary td {
    font-size: 15px;
    font-weight: 400;
   padding: 15px 10px;
  text-align: left;
border-top: #e4e4e4 solid 1px;
  line-height: 1.6;
}
.event-map {
    margin-top: 80px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.event-map iframe {
    width: 100%;
}
.sp {
  display: none;
}
.pc {
  display: block;
}

#product-concept .hgroup {
      padding-top: 5%;
}
#product-concept .lead-copy-en {
    font-size: 40px;
    font-weight: 900;
    padding-bottom: 10px;
    text-align: center;
    line-height: 1.2;
}
#product-concept .lead-copy-jp {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}



.concept-result p {
    text-align: center;
    font-size: 14px;
    padding-bottom: 1em;
    line-height: 1.6;
    color: #fff;
  padding: 0;
}
.concept-result {
    background: #86a0af;
    padding: 60px;
  border-radius: 24px;
}
.concept-result strong {
    font-size: 24px;
    color: #fff;
  text-align: center;
  padding-bottom: 30px;
      display: block;
}
.concept-result ul{
    text-align: center;
  margin-top: 20px;
}

.concept-result li {
    display: inline-block;
    width: 200px;
    margin: 5px;
}
.concept-result li a {
    display: block;
    border: #fff solid 2px;
    border-radius: 60px;
    padding: 13px 0 15px;
    line-height: 1em;
    color: #fff;
  font-size: 17px;
  font-weight: 600;
  transition: .5s;
}

.concept-result li a:hover {
background: #fff;
    color: #86a0af;
}

.company-about .about-outline {
    width: 100%;
}
.company-about .about-outline td {
    padding: 16px 10px;
    border-top: #c5c5c5 dotted 1px;
}
.company-about .about-outline th {
 padding: 16px 10px;
    border-top: #c5c5c5 dotted 1px;

}

.topquality {
    width: 300px;
    margin: 60px auto 0;
    text-align: center;
}
.topquality a {
text-decoration: underline;
}



.company-map {
    padding-top: 80px;
}

.company-map iframe {
   width: 100%;
}
.company-pic-item {
  width: calc(50% - 16px);
}
.company-pic-item img {
  border-radius: 10px;
}
.company-pics {
    padding-top: 60px;
}

  .toggle_title {
    font-weight: bold;
    line-height: 42px;
    margin: 0;
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
    border-bottom: #333 solid 1px;
        font-size: 18px;
}
.toggle_title:hover {
	
}
.dli-plus {
    position: absolute;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0.1em;
    right: 30px;
    top: 40px;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.4s;
}
  .selected .dli-plus::before {
  transform: translateY(-50%) rotate(180deg);
    transition: 0.4s;
}

.ico-q {
      font-size: 28px;
    padding-right: 14px;
}
.ico-a {
  font-size: 28px;
    padding-right: 14px;
  font-weight: 600;

}
.toggle_txt {
    background: #f0ece5;
    display: block;
    padding: 50px;
    font-size: 16px;
    line-height: 2.2em;
    color: #685b45;
}
.toggle_txt {
	display: none;
}
.staff-item {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff-tmb {
    width: calc(24% - 26px);
}
.staff-txt {
    width: calc(76% - 26px);
}
.staff-txt p {
    font-size: 16px;
  padding-bottom: 24px;
}
.form-btn a {
    display: block;
    background: #aea288;
    color: #fff;
    width: 240px;
    margin: 0 auto;
    font-size: 17px;
    padding: 17px 0 18px;
    border-radius: 40px;
    line-height: 1;
  transition: .4s;
}
.form-btn a:hover {
    background: #000;
  transition: .4s;
}
.event-flyer {
    margin: 60px 0;
}
.pd100{
  padding-top: 100px;
}
.form-title {
    text-align: center;
    padding-top: 60px;
    font-weight: 600;
    font-size: 20px;
}

.entry-title {
    font-size: 32px;
    padding-bottom: 20px;
    line-height: 1.5;
}
.entry-data {
    font-size: 14px;
  padding-bottom: 60px;
  }
.entry p {
    font-size: 18px;
  padding-bottom: 0.5em;
  line-height: 2.2;
}
.wp-block-image {
  margin-bottom: 2em;
}

.wp-block-heading {
    padding-top: 2em;
    padding-bottom: 1em;
    font-size: 124%;
    font-weight: 600;
}
.entry p strong{
    font-size: 110%;
}
.archive-items.single {
    padding-top: 40px;
}

.pagenation {
    text-align: center;
    padding-top: 60px;
    text-decoration: underline;
}
  
  .archive-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .archive-item {
    width: calc(25% - 24px);
    position: relative;
}
  .archive-item-tmb {
    overflow: hidden;
    transition: 0.4s all;
    position: relative;
    margin-bottom: 24px;
}
.archive-item-title {
    font-size: 15px;
    line-height: 1.6;
}
.archive-item-data {
    font-size: 12px;
    padding-top: 5px;
}
a:hover .archive-item-tmb img {
  transform: scale(1.1, 1.1);
  transition: 0.4s all;
}

   .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            justify-content: center;
            align-items: center;
        }

        .modal-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 5px;
            text-align: center;
        }

        .close-button {
            background-color: #007bff;
            color: #fff;
            border: none;
            padding: 10px 20px;
            margin-top: 10px;
            cursor: pointer;
            border-radius: 3px;
        }

/** servece **/

.anchor-service  {
justify-content: center;
}
.insurance-company {
    justify-content: center;
}
.anchor-service li:nth-child(1) {
  width: 460px;
  height: 200px;
  position: relative;
}
.anchor-service li:nth-child(1) a {
  background : #FFFFFF;
  border-style : Solid;
  border-color : #3286C8;
  border-color : rgba(50, 134, 200, 1);
  border-width : 2px;
   line-height: 200px;
  width: 100%;
  height: 100%;text-align: center;
   color : #38A1DB;
  position: relative;
  display: block;
  transition: .3s;
}
.anchor-service li:nth-child(1) a:hover {
margin: 6px 0 0 6px;
    transition: .3s;

}
.anchor-service li:nth-child(1) .anchor-bg{
  background : #38A1DB;
  width: 460px;
  height: 200px;
  position: absolute;
  top: 6px;
  left: 6px;    z-index: -1;
}

.anchor-service li:nth-child(2) {
    width: auto;
    height: 200px;
    margin: 0 42px;
  position: relative;
}
.anchor-service li img {
    height: 100%;
    width: auto;
}
.anchor-service li:nth-child(3) {
  width: 460px;
  height: 200px;
  position: relative;
}
.anchor-service li:nth-child(3) a{
  background : #FFFFFF;
  background : rgba(255, 255, 255, 1);
  border-style : Solid;
  border-color : #44BBBD;
  border-color : rgba(68, 187, 189, 1);
  border-width : 2px;
    line-height: 200px;
  width: 100%;
  height: 100%;text-align: center;
   color :#5EC2CB;
  position: relative;
  display: block;
  transition: .3s;
}
.anchor-service li:nth-child(3) a:hover{
margin: 6px 0 0 6px;
    transition: .3s;
}

.anchor-service li:nth-child(3) .anchor-bg {
  background :#5EC2CB;
  width: 460px;
  height: 200px;
  position: absolute;
  top: 6px;
  left: 6px;    z-index: -1;
}
.anchor-service li
{
  font-size : 35px;
  line-height : 58px;
  letter-spacing : 3.5px;
 

}
.anchor-service ul {
margin-bottom: 36px;
}



.anchor-service p
{
  font-size : 34px;
  letter-spacing : 10.2px;
  padding-bottom: 180px;
}
#individual {
    padding-top: 180px;
}
#individual .sec-title-jp
{
  font-size : 35px;
  line-height : 58px;
  letter-spacing : 3.5px;
  padding-bottom: 120px;    text-align: center;
}
#corporation {
    padding-top: 180px;
}
#corporation .sec-title-jp
{
  font-size : 35px;
  line-height : 58px;
  letter-spacing : 3.5px;
  padding-bottom: 120px;    text-align: center;
}
.insurance-company ul {
    justify-content: center;
}
.insurance-company {
 
}


.insurance-company-txt p
{
  padding-top: 120px;
  font-size : 20px;
  line-height : 45px;
  letter-spacing : 2px;
}
.insurance-company-item {
    padding: 0 30px;
  width: 33.3333%;
}

.insurance-company-item.tokyo {
    border-right: #000 solid 2px;
}

.insurance-company-item-logo {
    margin: 0 20px 20px;
}
.insurance-company-item-logo img {
  height: 70px;
  width: auto;
}
#service .insurance-company-item-logo img {
    height: auto;
    width: 100%;
}
.insurance-company-item li
{
 transition: .4s;
position: relative;
  margin-bottom: 10px;
}

.insurance-company-item li a
{
  font-size : 30px;
  letter-spacing : 3px;
  color : #38A1DB;
  display: block;
  text-align: center;
  height: 64px;
  line-height: 60px;
    background : #FFFFFF;
  border-style : Solid;
  border-color : #38A1DB;
  border-width : 3px;
  transition: .4s;
  position: relative;
  width: 100%;
}
.insurance-company-item.aflac li a
{

}


#corporation .insurance-company-item li a
{
    color : #5EC2CB;
  border-color : #5EC2CB;
  
}
.btn-bg {
  width: 100%;
  height: 100%;
  background: #38A1DB;
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: -1;
}
#corporation .btn-bg {
  width: 100%;
  height: 100%;
  background: #5EC2CB;
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: -1;
}
.insurance-company-item li a:hover
{
top: 2px;
  left: 2px;
  transition: .3s;
}


/* member */
.member-item {
    width: calc(33.3333% - 40px);
    margin-bottom: 80px;
}
.member-items.flex {
    justify-content: space-between;
    flex-wrap: wrap;
}
.member-comment {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
}
.member-comment.txt-mini {
    font-size: 14px;
    line-height: 20.5px;
}


.member-job {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 6px;
}
.menber-name {
font-weight : bold;
  font-size : 20px;
  letter-spacing : 2px;
  text-align: center;
}
.waku01 {
    padding-bottom: 20px;
}
.waku02 {
  padding-top: 11px;
    padding-bottom: 20px;
}
.recruit-btn {
background: #5EC2CB;
    padding: 10px;    margin-top: 80px;
}
.recruit-btn a {
  height: 300px;
  text-align: center;
  color: #fff;
  border: #fff solid 1px;
  display: block;
}
.recruit-btn a .en
{
font-weight: bold;
    font-size: 63px;
    line-height: 60px;
    display: block;
    padding-top: 100px;
}

.recruit-btn a .jp
{
  font-size : 30px;
  line-height : 49px;
  letter-spacing : 3px;
  display: block;
}


/* sdgd */
.sdgs {
  text-align: center;
}
.sec-title-jp
{
  font-size : 35px;
  line-height : 58px;
  letter-spacing : 3.5px;
}
.sdgs .sec-title-jp {
    padding-bottom: 160px;
}
.sdgs-logo {
    width: 380px;
    margin: 0 auto 80px;
}
.sdgs p
{
  font-weight : bold;
  font-size : 30px;
  line-height : 70px;
  letter-spacing : 0.3px;
}

.sdgs-ico {
    width: 400px;
    margin: 0 auto;
}
section.l-sec.message {
    position: relative;
}
.message-txt {
    position: absolute;
    width: 500px;    top: 200px;
  right: 0;
}
.message-job {
  font-weight : bold;
  font-size : 26px;
}.message-name {
  font-weight : bold;
  font-size : 48px;
  padding-bottom: 48px;
}

.message-txt p{
  font-size : 22px;
  line-height : 46px;
  letter-spacing : 3.3px;
}

section.l-sec.management {

}
.company-detail {
padding-top: 200px;
}
.company-detail .inner {
  width: 820px;
    margin: 0 auto;
    position: relative;
}


.company-detail .sec-title-jp {
  font-size : 35px;
  line-height : 58px;
  letter-spacing : 3.5px;
      text-align: center;
  padding-bottom: 120px;
}
.message .inner {
    margin: 0 auto;
    position: relative;
}
.management-en {
  font-weight : bold;
  font-style : italic;
  font-size : 80px;
  line-height : 120px;
  letter-spacing : 4px;
  color : #5EC2CB;
  text-align: center;
}
.management-jp {
  font-size : 20px;
  line-height : 45px;
  letter-spacing : 2px;
  padding-bottom: 120px;
  text-align: center;
}
.company-detail li {
   font-weight : bold;
  font-size : 26px;
  line-height : 80px;
  letter-spacing : 0.3px;
border-top: #000 solid 1px; 
}
.company-detail ul {
border-bottom: #000 solid 1px; 
}
.action dt {
    font-weight: bold;
    font-size: 50px;
    width: 20%;
}
.action dd {
    font-weight: bold;
    font-size: 26px;
    line-height: 45px;
    letter-spacing: 1.2px;
    width: 78%;
    padding: 24px 0;
}
.action dl {
    border-top: #000 solid 1px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.action dl.last
{
border-bottom: #000 solid 1px; 
}
.outline th {
    font-weight : bold;
  font-size : 26px;
  letter-spacing : 0.3px;
  padding: 24px;
  border-top: #000 solid 1px; 
}
.outline td {
      font-weight : bold;
  font-size : 26px;
  letter-spacing : 0.3px;
  padding: 24px;
  border-top: #000 solid 1px; 
}
.outline table {
  border-bottom: #000 solid 1px; 
  width: 100%;
}

section#home-member {
    position: relative;
  margin-top: 200px;
  padding-top: 200px;
      overflow: hidden;
}
#home-member .sec-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
      z-index: -1;
}

#home-member .inner{
  position: relative;
}
#home-member .swiper-wrapper{transition-timing-function:cubic-bezier(.05,.60,.2,.80)!important; }

.swiper-button-prev, .swiper-button-next {
    top: 35%;
}

#home-member .swiper {
    position: relative;
  overflow: hidden;
}
.member-slide {
    position: relative;
}
#home-member .more-btn {
    padding-bottom: 120px;
}
.swiper-button-next {
  background: none;
    right: -80px;
}
.swiper-button-prev {
  background: none;
   left: -80px;
}
section#home-link {
    padding-top: 200px;
}
.home-links.flex {
    flex-wrap: wrap;
    justify-content: center;
}

.home-link {
    width: 45%;
    margin: 2%;
}
section#home-gallery {
    padding-top: 200px;
}
.gallery-title
{
  font-size : 83px;
text-align: center;
  padding-bottom: 60px;
}


.home footer {
    padding: 200px 0 0;
}
.wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.bg-line01 {
 width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -2;
}
.home .bg-line01 {
    top: -3%;
    right: -11%;
}

.bg-line02 {
 width: 40%;
    position: absolute;
     top: 40%;
    left: 0;
    z-index: -2;
}
.bg-line03 {
width: 40%;
    position: absolute;
    bottom: 5%;
    right: 0;
    z-index: -2;
}
.bg-line04 {
 width: 40%;
    position: absolute;
    bottom: 0%;
    left: 0;
    z-index: -2;
}
#about .bg-line01 {
    top: -12%;
    right: -20%;
}
#about .bg-line02 {
    top: 34%;
    left: -20%;
}
#about .bg-line03 {
        right: -12%;
}

#reason .bg-line01 {
    top: 10%;
    right: 8%;
}
#reason .bg-line02 {
    left: -14%;
    top: 48%;
}
#reason .bg-line03 {
    right: 10%;
    bottom: 6%;
    top: auto;
}

#service .bg-line01 {
    top: -12%;
    right: -20%;
}
#service .bg-line02 {
    top: 20%;
    left: -20%;
}
#service .bg-line03 {
  right: -17%;
    bottom: 25%;
    top: auto;
}

#service .bg-line04 {
    bottom: 3%;
    left: -15%;
}
#company .bg-line01 {
    top: 0;
    right: -10%;
}
#company .bg-line02 {
    top: 40.5%;
    left: -14%;
}
#company .bg-line03 {
    bottom: 20%;
    right: 4%;
  top: auto;
}
#member .bg-line01 {
    top: 4%;
    right: -3%;
}
#member .bg-line02 {
    top: 42%;
    left: -20%;
}
#member .bg-line03 {
    bottom: 6%;
    right: -15%;
    top: auto;
}
#sdgs .bg-line01 {
    top: -9%;
    right: -7%;
}
#sdgs .bg-line02 {
    top: 36.6%;
    left: -15%;
}
#sdgs .bg-line03 {
    bottom: 15%;
    right: 5%;
  top: auto;
}
#contact .bg-line01 {
    top: -10%;
    right: -10%;
}
#contact .bg-line02 {
    top: 40%;
    left: -15%;
}
#contact .bg-line03 {
    bottom: 5%;
    right: 5%;
  top: auto;
}

#policy .bg-line02 {
    top: 30%;
    left: -20%;
}
#policy .bg-line03 {
    bottom: 35%;
    right: -15%;
    top: auto;
}
#policy .bg-line01 {
    top: -5%;
    right: -10%;
}
.home .bg-line02 {
    top: 10%;
    left: -18%;
}
.home .bg-line03 {
    bottom: 58%;
    right: -14%;
}
.home .bg-line04 {
    bottom: 13%;
    left: -16%;
}

#policy .bg-line04 {
    bottom: 13%;
    left: -10%;
}


.policy-title {
    padding-top: 200px;
  font-weight : bold;
  font-size : 35px;
  line-height : 58px;
  letter-spacing : 3.5px;
  text-align: center;
}
.policy-title.policy2 {
    padding-top: 120px;
}
.policy-subcopy
{
  font-size : 16px;
  line-height : 34px;
  letter-spacing : 0.8px;
   text-align: center;
  padding-bottom: 100px;
}
#policy .row p {
 font-size : 15px;
  line-height : 29px;
  letter-spacing : 0.75px;
    padding: 0;
    text-indent: 1em;
    font-weight: 400;
   font-family: Shin Go Regular;
}
#policy th {
 font-size : 15px;
  line-height : 29px;
  letter-spacing : 0.75px;
    padding: 0;
    font-weight: 400;
   font-family: Shin Go Regular;
}
#policy td {
 font-size : 15px;
  line-height : 29px;
  letter-spacing : 0.75px;
    padding: 0;
    font-weight: 400;
   font-family: Shin Go Regular;
}
#policy .row ul {
padding-top: 1em;
}
#policy .row ol {
padding-top: 1em;
}
#policy .row ol li {
text-indent: -1em;
  padding-left: 1em;
}
#policy .row li {
  font-size : 15px;
  line-height : 29px;
  letter-spacing : 0.75px;
   font-family: Shin Go Regular;
  
}

#policy  .row {
    padding-bottom:36px;
}
#policy  .row a{
text-decoration: underline;
}
#policy  .row h4 {
  font-size : 15px;
  line-height : 29px;
  letter-spacing : 0.75px;

}
#policy h5 {
  font-size : 15px;
  line-height : 29px;
  letter-spacing : 0.75px;
  margin-bottom: 10px;
}
.info-wrap {
    padding-top: 40px;
   font-family: Shin Go Regular;
}
 .parallax-element {
    position: absolute;

    /* 任意のスタイルを追加 */
  }


.slide-menu-lead {
    font-size: 18px;
    padding-top: 24px;
    width: 80%;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}
.slide-menu-gnav {
    width: 100%;
    margin: 0 auto;
}
.slide-menu-wrap {
    width: 80%;
    margin: 2% auto 0;
}
.slide-menu-gnav li {
    padding-bottom: 15px;
    border-bottom: #000 solid 1px;
    margin-bottom: 15px;
    width: calc(50% - 20px);
}
.slide-menu-gnav li .en {
    display: block;
    margin-bottom: 4px;
}
@media screen and (max-width:1900px) {
  
  .header-inner {
    width: 90%;
}
  .gnav {
    font-size: 18px;
}
  .hamburger {
    right: 4%;
}.hero-copy2 {
    position: absolute;
    top: 100px;
    width: 240px;
    left: 90px;
}.nav-contact a {
    font-size: 15px;
}
  .hero-copy {
    width: 520px;
    z-index: 3;
}
  .lead {
    padding-top: 160px;
}
  .home-hgroup-no.en {
    font-size: 76px;
}
  h2.home-sec-title {
    font-size: 76px;
        margin: 40px 0 0 -20px;
}
  .home-hgroup-jp {
    font-size: 22px;
}
  .home-hgroup-line {
    width: 95px;
        margin-left: -30px;
}
  .inner {
    width: 960px;
    margin: 0 auto;
}
  .sec-copy {
    font-size: 59px;
    padding-bottom: 48px;
}
  .lead p {
    font-size: 24px;
    line-height: 58px;
    letter-spacing: 2.8px;
}
  section#home-reason {
    padding-top: 160px;
}
  .reason-list {
    width: 400px;
}.reason-list li {
    margin-bottom: 10px;
}
  
  p {
    font-size: 24px;
    line-height: 58px;
    letter-spacing: 2.8px;
    padding-bottom: 64px;
    font-weight: 600;
}section#home-service p {
    font-size: 30px;
    letter-spacing: 8px;
    text-align: center;
}.anchor-service li:nth-child(1) {
    width: 420px;
    height: 180px;
    position: relative;
}
  .anchor-service li:nth-child(3) {
    width: 420px;
    height: 180px;
    position: relative;
}
    .anchor-service li:nth-child(1) a {
    line-height: 180px;
}
  .anchor-service li:nth-child(3) a {
    line-height: 180px;
}
  .anchor-service li {
    font-size: 30px;
}
  .anchor-service li:nth-child(1) .anchor-bg {
    width: 420px;
    height: 180px;
}
   .anchor-service li:nth-child(3) .anchor-bg {
    width: 420px;
    height: 180px;
}
  section#home-member {
    position: relative;
    margin-top: 160px;
    padding-top: 160px;
    overflow: hidden;
}
  .gallery-title {
    font-size: 75px;
    text-align: center;
    padding-bottom: 60px;
}
  footer p {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
 .home footer {
    padding: 160px 0 0;
} .footer-nav li {
    font-weight: bold;
    font-size: 18px;
    line-height: 38px;
    color: #000000;
    transition: .2s;
}.copyright {
    padding: 80px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 39px;
    color: #231815;
}.anchor {
    padding: 160px 0 160px;
    text-align: center;
    width: 960px;
    margin: 0 auto;
}
  .anchor ul li a {
    font-size: 18px;
}.anchor ul li {
    width: calc(33.333% - 20px);
}.reason-choosing .sec-title-en {
    width: 360px;
    margin-left: -120px;
    margin-bottom: 30px;
}.reason-choosing .txt {
    width: 360px;
}.sec-title {
    padding-bottom: 40px;
}.reason-choosing .txt p {
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 2px;
}.reason-choosing {
    padding-bottom: 200px;
}footer {
    padding: 200px 0 0;
}.anchor-service p {
    font-size: 28px;
    letter-spacing: 7px;
    padding-bottom: 120px;
}
  .insurance-company-item li a {
    font-size: 22px;
}
  .member-item {
    width: calc(33.3333% - 40px);
    margin-bottom: 80px;
}
  .message-job {
    font-weight: bold;
    font-size: 22px;
}.message-name {
    font-weight: bold;
    font-size: 40px;
    padding-top: 8px;
    padding-bottom: 40px;
}.message-txt p {
    font-size: 22px;
    line-height: 48px;
    letter-spacing: 3px;
}.company-detail {
    padding-top: 160px;
}.company-detail .sec-title-jp {
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 3.5px;
    text-align: center;
    padding-bottom: 80px;
}.management-en {
    font-weight: bold;
    font-style: italic;
    font-size: 70px;
    line-height: 100px;
    letter-spacing: 3px;
    color: #5EC2CB;
    text-align: center;
}.company-detail li {
    font-weight: bold;
    font-size: 21px;
    line-height: 64px;
    letter-spacing: 0.3px;
    border-top: #000 solid 1px;
    padding: 0 16px;
}.management-jp {
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 2px;
    padding-bottom: 80px;
    text-align: center;
}.action dd {
    font-weight: bold;
    font-size: 21px;
    line-height: 40px;
    letter-spacing: 1.2px;
    width: 78%;
    padding: 24px 0;
}.action dt {
    font-weight: bold;
    font-size: 46px;
    width: 20%;
    padding-left: 10px;
}.outline td {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.3px;
    padding: 20px;
    border-top: #000 solid 1px;
}.outline th {
    font-weight: bold;
    font-size: 21px;
    letter-spacing: 0.3px;
    padding: 20px;
    border-top: #000 solid 1px;
}.sdgs .sec-title-jp {
    padding-bottom: 120px;
}
  .sec-title-jp {
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 3.5px;
}
  
}

@media screen and (max-width:1700px) {
header {
    height: 132px;
}
  .site-title {
    position: absolute;
    width: 180px;
    transition: .4s;
    left: 0;
    top: 52px;
    text-align: center;
    z-index: 3;
}
  .gnav li {
    line-height: 1.1;
    padding-left: 34px;
    position: relative;
    transition: .4s;
    font-weight: 600;
    display: inline-block;
}
  .gnav {
    position: absolute;
    top: 54px;
    right: 270px;
    z-index: 3;
    font-size: 20px;
}
  .nav-contact {
    position: absolute;
    top: 50px;
    right: 100px;
    z-index: 3;
    font-size: 20px;
}
  .hamburger {
    right: 3%;    top: 23px;
}
  .hero-copy {
    width: 480px;
    top: 29%;
    z-index: 3;
}

  
  
  
  .inner {
    width: 900px;
    margin: 0 auto;
}
  .sec-copy {
    font-size: 54px;
    padding-bottom: 48px;
}.lead p {
    font-size: 22px;
    line-height: 54px;
    letter-spacing: 2.8px;
}p {
    font-size: 22px;
    line-height: 54px;
    letter-spacing: 2.8px;
    padding-bottom: 64px;
    font-weight: 600;
}section#home-service p {
    font-size: 28px;
    letter-spacing: 6px;
    text-align: center;
}.anchor-service li:nth-child(1) {
    width: 400px;
    height: 170px;
}
  .anchor-service li:nth-child(3) {
    width: 400px;
    height: 170px;
}
  .anchor-service li:nth-child(1) .anchor-bg {
    width: 400px;
    height: 170px;
}
   .anchor-service li:nth-child(3) .anchor-bg {
    width: 400px;
    height: 170px;
}
  .anchor-service li:nth-child(1) a {
    line-height: 170px;
}
  .anchor-service li:nth-child(3) a {
    line-height: 170px;
}
  
  
  .home-hgroup-jp {
    font-size: 20px;
}.recruit-btn a .en {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    display: block;
    padding-top: 76px;
}.recruit-btn a .jp {
    font-size: 28px;
    line-height: 49px;
    letter-spacing: 3px;
    display: block;
}.recruit-btn a {
    height: 250px;
    text-align: center;
    color: #fff;
    border: #fff solid 1px;
    display: block;
}h2.page-title-eb.en {
    font-size: 76px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    color: #fff;
    z-index: 3;
    font-style: italic;
}.anchor {
    padding: 160px 0 160px;
    text-align: center;
    width: 900px;
    margin: 0 auto;
}.header-inner {
    width: 93%;
}.foot-bg {
    position: relative;
    height: 360px;
}.foot-bg-copy {
    position: absolute;
    width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 29%;
}.copyright {
    padding: 60px 0;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 39px;
    color: #231815;
}.insta {
    width: 46px;
    margin: 0 auto;
}.member-comment.txt-mini {
    font-size: 12px;
    line-height: 20.5px;
}  .member-comment.txt-mini2 {
    font-size: 13px;
}
}

@media screen and (max-width:1500px) {
.gnav {
    position: absolute;
    top: 49px;
    right: 270px;
    z-index: 3;
    font-size: 17px;
}
  header {
    height: 120px;
}.site-title {
    position: absolute;
    width: 170px;
    transition: .4s;
    left: 0;
    top: 46px;
    text-align: center;
    z-index: 3;
}.nav-contact {
    position: absolute;
    top: 45px;
    right: 100px;
    z-index: 3;
    font-size: 20px;
}.hamburger {
    right: 3%;
    top: 17px;
}.hero-copy2 {
    position: absolute;
    top: 100px;
    width: 220px;
    left: 90px;
}.hero-copy {
    width: 420px;
    top: 31%;
}.home-hgroup-no.en {
    font-size: 70px;
}h2.home-sec-title {
    font-size: 70px;
    margin: 40px 0 0 -20px;
}.lead p {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 2.4px;
}.reason-list {
    width: 350px;
}p {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 2.4px;
    padding-bottom: 52px;
    font-weight: 600;
}hgroup.home-hgroup.flex {
    padding-bottom: 100px;
}section#home-link {
    padding-top: 160px;
}
  section#home-gallery {
    padding-top: 160px;
}
  .footer-logo {
    width: 160px;
    margin-bottom: 30px;
}
  .bg-line04 {

}.reason-choosing .txt p {
    font-size: 17px;
    line-height: 36px;
    letter-spacing: 1.6px;
}.anchor-service p {
    font-size: 24px;
    letter-spacing: 6px;
    padding-bottom: 80px;
}.message-txt p {
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 2.5px;
}
}
@media screen and (max-width:1400px) {
  #hero {
    height: 75vh;
}
  .hero-bg-cover {
    height: 75vh;
}
  .hero-bg-cover img {
    height: 75vh;
    object-fit: cover;
}
  .hero-slides {
    height: 75vh;
}
  .hero-slide.-left {
    height: 75vh;
}
  .hero-slide img {
    height: 75vh;
}

}
@media screen and (max-width:1200px) {
  
    #hero {
    height: 70vh;
}
  .hero-bg-cover {
    height: 70vh;
}
  .hero-bg-cover img {
    height: 70vh;
    object-fit: cover;
}
  .hero-slides {
    height: 70vh;
}
  .hero-slide.-left {
    height: 70vh;
}
  .hero-slide img {
    height: 70vh;
}
  
  
.page-tpl .hero-bg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: 1s;
}
.gnav {
    position: absolute;
    top: 49px;
    right: 270px;
    z-index: 3;
    font-size: 15px;
}.hero-copy2 {
    position: absolute;
    top: 40px;
    width: 170px;
    left: 50px;
}.hero-copy {
    width: 360px;
    top: 31%;
}section#home-member {
    position: relative;
    margin-top: 160px;
    padding-top: 80px;
    overflow: hidden;
}.inner {
    width: 840px;
    margin: 0 auto;
}.sec-copy {
    font-size: 47px;
    padding-bottom: 48px;
}.lead p {
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 2.4px;
}.home-hgroup-no.en {
    font-size: 60px;
}h2.home-sec-title {
    font-size: 60px;
    margin: 40px 0 0 -20px;
}.home-hgroup-line {
    width: 85px;
    margin-left: -30px;
}.reason-list {
    width: 300px;
}
  .anchor-service li:nth-child(1) {
    width: 360px;
    height: 150px;
}
   .anchor-service li:nth-child(3) {
    width: 360px;
    height: 150px;
} 
  .anchor-service li:nth-child(1) .anchor-bg {
    width: 360px;
    height: 150px;
}
   .anchor-service li:nth-child(3) .anchor-bg {
    width: 360px;
    height: 150px;
} 
  .gallery-title {
    font-size: 60px;
    text-align: center;
    padding-bottom: 60px;
}
  footer p {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
}.footer-nav li {
    font-weight: bold;
    font-size: 16px;
    line-height: 35px;
    color: #000000;
    transition: .2s;
}
  .copyright {
    padding: 50px 0;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 39px;
    color: #231815;
}
.sec-bg img {
    height: 100vh;
    object-fit: cover;
}.anchor-service li:nth-child(1) a {
    line-height: 150px;
    font-size: 26px;
}.anchor-service li:nth-child(3) a {
    line-height: 150px;
    font-size: 26px;
}h2.page-title-eb.en {
    font-size: 60px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 40px;
    color: #fff;
    z-index: 3;
    font-style: italic;
}.reason-choosing .sec-title-en {
    width: 300px;
    margin-left: -60px;
    margin-bottom: 30px;
}.reason-choosing .txt {
    width: 300px;
}.reason-choosing .txt p {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 1.6px;
}.sec-title {
    padding-bottom: 25px;
}.anchor {
    padding: 120px 0 120px;
    text-align: center;
    width: 840px;
    margin: 0 auto;
}.member-comment {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 2px;
    text-align: center;
}.message-txt {
    position: absolute;
    width: 440px;
    top: 100px;
    right: 0;
}.message-job {
    font-weight: bold;
    font-size: 16px;
}.message-name {
    font-weight: bold;
    font-size: 30px;
    padding-top: 8px;
    padding-bottom: 30px;
}.message-txt p {
    font-size: 16px;
    line-height: 38px;
    letter-spacing: 2.5px;
}.company-detail .sec-title-jp {
    font-size: 24px;
    line-height: 58px;
    letter-spacing: 3.5px;
    text-align: center;
    padding-bottom: 40px;
}.management-en {
    font-weight: bold;
    font-style: italic;
    font-size: 60px;
    line-height: 100px;
    letter-spacing: 3px;
    color: #5EC2CB;
    text-align: center;
}.management-jp {
    font-size: 16px;
    line-height: 45px;
    letter-spacing: 2px;
    padding-bottom: 40px;
    text-align: center;
}.company-detail li {
    font-weight: bold;
    font-size: 18px;
    line-height: 64px;
    letter-spacing: 0.3px;
    border-top: #000 solid 1px;
    padding: 0 16px;
}.action dd {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1.2px;
    width: 78%;
    padding: 24px 0;
}.outline th {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 20px;
    border-top: #000 solid 1px;
}.outline td {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3px;
    padding: 20px;
    border-top: #000 solid 1px;
}.sdgs p {
    font-weight: bold;
    font-size: 24px;
    line-height: 70px;
    letter-spacing: 0.3px;
}.sdgs .sec-title-jp {
    padding-bottom: 60px;
    font-size: 24px;
}
    .gnav li {
    padding-left: 24px;
}
  .bg-line01 {
    width: 40%;
    position: absolute;
    top: -3%;
    right: -11%;
    z-index: -2;
}
  

  .home .bg-line03 {
    bottom: auto;
    right: 0%;
    top: 28%;
}
  #about .bg-line01 {
    top: -2%;
    right: -10%;
}
  #about .bg-line03 {
    right: -12%;
    top: auto;
    bottom: 22%;
}
  .policy-title {
    padding-top: 200px;
    font-weight: bold;
    font-size: 30px;
    line-height: 58px;
    letter-spacing: 3.5px;
    text-align: center;
}
  
  
}
@media screen and (max-width:1130px) {
  
  
}
@media screen and (max-width:1000px) {


  .sp {
  display: block;
}
.pc {
  display: none;
}
     #hero {
    height: 65vh;
}
  .hero-bg-cover {
    height: 65vh;
}
  .hero-bg-cover img {
    height: 65vh;
    object-fit: cover;
}
  .hero-slides {
    height: 65vh;
}
  .hero-slide.-left {
    height: 65vh;
}
  .hero-slide img {
    height: 65vh;
}
  
  .gnav {
    position: absolute;
display: none;
}

.hamburger {
    opacity: 1;
    pointer-events: auto;
    transition: .4s;
    background: #000000;
      width: 60px;
    height: 60px;
    right: 12px;
    top: 11px;
}
.hamburger span{
    background-color: #fff;
}
  .hamburger span {
    width: 50%;
    height: 1px;
}
  
  
.site-title {
    position: absolute;
    width: 150px;
    transition: .4s;
    left: 0;
    top: 31px;
    text-align: center;
    z-index: 3;
}
.hamburger span:first-of-type {
    top: 24px;
}
.hamburger span:nth-of-type(2) {
    top: 31px;
}
 .hamburger span:nth-of-type(3) {
    top: 38px;
} 
.nav-contact {
    position: absolute;
    top: 29px;
    right: 70px;
    z-index: 3;
    font-size: 16px;
}
.nav-contact a {
    font-size: 13px;    padding: 6px 12px;
}.hero-copy {
    width: 300px;
    top: 30%;
}
.inner {
    width: 76%;
    margin: 0 auto;
}.sec-copy {
    font-size: 35px;
    padding-bottom: 48px;
    text-align: center;
    letter-spacing: 0.4em;
}.more-btn a {
    display: block;
    width: 140px;
    margin: 0 auto;
    border: #000 solid 1px;
    border-radius: 60px;
    height: 40px;
    line-height: 38px;
    transition: .4s;
    font-size: 15px;
}.home-hgroup-no.en {
    font-size: 50px;
}h2.home-sec-title {
    font-size: 50px;
    margin: 40px 0 0 -20px;
}.home-hgroup-jp {
    font-size: 18px;
}.reason-list {
    width: 250px;
}.lead p {
    font-size: 17px;
    line-height: 44px;
    letter-spacing: 2.4px;
}p {
    font-size: 17px;
    line-height: 44px;
    letter-spacing: 2.4px;
    padding-bottom: 40px;
    font-weight: 600;
}section#home-service p {
    font-size: 20px;
    letter-spacing: 3px;
    text-align: center;
}.anchor-service li:nth-child(1) {
    width: 45%;
     height: 130px;
}
  .anchor-service li:nth-child(3) {
    width: 45%;
     height: 130px;
}
  .anchor-service li:nth-child(1) .anchor-bg {
 width: 100%;
     height: 130px;
}.anchor-service li:nth-child(3) .anchor-bg {
    width: 100%;
    height: 130px;
}
  .anchor-service li:nth-child(1) a {
    line-height: 130px;
    font-size: 20px;
}
  .anchor-service li:nth-child(3) a {
    line-height: 130px;
    font-size: 20px;
}
  .anchor-service li:nth-child(2) {
    width: auto;
    height: 130px;
    margin: 0 4.5%;
    position: relative;
}
  .swiper-button-prev, .swiper-button-next {
    width: 20px;

}#home-member .more-btn {
    padding-bottom: 60px;
}
  .menber-name {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
}.member-job {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 6px;
}section#home-link {
    padding-top: 120px;
}.recruit-btn a {
    height: 200px;
    text-align: center;
    color: #fff;
    border: #fff solid 1px;
    display: block;
}.recruit-btn a .en {
    font-weight: bold;
    font-size: 40px;
    line-height: 40px;
    display: block;
    padding-top: 64px;
}.recruit-btn a .jp {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 3px;
    display: block;
}header {
    height: 85px;
}.lead {
    padding-top: 100px;
}hgroup.home-hgroup.flex {
    padding-bottom: 60px;
}section#home-reason {
    padding-top: 120px;
}.sec-img {
    margin-bottom: 120px;
}.home footer {
    padding: 120px 0 0;
}.anchor {
    padding: 80px 0 80px;
    text-align: center;
    width: 82%;
    margin: 0 auto;
}.anchor ul li {
    width: calc(33.333% - 10px);
}.anchor ul li a {
    font-size: 14px;
}footer p {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
}.footer-nav li {
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    transition: .2s;
}.reason-choosing .sec-title-en {
    width: 260px;
    margin-left: 0px;
    margin-bottom: 30px;
}.reason-choosing {
    padding-bottom: 100px;
}#individual {
    padding-top: 120px;
}#individual .sec-title-jp {
    font-size: 25px;
    line-height: 58px;
    letter-spacing: 3.5px;
    padding-bottom: 80px;
    text-align: center;
}.insurance-company-item li a {
    font-size: 18px;
}.anchor-service p {
    font-size: 20px;
    letter-spacing: 5px;
    padding-bottom: 60px;
}#corporation {
    padding-top: 120px;
}#corporation .sec-title-jp {
    font-size: 25px;
    line-height: 58px;
    letter-spacing: 3.5px;
    padding-bottom: 80px;
    text-align: center;
}.member-item {
    width: calc(50% - 20px);
    margin-bottom: 80px;
}.sdgs-ico {
    width: 100%;
    margin: 0 auto;
}.sdgs p {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.3px;
}.sdgs-logo {
    width: 50%;
    margin: 0 auto 80px;
}.sdgs .sec-title-jp {
    padding-bottom: 40px;
    font-size: 20px;
}.contact-lead p {
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1.2px;
    text-align: center;
}.contact-lead .sec-title-jp {
    text-align: center;
    padding-bottom: 40px;
}.sec-title-jp {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1.2px;
}#contact .inner {
    width: 75%;
    margin: 0 auto;
}.form-wrap p {
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-align: center;
}.policy {
    padding: 0;
}h2.home-sec-title {
    font-size: 35px;
    margin: 40px 0 0 -20px;
}.reason-list {
    width: 50%;
}p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2.4px;
    padding-bottom: 40px;
    font-weight: 600;
}.anchor-service li:nth-child(1) {
    width: 45%;
    height: 100px;
}.anchor-service li:nth-child(1) a {
    line-height: 100px;
    font-size: 18px;
}.anchor-service li:nth-child(3) {
    width: 45%;
    height: 100px;
}.anchor-service li:nth-child(3) a {
    line-height: 100px;
    font-size: 18px;
}
  .swiper-button-prev, .swiper-button-next {
    display: none;
}
  
  #home-member .inner {
    width: 100%;
    margin: 0 auto;
}
  hgroup.home-hgroup.flex {
    padding-bottom: 60px;
}
  .gallery-title {
    font-size: 40px;
    text-align: center;
    padding-bottom: 40px;
}
  .insta {
    width: 40px;
    margin: 0 auto;
}.footer-address {
    text-align: center;
}.footer-logo {
    width: 130px;
    margin-bottom: 30px;
    margin: 0 auto 20px;
}.footer-nav {
display: none;
}footer p {
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
}.anchor-service li:nth-child(1) .anchor-bg {
    width: 100%;
    height: 100px;
}
  .anchor-service li:nth-child(3) .anchor-bg {
    width: 100%;
    height: 100px;
}#home-service .insurance-company {
    width: 100%;
    margin: 20px auto;
}
  #home-member hgroup.home-hgroup.flex {
    width: 82%;
    margin: 0 auto;
}

  .home-hgroup-line {
    width: 50px;
    margin-left: -20px;
    top: 0;
}
  h2.home-sec-title {
    font-size: 35px;
    margin: 10px 0 0 -40px;
}
  .insurance-company-item-logo img {
    height: 45px;
    width: auto;
}.insurance-company-item-logo {
    margin: 0 8px 20px;
}
  #home-service .insurance-company {
    text-align: center;
}
  section#home-service p {
    font-size: 18px;
    letter-spacing: 3px;
    text-align: center;
    line-height: 1.6;
}
  .inner {
    width: 82%;
    margin: 0 auto;
}
  .home-hgroup-no.en {
    font-size: 36px;
}
  .slide-menu-logo {
    width: 40%;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}
  .slide-menu-gnav {
    width: 100%;
    margin: 0 auto;
}
  .slide-menu ul {
        padding: 30px 0px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
  .slide-menu li a {
    text-decoration: none;
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
  .slide-menu-gnav li .en {
    display: block;
    margin-bottom: 0;
}
  .slide-menu-gnav li .jp {
    font-size: 14px;
    display: block;
}
  .company-detail .inner {
    width: 82%;
    margin: 0 auto;
    position: relative;
}
  .message-txt {
    position: absolute;
    width: 55%;
    top: 60px;
    right: 0;
}.message-name {
    font-weight: bold;
    font-size: 26px;
    padding-top: 8px;
    padding-bottom: 20px;
}.message-txt p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 2.5px;
}.page-tpl .hero-bg img {
    width: 100%;
    height: auto;
}.reason-choosing .pic {
    width: 55%;
    position: absolute;
    margin-left: 45%;
    z-index: -1;
    margin-top: 200px;
}

.anchor ul li a {
    padding: 14px 23px 15px;
}
  .anchor ul li {
    width: auto;
    margin: 0 8px;
}.anchor ul {
    justify-content: center;
}
  .policy-title {
    padding-top: 100px;
    font-weight: bold;
    font-size: 20px;
    line-height: 58px;
    letter-spacing: 3.5px;
    text-align: center;
}
  .message-txt {
    position: relative;
    width: 100%;
    top: auto;
    right: 0;
}
  .contact-lead p {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-align: left;
}.form-wrap p {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-align: center;
}.form-wrap {
    padding-top: 120px;
}.form-wrap .sec-title-jp {
    text-align: center;
    padding-bottom: 40px;
}
  .hero-slides {
    height: 70vh;
}
  .hero-slide.-left {
    height: 70vh;
        width: 100%;
   osition: relative;
}
  .hero-bg-cover {
    height: 70vh;
}
  .hero-slide.-right {
    display: none;
}
  .hero-bg-cover img {
    height: 70vh;
    object-fit: cover;
}
  #hero {
    height: 70vh;
}
  .hero-slide img {
    height: 70vh;
}
  .hero-copy2 {
    position: absolute;
    top: 30px;
    width: 120px;
    left: 30px;
}
  .hero-copy {
    width: 44%;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 5%;
}
  .bg-line01 {
    width: 44%;
}
   .bg-line02 {
    width: 44%;
}
   .bg-line03 {
    width: 44%;
}
   .bg-line04 {
    width: 44%;
}
.home .bg-line01 {
    top: -3%;
    right: -20%;
}
}
@media screen and (max-width:900px) {
  .bg-line01 {
    width: 45%;
}
  .bg-line02 {
    width: 45%;
}
    .bg-line03 {
    width: 45%;
}
    .bg-line04 {
    width: 45%;
}
  .home .bg-line01 {
    top: -3%;
    right: -19%;
}
  
}
@media screen and (max-width:800px) {

.home .bg-line01 {
    top: -3%;
    right: -18%;
}
  
}
@media screen and (max-width:700px) {
  .bg-line01 {
    width: 46%;
}
  .bg-line02 {
    width: 46%;
}
    .bg-line03 {
    width: 46%;
}
    .bg-line04 {
    width: 46%;
}
  .home .bg-line01 {
    top: -3%;
    right: -17%;
}
  
}
@media screen and (max-width:650px) {
.lead p {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2px;
}
.sec-copy {
    font-size: 30px;
    padding-bottom: 48px;
    text-align: center;
    letter-spacing: 0.4em;
    line-height: 1.3em;
}
  .sp2 {
  display: block;
}
  .topquality {
    width: 60%;
    margin: 60px auto 0;
    text-align: center;
}
#home-gallery img {
    height: 180px;
    object-fit: cover;
    width: 100%;
}
  .slide-menu-gnav {
    width: 100%;
    margin: 0 auto;
}
  .slide-menu ul {
       padding: 30px 0px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.slide-menu-logo {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
}.slide-menu li a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
  .slide-menu-gnav li .en {
    display: block;
    margin-bottom: 3px;
}.slide-menu-gnav li .jp {
    font-size: 13px;
    display: block;
}
  .slide-menu-gnav li {
    padding-bottom: 20px;
    border-bottom: #000 solid 1px;
    margin-bottom: 20px;
    width: calc(50% - 10px);
}
  h2.page-title-eb.en {
    font-size: 36px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px;
    color: #fff;
    z-index: 3;
    font-style: italic;
}.site-title {
    position: absolute;
    width: 140px;
    transition: .4s;
    left: 0;
    top: 32px;
    text-align: center;
    z-index: 3;
}.nav-contact a {
    font-size: 11px;
    padding: 6px 12px;
}.nav-contact {
    position: absolute;
    top: 31px;
    right: 74px;
    z-index: 3;
    font-size: 16px;
}.anchor ul li a {
    padding: 12px 8px 13px;
    font-size: 11px;
}.anchor ul li {
    width: auto;
    margin: 0 4px;
}.anchor {
    padding: 80px 0 80px;
    text-align: center;
    width: 86%;
    margin: 0 auto;
}.inner {
    width: 86%;
    margin: 0 auto;
}p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2.4px;
    padding-bottom: 40px;
    font-weight: 600;
}.l-sec-2d {
    padding-top: 120px;
}.reason-choosing .sec-title-en {
    width: 180px;
    margin-left: 0px;
    margin-bottom: 30px;
}.reason-choosing .pic {
    width: 80%;
    position: relative;
    margin-left: 0;
    z-index: -1;
    margin-top: 0;
    margin: 0 auto 30px;
}.reason-choosing .txt {
    width: 80%;
    margin: 0 auto;
}.reason-choosing .sec-title-en {
    width: 80%;
    margin: 0 auto 20px;
}footer {
    padding: 100px 0 0;
}.foot-bg-copy {
    position: absolute;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 33%;
}.reason-choosing {
    padding-bottom: 40px;
}
  .anchor-service li:nth-child(1) {
    width: 49%;
    height: 70px;
}
  .anchor-service li:nth-child(3) {
    width: 49%;
    height: 70px;
}.anchor-service li:nth-child(2) {
display: none;
}.anchor-service li:nth-child(1) .anchor-bg {
    width: 100%;
    height: 70px;
}
  .anchor-service li:nth-child(3) .anchor-bg {
    width: 100%;
    height: 70px;
}.anchor-service li:nth-child(1) a {
    line-height: 70px;
    font-size: 14px;
}.anchor-service li:nth-child(3) a {
    line-height: 70px;
    font-size: 14px;
}.anchor-service p {
    font-size: 18px;
    letter-spacing: 2px;
    padding-bottom: 40px;
}#individual {
    padding-top: 80px;
}.insurance-company-item.tokyo {
    border-right: none;
}.insurance-company-item {
    padding: 0;
    width: 100%;
}.insurance-company {
    display: block;
    width: 80%;
    margin: 0 auto;
}.insurance-company-item-logo {
    margin: 0 auto 20px;
    width: 60%;
}#service .insurance-company-item-logo img {
    height: auto;
    width: 100%;
}.insurance-company-item li {
    transition: .4s;
    position: relative;
    margin-bottom: 40px;
}.anchor-service ul {
    margin-bottom: 36px;
    justify-content: space-between;
}.member-comment {
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
}.member-item {
    width: calc(50% - 8px);
    margin-bottom: 60px;
}.recruit-btn {
    background: #5EC2CB;
    padding: 10px;
    margin-top: 40px;
}.recruit-btn a {
    height: 120px;
    text-align: center;
    color: #fff;
    border: #fff solid 1px;
    display: block;
}.recruit-btn a .en {
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding-top: 34px;
}.recruit-btn a .jp {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    display: block;
}.management-en {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    color: #5EC2CB;
    text-align: center;
}.company-detail li {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    border-top: #000 solid 1px;
    padding: 20px 10px;
}.action dd {
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5em;
    letter-spacing: 1.2px;
    width: 70%;
    padding: 20px 0;
}.action dt {
    font-weight: bold;
    font-size: 30px;
    width: 28%;
    padding-left: 10px;
}.outline th {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 20px 10px;
    border-top: #000 solid 1px;
}.outline td {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 20px 10px;
    border-top: #000 solid 1px;
}.sdgs p {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}#contact .inner {
    width: 86%;
    margin: 0 auto;
}.form th {
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    padding: 20px 10px;
    border-top: #e4e4e4 solid 1px;
    width: 6em;
}.policy-title {
    padding-top: 100px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6em;
    letter-spacing: 3.5px;
    text-align: center;
}#policy .row p {
    font-size: 13px;
    line-height: 29px;
    letter-spacing: 0.75px;
    padding: 0;
    text-indent: 1em;
    font-weight: 400;
    font-family: Shin Go Regular;
}#policy td {
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.75px;
    padding: 0;
    font-weight: 400;
    font-family: Shin Go Regular;
}.policy-subcopy {
    font-size: 13px;
    line-height: 34px;
    letter-spacing: 0.8px;
    text-align: center;
    padding-bottom: 40px;
}#policy .row li {
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 0.75px;
    font-family: Shin Go Regular;
}.hero-copy {
    width: 54%;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
}
  .bg-line01 {
    width:49%;
}
   .bg-line02 {
    width: 49%;
}
   .bg-line03 {
    width: 49%;
}
   .bg-line04 {
    width: 49%;
}
  .home .bg-line01 {
    top: -1%;
    right: -10%;
}
  #home-service .insurance-company {
    text-align: center;
    display: flex;
    justify-content: space-between;
}
  #home-service .insurance-company-item {
    padding: 0;
    border-left: none;
    width: calc(33.3333% - 8px);
}
  .insurance-company-item-logo {
    margin: 0 auto 20px;
    width: 100%;
}.insurance-company-item-logo img {
    height: auto;
    width: 100%;
}
  .anchor-service li:nth-child(1) .anchor-bg {
    top: 3px;
    left: 3px;
}
    .anchor-service li:nth-child(3) .anchor-bg {
    top: 3px;
    left: 3px;
}
  .more-btn a {
    font-size: 13px;
}.sec-bg img {
    height: auto;
    object-fit: contain;
}.home-hgroup-jp {
    font-size: 13px;
}.menber-name {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
}.member-job {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 2px;
}#home-gallery img {
    height: 140px;
    object-fit: cover;
    width: 100%;
}
  .home .bg-line01 {
    top: -3%;
    right: -17%;
}
  .home .bg-line02 {
    top: 10%;
    left: -24%;
}
  .home .bg-line03 {
    bottom: auto;
    right: -20%;
    top: 28%;
}
.home .bg-line04 {
    left: -20%;
} 
  .slide-menu-lead {
    font-size: 15px;
    padding-top: 24px;
    width: 80%;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}.slide-menu-address {
    font-size: 12px;
    line-height: 1.6;
}section.l-sec.contact-lead {
    padding-top: 100px;
}.member-comment.txt-mini {
    font-size: 11px;
    line-height: 16px;
}
}
@media screen and (max-width:480px) {
  
    .bg-line01 {
    width: 52%;
}
   .bg-line02 {
    width: 52%;
}
   .bg-line03 {
    width: 52%;
}
   .bg-line04 {
    width: 52%;
}
  .home .bg-line01 {
    top: -2%;
    right: -15%;
}
  .hero-copy {
    width: 50%;
    top: auto;
    bottom: 5%;
    left: auto;
    right: 5%;
}
  .lead p {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 2px;
}
  h2.home-sec-title {
    font-size: 28px;
    margin: 10px 0 0 -40px;
}h2.home-sec-title {
    font-size: 28px;
    margin: 10px 0 0 -40px;
}.home-hgroup-line {
    width: 30px;
    margin-left: -5px;
    top: 0;
}.reason-list li {
    margin-bottom: 5px;
}hgroup.home-hgroup.flex {
    padding-bottom: 40px;
}section#home-member {
    position: relative;
    margin-top: 80px;
    padding-top: 80px;
    overflow: hidden;
}section#home-link {
    padding-top: 40px;
}.home .bg-line02 {
    top: 13%;
    left: -29%;
}.slide-menu-gnav li .jp {
    font-size: 11px;
    display: block;
}.slide-menu-logo {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
}.footer-inner {
    width: 86%;
    margin: 60px auto 0;
    position: relative;
}.gallery-title {
    font-size: 28px;
    text-align: center;
    padding-bottom: 40px;
}#home-gallery img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}
  .home-hgroup-jp {
    font-size: 12px;
}
}

@media screen and (max-width:430px) {
  .home .bg-line01 {
    top: -3%;
    right: -27%;
}
  .home-hgroup-no.en {
    font-size: 24px;
}
  h2.home-sec-title {
    font-size: 24px;
    margin: 10px 0 0 -40px;
}
  .insurance-company-item-logo {
    margin: 0 auto 20px;
    width: 80%;
}
  #individual .sec-title-jp {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 3px;
    padding-bottom: 40px;
    text-align: center;
}
  
  #corporation .sec-title-jp {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 3px;
    padding-bottom: 40px;
    text-align: center;
}#service .bg-line03 {
    right: -20%;
    bottom: 25%;
    top: auto;
}.anchor-service p {
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 40px;
}.anchor {
    padding: 80px 0 80px;
    text-align: center;
    width: 89%;
    margin: 0 auto;
}.anchor ul li {
    width: auto;
    margin: 0 2px;
}.anchor ul li a {
    padding: 10px 5px 10px;
    font-size: 11px;
}.reason-choosing .txt p {
    font-size: 14px;
    line-height: 1.9em;
    letter-spacing: 1.6px;
}h2.page-title-eb.en {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 20px;
    color: #fff;
    z-index: 3;
    font-style: italic;
}.sec-copy {
    font-size: 28px;
    padding-bottom: 28px;
    text-align: center;
    letter-spacing: 0.4em;
    line-height: 1.3em;
}#about .bg-line02 {
    top: 44%;
    left: -20%;
}.member-item {
    width: 100%;
    margin-bottom: 60px;
}.waku01 {
    padding-bottom: 13px;
}.member-item {
    width: 100%;
    margin-bottom: 60px;
}.contact-lead p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    text-align: left;
}.sec-title-jp {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.2px;    padding-bottom: 30px;
}.form-wrap {
    padding-top: 60px;
}.form-wrap p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    text-align: center;
}
  .form-wrap p {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 1.2px;
    text-align: center;
}.company-detail {
    padding-top: 80px;
}.company-detail .sec-title-jp {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    padding-bottom: 30px;
}.management-en {
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #5EC2CB;
    text-align: center;
}.management-jp {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding-bottom: 40px;
    text-align: center;
}.outline th {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 14px 4px;
    border-top: #000 solid 1px;    width: 4em;
}.outline td {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 14px 4px;
    border-top: #000 solid 1px;
}.sdgs p {
    font-weight: bold;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3px;
    padding-bottom: 20px;
}
  .home-service-img {
    margin-bottom: 30px;
}
  .form td {
    font-size: 14px;
}
}
@media screen and (max-width:390px) {
  .home .bg-line01 {
    top: -3%;
    right: -27%;
}
.home .sec-copy {
    font-size: 26px;
    padding-bottom: 28px;
}
  .slide-menu-lead {
    font-size: 13px;
    padding-top: 24px;
    width: 80%;
    line-height: 1.6;
    margin: 0 auto;
    text-align: center;
}
      .slide-menu ul {
        padding: 20px 0px 10px;
    }
}

@media screen and (max-width:380px) {
  .bg-line01 {
    width: 54%;
}
  .bg-line02 {
    width: 54%;
}
  .bg-line03 {
    width: 54%;
}
  .bg-line04 {
    width: 54%;
}
  .home .bg-line01 {
    top: -2%;
    right: -15%;
}
}