@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

.fontMin{  
  font-family: "Noto Serif JP", serif;
}

/*アンカーリンク調整用*/
:root{  
 scroll-padding-top: 80px
}
@media (max-width: 820px) {
  :root{  
   scroll-padding-top: 65px
  }
}/*-SP tablet-*/

/*作業用*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media (min-width: 821px) {
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media (max-width: 820px) {
.pc { display: none !important; }
}

#Content_feature{
  position: relative;
  margin-bottom: 0;
  font-family: "Noto Sans JP", sans-serif;
}


#Content_feature .article_inner{
	margin: 0 auto;
	max-width: 1000px;
}

#Content_feature .inner{
  margin: 0 auto;
  max-width: 870px;
}
@media (max-width: 820px) {
	#Content_feature .article_inner{
    margin-right: 6%;
    margin-left: 6%;
	}
	#Content_feature .inner{
    max-width: calc(100vw*304/375);
 		margin: auto;
	}
}/*-SP tablet-*/
@media (max-width: 390px) {
	#Content_feature .inner{
	}
}/*-SP-*/
#Content_feature .flex{
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 821px){
#Content_feature .pcFlex{
	display: flex;
	flex-wrap: wrap;
}
}/*-PC only-*/

@media (max-width: 820px) {
#Content_feature .article_inner > div{
	margin-left: auto;
	margin-right: auto;
}
}/*-SP tablet-*/

/*article_inner*/
.article_inner{
  max-width: 1000px;
}

/* content_box */
.content_box{
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 820px) {
  .content_box{
    padding: 40px 10px;
  }
}/*-SP tablet-*/
@media screen and (min-width: 821px){
}/*-PC only-*/



/*		common
-----------------------------*/
.content_box h2{
  margin-bottom: 40px;
  text-align: center;
}
.content_box h2 span{
  position: relative;
  display: grid;
  place-content: center;
  width: min(100%,584px);
  height: min(14vw,64px);
  margin: auto;
  font-size: 26px;
  line-height: 1.2em;
  z-index: 0;
}
.content_box h2 span:has(.sp){
  height: min(20vw,80px);
}

.content_box h2 span::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  background: url(images/bg_title.png) no-repeat center center / 100% 100%;
  z-index: -1;
}

@media (max-width: 820px) {
}/*-SP only-*/
@media screen and (min-width: 821px) {
}/* //end for PC */

/**/

.btnWrap {
  text-align: center;
}
.btnWrap a{
  display: grid;
  place-content: center;
  margin-top: 18px;
  width: min(100%, 400px);
  min-height: 60px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  font-size: min(2.8vw, 28px);
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  transition: opacity 0.3s;
}
.btnWrap a:hover{
  opacity: 0.7;
}

.flex {
  display: flex;
}

.txtCenter {
  text-align: center;
}

@media (max-width: 820px) {
  .content_box h2 span{
    font-size: min(6.9vw, 26px);
  }
  .btnWrap a{
    font-size: min(4.8vw, 18px);
  }
}/*-SP tablet-*/
@media screen and (min-width: 821px) {
.btnWrap.pcFlex {
  display: flex;
  justify-content: center;
  gap: 0 3%;
}
}/* //end for PC */

/*		mainLead
-----------------------------*/
#mainLead{
  background-color: #f08700;
}
#mainLead p{
  display: flex;
  justify-content: center;
  gap: 10px 20px;
  padding: 15px 2.5% 16px;
  font-size: 0;
}
#mainLead img{
  width: auto;
  height: min(2.38vw, 31px);
}
#mainLead span img{
  height: min(2.69vw, 35px);
}
#mainLead p > img{
  margin: 2px 0;
}
#mainLead p span{
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 820px) {
  #mainLead p{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #mainLead p span{
    width: 100%;
    flex-wrap: wrap;
  }
  #mainLead img{
    height: min(5.06vw, 19px);
  }
  #mainLead span img{
    height: min(5.06vw, 19px);
  }
}/*-SP tablet-*/
@media screen and (min-width: 821px) {
}/* //end for PC */


/*		mainvisual
-----------------------------*/
#mainvisual{
  background-color: #f8f0e6;
  background-image: url("images/mv_bg_l_top.png"), url("images/mv_bg_l_bottom.png"),url("images/mv_bg_r_top.png"),url("images/mv_bg_r_bottom.png");
  background-repeat: no-repeat;
  background-position: left 40px, left 420px, calc(100% - 30px) top, right bottom;
  background-size: 175px auto, 117px auto, 224px auto, 225px auto;
  padding: 51px 0 46px;
}
.mv_inner {

}
.article_inner {

}
.mvLead{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 17px 0;
  margin-bottom: 0;
}
.mvLead img{
  width: auto;
  height: 47px;
}
@media (max-width: 820px) {
#mainvisual{
  background-position: left 100px, left 44%, calc(100% - 15px) top, right bottom;
  background-size: min(23.3vw,88px) auto, min(15.6vw,59px) auto, min(29.9vw,112px) auto, min(30vw,113px) auto;
}
.mvLead{
  margin-bottom: 20px;
}
.mvLead img{
  height: 30px;
}
}/*-SP tablet-*/

