@charset "UTF-8";
@import url("global.css");



* {
  box-sizing: border-box;
}

a:hover {
  opacity: 0.8;
}

.clm2 {
  display: flex;
}

.clm2.rev .txt {
  order: -1;
}

.clm3.img {
  display: flex;
}

.clm4 {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.4;
}

h2 {
  font-size: 2.5rem;
  font-family: serif;
}

h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

.content {
  padding: 0 calc(50vw - 600px);
  padding-bottom: 6.25rem;
}

.alignfull {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.content.bg {
  background: url(../concept/image/concept_bg01.png) top center;
  background-size: 150vw;
  background-repeat: repeat-y;
}

.content p {
  margin: 1.5em 0;
}

.content p.mar2em {
  margin-bottom: 3em;
}

span.line_green {
  border-bottom: solid 2px #055f50;
}

img.title_en {
  height: 40px;
  margin-bottom: 1.5rem;
}

/* #contents-menu */
html {
  scroll-behavior: smooth;
}

#contents-menu {
  position: fixed;
  right: 30px;
  top: 30vh;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1em;
  line-height: 1;
  z-index: 10;
}

.contents-menu__title {
  color: #046050;
  font-size: 0.875rem;
  font-family: 'DIN Condensed', 'Impact', sans-serif;
}

.contents-menu__item a {
  background: #046050;
  color: #fff;
  padding: 14px 15px;
  display: flex;
  transition: all .3s;
}

.contents-menu__item span.title {
  max-width: 0;
  height: 1em;
  overflow: hidden;
  transition: all .3s;
}

.contents-menu__item a:hover {
  opacity: 1;
}

.contents-menu__item a:hover span.title {
  max-width: 100vw;
  margin-left: 1em;

}

/* mainvisual */
#mainvisual {
  background: url(../concept/image/concept_main.png) no-repeat center center;
  background-size: cover;
  color: #fff;
  aspect-ratio: 1460/ 599;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mainvisual img.title_en {
  height: 30px;
  margin-bottom: 20px;
}

#mainvisual h1 {
  margin-bottom: 0.95em;
}

/* #concept00 */
#concept00 .clm3.img {
  display: flex;
  margin-bottom: 6.25em;
}

.topic__circle {
  background: #046050;
  color: #fff;
  border-radius: 10em;
  padding: 1.875em;
}

.topic__circle img {
  width: 3em;
}

.topic__circle p {
  margin: 0;
}

.clm4.topicwrap {
  gap: min(2.5rem, 5%);
  max-width: 800px;
  margin: 3.125rem auto;
}

.clm4__item.topic__circle {
  width: calc(100% / 4);
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.topic__circle p {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5;
}

.dash {
  display: block;
  width: 2px;
  height: 80px;
  background: #055f50;
  margin: 3.75rem auto 1.875rem;
}

p.large {
  font-size: 1.875rem;
  font-family: serif;
}

.bnr a {
  display: block;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  padding: 5px;
}


.bnr-inner {
  border: solid 1px #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 22px;
  padding: 35px;
}

.bnr.yuka a {
  background-image: url(../concept/image/concept_bnr_01.png);
}

.bnr.yuka p {
  margin: 0;
}

.bnr.yuka img {
  width: 158px;
}

/* #concept01 */
.content__main {
  background-size: cover;
  color: #fff;
  padding: 7.5em 0;
  margin-bottom: 6.25rem;
}

p.content__main__sub {
  font-size: 1.5rem;
  margin: 3rem 0 1.5rem;
}

p.content__main__desc {
  margin: 0;
}

#concept01 .content__main {
  background-image: url(../concept/image/concept_04.png);
}

#concept01 .clm2 {
  text-align: left;
  gap: 2rem;
  margin-bottom: 5.75rem;
}

h3.concept01_title {
  font-size: 1.5rem;
  color: #046050;
}

#concept01 .clm2__item.img {
  flex-shrink: 0;
}

#concept01_01 .clm2__item.img {
  width: 575px;
}

#concept01_02 .clm2__item.img {
  width: 638px;
}

#concept01_03 .clm2__item.img {
  width: 494px;
}

#concept01_04 .clm2__item.img {
  width: 621px;
}

