@charset "utf-8";
/************************************************
layout
************************************************/
html {
	font-size: 14px;
}
body {
	line-height: 1.4;
  font-feature-settings: "palt";
}
a{
  text-decoration: none;
}
.arrowRed,
.arrowGray{
  position: relative;
  padding-left: 18px;
  display: block;
}
.arrowRed:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrowGray:before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnRead{
  background: #E60000;
  color: #fff;
  width: 100%;
  max-width: 360px;
  display: block;
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 17px 0;
  -webkit-box-shadow: 0 3px 9px 0 rgba(0,0,0,0.25);
  box-shadow: 0 3px 9px 0 rgba(0,0,0,0.25);
  transition: 0.4s;
  position: relative;
  border: 2px solid #E60000;
}
.btnRead:hover{
  background: #fff;
  color: #E60000;
  text-decoration: none;
  opacity: 0.9;
  -webkit-box-shadow: 0 3px 12px 0 rgba(0,0,0,0.45);
  box-shadow: 0 3px 12px 0 rgba(0,0,0,0.45);
}
.btnRead:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnRead:hover:after{
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
}

.breadPath{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 12px;
  padding: 13px 15px 6px;
}
.breadPath a{
  display: inline-block;
  text-decoration: underline;
}
.breadPath a:after{
  content:"";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: 0 17px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sectionInner01{
  width: 100%;
  padding: 0;
}
#mainArea{
  margin-top: 0;
}
.mvArea{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 20px;
  padding: 12px;
  background:url(../img/mv_bg_sp.svg) no-repeat center top;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mvArea .text{
  width: 100%;
  padding: 20px ;
}
.mvArea .text h1{
  color: #fff;
  font-size: 26px;
  text-align: left;
}
.mvArea .text h2{
  color: #fff;
  font-size: 22px;
  text-align: left;
}
.mvArea .image{
  width: 100%;
  order: 1;
}
.mvArea .image img{
  width: 100%;
  height: auto;
}
.contentsWrapper{
  margin: 0 auto;
  padding: 0 15px;
}
.contentsWrapper.bgPink{
  background: #FCF4F4;
  padding: 50px 0 20px;
}
.contentsWrapper.bgPink h2 span{
  display: inline-block;
  padding: 0 20px 5px 20px;
  border-bottom: 2px solid #000;

}
.contentsWrapper .contents{
  margin: 40px auto 50px;
}
.contentsWrapper .contents h2{
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.contentsWrapper .contents h3{
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}
.contentsWrapper .contents h2 strong,
.contentsWrapper .contents h3 strong,
.contentsWrapper .contents h4 strong{
  color: #E60000;
}
.contentsWrapper .contents h3 span{
  display: inline-block;
  padding: 0 20px 5px 20px;
  border-bottom: 2px solid #000;
}
.contentsWrapper .contents .itemList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


/*movie*/
.contentsWrapper .contents.movie{
  width: 90%;
  max-width: 820px;
  margin: 0 auto 50px;
}
.contentsWrapper .contents.movie .movieThumb {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
}
.contentsWrapper .contents.movie iframe{
  width: 100%;
  max-height: 240px;
  vertical-align: bottom;
}
/*article*/
.contentsWrapper .contents.article{
  margin-left: 15px;
  margin-right: 15px;
}
.contentsWrapper .contents.article .itemList div{
  width: 100%;
}
.contentsWrapper .contents.article .itemList .image{
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.contentsWrapper .contents.article .itemList .title{
  text-align: left;
  display: flex;
  flex-direction: column;
}
.contentsWrapper .contents.article .itemList .title h3{
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}
.contentsWrapper .contents.article .itemList .title a{
  margin: 30px auto 0;
}

/*articleDetail*/
.contentsWrapper .contents.articleIntro .inner .image{
  width: 60%;
  margin: 0 auto 20px;
}
.contentsWrapper .contents.articleIntro .inner .text{
  width: 100%;
  line-height: 26px;
}
.contentsWrapper .contents.articleMenu{
  background: #F2F2F2;
  padding: 20px 20px 10px;
}
.contentsWrapper .contents.articleMenu h3{
    text-align: left;
    border-left: 3px solid #E60000;
    padding-left: 10px;
    margin-bottom: 20px;
}
.contentsWrapper .contents.articleMenu .inner ul li{
  margin-bottom: 10px;
}
.contentsWrapper .contents.articleMenu .inner ul li a:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: -5px;
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.contentsWrapper .contents.articleMenu .inner ul li a span{
  background: linear-gradient(#333,#333) 100% 90%/0% 1px no-repeat;
  background-position-x: left;
  transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}
.contentsWrapper .contents.articleMenu .inner ul li a:hover span{
  background-size: 100% 1px;
  background-position: 0 100%;
}
.contentsWrapper .contents.articleDetail{
  margin-bottom: 60px;
}
.contentsWrapper .contents.articleDetail h3{
  background: #FCF4F4;
  margin-bottom: 20px;
  padding: 14px 20px;
  text-align: left;
}
.contentsWrapper .contents.articleDetail .text{
  margin-bottom: 40px;
  line-height: 26px;
}
.contentsWrapper .contents.articleDetail .text h4{
  font-size: 16px;
  border-left: 4px solid #E60000;
  padding-left: 10px;
  margin-bottom: 20px;
}
.contentsWrapper .contents.articleDetail .text p{
  margin-bottom: 20px;
}
.contentsWrapper .contents.articleDetail .text p:last-of-type{
  margin-bottom: 0;
}
.contentsWrapper .contents.articleDetail .text.withIllust div{
  width: 100%;
}
.contentsWrapper .contents.articleDetail .text.withIllust img{
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0 auto;
}
.contentsWrapper .contents.articleDetail .image {
  text-align: center;
  margin-bottom: 40px;
}
.contentsWrapper .contents.articleDetail .image img{
  width: 80%;
}
.contentsWrapper .contents.articleDetail .link{
  margin-bottom: 40px;
  text-align: center;
}
.contentsWrapper .contents.articleDetail .link a{
  background: #fff;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 50%);
  color: #333;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  padding: 17px 0;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 0 0 / 25%);
  box-shadow: 0 3px 9px 0 rgb(0 0 0 / 25%);
  transition: 0.4s;
  position: relative;
}
.contentsWrapper .contents.articleDetail .link a:hover{
  text-decoration: none;
  color: #E60000;
  opacity: 0.9;
  -webkit-box-shadow: 0 3px 12px 0 rgb(0 0 0 / 45%);
  box-shadow: 0 3px 12px 0 rgb(0 0 0 / 45%);
}
.contentsWrapper .contents.articleDetail .link a:after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E60000;
  border-right: 2px solid #E60000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contentsWrapper .contents.articleDetail .text.authorProfile img{
  width: 100%;
  max-width: 220px;
  display: block;
  margin: 0 auto 20px;
}

/*serviceLink*/
.contentsWrapper .contents.serviceLink{
  margin: 40px auto 30px;
}
.contentsWrapper .contents.serviceLink h3{
  text-align: left;
  border-left: 3px solid #E60000;
  padding-left: 10px;
  margin-bottom: 26px;
}
.contentsWrapper .contents.serviceLink .itemList{
  background: #F2F2F2;
  padding: 15px 15px 5px;
}
.contentsWrapper .contents.serviceLink .itemList .services{
  width: 100%;
}
.contentsWrapper .contents.serviceLink .itemList .services h4{
  font-size: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
}
.contentsWrapper .contents.serviceLink .itemList .services h4 .arrowRed{
  display: flex;
  padding-top: 2px;
}

.contentsWrapper .contents.serviceLink .itemList .services dl{
  font-size: 12px;
  margin-bottom: 20px;
}
.contentsWrapper .contents.serviceLink .itemList .services dl dt{
  font-size: 14px;
}
.contentsWrapper .contents.serviceLink .itemList .services dl dd{
  margin-top: 10px;
}
.contentsWrapper .contents.serviceLink .itemList .services dl a span{
  background: linear-gradient(#333,#333) 100% 90%/0% 1px no-repeat;
  background-position-x: left;
  transition: background-size .4s cubic-bezier(.23,1,.32,1) 0s;
}
.contentsWrapper .contents.serviceLink .itemList .services dl a:hover{
  text-decoration: none;
}
.contentsWrapper .contents.serviceLink .itemList .services dl a:hover span{
  background-size: 100% 1px;
  background-position: 0 100%;
}

/*一覧に戻る*/
.returnLink{
  text-align: center;
}
.returnLink .btnRead{
  width: 80%;
  max-width: 320px;
  margin: 0 auto 70px;
}
