@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1056px;
}

.content01 {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1274px;
}

@media all and (max-width: 1023px) {
  .content,
  .content01 {
    padding: 0 15px;
    max-width: 600px !important;
  }
}
/*------------------------------------------------------------
	comLinkUl
------------------------------------------------------------*/
.comLinkUl {
  margin: -18px 0 39px;
  display: flex;
  flex-wrap: wrap;
}
.comLinkUl li {
  margin: 18px 2% 0 0;
  width: 23.5%;
}
.comLinkUl li:nth-of-type(4n), .comLinkUl li:last-of-type {
  margin-right: 0;
}
.comLinkUl li a {
  padding: 0 4px 18px;
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #CCC;
}
.comLinkUl li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 1023px) {
  .comLinkUl {
    margin: 0 0 40px;
    display: block;
  }
  .comLinkUl li {
    margin: 0;
    width: auto;
  }
  .comLinkUl li a {
    padding: 19px 24px 20px 4px;
    font-size: 1.5rem;
    border-color: #E5E5E5;
    background: url("/assets/img/common/sp_icon03.png") no-repeat right 4px center/7px auto;
  }
  .comLinkUl li:first-child a {
    border-top: 1px solid #CCC;
  }
}
/*------------------------------------------------------------
	comBtmSec
------------------------------------------------------------*/
.comBtmSec {
  margin-top: 170px;
  padding: 100px 0;
  background-color: #F6F6F6;
}
.comBtmSec h2,
.comBtmSec .title {
  margin-bottom: 41px;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comBtmSec .linkList {
  margin: -36px 0 60px;
}
.comBtmSec .linkList li {
  margin: 36px 2% 0 0;
  width: 23.5%;
}
.comBtmSec .linkList li:nth-of-type(4n), .comBtmSec .linkList li:last-of-type {
  margin-right: 0;
}
.comBtmSec .linkList li a {
  padding: 0 4px 15px;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #CCC;
}
.comBtmSec .comLink a {
  border: 1px solid #EEE;
  font-family: "Noto Sans JP", sans-serif;
}

@media all and (min-width: 1024px) {
  .comBtmSec .linkList li.on a,
  .comBtmSec .linkList li a:hover {
    color: #EE7800;
    opacity: 1;
  }
}
@media all and (max-width: 1023px) {
  .comBtmSec {
    margin-top: -20px;
    padding: 40px 0;
  }
  .comBtmSec h2 {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .comBtmSec .linkList {
    margin: 0 0 40px;
    display: block;
  }
  .comBtmSec .linkList li {
    margin: 0;
    width: auto;
  }
  .comBtmSec .linkList li a {
    padding: 19px 24px 20px 4px;
    font-size: 1.5rem;
    border-color: #E5E5E5;
    background: url("/assets/img/common/sp_icon03.png") no-repeat right 4px center/7px auto;
  }
  .comBtmSec .linkList li:first-child a {
    border-top: 1px solid #E5E5E5;
  }
}
/*------------------------------------------------------------
	comNewsList
------------------------------------------------------------*/
.comNewsList li a {
  padding: 25px 50px 22px 8px;
  display: block;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
  border-top: 1px solid #CCC;
  background: url("/assets/img/common/icon04.png") no-repeat right 8px center/7px auto;
}
.comNewsList li:last-of-type a {
  border-bottom: 1px solid #CCC;
}
.comNewsList li a > span {
  margin-right: 40px;
  width: 100px;
  display: inline-block;
  color: #777;
  font-size: 1.4rem;
}
.comNewsList li a:hover {
  opacity: 0.7;
}

.comNewsList01 {
  margin-bottom: 46px;
}
.comNewsList01 li a {
  padding: 8px 50px 8px 8px;
  display: flex;
  align-items: center;
  background: url("/assets/img/common/icon11.png") no-repeat right 10px center/12px auto;
}
.comNewsList01 li .pho {
  width: 198px;
  height: 122px;
}
.comNewsList01 li .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comNewsList01 li .txt {
  margin: 0 !important;
  width: calc(100% - 250px);
  color: #000;
  font-size: 2rem;
  box-sizing: border-box;
  letter-spacing: 0.06em;
}

.comNewsListInfo {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.comNewsListInfo .comNewsListDate {
  font-size: 10px;
  color: #777;
}
.comNewsListInfo .comNewsListCategory {
  font-size: 12px;
}

.comNewsList01 .comNewsListInfo {
  width: calc(100% - 238px);
}

@media all and (max-width: 1023px) {
  .comNewsList li a {
    padding: 20px 32px 18px 4px;
    line-height: 1.5;
    background: url("/assets/img/common/sp_icon07.png") no-repeat right 4px top 24px/7px auto;
  }
  .comNewsList li a > span {
    margin: -3px 0 4px;
    width: auto;
    display: block;
    font-size: 1.3rem;
    letter-spacing: 0.04em;
  }
  .comNewsList01 {
    margin-bottom: 40px;
  }
  .comNewsList01 li a {
    padding: 8px 4px 7px 4px;
    background: none;
    align-items: flex-start;
  }
  .comNewsList01 li .pho {
    margin: 0 16px 0 0;
    width: 84px;
    height: 84px;
  }
  .comNewsList01 .comNewsListInfo {
    width: calc(100% - 100px);
  }
  .comNewsList01 li .txt {
    margin: 0;
    width: calc(100% - 100px);
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .comNewsListDate,
  .comNewsListCategory {
    display: none;
  }
}
@media all and (max-width: 360px) {
  .comNewsList li a {
    padding: 20px 20px 18px 4px;
  }
}
@media all and (max-width: 330px) {
  .comNewsList li a {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 60px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
.headLine01 span {
  margin-bottom: 4px;
  display: block;
  font-size: 4.2rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

@media all and (max-width: 1023px) {
  .headLine01 {
    margin-bottom: 44px;
    font-size: 1.5rem;
  }
  .headLine01 span {
    margin-bottom: 0;
    font-size: 3.2rem;
  }
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 32px;
  padding-top: 39px;
  color: #EE7800;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
  background: url("/assets/img/common/icon03.png") no-repeat top center/34px auto;
}

@media all and (max-width: 1023px) {
  .headLine02 {
    margin-bottom: 25px;
    padding-top: 29px;
    font-size: 1.7rem;
    font-weight: 400;
    background: url("/assets/img/common/icon03.png") no-repeat top center/25px auto;
  }
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
  margin: 0 auto 59px;
  padding: 0 40px;
  max-width: 1272px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media all and (max-width: 1023px) {
  .headLine03 {
    margin: 0 auto 42px;
    padding: 0 15px;
    max-width: 600px;
    font-size: 2.6rem;
  }
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
  margin: 0 auto 40px;
  padding-bottom: 16px;
  max-width: 1270px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
  border-bottom: 1px solid #CCC;
}

@media all and (min-width: 1024px) {
  *:not(.content) > .headLine04 {
    width: calc(100% - 80px);
  }
}
@media all and (max-width: 1023px) {
  .headLine04 {
    margin: 0 auto 32px;
    padding-bottom: 11px;
    max-width: 600px;
    font-size: 2.2rem;
  }
}
@media all and (max-width: 630px) {
  .headLine04 {
    margin: 0 15px 32px;
  }
}
/*------------------------------------------------------------
	headLine08
------------------------------------------------------------*/
.headLine08 {
  margin: 60px 0;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media all and (max-width: 1023px) {
  .headLine08 {
    margin: 32px 0 44px;
    font-size: 2.6rem;
  }
}
/*------------------------------------------------------------
	headLine09
------------------------------------------------------------*/
.headLine09 {
  margin-bottom: 14px;
  padding: 4px 0 0 44px;
  min-height: 34px;
  color: #EE7800;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  background: url("/assets/img/common/icon03.png") no-repeat left top/34px auto;
}

@media all and (max-width: 1023px) {
  .headLine09 {
    margin-bottom: 11px;
    padding: 3px 0 0 32px;
    min-height: 34px;
    font-size: 1.7rem;
    background-size: 25px auto;
  }
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
  margin: 0 auto;
  width: 408px;
}
.comLink a {
  padding: 27px 5px;
  display: block;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #CCC;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  outline: none;
  transition: ease 0.2s;
  cursor: pointer;
}
.comLink a span {
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.comLink a:hover {
  background: #FFF !important;
}
.comLink a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.comLink a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.comLink.link01 a {
  border-color: #EEE;
}

@media all and (max-width: 1023px) {
  .comLink a:before, .comLink a:hover:before {
    display: none;
  }
}
.comLink01 a {
  color: #FFF !important;
  border-color: #EE7800;
  background-color: #EE7800;
}
.comLink01 a:hover {
  background: #EE7800 !important;
}
.comLink01 a:before {
  background: #FFF;
  opacity: 0.2;
}

.comLink02 a {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

@media all and (min-width: 1024px) {
  .comLink a:hover {
    opacity: 1;
    background-color: #e2e2e2;
  }
  .comLink01 a:hover {
    background-color: #fd9038;
  }
}
@media all and (max-width: 1023px) {
  .comLink {
    width: auto;
    max-width: 345px;
  }
  .comLink a {
    padding: 17px 5px;
  }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgList {
  margin-top: -32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comImgList::after {
  width: 32.1%;
  content: "";
}
.comImgList a {
  display: block;
  color: #000;
}
.comImgList a:hover {
  opacity: 0.7;
}
.comImgList li {
  margin-top: 32px;
  width: 32.1%;
}
.comImgList li .pho {
  margin-bottom: 10px;
}
.comImgList li p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media all and (max-width: 1100px) {
  .comImgList li p {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 1023px) {
  .comImgList {
    margin-top: -28px;
  }
  .comImgList li {
    margin-top: 28px;
    width: 47.8%;
  }
  .comImgList li .pho {
    margin-bottom: 8px;
  }
  .comImgList li p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .comImgList li.li01 {
    width: 100%;
  }
  .comImgList li.li01 .pho {
    margin-bottom: 12px;
  }
  .comImgList li.li01 p {
    font-size: 1.6rem;
    line-height: 1.45;
  }
}
/*------------------------------------------------------------
	comRecommend
------------------------------------------------------------*/
.comRecommend {
  padding: 232px 0 296px 40px;
  overflow: hidden;
}
.comRecommend .headLine01 {
  margin-bottom: 48px;
}
.comRecommend .swiper {
  margin: 0 auto;
  max-width: 1314px;
  position: relative;
}
.comRecommend .swiper .swiper-button-prev,
.comRecommend .swiper .swiper-button-next {
  margin: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -134px;
  display: block;
  width: 68px;
  height: 68px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 8;
}
.comRecommend .swiper .swiper-button-prev {
  right: 124px;
  background: url("/assets/img/common/icon06.png") no-repeat center center/68px auto;
}
.comRecommend .swiper .swiper-button-next {
  right: 40px;
  background: url("/assets/img/common/icon02.png") no-repeat center center/68px auto;
}
.comRecommend .swiper .swiper-slide {
  float: left;
  width: 300px;
}
.comRecommend .swiper .swiper-slide a {
  display: block;
  color: #000;
}
.comRecommend .swiper .swiper-slide a:hover {
  opacity: 0.7;
}
.comRecommend .swiper .swiper-slide .pho {
  margin-bottom: 8px;
}
.comRecommend .swiper .swiper-slide .pho img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.comRecommend .swiper .swiper-slide .pho.is-circle img {
  width: 168px;
  height: 168px;
  overflow: hidden;
  border-radius: 50%;
}
.comRecommend .swiper .swiper-slide p {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media all and (max-width: 1023px) {
  .comRecommend {
    padding: 94px 0 80px;
    margin: 0 auto;
    max-width: 600px;
  }
  .comRecommend .headLine01 {
    margin-bottom: 28px;
    font-size: 1.6rem;
  }
  .comRecommend .swiper {
    padding: 0 15px;
    overflow: hidden;
  }
  .comRecommend .swiper .swiper-button-prev,
  .comRecommend .swiper .swiper-button-next {
    display: none;
  }
  .comRecommend .swiper .swiper-slide {
    width: 148px;
  }
  .comRecommend .swiper .swiper-slide .pho {
    margin-bottom: 12px;
  }
  .comRecommend .swiper .swiper-slide p {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .comRecommend .swiper .swiper-slide .pho img {
    width: 148px;
    height: 148px;
  }
  .comRecommend .swiper .swiper-slide .pho.is-circle img {
    height: 96px;
    width: 96px;
  }
}
/*------------------------------------------------------------
	comPhoList
------------------------------------------------------------*/
.comPhoList {
  margin-top: -48px;
}
.comPhoList::after {
  width: 32.1%;
  content: "";
}
.comPhoList li {
  margin-top: 48px;
  width: 32.1%;
}
.comPhoList li a {
  display: block;
  color: #000;
}
.comPhoList li a:hover {
  opacity: 0.7;
}
.comPhoList li a span {
  display: block;
}
.comPhoList li .pho {
  margin-bottom: 13px;
}
.comPhoList li .txt {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media all and (max-width: 1023px) {
  .comPhoList {
    margin-top: -24px;
  }
  .comPhoList::after {
    width: 47.8%;
  }
  .comPhoList li {
    margin-top: 24px;
    width: 47.8%;
  }
  .comPhoList li .pho {
    margin-bottom: 9px;
  }
  .comPhoList li .txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 360px) {
  .comPhoList li .txt {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
	comInfoList
------------------------------------------------------------*/
.comInfoList {
  margin-top: -32px;
  display: flex;
  justify-content: space-between;
}
.comInfoList::after {
  width: 32%;
  content: "";
}
.comInfoList li {
  margin-top: 32px;
  width: 32%;
}
.comInfoList li a {
  display: block;
  color: #000;
}
.comInfoList li a:hover {
  opacity: 0.7;
}
.comInfoList li .pho {
  margin-bottom: 20px;
  padding-bottom: 62.8%;
  width: 100%;
  background-size: cover;
}
.comInfoList li p {
  margin-bottom: 12px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comInfoList li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comInfoList li .title img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.comInfoList li .title span {
  width: calc(100% - 44px);
  color: #767676;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media all and (max-width: 1023px) {
  .comInfoList {
    margin-top: 0;
    display: block;
  }
  .comInfoList::after {
    display: none;
  }
  .comInfoList li {
    margin: 0 0 24px;
    width: auto;
  }
  .comInfoList li:last-of-type {
    margin-bottom: 0;
  }
  .comInfoList li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .comInfoList li .pho {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 84px;
    height: 84px;
    background-position: center;
  }
  .comInfoList li .textArea {
    width: calc(100% - 100px);
  }
  .comInfoList li p {
    margin-bottom: 8px;
    font-size: 1.5rem;
  }
  .comInfoList li .title img {
    width: 28px;
    height: 28px;
  }
  .comInfoList li .title span {
    width: calc(100% - 36px);
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	comSlideList
------------------------------------------------------------*/
.comSlideList {
  margin-bottom: 36px;
}
.comSlideList.num2 {
  box-sizing: content-box;
  max-width: 1270px;
  padding: 0 40px;
  margin-right: auto;
  margin-left: auto;
}
.comSlideList li {
  margin: 0 1px;
  width: 635px !important;
  height: 476px;
  position: relative;
  background: url("/assets/img/music/photo01.jpg") no-repeat center center/635px auto;
}
.comSlideList li:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 476px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0) 17%);
}
.comSlideList.num2 li {
  width: min(50vw - 40px, 635px) !important;
}
.comSlideList li.li02 {
  background-image: url("/assets/img/music/photo02.jpg");
}
.comSlideList li.li03 {
  background-image: url("/assets/img/music/photo03.jpg");
}
.comSlideList li .txt {
  padding: 0 10px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  color: #FFF;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  box-sizing: border-box;
}

@media all and (max-width: 1023px) {
  .comSlideList {
    margin: 0 auto 32px;
    max-width: 600px;
  }
  .comSlideList li {
    width: 345px !important;
    height: 260px;
    background-size: 345px auto;
  }
  .comSlideList li:before {
    width: 100%;
    height: 260px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0) 27%);
  }
  .comSlideList.num2 {
    max-width: 600px;
    padding: 0 15px;
  }
  .comSlideList.num2 li {
    width: 299px !important;
  }
  .comSlideList li .txt {
    bottom: 10px;
  }
}
/*------------------------------------------------------------
	comAnchorUl
------------------------------------------------------------*/
.comAnchorUl {
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comAnchorUl::after {
  width: 31%;
  content: "";
}
.comAnchorUl li {
  width: 31%;
}
.comAnchorUl li a {
  padding: 19px 20px 19px 4px;
  display: block;
  color: #000;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  background: url("/assets/img/common/icon13.png") no-repeat right 4px center/11px auto;
  border-bottom: 1px solid #CCC;
}
.comAnchorUl li:nth-of-type(1) a, .comAnchorUl li:nth-of-type(2) a, .comAnchorUl li:nth-of-type(3) a {
  border-top: 1px solid #CCC;
}

@media all and (max-width: 1023px) {
  .comAnchorUl {
    margin: 0 25px 80px;
    display: block;
  }
  .comAnchorUl li {
    width: auto;
  }
  .comAnchorUl li a {
    padding: 21px 20px 21px 4px;
  }
  .comAnchorUl li:nth-of-type(2) a, .comAnchorUl li:nth-of-type(3) a {
    border-top: none;
  }
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
  margin: 0 auto 60px;
  padding: 0 40px;
  max-width: 1270px;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media all and (max-width: 1023px) {
  .headLine05 {
    margin: 0 auto 43px;
    padding: 0 15px;
    max-width: 600px;
    font-size: 2.6rem;
  }
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
  margin-bottom: 50px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.headLine06::before {
  width: 16px;
  height: 3px;
  position: absolute;
  bottom: -18px;
  left: 0;
  background-color: #EE7800;
  content: "";
}

@media all and (max-width: 1023px) {
  .headLine06 {
    margin-bottom: 52px;
    font-size: 1.8rem;
  }
  .headLine06::before {
    bottom: -13px;
  }
}
/*------------------------------------------------------------
	comAccordBox
------------------------------------------------------------*/
.comAccordBox {
  margin-bottom: 62px;
}
.comAccordBox dl {
  border-top: 1px solid #CCC;
}
.comAccordBox dl:last-of-type {
  border-bottom: 1px solid #CCC;
}
.comAccordBox dt,
.comAccordBox dd {
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comAccordBox dt {
  padding: 30px 40px 28px 8px;
  background: url("/assets/img/common/icon08.png") no-repeat right 8px center/16px auto;
  cursor: pointer;
}
.comAccordBox dt.on {
  background-image: url("/assets/img/common/icon08_on.png");
}
.comAccordBox dd {
  padding: 0 40px 15px 8px;
  display: none;
  font-size: 1.8rem;
}
.comAccordBox .comLink {
  margin-bottom: 48px;
}

@media all and (max-width: 1023px) {
  .comAccordBox {
    margin-bottom: 40px;
  }
  .comAccordBox dt,
  .comAccordBox dd {
    font-size: 1.7rem;
  }
  .comAccordBox dt {
    padding: 19px 40px 19px 4px;
    background: url("/assets/img/common/icon08.png") no-repeat right 4px center/16px auto;
  }
  .comAccordBox dd {
    padding: 0 40px 15px 4px;
    font-size: 1.5rem;
  }
}
/*------------------------------------------------------------
	comStepList
------------------------------------------------------------*/
.comStepList {
  margin-bottom: 68px;
  position: relative;
}
.comStepList > li {
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.comStepList > li::before {
  width: 3px;
  height: calc(100% - 104px);
  position: absolute;
  top: 96px;
  left: 42px;
  content: "";
  background: url("/assets/img/common/dot_img01.png") repeat-y top center/3px auto;
}
.comStepList > li:last-of-type {
  padding-bottom: 0;
}
.comStepList > li:last-of-type::before {
  display: none;
}
.comStepList li .tag {
  width: 88px;
  height: 88px;
}
.comStepList li .inner {
  margin-top: 16px;
  width: calc(100% - 110px);
}
.comStepList li .inner .ttl {
  margin-bottom: 10px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.comStepList li .inner .txt {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media all and (max-width: 1023px) {
  .comStepList {
    margin-bottom: 46px;
  }
  .comStepList > li {
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .comStepList > li::before {
    width: 0.8vw;
    height: calc(100% - 80px);
    top: auto;
    bottom: 3px;
    left: 34px;
    background-position: center bottom;
  }
  .comStepList li .tag {
    width: 72px;
    height: 72px;
  }
  .comStepList li .tag .en {
    font-size: 1rem;
  }
  .comStepList li .tag .num {
    font-size: 3rem;
  }
  .comStepList li .inner {
    margin-top: 6px;
    width: calc(100% - 88px);
  }
  .comStepList li .inner .ttl {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .comStepList li .inner .txt {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 350px) {
  .comStepList > li::before {
    height: calc(100% - 84px);
  }
}
@media all and (max-width: 339px) {
  .comStepList > li::before {
    height: calc(100% - 85px);
  }
}
/*------------------------------------------------------------
	comLineList
------------------------------------------------------------*/
.comLineList {
  margin-bottom: 60px;
}
.comLineList > li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 17px;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.comLineList > li:last-of-type {
  margin-bottom: 0;
}
.comLineList > li::before {
  width: 8px;
  height: 2px;
  position: absolute;
  top: 14px;
  left: 0;
  background-color: #CCC;
  content: "";
}

@media all and (max-width: 1023px) {
  .comLineList {
    margin-bottom: 48px;
  }
  .comLineList > li {
    padding-left: 18px;
    font-size: 1.4rem;
  }
  .comLineList > li::before {
    top: 11px;
  }
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
  margin-bottom: 15px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media all and (max-width: 1023px) {
  .headLine07 {
    margin-bottom: 11px;
    font-size: 2.2rem;
  }
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable table {
  width: 100%;
  border-spacing: 0;
  background-color: #CCC;
}
.comTable th {
  padding: 19px 20px;
  width: 19%;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: 0.04em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  background-color: #F6F6F6;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}
.comTable td {
  padding: 19px 20px;
  width: 19%;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.46;
  letter-spacing: 0.04em;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  background-color: #F6F6F6;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
  padding: 19px 10px;
  width: 81%;
  background-color: #FFF;
}

.comTable01 table {
  margin-bottom: 18px;
}
.comTable01 th,
.comTable01 td {
  padding: 15px 5px 15px;
  width: 12.5%;
  text-align: center;
  background-color: #FFF;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.comTable01 tr:first-child th,
.comTable01 tr:first-child td {
  padding: 0;
}
.comTable01 th span,
.comTable01 td span {
  padding: 14px 5px 14px;
  display: block;
  height: 100%;
  background-color: #F6F6F6;
}

.comTable .tag {
  margin-bottom: 16px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1;
}
.comTable .tag span {
  margin-right: 12px;
}
.comTable .noteList {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.comTable .noteList li {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.comTable01 .tableBox {
  position: relative;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.comTable01 .tableBox span {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.comTable01 .tableBox tr + tr {
  border-top: 1px solid #CCC;
  border-spacing: 1px 0 0;
}
.comTable01 .tableBox::before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  content: "";
}
.comTable01 .tableBox::after {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  content: "";
  left: auto;
  right: 0;
}

.comTable02 th,
.comTable02 td {
  padding: 42px 5px 26px;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}
.comTable02 tr:first-child th,
.comTable02 tr:first-child td {
  padding: 0;
  font-size: 1.6rem;
}
.comTable02 tr:first-child th span,
.comTable02 tr:first-child td span {
  padding: 12px 5px;
}
.comTable02 .num {
  padding: 0;
  height: auto;
  position: absolute;
  top: 7px;
  left: 7px;
  font-size: 1.6rem;
  color: #777;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.4;
  background-color: #FFF;
}
.comTable02 .td01 {
  color: #EE7800;
}

@media all and (max-width: 1023px) {
  .comTable th {
    padding: 20px 5px 18px 20px;
    width: 35%;
    line-height: 1.45;
    border-width: 1px !important;
  }
  .comTable td {
    padding: 20px 5px 18px 20px;
    width: 35%;
    line-height: 1.45;
    border-width: 1px !important;
    padding: 20px 5px 18px 10px;
    width: 65%;
  }
  .comTable01 .tableBox {
    width: 100%;
    overflow-x: auto;
  }
  .comTable01 .tableBox::after {
    display: none;
  }
  .comTable01 table {
    margin-bottom: 16px;
    width: 678px;
  }
  .comTable01 th {
    padding: 15px 5px 16px 5px;
    width: 17%;
  }
  .comTable01 td {
    padding: 15px 5px 16px 5px;
    width: 17%;
    width: 11.85%;
  }
  .comTable .tag {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .comTable02 th,
  .comTable02 td {
    padding: 16px 5px 7px;
    width: 12.5%;
    font-size: 1.4rem;
    line-height: 1.2;
    vertical-align: middle;
  }
  .comTable02 tr:first-child th,
  .comTable02 tr:first-child td {
    font-size: 1.3rem;
  }
  .comTable02 tr:first-child th span,
  .comTable02 tr:first-child td span {
    padding: 12px 5px;
  }
  .comTable02 .num {
    top: 4px;
    left: 5px;
    font-size: 1.3rem;
  }
  .comTable02 .td01 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 630px) {
  .comTable01 .tableBox {
    width: calc(100% + 15px);
  }
}
/*------------------------------------------------------------
	comApplicate
------------------------------------------------------------*/
.comApplicate {
  margin: 0 auto;
  padding: 53px 36px 52px;
  max-width: 1056px;
  background-color: #F6F6F6;
  box-sizing: border-box;
}
.comApplicate .title {
  margin-bottom: 21px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
.comApplicate .title span {
  padding: 0 30px 6px;
  display: inline-block;
  background: url("/assets/img/common/line_img01.png") no-repeat left center/16px auto, url("/assets/img/common/line_img02.png") no-repeat right center/16px auto;
  background-image: none;
}
.comApplicate .inner {
  display: flex;
  justify-content: space-between;
}
.comApplicate .inner > div {
  padding: 13px 0 0;
  width: 50%;
  position: relative;
  text-align: center;
  border-right: 1px solid #CCC;
  box-sizing: border-box;
}
.comApplicate .inner > div:not(:last-of-type).lBox .comApplicate .inner > div:not(:last-of-type).lBox {
  padding-right: 20px;
}
.comApplicate .inner > div:last-of-type {
  border: none;
}
.comApplicate .inner p {
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comApplicate .inner .tel {
  margin: 32px 0 12px;
}
.comApplicate .inner .tel a {
  display: inline-block;
  color: #EE7800;
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.comApplicate .inner .sml01 {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.comApplicate .rBox p {
  margin-bottom: 27px;
}
.comApplicate .rBox .comLink {
  margin-bottom: 12px;
  max-width: 332px;
  width: auto;
}
.comApplicate .rBox .comLink a {
  padding: 14px 5px 15px;
  border-color: #EEE;
}
.comApplicate .rBox .comLink:last-of-type {
  margin-bottom: 19px;
}
.comApplicate .inner .sml02 {
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

.comApplicate01 {
  padding-bottom: 58px;
}
.comApplicate01 .inner .tel {
  margin-top: 20px;
}
.comApplicate01 .rBox p {
  margin-bottom: 14px;
}
.comApplicate01 .rBox .comLink {
  margin-bottom: 16px !important;
}
.comApplicate01 .rBox .comLink a {
  padding: 23px 5px;
}

@media all and (max-width: 1023px) {
  .comApplicate {
    padding: 40px 20px 43px;
    max-width: 600px;
  }
  .comApplicate .title {
    margin-bottom: 14px;
    font-size: 2.4rem;
  }
  .comApplicate .title span {
    padding: 0 22px 10px;
    background: url("/assets/img/common/line_img01.png") no-repeat left center/14px auto, url("/assets/img/common/line_img02.png") no-repeat right center/14px auto;
    background-image: none;
  }
  .comApplicate .inner {
    display: block;
  }
  .comApplicate .inner > div {
    padding: 0 0 24px;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #CCC;
  }
  .comApplicate .inner > div:last-of-type {
    padding-bottom: 0;
  }
  .comApplicate .inner .webform {
    padding-top: 32px;
  }
  .comApplicate.is-two .inner .lBox {
    margin-bottom: 32px !important;
  }
  .comApplicate .inner p {
    font-size: 1.8rem;
  }
  .comApplicate .inner .tel {
    margin: 17px 0 10px;
  }
  .comApplicate .inner .tel a {
    font-size: 3.3rem;
  }
  .comApplicate .inner .sml01 {
    font-size: 1.3rem;
    line-height: 1.9;
  }
  .comApplicate .inner .sml01 .sml03 {
    font-size: 1.5rem;
  }
  .comApplicate .rBox p {
    margin-bottom: 16px;
  }
  .comApplicate .rBox .comLink a {
    padding: 12px 5px 13px;
    font-size: 1.4rem;
  }
  .comApplicate .rBox .comLink:last-of-type {
    margin-bottom: 16px;
  }
  .comApplicate .inner .sml02 {
    margin-bottom: 0;
  }
  .comApplicate01 .rBox .comLink {
    margin-bottom: 12px !important;
  }
}
@media all and (max-width: 350px) {
  .comApplicate {
    padding: 40px 10px 43px;
  }
  .comApplicate .title {
    font-size: 2.2rem;
  }
}
/*------------------------------------------------------------
	comFaqBox
------------------------------------------------------------*/
.comFaqBox {
  border-bottom: 1px solid #CCC;
}
.comFaqBox dl {
  border-top: 1px solid #CCC;
}
.comFaqBox dt,
.comFaqBox dd {
  padding: 28px 0 30px;
  position: relative;
  padding-left: 45px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.comFaqBox dt {
  cursor: pointer;
}
.comFaqBox dt::before {
  width: 21px;
  height: 25px;
  position: absolute;
  top: 30px;
  left: 10px;
  content: "";
  background: url("/assets/img/common/img05.png") no-repeat center center/21px auto;
}
.comFaqBox dt .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 34px;
  right: 8px;
  background: url("/assets/img/common/icon08.png") no-repeat center center/16px auto;
}
.comFaqBox dt.on .icon {
  background-image: url("/assets/img/common/icon08_on.png");
}
.comFaqBox dd {
  margin-bottom: 0;
  padding: 0 0 30px 80px;
  display: none;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
}
.comFaqBox dd::before {
  width: 19px;
  height: 21px;
  position: absolute;
  top: 2px;
  left: 48px;
  content: "";
  background: url("/assets/img/common/img06.png") no-repeat center center/19px auto;
}

@media all and (max-width: 1023px) {
  .comFaqBox dt,
  .comFaqBox dd {
    padding: 24px 30px 24px 36px;
    font-size: 1.5rem;
  }
  .comFaqBox dt::before {
    width: 17px;
    height: 20px;
    top: 27px;
    background: url("/assets/img/common/sp_img05.png") no-repeat center center/17px auto;
  }
  .comFaqBox dt .icon {
    top: 26px;
  }
  .comFaqBox dd {
    padding: 0 10px 24px 58px;
    font-size: 1.4rem;
  }
  .comFaqBox dd::before {
    width: 15px;
    height: 16px;
    top: 4px;
    left: 33px;
    background: url("/assets/img/common/sp_img06.png") no-repeat center center/15px auto;
  }
}
/*------------------------------------------------------------
	comPriceList
------------------------------------------------------------*/
.comPriceList {
  margin-top: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comPriceList::after {
  width: 32%;
  content: "";
}
.comPriceList li {
  margin-top: 40px;
  width: 32%;
}
.comPriceList li a {
  color: #000;
  display: block;
}
.comPriceList li a > span {
  display: block;
}
.comPriceList li .pho {
  margin-bottom: 20px;
}
.comPriceList li .ttlBox {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.comPriceList li .ttlBox .ttl {
  width: calc(100% - 120px);
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.comPriceList li .ttlBox .pri {
  width: 110px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  text-align: right;
}
.comPriceList li .ttlBox .pri .sml01 {
  margin-right: 3px;
  font-size: 1.6rem;
}
.comPriceList li .ttlBox .pri .sml02 {
  font-size: 2rem;
}
.comPriceList li .ttlBox .pri .sml03 {
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
}
.comPriceList li .txt {
  margin-bottom: 9px;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 300;
}
.comPriceList li .note {
  margin-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
.comPriceList li .note:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 1023px) {
  .comPriceList {
    margin-top: 0;
    display: block;
  }
  .comPriceList li {
    margin: 0 0 42px;
    width: auto;
  }
  .comPriceList li:last-of-type {
    margin-bottom: 0;
  }
  .comPriceList li .ttlBox .ttl {
    width: calc(100% - 110px);
  }
  .comPriceList li .txt {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
	comNaviBox
------------------------------------------------------------*/
.comNaviBox {
  margin-bottom: 80px;
}
.comNaviBox ul {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1270px;
  display: flex;
}
.comNaviBox li a {
  padding: 0 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
.comNaviBox li:first-child a {
  padding-left: 0;
}
.comNaviBox li:last-of-type a {
  padding-right: 0;
}
.comNaviBox li a::before {
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #CCC;
  content: "";
}
.comNaviBox li a span {
  display: inline-block;
  white-space: nowrap;
}
.comNaviBox li:first-child a::before {
  display: none;
}
.comNaviBox li.on a {
  color: #EE7800;
}

@media all and (min-width: 1024px) {
  .comNaviBox li a:hover {
    color: #EE7800;
  }
  .comNaviBox li a:hover::after {
    opacity: 1;
  }
}
@media all and (max-width: 1320px) {
  .comNaviBox li a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media all and (max-width: 1023px) {
  .comNaviBox {
    margin-top: 56px;
    background-color: #F6F6F6;
    margin-bottom: 28px;
    overflow-x: scroll;
  }
  .comNaviBox ul {
    padding: 0 20px;
    width: 205vw;
  }
  .comNaviBox li a {
    padding: 17px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
  }
}
/*------------------------------------------------------------
	comListBox
------------------------------------------------------------*/
.comListBox {
  margin-bottom: 134px;
}
.comListBox .ttlBox {
  margin-bottom: 22px;
  display: flex;
  justify-content: space-between;
}
.comListBox .ttlBox .ttl {
  width: 70%;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comListBox .ttlBox .pTop {
  width: 20%;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: right;
}
.comListBox .ttlBox .pTop span {
  color: #EE7800;
  font-size: 2.8rem;
}
.comListBox .ttlBox01 {
  margin-bottom: 34px;
  display: block;
}
.comListBox .ttlBox01 .pTop {
  width: auto;
}
.comListBox .comNewsList {
  margin-bottom: 88px;
}
.comListBox .comNewsList li a {
  padding: 23px 32px 20px 8px;
}
.comListBox .comNewsList li a span {
  width: auto;
  display: block;
  color: #000;
}
.comListBox .comNewsList li a .pho {
  width: 198px;
}
.comListBox .comNewsList li a .txt {
  width: calc(100% - 250px);
}
.comListBox .comNewsList li a .sml01 {
  margin-bottom: 8px;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
.comListBox .comNewsList li a .sml02 {
  margin-bottom: 14px;
  font-size: 1.6rem;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.comListBox .comNewsList li a .date {
  color: #777;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}
.comListBox .comNewsList li a .sml03 span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border-bottom: 1px dashed #000;
}
.comListBox .pageList {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comListBox .pageList li {
  margin: 0 15px;
  color: #EE7800;
}
.comListBox .pageList li.prev, .comListBox .pageList li.next {
  width: 68px;
}
.comListBox .pageList li.prev {
  margin: 0 64px 0 0;
}
.comListBox .pageList li.next {
  margin: 0 0 0 68px;
}
.comListBox .pageList li a {
  display: block;
  color: #EE7800;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  line-height: 1;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  border-bottom: 2px solid #EE7800;
}
.comListBox .pageList li.on a {
  color: #BBB;
  border-bottom: none;
}
.comListBox .pageList li.prev a, .comListBox .pageList li.next a {
  padding-top: 0;
  border-bottom-color: transparent;
}

@media all and (min-width: 1024px) {
  .comListBox .pageList li a:hover {
    opacity: 1;
    color: #BBB;
    border-bottom-color: transparent;
  }
  .comListBox .pageList li.prev a:hover, .comListBox .pageList li.next a:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 1023px) {
  .comListBox {
    margin-bottom: 100px;
  }
  .comListBox .ttlBox {
    margin-bottom: 16px;
  }
  .comListBox .ttlBox .ttl {
    width: calc(100% - 90px);
    font-size: 2.2rem;
  }
  .comListBox .ttlBox .pTop {
    width: 90px;
    font-size: 1.6rem;
  }
  .comListBox .ttlBox .pTop span {
    margin: 0 6px;
    font-size: 2.2rem;
  }
  .comListBox .ttlBox01 .pTop {
    width: auto;
  }
  .comListBox .comNewsList {
    margin-bottom: 60px;
  }
  .comListBox .comNewsList li a {
    padding: 8px 0 3px 0;
  }
  .comListBox .comNewsList li a .pho {
    width: 84px;
  }
  .comListBox .comNewsList li a .txt {
    width: calc(100% - 100px);
  }
  .comListBox .comNewsList li a .sml01 {
    margin-bottom: 8px;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .comListBox .comNewsList li a .sml02 {
    display: none;
  }
  .comListBox .comNewsList li a .sml03 {
    margin-bottom: 0;
  }
  .comListBox .comNewsList li a .sml03 span {
    line-height: 1;
  }
  .comListBox .pageList {
    margin-top: -5px;
    flex-wrap: wrap;
  }
  .comListBox .pageList li {
    margin: 5px 15px 0;
  }
  .comListBox .pageList li.prev, .comListBox .pageList li.next {
    display: none;
  }
  .comListBox .pageList li a {
    font-size: 1.6rem;
    border-bottom-width: 1px;
  }
}
/*------------------------------------------------------------
	comSortBox
------------------------------------------------------------*/
.comSortBox {
  margin-bottom: 80px;
  padding: 60px 60px 40px;
  background-color: #F6F6F6;
}
.comSortBox > ul {
  margin-bottom: 40px;
}
.comSortBox li a {
  padding: 23px 0 24px;
  display: block;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
  border-bottom: 1px solid #E5E5E5;
}
.comSortBox li:first-child a {
  border-top: 1px solid #E5E5E5;
}
.comSortBox li .subList {
  display: none;
}
.comSortBox .comLink {
  width: 300px;
}
.comSortBox .comLink02 {
  width: 408px;
  text-align: center;
}
.comSortBox .comLink a {
  padding: 17px 5px;
}

@media all and (max-width: 1023px) {
  .comSortBox {
    margin: 0 -15px 40px;
    padding: 0 15px 28px;
  }
  .comSortBox li a {
    padding: 20px 4px 19px;
    font-size: 1.5rem;
  }
  .comSortBox li:first-child a {
    border-top: none;
  }
  .comSortBox li.link01 a {
    position: relative;
  }
  .comSortBox li.link01 a.on::before {
    background-image: url("/assets/img/common/icon08_on.png");
  }
  .comSortBox li.link01 > a::before {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 24px;
    right: 6px;
    background: url("/assets/img/common/icon08.png") no-repeat center center/13px auto;
    content: "";
  }
  .comSortBox li.link02 a {
    padding-right: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url("/assets/img/common/sp_icon12.png") no-repeat right 4px center/9px auto;
  }
  .comSortBox li.link02 a .txt {
    width: 50%;
  }
  .comSortBox li.link02 a .tag {
    width: 50%;
    color: #BBB;
    font-size: 1.2rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
    text-align: right;
  }
  .comSortBox .comLink {
    width: 100%;
  }
}
/*------------------------------------------------------------
	comStaffList
------------------------------------------------------------*/
.comStaffList {
  margin: -80px 0 120px;
  display: flex;
  flex-wrap: wrap;
}
.comStaffList li {
  margin: 80px 1.86% 0 0;
  width: 23.6%;
  text-align: center;
}
.comStaffList li:nth-of-type(4n), .comStaffList li:last-of-type {
  margin-right: 0;
}
.comStaffList li .pho {
  margin: 0 auto 22px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}
.comStaffList li .pho img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comStaffList li .ttl {
  margin-bottom: 16px;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comStaffList li .ttl span {
  margin-bottom: 6px;
  display: block;
  color: #777;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.comStaffList li .txt {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.comStaffList li .link {
  margin-top: 14px;
}
.comStaffList li .link span {
  display: inline-block;
  color: #EE7800;
  border-bottom: 1px dashed #EE7800;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

@media all and (max-width: 1023px) {
  .comStaffList {
    margin: -60px 0 60px;
    justify-content: space-between;
  }
  .comStaffList li {
    margin: 60px 0 0 0;
    width: 48%;
  }
  .comStaffList li .pho {
    margin: 0 auto 22px;
    width: 128px;
    height: 128px;
  }
  .comStaffList li .ttl {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
  .comStaffList li .ttl span {
    margin: 0 5px 3px;
    font-size: 1.2rem;
  }
  .comStaffList li .txt {
    font-size: 1.4rem;
  }
  .comStaffList li .link {
    margin-top: 7px;
  }
  .comStaffList li .link span {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
  margin: 0 auto 40px;
  padding: 0 40px;
  max-width: 1270px;
}
#pagePath li {
  margin-right: 8px;
  margin-bottom: 8px;
  padding-right: 15px;
  display: inline-block;
}
#pagePath li:last-of-type {
  margin: 0;
  padding: 0;
}
#pagePath li:not(:last-of-type) {
  background: url("/assets/img/common/page_img02.png") no-repeat right center/5px auto;
}
#pagePath li a {
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}
#pagePath li a img {
  width: 14px;
  padding-bottom: 0.3em;
}
#pagePath li span {
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
}
#pagePath li a {
  border-bottom: 1px dotted #000;
}
#pagePath li:first-child a {
  border-bottom: none;
}
#pagePath li a:hover {
  opacity: 0.7;
}

@media all and (max-width: 1023px) {
  #pagePath {
    margin: 0 auto;
    padding: 16px 15px 22px;
    max-width: none;
    border-top: 1px solid #CCC;
  }
  #pagePath ul {
    margin: 0 auto;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
}
@media all and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #000;
    border-bottom: none;
  }
}
.post_none {
  text-align: center;
}

/*------------------------------------------------------------
	comCompanyLink
------------------------------------------------------------*/
.comCompanyLink {
  padding: 80px 0;
  background-color: #F6F6F6;
}
.comCompanyLink .headLine07 {
  margin-bottom: 40px;
  font-size: 2.4rem;
}

@media all and (max-width: 1023px) {
  .comCompanyLink {
    padding: 40px 0;
  }
  .comCompanyLink .headLine07 {
    margin-bottom: 24px;
    font-size: 2rem;
  }
  .comCompanyLink .comLink {
    max-width: 600px;
  }
}
/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
.comTextList {
  list-style-type: decimal;
  padding-left: 1.8em;
}
.comTextList li {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-indent: -4px;
}
.comTextList li span {
  margin-right: 4px;
}
.comTextList li:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 1023px) {
  .comTextList li {
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
	comTextUl
------------------------------------------------------------*/
.comTextUl li {
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.comTextUl li:last-of-type {
  margin-bottom: 0;
}
.comTextUl li::before {
  width: 8px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #CCC;
  content: "";
}

@media all and (max-width: 1023px) {
  .comTextUl li {
    margin-bottom: 8px;
    padding-left: 16px;
    font-size: 1.3rem;
  }
}
/*------------------------------------------------------------
	comTxtBox
------------------------------------------------------------*/
.comTxtBox {
  margin: 0 auto 40px;
  padding: 28px 28px;
  width: 624px;
  box-sizing: border-box;
  background-color: #FFF6ED;
}
.comTxtBox p {
  margin-bottom: 28px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.comTxtBox p:last-of-type {
  margin-bottom: 0;
}

@media all and (max-width: 1023px) {
  .comTxtBox {
    margin-bottom: 24px;
    padding: 28px 24px 24px;
    width: auto;
    box-sizing: border-box;
    background-color: #FFF6ED;
  }
  .comTxtBox p {
    margin-bottom: 28px;
    font-size: 1.6rem;
  }
  .comTxtBox p:last-of-type {
    margin-bottom: 0;
  }
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
  margin: -36px 0 48px;
  display: flex;
  flex-wrap: wrap;
}
.comLinkList li {
  margin: 36px 24px 0 0;
  width: calc((100% - 72px) / 4);
}
.comLinkList li:nth-of-type(4n) {
  margin-right: 0;
}
.comLinkList li a {
  padding: 0 3px 14px;
  display: block;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #CCC;
}

@media all and (min-width: 1024px) {
  .comLinkList li a:hover {
    opacity: 1;
    color: #EE7800;
  }
}
@media all and (max-width: 1023px) {
  .comLinkList {
    margin: 0 0 40px;
    display: block;
  }
  .comLinkList li {
    margin: 0;
    width: auto;
  }
  .comLinkList li:nth-of-type(4n) {
    margin-right: 0;
  }
  .comLinkList li:first-child a {
    border-top: 1px solid #E5E5E5;
  }
  .comLinkList li a {
    padding: 16px 16px 20px 3px;
    border-color: #E5E5E5;
    background: url("/assets/img/common/icon05.png") no-repeat right 4px center/7px auto;
  }
}
/*------------------------------------------------------------
	comLinkList01
------------------------------------------------------------*/
.comLinkList01 {
  display: flex;
  margin: -24px -12px 0;
  flex-wrap: wrap;
  justify-content: center;
}
.comLinkList01 li {
  width: 408px;
  margin: 24px 12px 0;
}
.comLinkList01 li a {
  padding: 27px 20px;
  display: block;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  box-sizing: border-box;
  border: 1px solid #CCC;
  text-align: center;
}
.comLinkList01 li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

@media all and (min-width: 1024px) {
  .comLinkList01 li a:hover {
    opacity: 1;
  }
  .comLinkList01 li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media all and (max-width: 1023px) {
  .comLinkList01 {
    display: block;
    margin: 0;
  }
  .comLinkList01 li {
    width: auto;
    margin: 0 auto 20px;
    max-width: 345px;
  }
  .comLinkList01 li:last-of-type {
    margin-bottom: 0;
  }
  .comLinkList01 li a {
    padding: 11px 20px;
    font-size: 1.6rem;
  }
}
/*------------------------------------------------------------
	comBorderBox
------------------------------------------------------------*/
.comBorderBox00 {
  margin: 0 auto 20px;
  padding: 24px 20px 16px;
  width: 624px;
  box-sizing: border-box;
  border: 3px solid #EE7800;
}
.comBorderBox00 .photo {
  margin-bottom: 16px;
  text-align: center;
}
.comBorderBox00 .photo img {
  width: 94px;
}
.comBorderBox00 .txt {
  margin-bottom: 4px;
  padding: 0 12px;
  font-size: 2.9rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-align: center;
}
.comBorderBox00 .txt span {
  background: url("/assets/img/common/com_bg01.jpg") repeat-x left bottom/2px auto;
}
.comBorderBox00 .num {
  color: #EE7800;
  font-size: 8rem;
  text-align: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.comBorderBox00 .num small {
  margin-left: 4px;
  display: inline-block;
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  vertical-align: 4px;
}

@media all and (max-width: 1023px) {
  .comBorderBox00 {
    padding: 8px 20px 12px;
    width: auto;
    border-width: 1px;
  }
  .comBorderBox00 .photo {
    margin-bottom: 12px;
    text-align: center;
  }
  .comBorderBox00 .photo img {
    width: 53px;
  }
  .comBorderBox00 .txt {
    margin-bottom: -4px;
    font-size: 1.7rem;
  }
  .comBorderBox00 .num {
    font-size: 5rem;
  }
  .comBorderBox00 .num small {
    margin-left: 4px;
    font-size: 2.6rem;
  }
}
@media all and (max-width: 1023px) {
  .comBorderBox00 .num {
    font-size: 4.5rem;
  }
}
/*------------------------------------------------------------
	comBorderBox01
------------------------------------------------------------*/
.comBorderBox01 {
  margin-bottom: 20px;
  position: relative;
  border: 3px solid #EE7800;
  display: flex;
  justify-content: space-between;
}
.comBorderBox01::before {
  width: 3px;
  height: calc(100% - 80px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #EE7800;
  content: "";
}
.comBorderBox01 .comBorderBox00 {
  margin-bottom: 0;
  padding-bottom: 20px;
  border: none;
}

@media all and (max-width: 1023px) {
  .comBorderBox01 {
    margin-bottom: 20px;
    border-width: 1px;
    display: block;
  }
  .comBorderBox01::before {
    width: calc(100% - 80px);
    height: 1px;
    position: absolute;
  }
  .comBorderBox01 .comBorderBox00 {
    margin-bottom: 0;
    padding: 20px 0 12px;
    border-width: 0;
  }
  .comBorderBox01 .comBorderBox00 .photo {
    margin-bottom: 4px;
  }
  .comBorderBox01 .comBorderBox00 .num {
    font-size: 5rem;
  }
  .comBorderBox01 .comBorderBox00 .txt {
    margin-bottom: 4px;
    font-size: 1.8rem;
  }
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.comTable td textarea,
.comTable td select {
  padding: 4px 36px 4px 16px;
  width: 100%;
  height: 44px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 0;
  border: 1px solid #a2a2a2;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.comTable td input[type=tel], .comTable td input[type=email], .comTable td input[type=text] {
  padding: 4px 36px 4px 16px;
  width: 100%;
  height: 44px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  border-radius: 0;
  border: 1px solid #a2a2a2;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.comTable td select {
  margin-bottom: 14px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  background: url("/assets/img/common/icon22.png") no-repeat right 16px center/16px auto;
}
.comTable tr:first-of-type td select {
  margin-bottom: 0;
}
.comTable td select::-ms-expand {
  display: none;
}
.comTable td textarea {
  padding: 10px 16px;
  height: 404px;
  resize: vertical;
  vertical-align: top;
}

.mainForm .submit {
  display: flex;
  justify-content: center;
  margin: 0 5px;
}
.mainForm .submit input {
  width: 408px;
  height: 80px;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #FFF;
  cursor: pointer;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  background-color: #EE7800;
  transition: all 0.3s ease-out;
}
.mainForm .submit input:hover {
  opacity: 0.7;
}
.mainForm textarea::-moz-placeholder, .mainForm input::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.mainForm textarea::placeholder,
.mainForm input::placeholder {
  color: #CCC;
  opacity: 1;
}
.mainForm textarea:-ms-input-placeholder,
.mainForm input:-ms-input-placeholder,
.mainForm textarea::-ms-input-placeholder,
.mainForm input::-ms-input-placeholder {
  color: #CCC;
  opacity: 0.5;
}

@media all and (max-width: 1023px) {
  .comTable td textarea {
    padding: 10px 16px;
    height: 180px;
    font-size: 1.4rem;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  .comTable td select {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  .comTable td input[type=tel], .comTable td input[type=email], .comTable td input[type=text] {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 160%;
    letter-spacing: 0.06em;
  }
  .mainForm .submit {
    display: block;
    margin: 0 0 20px;
    width: 100%;
  }
  .mainForm .submit input {
    width: 100%;
    height: 60px;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
  .mainForm .submit:last-of-type {
    margin-bottom: 0;
  }
  .mainForm .submit input:hover {
    background-color: #CCC;
  }
}
/*------------------------------------------------------------
	headLine10
------------------------------------------------------------*/
.headLine10 {
  margin-bottom: 48px;
  position: relative;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.headLine10::before {
  width: 16px;
  height: 3px;
  position: absolute;
  bottom: -19px;
  left: 0;
  background-color: #EE7800;
  content: "";
}

@media all and (max-width: 1023px) {
  .headLine10 {
    margin-bottom: 40px;
    font-size: 1.8rem;
  }
  .headLine10::before {
    bottom: -14px;
  }
}