.bnr02 a {
  display: block;
  background-size: cover;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 44px 0 23px;
}


.bnr02 p {
  margin: 0;
}

p.bnr02__txt1 {
  font-family: serif;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

p.bnr02__label {
  font-weight: bold;
  border: solid 1px;
  display: inline-block;
  padding: 0 1em;
}

p.bnr02__txt2 {
  font-size: 1.375rem;
  font-weight: bold;
}

p.bnr02__arrow {
  font-size: 10px;
}

.bnr02.yoyaku a {
  background-image: url(../concept/image/concept_bnr_02.png);
}

/* #concept02 */
#concept02 {
  background: #F3F0E8;
  padding-top: 3.75rem;
}

div#concept02 h2 {
  margin-bottom: 1.5em;
}

.clm4.concept02_step {
  justify-content: space-between;
  margin: 3.125rem 0 6.875rem;
}

.clm4__item.step {
  flex-basis: 22%;
  align-self: flex-start;
}

.step_txt {
  margin-top: -3rem;
}

.clm4__item.step p {
  text-align: left;
}

img.step_txt__num {
  width: 2.5rem;
  display: block;
}

h3.title_maru {
  color: #046050;
  display: flex;
  align-items: center;
  margin: 2em 0;
}

h3.title_maru span {
  border: solid 1px;
  border-radius: 3em;
  width: fit-content;
  padding: 0 1.5em;
  flex-shrink: 0;
}

h3.title_maru::before,
h3.title_maru::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: #046050;
}

.clm2.concept02_sup {
  gap: 3.125rem;
  margin-bottom: 3.75rem;
}

.clm2.concept02_sup .clm2__item.img {
  flex-shrink: 0;
  flex-basis: 34%;
}

.clm2.concept02_sup .clm2__item.txt p {
  text-align: left;
}

.clm2.concept02_sup .clm2__item.txt p:first-child {
  margin-top: 0;
}

p.font_18px {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 0;
}

.btn a {
  background: #046050;
  color: #fff;
  display: block;
  width: fit-content;
  padding: 14px 28px;
  margin: 0 auto;
}

/* #concept03 */
#concept03 {
  padding-top: 5.625rem;
}

h2.concept03_title {
  margin-bottom: 3.75rem;
}

.bnr {
  margin: 2rem 0;
}

.bnr p {
  margin: 0;
}

.bnr.lineup-yuka a {
  background-image: url(../concept/image/concept_bnr_01.png);
  padding: 40px 0;
}

.bnr.lineup-yuka img {
  width: 158px;
  margin: 1em 0;
}

.bnr.lineup-mutenka a {
  background-image: url(../concept/image/concept_bnr_03.png);
  padding: 40px 0;
}

.bnr.lineup-mutenka img {
  width: 177px;
  margin: 1em 0;
}

p.bnr_txt2 {
  font-weight: normal;
}

/* #concept04 */
#concept04 {
  background: #000000;
  color: #fff;
  padding: 2rem 5vw 2.5rem;
}

#concept04 img.title_en {
  height: 50px;
  margin-bottom: 0;
}

h2.concept04_title {
  font-family: inherit;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
  font-weight: bold;
  margin: 1.5rem 0 2rem;
}


.clm2.contact {
  gap: 2.5rem;
  justify-content: center;
}

.clm2.contact p {
  margin: 0;
}

.clm2.contact .clm2__item {
  flex-basis: 305px;
  max-width: 40%;
}

.clm2.contact a {
  color: #fff;
  border: solid 1px #fff;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.clm2.contact a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

p.contact_txt {
  font-size: 1.375rem;
  font-weight: bold;
}

p.contact_arrow {
  font-size: 10px;
}

p.contact_tel {
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}


@media (min-width: 645px) {
  a.tellink {
    pointer-events: none;
  }
}





/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1400px )
 
------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1200px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media (max-width: 1200px) {
  #contents-menu {
    right: 2.5vw;
    gap: 0.3em;
  }

  #mainvisual {
    aspect-ratio: 16 / 9;
  }

  .content {
    padding: 0 5vw;
    padding-bottom: 6.25rem;
  }

  #concept01_01 .clm2__item.img,
  #concept01_02 .clm2__item.img,
  #concept01_03 .clm2__item.img,
  #concept01_04 .clm2__item.img {
    width: 50%;
  }
}


