@charset "utf-8";
/* CSS Document */
:root{
}

* img{
  max-width: 100%;
}
.pc_only{
  display: block;
}
.sp_only{
  display: none;
}

.link_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 414px;
  height: 60px;
  border-radius: 50vh;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  max-width: 100%;
}

.wrap{
  font-family: "Noto Sans JP", serif;
  overflow: hidden;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: #313131;
  word-break: break-all;
}
.hamburger{
  display: none;
}
nav.globalMenuSp {
  position: fixed;
  z-index : 997;
  top  : 0;
  right : 0;
  color: #fff;
  background: rgba( 255,255,255,1 );
  height: 100%;
  width: 100%;
  transform: translateX(150%);
  transition: all 0.6s;
  font-family: "Noto Sans JP", serif;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 120px 0 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#232323;
}
nav.globalMenuSp ul li:hover a{
  color: #fff;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #232323;
  padding:0.5em 1em;
  text-decoration :none;
  font-size: 20px;
  font-weight: 500;
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
  transform: translateX(0%);
}

.header{
  padding: 10px;
}
.header .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .inner .left{
  display: flex;
  align-items: center;
  gap:10px;
}
.header .inner .left .header_logo{
  width: 60px;
}
.header .inner .left p{
  font-size: 14px;
}
.header_menu ul{
  display: flex;
  gap:20px;
  align-items: center;
}
.header_menu ul li a{
  font-size: 15px;
  font-weight: 700;
  color: #232323;
}

