@charset "utf-8";
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse; width:100%;}
fieldset,img{border:0; vertical-align:top;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
section{display:block;}
figure,figcaption{margin:0; padding:0;}
main {display:block;padding:0;margin:0;position: relative;z-index: 2;}
small {font-size: 100%;}
.cf:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size: 0.1em;}
.cf	{display:inline-block;zoom:1;}
ul.col {
	letter-spacing:-0.5em;
}
ul.col li {
	display:inline-block;
	vertical-align:top;
	letter-spacing:0.01em;
}
/* \*/
* html .cf	{height:1%;}
.cf	{display:block;}
/* */
a:link,a:visited {
    backface-visibility:hidden;
-webkit-backface-visibility: hidden;  
    transition: ease-in-out .2s;
	
	text-decoration:none;
	color:var(--c-base);
}
a:hover {
    outline:none;
}
a:focus, *:focus { outline:none; }
img {
	max-width: 100%;
    height: auto;
}
:root {
    --f-jp: "Noto Sans JP", sans-serif;
    --f-en: "Montserrat", sans-serif;
    --c-base:#003f31;
    --c-gr:#14ad5e;
    --c-gr2:#00775d;
    --c-line:#dde8e2;
}

/*------------------------------------------
共通
-----------------------------------------*/
body {
    font-family: var(--f-jp);
    font-size: 16px;
    line-height: 2.3;
    letter-spacing: normal;
    color: var(--c-base);
    word-wrap: break-word;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
    background-color: #f3f8f4;
    background-image: url("../images/bg_body.png");
    background-size: 100%;
    background-repeat: repeat-y;
}