/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 960px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media (min-width: 960px) {
  .tbonly {
    display: none;
  }
}

@media (max-width: 959px) {


  .pconly {
    display: none;
  }

  h1 {
    font-size: 2rem;
  }

  .clm4.topicwrap {
    gap: 1em;
    max-width: 500px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .clm4__item.topic__circle {
    width: calc(100% / 2 - 1em);
    max-width: 200px;
  }

  p.large {
    font-size: 1.375rem;
  }

  #concept01 .clm2 {
    flex-direction: column;
  }

  #concept01_01 .clm2__item.img,
  #concept01_02 .clm2__item.img,
  #concept01_03 .clm2__item.img,
  #concept01_04 .clm2__item.img {
    width: 100%;
  }

  .clm2.rev .txt {
    order: 0;
  }

  .clm4.concept02_step {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 1rem;
  }

  .clm4__item.step {
    flex-basis: 40%;
  }

  .clm2.concept02_sup {
    flex-direction: column;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 645px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media (min-width: 645px) {
  .sponly {
    display: none;
  }
}

@media (max-width: 644px) {
  h1 {
    font-size: 1.25rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h3.concept01_title {
    font-size: 1.25rem;
  }

  #contents-menu {
    right: 2.5vw;
    gap: 0.3em;
    display: none;
  }

  .contents-menu__title {
    font-size: 0.675rem;
  }

  .contents-menu__item a {
    padding: 8px 10px;
    font-size: 0.75rem;
  }

  #mainvisual {
    aspect-ratio: 1/1;
  }

  #mainvisual p.title-sub {
    font-size: 0.75rem;
  }

  #concept00 .clm3.img {
    margin-bottom: 3em;
  }

  #concept00>p {
    text-align: left;
  }

  .topic__circle {
    padding: 1em;
  }

  .topic__circle p {
    font-size: 1rem;
  }

  #concept00 p.large {
    font-size: 1.125rem;
    text-align: center;
  }

  p.content__main__sub {
    font-size: 1.125rem;
  }

  p.content__main__desc {
    font-size: 0.875rem;
  }

  h2.concept04_title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }

  div#concept02>p {
    font-size: 0.875rem;
  }

  .clm4__item.step {
    flex-basis: 100%;
  }

  .clm4__item.arrow img {
    transform: rotate(90deg);
  }

  .clm4__item.step>img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  h3.title_maru {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  h3.title_maru span {
    padding: 0.5em 1.5em;
  }

  .clm2.contact {
    flex-direction: column;
  }

  .clm2.contact .clm2__item {
    flex-basis: 100%;
    max-width: unset;
  }

  p.contact_txt {
    font-size: 1.125rem;
  }
  p.contact_tel {
    font-size: 1.25rem;
}




/*add220706*/

.content__main {
    margin-bottom: 1rem;
}
#concept01 .clm2 {
    margin-bottom:0rem;
}

.bnr02.yoyaku {
    margin-top: 2em;
}

.sp_concept_block{
	max-height: 0;
	overflow-y: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.sp_concept_block.active{
	max-height:3000px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.sp_concept_menuwrap{
margin-bottom:1.5em;
}
.sp_concept_menuwrap ul{
margin:0;
padding:0;
}
.sp_concept_menuwrap ul li{
margin:0 1% 0 0;
padding:0;
list-style: none;
    width: 24%;
    float: left;
}
.sp_concept_menuwrap ul li:last-child{
margin-right:0;
}
.sp_concept_menuwrap ul li a{
display:block;
    line-height: normal;
background: #046050;
    color: #fff;
text-align:center;
border-radius:5px;
padding: 15px 5% 5px 5%;
}
.sp_concept_menuwrap ul li a.active{
    background: #3B74AD;
}
.sp_concept_menuwrap ul li span{
display:block;
}
.sp_concept_menuwrap ul li span.en{
font-size:60%;
margin-bottom:2px;
}
.sp_concept_menuwrap ul li span.under{
font-size: 60%;
}
.sp_concept_menuwrap ul li span.label{
font-size: 85%;
margin-bottom:5px;
}











}