@charset "utf-8";
/* ===============================================
	▼各CSS設定
		+ 機能・価格

=============================================== */

/* -----------------------------------------
	▼ 機能・価格
----------------------------------------- */
#wrapper{
  font: ;
}

.mainAreaContent p,.mainAreaContent div,.mainAreaContent li{
  font-size: 16px;
}

#breadArea #breadcrumb li a{
  color: #000;
}
#breadArea .inner {
  width: auto;
  padding: 0 30px;
}

.contBox{
  padding: 0;
}
@media screen and (max-width: 640px) {
  #breadArea .inner{
    width: 94%;
    padding: 0;
  }
  p,div,li{
    font-size: 14px;
  }
}
#wrapper{
  background: none;
}
@media screen and (max-width: 640px) {
 #container .inner{
  width: calc(100% - 40px);
}
}
#pageTitle{
  background-color: #f9f9f9;
	margin: 0;
	padding: 12px 0;
}
@media screen and (max-width: 640px) {
	#pageTitle{
		padding: 8px 0;
	}
}
#pageTitle .en, #pageTitle2 .en{
  color: #000;
  border-color: #000;
}
#pageTitle .jp, #pageTitle2 .jp{
  border-color: #000;
}

#mainVisual{
  border: none;
  margin-bottom: 0;
  background: url("../images/bg_main_img_index_pc.jpg") center 0 no-repeat;
}

#mainVisual #mainVWrap{
  width: auto;
  height: 190px;
  background: none;
  display: grid;
  place-content: center;
}

#mainVisual #mainVWrap h2{
  display: block;
  height: auto;
  color: #fff;
  font-size: 36px;
  line-height: 1.35;
}

#mainVisual #mainVWrap h2 span{
  display: block;
  text-align: center;
  padding: 0;
  text-shadow: none;
}

@media screen and (max-width: 640px) {
  #mainVisual{
    background: url("../images/bg_main_img_index_sp.jpg") center 0 / 100% 100% no-repeat;
  }
  #mainVisual #mainVWrap h2{
    font-size: 27px;
  }
}

.ancerLink{
  margin-top: 60px;
}

.ancerLink ul{
  display: grid;
  grid-template-columns: 230px 244px 212px 1fr;
  position: relative;
  background-color: #F9F9F9;
}

@media screen and (max-width: 640px) {
  .ancerLink{
    margin-top: 40px;
  }
  .ancerLink ul{
    grid-template-columns: 1fr;
  }
}
.ancerLink ul:before{
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% - 44px);
  margin: 0 auto;
  height: 1px;
  background-color: #C0CAD4;
  visibility: visible;
}
@media screen and (max-width: 640px) {
  .ancerLink ul:after{
    content: none;
  }
}

.ancerLink li{
  padding-bottom: 0;
  padding-right: 0;
  background-color: #F9F9F9;
}

.ancerLink li a{
  position: relative;
  display: block;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  line-height: 1;
  white-space: nowrap;
  padding: 20px 24px;
}
.ancerLink li a span{
  padding-right: 24px;
}
.ancerLink li a:hover::after {
  transform: translateY(calc(-50% + 5px));
}

.ancerLink li a::before{
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  height: calc(100% - 34px );
  width: 1px;
  background-color: #C0CAD4;
}

.ancerLink li a span::after{
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out 0s;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%3E%3Cpath%20id%3D%22b%22%20d%3D%22M.35.33C.8-.11%2C1.54-.11%2C2%2C.33l5.02%2C4.91L12.05.33c.48-.42%2C1.22-.38%2C1.65.09.4.44.4%2C1.1%2C0%2C1.53l-5.85%2C5.72c-.46.44-1.19.44-1.65%2C0L.33%2C1.95C-.12%2C1.5-.11.78.35.33Z%22%20fill%3D%22%23222%22%20stroke-width%3D%220%22%2F%3E%3C%2Fsvg%3E") 0 0 / 100% 100% no-repeat;
}

.ancerLink li:nth-child(4n) a::before{
  content: none;
}

@media screen and (max-width: 640px) {
  .ancerLink li a span{
    position: relative;
    padding-right: 30px;
    display: block;
    width: fit-content;
  }
  .ancerLink li a span:after{
    right: 0;
  }
  .ancerLink li a::before{
    bottom: 0;
    top: auto;
    width: calc(100% - 24px);
    margin: 0 auto;
    height: 1px;
    left: 0;
    right: 0;
  }
  .ancerLink li:nth-child(4n) a::before{
    content: "";
    bottom: 0;
    top: auto;
    width: calc(100% - 24px);
    margin: 0 auto;
    height: 1px;
    left: 0;
    right: 0;
  }
  .ancerLink li:last-child a::before{
    content: none;
  }
}

.top-note-wrap{
  margin-top: 40px;
}

.top-note{
  display: flex;
}

.top-note > span + span {
  flex:1;
}