.pcFlex figure{

}
.maintitle {
}
.mvComments {
  font-size: 0;
}
.maintitle h3{
  margin-top: 20px;
  font-size: 0;
}
.authorList {
  margin-top: -2px;
  font-size: 0;
}
.essayLink {
  margin-top: 40px;
  font-size: 0;
}
.essayLink a{
  display: block;
}

@media (max-width: 820px) {
.essayLink {
  margin-top: 25px;
}
}/*-SP tablet-*/
@media screen and (min-width: 821px) {
.maintitle {
  padding-bottom: 15px;
}
#mainvisual .pcFlex{
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -55px;
}
#mainvisual .pcFlex figure{
  width: 37.5%;
}
#mainvisual .pcFlex .maintitle {
  width: 61%;
}
.authorList {
  padding-right: 30px;
}
.essayLink {
  padding-right: 30px;
}
  
}/* //end for PC */


/*		anchorLink
-----------------------------*/
.anchorLink{
  background-color: #00875f;
  border-bottom: 3px solid #ffffff;
  padding: 10px 0;
}
.anchor-menu{  
  display: flex;
  justify-content: center;
  width: 100%;
}
.anchorLink li{
  width: min(calc(100%/6), 216px);
}
.anchorLink li + li{
  border-left: 2px solid #f08700;
}
.anchorLink li a{
  display: grid;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
}
.anchorLink ul:not(.anchor-menu-img) li a{
  color: #ffffff;
  font-weight: 700;
  font-size: min(1.54vw, 20px);
  line-height: 1.3em;
  white-space: nowrap;
}
.anchorLink ul.anchor-menu-img li a{
  font-size: 0;
}
.anchorLink ul.anchor-menu-img li a img{
  height: min(1.43vw, 18.58px);
  width: auto;
}
.anchorLink ul.anchor-menu-img li a span{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 820px) {
.anchorLink{
  padding: 0 10px;
}
.anchor-menu{
  flex-wrap: wrap;
  width: 100%;
}
.anchorLink li{
  width: 100%;
}
.anchorLink li + li{
  border-left: none;
  border-top: 2px solid #f08700;
}
.anchorLink li a{
  width: 100%;
  min-width: none;
  height: 100%;
  padding: 10px 5px;
  font-size: 16px;
}
.anchorLink ul.anchor-menu-img li a span{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1px;
}
.anchorLink ul.anchor-menu-img li a img{
  height: min(3.73vw, 14px);
  width: auto;
}
}/*-SP only-*/
@media screen and (min-width: 821px) {
  .anchorLink{
  }

}/* //end for PC */


/*		message
-----------------------------*/
#message {
  background-color: #f08700;
}
#message.content_box h2 span {
    background: #f08700;
    color: #ffffff;
}
#message.content_box h2 span::before {
  mix-blend-mode: multiply;
}

.content_box {

}

@media (max-width: 820px) {
}/*-SP only-*/
@media screen and (min-width: 821px) {
  .messageList.pcFlex{
    justify-content: space-between;
    gap: 8px 0;
  }
  .messageList li{
    width: 49.5%;
  }
}/* //end for PC */


/*		what
-----------------------------*/
#what {
  background-color: #f8f0e6;
}
#what p{
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
}
@media (max-width: 820px) {
#what p{
  font-size: 16px;
}
}/*-SP only-*/


/*		about
-----------------------------*/
#about {
  background-color: #ffffff;
}
#about p{
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 500;
}
@media (max-width: 820px) {
#about p{
  font-size: 16px;
}
}/*-SP only-*/


/*		story
-----------------------------*/
#story {
  background-color: #f8f0e6;
}

.storyBox + .storyBox {
  margin-top: 64px;
}