br.sp-only {
    display: none;
}
.header {
    display: flex;
    align-items: center;
    padding-left: 3%;
    padding-right: 3%;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: ease-in-out .3s;
    border-bottom: var(--c-gr2) 2px solid;
}
.cls-1{fill:#969696;}
.cls-2{fill:#46b9be;}
.cls-3{fill:#14aa5f;}
.cls-4{fill:#969696;}

.home .cls-1{fill:#fff;}
.cls-2{fill:#46b9be;}
.cls-3{fill:#14aa5f;}
.home .cls-4{fill:#fff;}
.com-btn-center a {
    margin-inline:auto;
}
.com-btn a {
    height: 65px;
    display: flex;
    width: 300px;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    border-radius: 40px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: var(--c-gr);
    color: #fff;
    background-image: url("../images/arrow_w.png");
}
.com-btn a:hover {
    background-color: var(--c-gr2);
}
.com-btn--w a {
    border: #fff 1px solid;
    color: #fff ;
    background-color: transparent;
}
.com-btn--w a:hover {
    background-color: rgba(255,255,255,0.13);
}
.home .header {
    background-color: transparent;
    border-bottom: none;
}
.header.fixed {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: var(--c-gr2) 2px solid;
    background-color: #fff;
}
.header__logo-link svg {
    width: 360px;
    transition: ease-in-out .3s;
}
.header__logo-image {
    
}
.header__logo-link {
    display: inline-block;
}
.fixed .header__logo-link svg {
    width: 190px;
    vertical-align: middle;
}
.home .fixed .header__logo-link .cls-1,
.home .fixed .header__logo-link .cls-4 {
    fill:#969696;
}
.header__nav {
    margin-left: auto;
    flex: 1;
}
.header__nav-local {
    position: absolute;
    z-index: 1;
    left: 0;
    padding-top: 10px;
    opacity: 0;
    pointer-events: none;
    transition:ease-in-out .3s;
-moz-transition:ease-in-out .3s;
-webkit-transition:ease-in-out .3s;
-o-transition:ease-in-out .3s;
-ms-transition:ease-in-out .3s;
    margin-top: 25px;
	font-feature-settings: "palt";
    width: 280px;
    background-color: var(--c-gr2);
    border-radius: 5px;
    padding: 25px;
    line-height: 1.5;
    box-sizing: border-box;
    left: 50%;
    margin-left: -140px;
}
.header__nav-local:before {
    width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 10px solid var(--c-gr2);
  border-top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -8px;
    top: -10px;
}








.header__lang {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--f-en);
    line-height: 1;
    margin-left: 2.5%;
    background-image: url("../../common/images/icon_lang_b.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    color: var(--c-base);
    align-items: center;
}
.home .header__lang {
    background-image: url("../../common/images/icon_lang_w.png");
    color: #fff;
}
.home .fixed .header__lang {
    background-image: url("../../common/images/icon_lang_b.png");
}
.header__lang ul {
    display: flex;
    align-items: center;
    padding-top: 1px;
}
.header__lang ul li span {
    opacity: 0.7;
}
.header__lang ul li:not(:last-child):after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
    color: var(--c-base);
}
.home .header__lang ul li:not(:last-child):after {
    color: #fff;
}
.home .fixed .header__lang ul li:not(:last-child):after {
    color: var(--c-base);
}
.header__lang ul li a {
    text-decoration: underline;
    color: var(--c-base);
}
.home .header__lang ul li a {
    color: #fff;
}
.home .fixed .header__lang ul li a {
    color: var(--c-base);
}
.header__lang ul li a:hover {
    text-decoration: none;
}
.home .fixed .header__lang ul li span{
    color: var(--c-base);
}







.header__nav-local li:not(:last-child) {
    margin-bottom: 10px;
}
.header__nav-local li a {
    color: #fff;
    font-size: 15px;
}
.header__nav-local li a:hover {
    text-decoration: underline;
}
.header__nav-item:hover .header__nav-local{
    opacity: 1;
    pointer-events: inherit;
    margin-top: 15px;
}
.header__nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__nav-link {
    font-weight: 600;
    font-size: 15px;
    font-family: var(--f-en);
    
}
.home .header__nav-link {
    color: #fff;
}
.home .fixed .header__nav-link {
    color: var(--c-base);
}
.home .fixed .header__nav-link:hover {
    color: var(--c-gr);
}
.header__sp-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #fff;
    padding: 4rem;
    overflow: auto;
    display: none;
}
.header__sp-nav li {
    border-bottom: var(--c-line) 1px solid;
}
.header__sp-nav li a {
    font-size: 1.7rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
    font-weight: 700;
    font-family: var(--f-en);
}
.header__sp-nav li ul {
    margin-left: 1rem;
    padding-bottom: 2rem;
}
.header__sp-nav li li {
    margin-bottom: 0.2rem;
    border-bottom: none;
}
.header__sp-nav li li a {
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0;
}
.header__nav-link:hover {
    color: var(--c-gr);
}
.header__nav-item {
    margin-left: 3%;
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
}
.header__nav-link--inq {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    background-color: #84afa6;
    color: #fff !important;
    border-radius: 40px;
    padding-left: 25px;
    padding-right: 25px;
}
.header__nav-link--inq:hover {
    opacity: 0.8;
}
.header__nav-link--inq span {
    background-image: url("../images/mail.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
}
.header__sp-btn {
	background-color:var(--c-blue);
	width: 80px;
    height: 80px;
	position:fixed;
	right:0px;
	top:0px;
	z-index:999;
	text-align:center;
	transition:ease-in-out .3s;
  justify-content: center;
  align-content: center;
    display: none;
}
.header__sp-btn-trigger,
.header__sp-btn-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.header__sp-btn-trigger {
	position: relative;
	width: 26px;
	height: 16px;
	text-align:center;
}
.header__sp-btn-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.header__sp-btn-trigger span:nth-of-type(1) {
	top: 0;
}
.header__sp-btn-trigger span:nth-of-type(2) {
	top: 7px;
}
.header__sp-btn-trigger span:nth-of-type(3) {
	bottom: 0;
}

.header__sp-btn.active .header__sp-btn-trigger span {
	background-color: #fff;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(7px) rotate(-45deg);
	transform: translateY(7px) rotate(-45deg);
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(2) {
	opacity: 0;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}







.header__sp-nav-lang {
    background-image: url("../../../common/images/icon_lang_b.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 2.5rem;
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 3rem;
    padding-left: 3.5rem;
}
.header__sp-nav-lang ul {
    display:flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-weight: 700;
  font-family: var(--f-en);
}
.header__sp-nav-lang ul li {
    border-bottom: none;
}
.header__sp-nav-lang ul li:not(:last-child):after {
    content: "/";
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.header__sp-nav-lang ul li a,
.header__sp-nav-lang ul li span{
    padding: 0;
    font-size: 1.4rem;
    
    line-height: 1.2;
    display: inline-block;
}
.header__sp-nav-lang ul li span {
    opacity: 0.7;
}
.header__sp-nav-lang ul li a {
    text-decoration: underline;
}




.inner1150 {
    max-width: 1150px;
    margin: auto;
    width: 84%;
}
.topic-path {
    font-size: 12px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    margin-top: 15px;
    margin-bottom:70px;
    padding-top: 270px;
}
.topic-path__list:not(:last-child) {
    background-image: url("../images/topic_path_arrow.png");
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 10px;
    margin-right: 5px;
}
.topic-path__list-link:link,
.topic-path__list-link:visited{
    color: #5c746f;
}
.topic-path__list-link:hover {
    text-decoration: underline;
}
.under-main-ttl {
    font-weight: 600;
    font-size: 80px;
    line-height: 1.2;
    position: relative;
    padding-bottom: 90px;
    margin-bottom: 50px;
    overflow: hidden;
}
.under-main-ttl:after {
    content: attr(data-eng);
    font-family: var(--f-en);
    position: absolute;
    z-index: -1;
    right: -40px;
    bottom: 0;
    color: #fff;
    font-size: 165px;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
    opacity: 0.7;
    
}
.under-main-ttl h1 {
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    font-family: var(--f-en);
}
.under-main-ttl h1:before {
    width: 3px;
    height: 10px;
    content: "";
    background-color: var(--c-gr2);
    position: absolute;
    z-index: 1;
    left: 0;
}
.under-main-ttl h1:after {
    width: 3px;
    height: 18px;
    content: "";
    background-color: var(--c-gr);
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 0;
}
.under-main-ttl span {
    display: block;
    font-family: var(--f-en);
    color: var(--c-gr);
    font-size: 20px;
}
.under-main-ttl span:before {
    display: block;
    font-family: var(--f-en);
    color: var(--c-gr);
    font-size: 20px;
    content: "CONTACT";
}
.inner-wrap {
    padding: 80px;
    background-color: #fff;
    
}
.second-ttl {
    font-size: 29px;
    font-weight: 600;
    letter-spacing:normal;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.second-ttl:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--c-gr);
    height: 2px;
    width: 18px;
}
.second-ttl:after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 0;
    z-index: 1;
    background-color: var(--c-line);
    height: 2px;
    right: 0;
}
.com-tbl th {
    font-weight: 700;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 200px;
}
.com-tbl td {
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
.local-nav {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap:5px;
}
.local-nav li {
    width: calc((100% - 10px ) / 3);
}
.local-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c-gr);
    height: 65px;
    color: #fff;
    font-size: 17px;
    background-image: url("../images/arrow_w.png");
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: right 25px center;
}
.local-nav li a:hover {
    background-color: var(--c-gr2);
}
.list-dot-item {
    position: relative;
    line-height: 1.8;
    padding-left: 15px;
}
.list-dot-item:not(:last-child) {
    margin-bottom: 15px;
}
.list-dot-item:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background-color: var(--c-gr2);
    z-index: 1;
    left: 0;
    top: 12px;
}
.sec-mdb {
    margin-bottom: 60px;
}
.txt-link:link,
.txt-link:visited{
    text-decoration: underline;
}
.txt-link:hover {
    text-decoration: none;
}
.txt-link--blank {
    background-image: url("../images/blank.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 17px;
    margin-right: 5px;
}
.footer {
    background-color: var(--c-gr2);
    color: #fff;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 180px;
}
.footer__logo span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}
.footer__logo img {
    width: 220px;
    margin-bottom: 40px;
}
.footer__nav {
    display: flex;
flex-wrap: wrap;
    justify-content: center;
    gap:3%;
    margin-bottom: 50px;
    
}
.footer__nav-link {
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
}
.footer__nav-link:hover {
    text-decoration: underline;
}
.footer__copyright {
    font-family: var(--f-en);
    font-weight: 500;
    font-size: 14px;
}
@media screen and (max-width:1180px){
.header__nav-item {
  margin-left: 2%;
}
.header__logo-link svg {
  width: 320px;
}
}
@media screen and (max-width:1080px){
html {
    font-size: calc(100vw / 37.5);
  }
body {
    font-size: 1.4rem;
    line-height: 1.9;
    background-image: url("../../images/bg_sp.png");
}
    .header__lang {
        display: none;
    }
.header {
    height: 6.5rem;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    align-items: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
    .home .header {
        background-color: #fff;
        
        
    }
.cls-1 {
    fill: #969696 !important;
}
.cls-4 {
    fill: #969696 !important;
}
.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(0.7rem) rotate(-45deg);
	transform: translateY(0.7rem) rotate(-45deg);
}

.header__sp-btn.active .header__sp-btn-trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-0.7rem) rotate(45deg);
	transform: translateY(-0.7rem) rotate(45deg);
}
.header__nav {
    display: none;
}
.header__sp-btn-trigger {
  width: 3rem;
    height: 1.6rem;
}
.header__sp-btn-trigger span:nth-of-type(2) {
  top: 0.7rem;
}
.header__logo-link svg {
  width: 38vw !important;
    vertical-align: middle;
}
 .header__sp-btn {
    width: 6.5rem;
    height: 6.5rem;
    background-color: var(--c-base);
    display: flex;
    flex-flow: column;
     justify-content: center;
     align-items: center;
  }
    .header__sp-btn p {
        color: #fff;
        font-family: var(--f-en);
        font-size: 1rem;
        font-weight: 600;
        margin-top: 0.3rem;
    }
.under-main-ttl {
  font-size: 3.2rem;
  padding-bottom: 4rem;
  margin-bottom: 1rem;
}
.under-main-ttl::after {
  font-size: 5rem;
    right: -0.5rem;
}
.under-main-ttl span {
  font-size: 1.5rem;
}
.local-nav {
  display: block;
}
.local-nav li {
  width: auto;
    margin-bottom: 0.5rem;
}
.local-nav li a {
  justify-content: flex-start;
  height: 5rem;
  font-size: 1.5rem;
  background-size: 1.3rem;
  background-position: right 1.5rem center;
    padding-left: 2rem;
}
.com-btn a {
  height: 6rem;
  border-radius: 3rem;
  background-size: 1.6rem;
  background-position: right 2rem center;
  font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
}
.topic-path {
  font-size: 1.1rem;
  margin-bottom: 3rem;
  padding-top: 8rem;
    margin-top: 0;
}
.sec-mdb {
  margin-bottom: 4rem;
}
.inner-wrap {
  padding: 2rem;
    padding-bottom: 5rem;
}
.inner1150 {
  width: 88%;
}
.second-ttl {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.footer {
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 9rem;
}
.footer__logo img {
  width: 18rem;
  margin-bottom: 3rem;
}
.footer__logo span {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.footer__nav {
  gap: 2rem;
  margin-bottom: 3rem;
}
.footer__copyright {
  font-size: 1.2rem;
}
}
/*-------------------------
会員リスト
--------------------------*/
.members__lead {
    margin-bottom: 25px;
}
.members__inq {
    background-color: #edf4f1;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}
.members__inq a {
    text-decoration: underline;
}
.members__inq a:hover {
    color: var(--c-gr);
    text-decoration: none;
}
.members__tbl {
    line-height: 1.6;
    border-top: var(--c-line) 1px solid;
    border-left: var(--c-line) 1px solid;
}
.members__tbl thead th {
    background-color: #edf4f1;
}
.members__tbl tbody th {
    width: 150px;
}
.lang-en .members__tbl tbody th {
    width: 190px;
}
.members__tbl-name {
    text-align: center;
    width: 110px;
}
.lang-en .members__tbl-name {
    width: 180px;
}
.members__tbl th {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 15px;
    font-weight: 700;
    text-align: center;
}
.members__tbl td {
    border-bottom: var(--c-line) 1px solid;
    border-right: var(--c-line) 1px solid;
    padding: 15px;
}
.members__list-cau {
    font-size: 14px;
    display: flex;
}
.members__list-cau dt span {
    font-size: 25px;
    margin-right: 3px;
}
.members__list-cau dd {
    margin-left: auto;
}
.members__list {
    border-top: var(--c-line) 1px dashed;
    margin-top: 20px;
}
.members__list li {
    position: relative;
    line-height: 1.8;
  padding-left: 15px;
    border-bottom: var(--c-line) 1px dashed;
    padding-bottom: 15px;
    padding-top: 15px;
}
.members__list li a {
    text-decoration: underline;
}
.members__list li a:hover {
    text-decoration: none;
}
.members__list li:before {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 50%;
  background-color: var(--c-gr2);
  z-index: 1;
  left: 0;
  top: 27px;
}
.members__map {
    margin-top: 60px;
}
.members__map iframe {
    display: none;
}
.members__map svg a:hover {
    text-decoration: underline;
}
	
.grecaptcha-badge {
    z-index: 8;
}
@media screen and (max-width:1080px){
.members__list-cau dt span {
  font-size: 2.5rem;
}
.members__inq {
  padding: 1.5rem;
  margin-top: 3rem;
    text-align: left;
}
.members__lead {
  margin-bottom: 2rem;
}
.list-dot-item::before {
  top: 0.9rem;
}
    .members__tbl thead {
        display: none;
    }
.members__tbl th{
  display: block;
    width: auto !important;
    background-color: #edf4f1;
    padding: 1rem;
}
.members__tbl td{
  display: block;
    width: auto !important;
    text-align: center;
    padding: 1rem;
}
.members__tbl-name {
  font-weight: 700;
    border-bottom: none !important;
}
    .members__tbl-none {
        display: none !important;
    }
    .members__tbl-name--line {
        border-bottom: var(--c-line) 1px solid !important;
    }
    .members__tbl-name--line {
        border-bottom: var(--c-line) 1px solid !important;
    }
    .members__tbl-pos {
        padding-top: 0 !important; 
    }
.members__list-cau {
  font-size: 1.2rem;
}
.members__list li {
    padding-left: 1.5rem;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
}
.members__list li:before {
    top: 2.1rem;
}
.members__map svg {
    display: none;
}
.members__map iframe {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 38rem;
}
}
/*-------------------------
お問い合わせ
--------------------------*/
.contact__lead-txt {
    text-align: center;
    margin-bottom: 60px;
}
.contact__tbl {
    border-top: var(--c-line) 1px solid;
}
.contact__tbl th {
    font-weight: 700;
    width: 330px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: var(--c-line) 1px solid;
}
.contact__tbl th dl {
    display: flex;
    align-items: center;
}
.contact__tbl th dd {
    margin-left: auto;
    background-color: var(--c-gr2);
    color: #fff;
    width: 75px;
  font-size: 12px;
    font-weight: 700;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height:30px;
}
.contact__tbl td {
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contact__tbl td ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:15px;
}
.contact__input {
    height: 55px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border: 1px solid #A7B0A3;
    border-radius: 5px;
    transition: ease-in-out .3s;
}

.contact__textarea {
    height: 300px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    border: 1px solid #A7B0A3;
    border-radius: 5px;
    transition: ease-in-out .3s;
}
.contact__input:focus,
.contact__textarea:focus{
    border-color: var(--c-gr2);
   background-color: #f3f8f4;
}
.contact__free {
    background-color: #CBCBCB !important;
}
::-moz-placeholder {
  opacity: 0.4;
}
::-ms-input-placeholder {
  color: #ccc;
}
::-webkit-input-placeholder {
  color: #ccc;
}
.contact__privay-scroll {
    overflow: auto;
    height: 250px;
    border: var(--c-line) 1px solid;
    padding: 30px;
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.contact__privay-scroll h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
}
.contact__privay-scroll h5 {
    font-weight: 700;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.contact__privay-scroll-mdb {
    margin-bottom: 15px;
}
.contact__privacy-check {
    text-align: center;
    margin-top: 15px;
}
.contact__btn-box {
    display: flex;
    justify-content: center;
    gap:3%;
    margin-top: 30px;
}
.contact__btn-box button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: var(--c-gr);
    color: #fff;
    font-weight: 700;
    border-radius: 40px;
    font-family: var(--f-jp);
    height: 70px;
    width: 300px;
    font-size: 16px;
    
}
.contact__back-btn {
    background-color: #ccc !important;
}
.error-message {
    color: #C40003;
    margin-bottom: 5px;
}






input[type=radio] + label,
input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    /* font-size: 14px; */
    line-height: 30px;
    cursor: pointer;
}


input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 19px;
    height: 10px;
    margin-top: -8px;
    border-left: 3px solid var(--c-gr);
    border-bottom: 3px solid var(--c-gr);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
    input[type=radio],
    input[type=checkbox] {
        margin: 0;
		opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
	margin-left:-13px;
    }
    input[type=radio] + label,
    input[type=checkbox] + label {
        padding: 0 0 0 35px;
    }
input[type="radio"] + label::before, input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 24px;
    height: 24px;
    margin-top: -11px;
    background: #FFF;
  }
    input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    input[type=radio]:checked + label::after,
    input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
         
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    input[type=radio]:checked + label::after {
	left: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: var(--c-base);
	border-radius: 8px;
    }
    input[type="radio"]:checked + label::after {
    left: 7px;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background: var(--c-gr);
    border-radius: 8px;
  }
@media screen and (max-width:1080px){
.contact__tbl th {
  display: block;
    width: auto;
    border-bottom: none;
    padding-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 0;
}
.contact__tbl td {
  display: block;
    width: auto;
    padding-bottom: 2rem;
  padding-top: 1rem;
}
.contact__tbl th dd {
  width: 6.5rem;
    font-size: 1.2rem;
    height: 2.5rem;
}
.contact__input {
  height: 5rem;
  padding: 1rem;
    font-size: 16px;
}
.contact__textarea {
  height: 25rem;
  padding: 1rem;
  font-size: 16px;
}
.contact__tbl td ul {
  display: block;
}
    .contact__tbl td ul li:not(:last-child) {
        margin-bottom: 0.5rem;
    }
.contact__privay-scroll {
  height: 26rem;
  padding: 2rem;
  margin-top: 4rem;
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.contact__privay-scroll h4 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.contact__privay-scroll h5 {
  padding-bottom: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
.contact__btn-box {
  display: block;
    text-align:center;
}
    .contact__btn-box li {
        margin-bottom: 2rem;
    }
.contact__btn-box button {
  border-radius: 4rem;
  height: 6rem;
  width: 25rem;
  font-size: 1.6rem;
    margin: auto;
}
.contact__lead-txt {
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
}
}
/*-------------------------
J-OSATについて
--------------------------*/
.about__lead-blk {
    background-color: #f3f8f4;
    padding: 25px;
    margin-top: 40px;
}
.about__lead-blk h3 {
    font-weight: 700;
    font-size: 17px;
}
.about__article h3 {
    font-weight: 500;
    margin-top: 50px;
}
.about__article-ttl {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 60px;
    
}
.about__article-item {
    font-weight: 700;
    display: flex;
}
.about__article-item dt {
    flex-shrink: 0;
}
.about__article-num {
    display: flex;
}
.about__article-num dt {
    flex-shrink: 0;
    width: 30px;
}
.about__article-mdb {
    margin-bottom: 30px;
}
.about__article-order {
  list-style: none;
  counter-reset: number;
    margin-top: 15px;
}
.about__article-order li {
  position: relative;
  padding-left: 40px;
}
.about__article-order li::before {
  counter-increment: number;
  content: '（' counter(number) '）';
  position: absolute;
  left: 0;
}
.about__article-tbl th {
    vertical-align: top;
    width: 200px;
    font-weight: 500;
}
.about__article-date {
    text-align: right;
    margin-top: 50px;
}
.about__article-name {
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
}
.about__article-name dt {
    margin-right: 30px;
}
.about__article-name dd {
    text-align: right;
}
.about__compliance-date {
    text-align: right;
}
.about__compliance-end {
    text-align: right;
}
@media screen and (max-width:1080px){
.com-tbl th {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
    width: 9rem;
}
.about__lead-blk {
    padding: 1.5rem;
    margin-top: 3rem;
}
.about__article h3 {
  margin-top: 3rem;
}
    .about__article-item {
        display: block;
    }
.about__article-item dt {
  width: auto;
    margin-bottom: 0.2rem;
}
.about__article-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 3rem;
    margin-top: 2rem;
}
.about__article-order {
  margin-top: 1.5rem;
}
}
/*-------------------------
お知らせ
--------------------------*/
.news__index-cat {
    display: flex;
    justify-content: center;
    gap:5%;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.news__index-cat .active,
.news__index-cat a:hover{
    color: var(--c-gr);
    text-decoration: underline;
}
.pager {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap:1%;
    flex-wrap: wrap;
}
.pager span,
.pager a {
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    color: var(--c-gr2);
    border-radius: 50%;
    border: var(--c-gr2) 1px solid;
    font-family: var(--f-en);
    font-weight: 700;
}
.pager span,
.pager a:hover {
    background-color: var(--c-gr2);
    color: #fff;
}
.news .home-news__right ul {
}
.news .second-ttl {
    line-height: 1.6;
    padding-bottom: 25px;
}
.news .com-btn a {
    margin-inline:auto;
    margin-top: 50px;
}
.news__cat {
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}
.news__cat dt {
    font-family: var(--f-en);
  font-weight: 600;
    margin-right: 15px;
}
.news__cat dd{
    min-width: 150px;
  background-color: rgb(223, 243, 233);
  border-radius: 40px;
  font-size: 14px;
  text-align: center;
  flex-shrink: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news__txt-body a {
    color: var(--c-gr);
    text-decoration: underline;
}
.news__txt-body a:hover {
    text-decoration: none;
}
.news__txt-body li {
    display: block;
}
@media screen and (max-width:1080px){
.news__index-cat {
    display: flex;
    justify-content: flex-start;
    gap:1.5rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    margin-top: 2rem;
    line-height: 1.4;
}
.pager {
    gap:1rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.pager span, .pager a {
  height: 4rem;
  width: 4rem;
}
.news__cat dd {
    min-width: 13rem;
    border-radius: 7rem;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-right: 0px;
    height: 3rem;
  }
.news__cat {
  margin-bottom: 1.2rem;
}
.news .com-btn a {
  margin-top: 3rem;
    margin-bottom: 3rem;
}
}
/*-------------------------
ホワイトペーパ－
--------------------------*/
.whitepaper__item {
    display: flex;
    border-bottom: var(--c-line) 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.whitepaper__item:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.whitepaper__item-img {
    flex-shrink: 0;
    width: 290px;
    margin-right: 5%;
}
.whitepaper__item-txt h2 {
    font-weight: 800;
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.whitepaper__item-txt p {
    line-height: 1.8;
    margin-bottom: 30px;
}
.whitepaper__item-btn a {
    background-color: var(--c-gr2);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    width: 220px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    background-image: url("../images/download.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: right 20px center;
}
.whitepaper__item-btn a:hover {
    opacity: 0.8;
}
@media screen and (max-width:1080px){
.whitepaper__item {
  display: block;
  padding-bottom: 3rem;
    margin-bottom: 3rem;
}
.whitepaper__item-img {
  width: auto;
  margin-right: 0;
    margin-bottom: 2rem;
}
.whitepaper__item-txt h2 {
  font-size: 1.7rem;
  margin-bottom: 1.2rem;
}
.whitepaper__item-btn a {
  font-size: 1.5rem;
  height: 5.5rem;
  border-radius: 6rem;
  background-size: 1.2rem;
  background-position: right 2rem center;
    width: 100%;
}
}
/*-------------------------
トップページ
--------------------------*/
.home-visual {
    color: #fff;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-top: 100px;
}
.home-visual .inner1150 {
    position: relative;
    z-index: 2;
}
.home-visual:after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #001f18;
    opacity: 0.4;
    content: "";
}
.home-visual__copy {
    font-family: var(--f-en);
    font-size: 70px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 20px;
}
.home-visual__txt {
    margin-bottom: 40px;
}
.home-visual__txt span {
    font-weight: 600;
    font-size: 25px;
}
.home-visual .swiper-container {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
.home-visual .swiper-container li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.home-second-ttl {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    position: relative;
    padding-top: 15px;
    margin-bottom: 70px;
}
.home-second-ttl:before {
    content: "";
    height: 3px;
    width: 10px;
    background-color: var(--c-gr2);
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.home-second-ttl:after {
    content: "";
    height: 3px;
    width: 18px;
    background-color: var(--c-gr);
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 0;
}
.home-second-ttl span {
    display: block;
    font-family: var(--f-en);
    font-weight: 400;
    font-size: 65px;
    color: var(--c-gr);
    margin-bottom: 10px;
}
.home-activity {
    padding-top: 150px;
    position: relative;
    overflow: hidden;
    padding-bottom: 130px;
}
.home-activity:after {
    content: attr(data-eng);
    font-family: var(--f-en);
    font-weight: 400;
    font-size: 240px;
    position: absolute;
    z-index: -1;
    bottom: -40px;
    right: 0;
    line-height: 1;
    white-space: nowrap;
    color: #fff;
}
.home-activity__row {
    display: flex;
    flex-wrap: wrap;
    gap:2%;
}
.home-activity__item {
    background-color: #fff;
    width: calc((100% - 4%) / 3);
    margin-bottom: 2%;
    text-align: center;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
}
.home-activity__item:before {
    content: "";
    height: 35px;
    width: 3px;
    position: absolute;
    z-index: 2;
    left: 0;
    background-color: var(--c-gr2);
    top: 0;
}
.home-activity__item:after {
    content: "";
    height: 35px;
    width: 3px;
    position: absolute;
    z-index: 2;
    left: 0;
    background-color: var(--c-gr);
    top: 40px;
}
.home-activity__item-img img {
    width: 130px;
}
.home-activity__item h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
    margin-top: 35px;
    
}
.home-activity__item h3 span {
    font-family: var(--f-en);
    font-weight: 600;
    color: var(--c-gr);
    font-size: 14px;
    vertical-align: top;
    margin-top: -5px;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    top: 0;
    margin-left: -25px;
}
.home-news {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.home-news .inner1150 {
    display: flex;
}
.home-news__left {
    flex-shrink: 0;
    width: 280px;
}
.home-news__left li {
    margin-bottom: 10px;
    font-weight: 700;
    position: relative;
}
.home-news__left li span{
    display: inline-block;
    cursor: pointer;
    transition: ease-in-out .3s;
}
.home-news__left li span.active,
.home-news__left li span:hover{
    color: var(--c-gr);
    text-decoration: underline;
    text-decoration-thickness:2px;
}
.home-news__left .home-second-ttl {
    margin-bottom: 50px;
}
.home-news__right {
    flex: 1;
}
.home-news__right .com-btn a {
    margin-left: auto;
    margin-top: 40px;
}
.home-news__right ul {
    border-top: var(--c-line) 1px solid;
}
.home-news__right li {
    border-bottom: var(--c-line) 1px solid;
}
.home-news__right li a {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-news__right dl {
    display: flex;
}
.home-news__right dt {
    font-family: var(--f-en);
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
    flex-shrink: 0;
    width: 75px;
    border-right: var(--c-line) 1px solid;
    margin-right: 20px;
}
.home-news__right dt span {
    display: block;
    font-size: 70%;
}
.home-news__right dd {
    min-width: 150px;
    background-color: #dff3e9;
    border-radius: 40px;
    font-size: 14px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-news__txt {
    position: relative;
    padding-left: 12px;
    line-height: 1.6;
}
.home-news__right li a:hover .home-news__txt{
    text-decoration: underline;
}
.home-news__txt:before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background-color: var(--c-gr);
    top: 11px;
}
.home-other {
    padding-bottom: 150px;
    background-color: #fff;
    padding-top: 150px;
}
.home-other .inner1150{
    display: flex;
    flex-wrap: wrap;
    gap:4px;
}
.home-other__item {
    width: calc((100% - 4px) / 2);
}
.home-other__item:nth-child(1) a {
    border-top-left-radius: 20px;
}
.home-other__item:nth-child(2) a {
    border-top-right-radius: 20px;
}
.home-other__item:nth-child(3) a {
    border-bottom-left-radius: 20px;
}
.home-other__item:nth-child(4) a {
    border-bottom-right-radius: 20px;
}
.home-other__item a {
    display: flex;
    align-items: center;
    background-color: #edf4f1;
    height: 200px;
    padding: 30px;
    background-image: url("../images/arrow_g.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 25px bottom 25px;
    position: relative;
}
.home-other__item a:hover {
    background-color: #DFEAE4;
    background-position: right 20px bottom 25px;
}
.home .footer {
    margin-top: 0 !important;
}
.home-other__item a:before {
    content: "";
    background-color: var(--c-gr2);
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 3px;
    left: 40px;
    top: 0;
}
.home-other__item a:after {
    content: "";
    background-color: var(--c-gr);
    position: absolute;
    z-index: 1;
    width: 35px;
    height: 3px;
    left: 80px;
    top: 0;
}
.home-other__item dl {
    padding-left: 35px;
}
.home-other__item dt {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 15px;
    display: block;
}
.home-other__item dt span {
    display: block;
    font-family: var(--f-en);
    color: var(--c-gr);
    font-size: 29px;
    margin-bottom: 10px;
}
.home-other__item dd {
    font-weight:400;
    line-height: 1.7;
}
.home-other__item-img {
    width: 125px;
    transition: ease-in-out .3s;
    flex-shrink: 0;
}
.home-other__item a:hover .home-other__item-img {
    transform: scale(1.05);
}



.scroll_down{
  position:absolute;
  bottom: 0px;
    z-index: 4;
    right: 5%;
}

.scroll_down a{
  position: absolute;
  left: 10px;
  bottom: 15px;
  color: #fff;
  font-size: 13px;
  font-family: var(--f-en);
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background:#fff;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
  0%{bottom:70px;}
  100%{bottom:0px;}
}

@keyframes cirlemovehide{
  0%{opacity:0}
  50%{opacity:1;}
  80%{opacity:0.9;}
  100%{opacity:0;}
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:1px;
  height: 70px;
  background:#fff;
}


@media screen and (max-width:1080px){
    .scroll_down {
        display: none;
    }
.home-visual {
  height: 66rem;
  padding-top: 10rem;
}
.home-visual__copy {
  font-size: 3rem;
  margin-bottom: 3rem;
}
.home-visual__txt span {
    font-size: inherit;
    font-weight: 500;
}
.home-activity::after {
  font-size: 6rem;
  bottom: -1rem;
}
.home-activity__row {
  display: block;
}
.home-activity__item {
  width: auto;
  margin-bottom: 2%;
  height: auto;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-bottom: 1.2rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.home-activity__item-img img {
  width: 10rem;
}
.home-activity__item h3 {
  font-size: 1.6rem;
  margin-top: 1.5rem;
}
.home-activity__item h3 span {
  font-size: 1.3rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  margin-left: -2.5rem;
}
.home-second-ttl span {
  font-size: 3.7rem;
  margin-bottom: 1rem;
}
.home-second-ttl {
  font-size: 1.6rem;
  padding-top: 1.7rem;
  margin-bottom: 4rem;
}
.home-activity {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.home-news {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.home-news__left .home-second-ttl {
  margin-bottom: 3rem;
}
    .home-news__left ul {
        display: flex;
        gap:2rem;
        flex-wrap: wrap;
        line-height: 1.2;
        margin-bottom: 3rem;
    }
.home-news__left li {
  margin-bottom: 0;
}
.home-news .inner1150 {
  display: block;
}
.home-news__right li a {
  display: block;
    padding-top: 2rem;
  padding-bottom: 2rem;
}
.home-news__right dl {
  margin-bottom: 2rem;
}
.home-news__right dt {
    font-size: 1.5rem;
    width: 6rem;
    margin-right: 2rem;
  }
.home-news__right dd {
  min-width: 13rem;
  border-radius: 7rem;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-right: 0;
  height: 3rem;
}
    
.home-other__item dd {
    font-weight: 500;
    line-height: 1.5;
    font-size:1.3rem;
}
    
    
    
    
    
    
    
.home-other {
  display: block;
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.home-other__item {
  width: auto;
    margin-bottom: 0.5rem;
}
.home-other__item a {
  height: 12rem;
    padding: 2rem;
  background-size: 2.2rem;
  background-position: right 1.5rem bottom 1.5rem;
}
.home-other__item dt span {
  font-size: 2rem;
  margin-bottom: 0.3rem;
}
.home-other__item-img {
  width: 6.5rem;
}
.home-other__item dl {
  padding-left: 2rem;
}
.home-other__item dt {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 0.8rem;
}
.home-other__item:nth-child(1) a {
  border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
}
.home-other__item:nth-child(2) a {
  border-top-right-radius: 0;
}
.home-other__item:nth-child(3) a {
  border-bottom-left-radius: 0;
}
.home-other__item:last-child a {
  border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}
    
}





