.mv{
  width: calc(100% - 60px);
  margin: 30px auto 0;
  background-image: url("images/mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio:2.09 / 1;
  position: relative;
}
.mv_ttl{
  background-color: #fff;
  padding: 35px;
  max-width: 520px;
  position: absolute;
  right: 5.1vw;
  top:50%;
  transform: translateY(-50%);
}
.mv_ttl h1{
  font-size: 40px;
  line-height: 1.3;
}
.mv_ttl p{
  margin-top: 5px;
}

.main_content{
  padding: 160px 0;
  margin: 0 30px;
}
.main_content_b_small{
  padding-bottom: 60px;
}
.main_content_small{
  padding-top: 60px;
  padding-bottom: 60px;
}

.main_content .inner{
  margin: 0 auto;
  max-width: 1200px;
}
.main_content .main_ttl h2{
  font-size: 76px;
  letter-spacing: 0.03em;
  font-family: "Anton", sans-serif;
  color: #fff;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0 -1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
  line-height: 1;
}
.main_content .main_ttl p{
  font-size: 30px;
  font-weight: 700;
}
.vision{
  background: url(images/vision_bg1.png),
    url(images/vision_bg2.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}
.vision .flex{
  display: flex;
  justify-content: space-between;
}
.vision .flex .right{
  width: 50%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
}
.vision_list{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap:20px;
}
.vision_list .item{
  padding: 50px 40px;
  background-color: #fff;
  max-width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
}
.vision_list .item:nth-child(odd){
  border: solid 1px #62B052;
}
.vision_list .item:nth-child(2){
  border: solid 1px #2DDDE3;
}
.vision_list .item > * + *{
  margin-top: 20px;
}
.vision_list .item h3{
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #707070;
  font-size: 25px;
  font-weight: 700;
}
.vision_list .item p,
.vision_list .item ul li{
  font-size: 16px;
}
.vision_list .item .catch{
  font-size: 20px;
  font-weight: 700;
}
.vision_list .item .notes{
  font-size: 16px;
  padding-top: 20px;
  border-top:dashed 1px #707070;
  margin-bottom: 40px;
}
.vision_list .item:nth-child(odd) a{
  background-color: #62B052;
  margin: auto auto 0;
}
.vision_list .item:nth-child(2) a{
  background-color: #2DDDE3;
  margin: auto auto 0;
}

.top_news{
  background-color: #F6F6F6;
}
.top_news .flex{
  display: flex;
  gap:100px;
  width: 100%;
  padding: 0 30px;
}
.top_news .main_ttl{
  min-width: 174px;
}
.top_news .news_list{
  flex-grow: 1;
}
.top_news .news_list ul li + li{
  margin-top: 20px;
  padding-top: 20px;
  border-top: dashed 1px #707070;
}
.top_news .news_list ul li a{
  display: flex;
  gap:10px 20px;
  color: #232323;
}
.top_news .news_list ul li a .date{
  width: 80px;
  font-size: 15px;
}
.top_news .news_list ul li a .cat{
  width: 140px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.top_news .news_list ul li a .cat span{
  display: inline-block;
  padding: 0 10px;
  border-radius: 50vh;
  background-color: #67CB53;
}
.top_news .news_list ul li a .ttl{
  width: calc(100% - 260px);
}
.top_news .news_list .more{
  margin-top: 60px;
  background-color: #6EE7EC;
}

.top_magazine{
  background-color: #F6F6F6;
  margin-top: 40px;
}
.top_magazine .flex{
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.top_magazine .flex .right{
  width: 50%;
}
.top_magazine .flex .right p{
  font-size: 18px;
  font-weight: 700;
}
.top_magazine .more{
  margin-top: 60px;
  background-color: #6EE7EC;
}

.top_access .flex{
  display: flex;
  justify-content: space-between;
}
.top_access .flex .right{
  width: 50%;
}
.top_access .flex .right dl{
  display: flex;
  flex-wrap: wrap;
  gap:30px 10px;
}
.top_access .flex .right dl dt{
  width: 130px;
  padding-bottom: 10px;
  border-bottom: solid 1px #707070;
  font-weight: 700;
}
.top_access .flex .right dl dd{
  width: calc(100% - 140px);
  padding-bottom: 10px;
  border-bottom: dashed 1px #707070;
}
.top_access .gmap{
  width: 100%;
  margin-top: 60px;
}
.top_access .gmap iframe{
  width: 100%;
}

.footer{
  padding: 10px;
}
.footer .inner{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .inner .left{
  display: flex;
  align-items: center;
  gap:10px;
}
.footer .inner .left .footer_logo{
  width: 60px;
}
.footer .inner .left p{
  font-size: 14px;
}
.footer .inner .right .footer_menu{
  display: flex;
  gap:20px;
}
.footer .inner .right .footer_menu a{
  color: #232323;
}
.footer .inner .right .copy{
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

/* page */
.page_ttl{
  padding:30px;
}
.page_ttl h1{
  font-size: 76px;
  letter-spacing: 0.03em;
  font-family: "Anton", sans-serif;
  color: #fff;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0 -1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
  line-height: 1;
  text-align: center;
}
.page_ttl p{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

/* sales */
.sales{
  background-color: #F6F6F6;
  padding: 80px 20px;
}
.sales .box + .box{
  margin-top: 80px;
  padding-top: 80px;
  border-top: dashed 1px #707070;
}
.sales .box .ttl{
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom:solid 1px #707070;
}
.sales .box .sentence{
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}
.sales .box .comment{
  position: relative;
  z-index: 10;
  padding: 60px 50px 70px;
  margin: 60px auto 0;
  max-width: 900px;
}
.sales .box .comment::before{
  content:"";
  width: 100%;
  height: 100%;
  background: url("images/comment_bg.jpg"),
    url("images/comment_bg.jpg"),
    url("images/comment_bg.jpg"),
    url("images/comment_bottom.svg");
  background-size: 1px calc(100% - 15px),
    1px calc(100% - 15px),
    100% 1px,
    100% 15px;
  background-position: left top,
    right top,
    left top,
    left bottom;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top:0;
  z-index: 3;
}
.sales .box .comment::after{
  content:"";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  right: -5px;
  bottom: 0;
  z-index: 2;
}
.sales .box .comment p{
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: relative;
  z-index: 5;
}
.sales .box .lead{
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.sales .box .answer{
  padding-top: 50px;
  margin-top: 30px;
  background-image: url(images/comment_answer.svg);
  background-repeat: no-repeat;
  background-size: 100% 24px;
}
.sales .box .answer li{
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.sales .box .answer li + li{
  margin-top: 0.5em;
}
.point_green .box{
  background-color: #67CB53;
}

.point{
  padding: 60px 30px;
}
.point .ttl{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.point .box{
  margin-top: 50px;
  padding: 60px 30px;
}
.point .box h3{
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.point .box .flex{
  max-width: 1200px;
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  gap:30px;
}
.point .box .flex .item{
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  padding: 20px;
}
.point .box .flex .item h4{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.point .box .flex .item p{
  margin-top: 15px;
  padding-top: 15px;
  border-top:dashed 1px #707070;
  line-height: 2;
}

/* finance */
.finance{
  padding: 80px 30px;
}
.finance .ttl{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.finance .flex{
  display: flex;
  justify-content:space-between;
  gap:30px;
  margin-top: 100px;
}
.finance .flex .item{
  width: calc((100% - 60px) / 3);
  border: solid 1px #2DDDE3;
  padding: 20px;
}
.finance .flex .item h4{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.finance .flex .item p{
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
.finance .flex .item ul{
  margin-top: 15px;
  padding-top: 15px;
  border-top:dashed 1px #707070;
}
.finance .flex .item ul li{
  font-size: 14px;
  text-indent:-1em;
  padding-left: 1em;
}
.finance .flex .item ul li + li{
  margin-top: 0.5em;
}
.point_blue{
  background-color: #2DDDE3;
}
.point_blue .box{
  margin-top: 0;
  padding-top:0;
  padding-bottom:0;
}

/* company */
.company h2{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}
.company .flex{
  display: flex;
  justify-content: space-between;
  gap:40px;
  margin-top: 40px;
}
.company .flex .img{
  max-width: 311px;
}
.company .flex .txt{
  max-width: calc(100% - 351px);
}
.profile{
  margin-top: 80px;
}
.profile dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:0 10px;
  margin-top: 40px;
}
.profile dl dt{
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #707070;
}
.profile dl dd{
  padding-top: 10px;
  padding-bottom:10px;
  border-bottom: dashed 1px #707070;
  width: calc(100% - 210px);
}
.gmap{
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 80px;
}
.gmap iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}

/* contact */
.contact dl{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:30px 10px;
}
.contact dl dt{
  width: 200px;
  font-size: 16px;
  font-weight: 700;
}
.contact dl dd{
  width: calc(100% - 210px);
}
.contact dl dd input{
  padding: 10px;
  background-color: #ECECEC;
  border: none;
  width: 100%;
  font-size: 18px;
}
.contact dl dd input[type=radio]{
  width: auto;
}
.contact dl dd textarea{
  padding: 10px;
  background-color: #ECECEC;
  border: none;
  width: 100%;
  font-size: 18px;
  resize: vertical;
}
.contact .submit{
  display: flex;
  justify-content: center;
  gap:20px;
  margin-top: 60px;
}
.contact .submit input[type="submit"]{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 414px;
  height: 60px;
  border-radius: 50vh;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border: none;
  background-color: #6EE7EC;
}

/* news */
.news_all ul li + li{
  margin-top: 20px;
  padding-top: 20px;
  border-top:dashed 1px #232323;
}
.news_all ul li a{
  display: flex;
  gap:10px 20px;
  color: #232323;
}
.news_all ul li a .date{
  width: 80px;
  font-size: 15px;
}
.news_all ul li a .cat{
  width: 140px;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
}
.news_all ul li a .cat span{
  display: inline-block;
  padding: 0 10px;
  border-radius: 50vh;
  background-color: #67CB53;
}
.news_all ul li a .ttl{
  width: calc(100% - 260px);
}

.news_detail .inner{
  max-width: 1000px;
  margin: 0 auto;
}
.news_detail .news_ttl{
  font-size: 24px; 
}
.news_detail .cat{
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.news_detail .cat .entry-label{
  display: inline-block;
  padding: 2px 16px;
  border-radius: 50vh;
}
.news_detail .date{
  margin-top: 5px;
  font-size: 14px;
}
.news_detail .main_text{
  margin-top: 40px;
}
.news_detail .news_return{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap:20px;
}
.news_detail .news_return a{
  color: #232323;
  width: 200px;
  height: 40px;
  border: solid 1px #232323;
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_detail .news_return a:hover{
  background-color: #232323;
  color: #fff;
}


/* consultant */
.consultant h2{
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: solid 1px #707070;
}
.consultant .flex + h2{
  margin-top: 80px;
}
.consultant .flex{
  display: flex;
  justify-content: center;
  gap:40px;
  margin-top: 40px;
}
.consultant .flex .item{
  width: calc((100% - 60px) / 3);
  border: solid 1px #2DDDE3;
  padding: 20px;
}
.consultant .flex .item .ttl{
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.consultant .flex .item .txt{
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
}
.consultant .flex .item ul{
  margin-top: 20px;
}
.consultant .flex .item ul li{
  font-size: 14px;
}
.consultant .flex .item ul + .txt{
  padding-top: 10px;
  margin-top: 10px;
  border-top: dashed 1px #707070;
}

.point_consultant .box .flex{
  justify-content: center;
  margin-top: 0;
}
.point_consultant .ttl{
  margin-top: 40px;
  color: #fff;
}
.point_consultant .txt{
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.txt_link{
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.txt_link ul{
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:30px;
}
.txt_link ul li a{
  color: #232323;
}

@media screen and (max-width: 1260px) {
  .mv{
    background-image: url("images/mv_bg@m.jpg");
    aspect-ratio:1.8 / 1;
  }
  .mv_ttl{
    background-color: #fff;
    padding: 35px;
    max-width: calc(50% - 5vw);
    position: absolute;
    right: 3vw;
    top:50%;
    transform: translateY(-50%);
  }
  .mv_ttl h1{
    font-size: 2.9vw;
  }
  .mv_ttl p{
    font-size: 1.5vw;
  }
  
  .link_btn{
    width: 100%;
  }
  .vision_list .item{
    padding: 50px 20px;
  }
  
  .top_news .flex{
    gap:50px;
  }
  .top_news .news_list ul li a{
    flex-wrap: wrap;
  }
  .top_news .news_list ul li a .ttl{
    width: 100%;
  }
  .top_magazine .more{
    width: 100%;
  }
  
  .sales{
    padding: 80px 20px;
  }
  
}
@media screen and (max-width: 900px) {
  .vision_list{
    flex-direction: column;
  }
  .vision_list .item{
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }
  .link_btn{
    font-size: 20px;
    height: 60px;
  }
  
  .header.active{
    position: fixed;
    z-index: 999;
    width: 100%;
  }
  .header_menu ul{
    display: none;
  }
  .header_menu{
    display: flex;
    gap:30px;
    justify-content: flex-end;
    align-items: center;
  }
  .hamburger{
    display: block;
  }
  /*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position:relative;
    z-index : 999;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 26px;
    height  : 2px;
    left    : 8px;
    background : #232323;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 20px;
    left: 8px;
    background :#232323;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    background :#232323;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  
  
  .mv{
    background-image: url("images/mv_bg@sp.jpg");
    aspect-ratio:1.18 / 1;
  }
  .mv_ttl{
    padding: 14px;
    max-width: calc(50% - 5vw);
  }
  .mv_ttl h1{
    font-size: 3.6vw;
  }
  .mv_ttl p{
    font-size: 1.8vw;
  }
  .main_content{
    padding: 80px 0;
  }
  .main_content_b_small{
    padding-bottom: 60px;
  }
  .main_content_small{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .main_content .main_ttl h2{
    font-size: 60px;
  }
  .main_content .main_ttl p{
    font-size: 26px;
  }
  
  .vision .flex{
    flex-direction: column;
    gap:20px;
  }
  .vision .flex .right{
    width: 100%;
  }
  .vision_list{
    flex-direction: column;
  }
  .vision_list .item{
    max-width: 100%;
  }
  
  .top_news .flex{
    gap:20px;
    flex-direction: column;
  }
  .top_news .news_list .more{
    width: 100%;
  }
  
  .top_magazine .main_ttl p{
    font-size: 22px;
  }
  .top_magazine .flex{
    flex-direction: column;
    gap:20px;
  }
  .top_magazine .flex .right{
    width: 100%;
  }
  .top_access .flex{
    flex-direction: column;
    gap:20px;
  }
  .top_access .flex .right{
    width: 100%;
  }
  .top_access .flex .right dl{
    flex-direction: column;
    gap:10px;
  }
  .top_access .flex .right dl dt{
    width: 100%;
  }
  .top_access .flex .right dl dd{
    width: 100%;
  }
  .footer{
    margin-top: 30px;
  }
  .footer .inner{
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer .inner .right{
     margin: 20px auto 0;
  }
  .footer .inner .right .footer_menu{
    flex-direction: column;
    align-items: center;
  }
  .footer .inner .right .footer_menu a{
    color: #232323;
    font-size:18px;
  }
  .footer .inner .right .copy{
    text-align: center;
  }
  
  .page_ttl h1{
    font-size: 54px;
    line-height: 1.1;
  }
  .page_ttl p{
    font-size: 26px;
  }
  
  .sales{
    padding: 80px 20px;
  }
  .sales .box .comment{
    padding:20px 30px 30px;
  }
  .sales .box .comment::before{
    background-size: 1px calc(100% - 15px),
      1px calc(100% - 15px),
      100% 1px,
      auto 15px;
    background-position: left top,
      right top,
      left top,
      center bottom;
  }
  .sales .box .answer{
    background-size: auto;
    background-position: center top;
  }
  
  .point .box .flex{
    flex-direction: column;
  }
  .point .box .flex .item{
    width: 100%;
  }
  
  .finance .flex{
    flex-direction: column;
  }
  .finance .flex .item{
    width: 100%;
  }
  
  .company .flex{
    flex-direction: column;
  }
  .company .flex .img{
    max-width: 100%;
  }
  .company .flex .txt{
    max-width: 100%;
  }
  .profile dl{
    flex-direction: column;
  }
  .profile dl dt{
    width: 100%;
  }
  .profile dl dd{
    width: 100%;
  }
  
  .contact dl{
    flex-direction: column;
    gap:10px;
  }
  .contact dl dt{
    width: 100%;
  }
  .contact dl dd{
    width: 100%;
  }
  .contact .submit{
    max-width: 100%;
  }
  .contact .submit input[type="submit"]{
    max-width: 100%;
    width: 300px;
    height: 60px;
  }
  
  .news_all ul li a{
    flex-wrap: wrap;
  }
  .news_all ul li a .ttl{
    width: 100%;
  }
  
  .consultant .flex{
    flex-direction: column;
  }
  .consultant .flex .item{
    width: 100%;
  }
  
  .txt_link ul{
    justify-content: space-between;
    gap:20px;
  }
  .txt_link ul li{
    width: 100%;
  }
}