.storyBox .txts h3{
  border-bottom: 1px solid;
  border-color: #eb640a;
  font-size: 19px;
  font-weight: 500;
  vertical-align: bottom;
}
.storyBox .txts h3 .kerningWrap{
  transform: scaleX(0.93);
  transform-origin: left center;
  white-space: nowrap;
}
.storyBox:nth-child(odd) .txts h3{
  border-color: #00875f;
}
.storyBox .txts h3 span:not(.kerning){
  color: #eb640a;
}
.storyBox:nth-child(odd) .txts h3 span:not(.kerning){
  color: #00875f;
}
.storyBox .txts h3 .fontL{
  display: inline-block;
  margin-right: 1%;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.kerning{
  letter-spacing: -0.3em;
}
.storyBox .txts p{
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 500;
}
.storyBox .txts p{
}
@media (max-width: 820px) {
.storyBox .txts h3{
  font-size: 14px;
}
.storyBox .txts h3 .fontL{
  font-size: 20px;
}
.storyBox .txts p{
  font-size: 16px;
}
}/*-SP only-*/

.card{
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 30px;
  box-sizing: border-box;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: 2px 2px 3px #000;
  opacity: 0.3;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.card dt span{
  display: block;
  background-color: #eb640a;
  padding: 6px 10px 6px 16px;
  font-size: 27px;
  font-weight: 700;
  color: #ffffff;
  text-align: left;
}
.storyBox:nth-child(odd) .card dt span{
  background-color: #00875f;
}
.card dd p{
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 500;
}
.card dd p.date{
  margin-right: -0.6em;
  text-align: right;
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 820px) {
.card{
  margin-top: 20px;
  padding: 18px;
}
.card dt span{
  padding: 6px 10px 6px 10px;
  font-size: 20px;
}
.card dd p{
  font-size: 18px;
}
.card dd p.date{
  font-size: 14px;
}
}/*-SP only-*/
@media screen and (min-width: 821px) {
.storyBox {
  display: flex;
  align-items: flex-start;
  gap: 0 3.5%;
}
.storyBox > *{
  flex: 48%;
}
}/* //end for PC */


/*		introduce
-----------------------------*/
#introduce {
  background-color: #ffffff;
}
#introduce dl + dl{
  margin-top: 47px;
}
#introduce dt{
  margin-bottom: 20px;
  border-bottom: 1px solid #00875f;
  font-size: 36px;
  line-height: 1em;
  font-weight: 600;
  color: #00875f;
}
#introduce dt span{
  font-size: 20px;
  line-height: 1.75em;
  font-weight: 500;
}
#introduce dd p{
  font-size: 18px;
  line-height: 1.75em;
  font-weight: 500;
}

@media (max-width: 820px) {
#introduce dt{
  margin-bottom: 14px;
  font-size: 30px;
}
#introduce dt span{
  font-size: 14px;
}
#introduce dd p{
  font-size: 14px;
}
}


/*		dialogue
-----------------------------*/
#dialogue {
  background-color: #f08700;
  background-image: url(images/dialogue_bg_l.png), url(images/dialogue_bg_r.png);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 211px auto, 225px auto;
}
#dialogue.content_box h2 {
  margin-bottom: 15px;
}
#dialogue.content_box h2 span {
  background-color: #00875f;    
  width: min(100%,525px);
  height: 32px;
  font-size: 23px;
  line-height: 1.44em;
  font-weight: 500;
  color: #ffffff;

  clip-path: polygon(
    11px 50%,
    0 0,
    100% 0,
    calc(100% - 11px) 50%,
    100% 100%,
    0 100% 
  );
}
#dialogue.content_box h2 span::before {
  content: none;
}
.dialogueNameWrap {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2em;
  color: #ffffff;
  text-align: center;
}
.dialogueName {
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 59px;
  line-height: 1em;
}
.dialogueName span:nth-of-type(2) {
  color: #00875f;  
  font-size: 64px; 
}
.dialogueNameWrap + p{
  margin-top: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}
#dialogue .btnWrap a{
  margin-right: auto;
  margin-left: auto;
  width: min(100%, 474px);
  min-height: 52px;
  font-size: 24px;
}
#dialogue .btnWrap + .note{
  text-align: center;
}
#dialogue .btnWrap + .note span{
  display: inline-block;
  margin-top: 5px;
  width: min(100%, 474px);
  font-size: 12px;
}
@media (max-width: 820px) {
#dialogue {
  background-size: 106px auto, 116px auto;
  background-position: left 100px, right bottom;
}
#dialogue.content_box h2 span { 
  font-size: 20px;
}
#dialogue.content_box h2 span:has(.sp) { 
  height: 64px;
}
.dialogueName {
  font-size: 34px;
}
.dialogueName span:nth-of-type(2) {
  font-size: 40px; 
}
.dialogueNameWrap{
    font-size: 28px;
}
.dialogueNameWrap + p{
  margin-top: 12px;
  font-size: 19px;
}
#dialogue .btnWrap a{
    font-size: 20px;
}
#dialogue .btnWrap + .note span{
  font-size: 10px;
}
}



/*		recruit
-----------------------------*/
#recruit .btnWrap a:nth-of-type(1){
  background-color: #eb640a;

}
#recruit .btnWrap a:nth-of-type(2){
  background-color: #00875f;

}
#recruit .catch {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 820px) {
#recruit .catch {
  font-size: 26px;
}
}/*-SP only-*/
@media screen and (min-width: 821px) {
}/* //end for PC */