.top-note + .top-note{
  margin-top: 12px;
}

.top-note a:hover{
  text-decoration: none;
}


.mainAreaContent{
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .mainAreaContent{
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
.p-contBoxContentBody{
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .p-contBoxContentBody{
    margin-top: 20px;
  }
}

.contBlock{
  padding-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .contBlock{
    padding-top: 100px; 
  }
}
.p-block-title{
  background-color: #000000;
  font-size: 32px;
  color: #fff;
  text-align: center;
  height: 66px;
  display: grid;
  place-items: center;
  line-height: 1.5;
}
.p-block-title .is-d-inline-block{
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .p-block-title{
    font-size: 24px;
    height: auto;
    padding: 15px 0;
  }
}

.p-contBoxContentHead{
  max-width: 860px;
  margin: 40px auto 0;
}
@media screen and (max-width: 640px) {
  .p-contBoxContentHead{
    margin-top: 30px;
  }
}

 .mainAreaContent  .p-tag-wrap{
  display: flex;
  justify-content: center;
  column-gap: 4px;
}

 .mainAreaContent  .p-tag{
  line-height: 1;
  background-color: #005BAC;
  border-radius: 5px;
  padding:8px 12px 6px;
  color: #fff;
}

 .mainAreaContent  .p-tag.is-disabled{
  background-color: #E5E5E5;
 }

@media screen and (max-width: 640px) {
  .mainAreaContent  .p-tag{
    font-size: 14px;
  }
}


.p-subblock-title{
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .p-subblock-title{
    font-size: 20px;
  }
}

.p-tag-wrap + .p-subblock-title {
  margin-top: 20px;
}

.p-contBoxContent{
  margin-right: auto;
  margin-left: auto;
}

.p-contBoxContentList{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 640px) {
  .p-contBoxContentList{
    row-gap: 30px;
    grid-template-columns: 1fr;
  }
}

.p-contBoxContentList li{
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
.p-contBoxContentList li.is-one-line{
  grid-row: span 1;
}
@media screen and (max-width: 640px) {
  .p-contBoxContentList li{
    display: block;
  }
}

.p-contBoxContentListImg{
  border: 1px solid #C0CAD4;
  padding: 22px 19px;
  display: grid;
  align-items: center;
}
.p-contBoxContentListImg.is-border-none{
  border: none;
  padding: 0;
}

.p-contBoxContentListImg img{
  width: 100%;
  height: auto;
}

.p-contBoxContentListImg.is-fit img{
  width: fit-content;
  margin: 0 auto;
}

.p-contBoxContentListHeadingWrap{
  display: flex;
  column-gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.p-contBoxContentListHeadingWrap .p-contBoxContentListHeading{
  margin-top: 0;
  line-height: 1.5;
  text-align: left;
}

.p-contBoxContentListHeadingWrap .p-tag{
  font-size: 14px;
  padding: 8px 8px 6px;
}

@media screen and (max-width: 640px) {
  .p-contBoxContentListHeadingWrap .p-tag{
    font-size: 12px;
    padding: 6px 6px 4px;
  }
}

.p-contBoxContentListHeading{
  margin-top: 16px;
  font-size: 23px;
  line-height: 1.6;
}

.p-contBoxContentListHeading .is-small{
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .p-contBoxContentListHeading .is-small{
    font-size: 12px;
  }
}
.p-contBoxContentListTextWrap a:hover{
  text-decoration: none;
}

.p-contBoxContentListText{
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  .p-contBoxContentListImg{
    height: auto;
    padding: 25px 14px;
  }
  .p-contBoxContentListHeading{
    font-size: 18px;
    text-align: center;
  }
  .p-contBoxContentListText{
    margin-top: 6px;
  }

  .p-contBoxContentListImg.is-fit img{
    width: 100%;
  }
}

.p-contBoxContentListBanner{
  text-align: center;
  margin-top: 15px;
  transition: opacity 0.3s ease-in-out;
}

@media (any-hover:hover) {
  .p-contBoxContentListBanner:hover{
    opacity: 0.7;
  }
}

.p-contents-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 70px;
  text-decoration: none;
  font-weight: 700;
  border-radius: 3px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  box-sizing: border-box;
  background-image: linear-gradient(90deg, #fff 50%, #fff, #0E5494, #0E5494 50%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  transition: background-position 0.2s ease-out;
  font-size: 18px;
  margin: 60px auto 0;
}

.p-contents-btn:hover {
  background-position: 0 0;
  color: #0E5494;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: background-position 0.2s ease-out;
  text-decoration: none;
}

@media (max-width: 640px) {
  .p-contents-btn {
    margin-top: 40px;
    font-size: 15px;
      width: 100%;
      height: 50px;
  }
}

.p-contents-btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%) rotate(45deg);
}

.p-contents-btn:hover::after {
  border-top: 2px solid #0E5494;
  border-right: 2px solid #0E5494;
}