@charset "UTF-8";
/* CSS Document */
.d_menu_link li{
  background-color: #f0f0f0!important;
}
#header{
  background-color: #fff;
}
.l-main {
  margin-top: 103px;
  overflow: hidden;
  position: relative;
}
.d_menu li a{
  color: #000!important;
  text-shadow: none!important;
}


.p-mainHeading__ttlWrapInner{
  background-color: #f1f7ff;
    padding: 60px 0;
    margin-bottom: 30px;
}

.-typeB .p-mainHeading__img {
  position: absolute;
  left: -19px;
  top: 0;
  z-index: -1;
  width: 884px;
  height: 410px;
  margin: 0 -200% 0 0;
  background: #fff
}
.l-section.-mb-lg:not(:last-child) {
  margin-bottom: 72px;
}
.c-heading2 {
  margin-bottom: 24px;
  padding: 0 0 0 16px;
  border-left: 4px solid #0065b0;
  font-size: 1.2rem;
  font-weight: 600;
}
.c-txt:not(:last-child) {
  margin-bottom: 24px;
}
.c-txt {
  line-height: 2;
}
.l-inner.-mb-lg:not(:last-child) {
  margin-bottom: 48px;
}

.-typeB .p-mainHeading__img {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;
  width: 884px;
  height: 410px;
  margin: 0 -200% 0 0;
  background: #fff;
}
.c-heading1 {
  display: block;
}
.c-heading1.-theme-lightBlue::before {
  background: #b1ddff;
}

.c-heading1__inner {
  flex: 1;
  position: relative;
}
.-typeB .p-mainHeading__img {
  position: absolute;
  left: 96px;
  top: 0;
  z-index: -1;
  width: 884px;
  height: 410px;
  margin: 0 -200% 0 0;
  background: #fff;
}
.contents_bg {
  width: 100%;
  padding: 2% 4% 12% 4%;
}
.contents_box {
  display: flex;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.contents_btn {
  width: 50%;
  text-align: left;
  margin: 0% 2% 0% 0%;
  letter-spacing: 0.3em;
  position: relative;
  box-shadow: 1px 0px 4px rgba(165, 165, 165, 0.623);
}
.contents_btn::before {
  content: "";
  bottom: 0.3em;
  right: 0.35em;
  border-top: 1em solid transparent;
  border-right: 1em solid #0065b0;
  position: absolute;
  z-index: 5;
}
.contents_btn > a:link, .contents_btn > a:visited, .contents_btn > a:active {
  font-size: 130%;
  background-color: #FFF;
  font-weight: bold;
  width: 100%;
  padding: 8% 5%;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  color: #000;
}
.contents_btn:last-child {
  margin-right: 0%;
  border-right: none;
}
.contents_btn_n {
  width: 50%;
}
.s_07 .accordion_one .accordion_header{
  color: #000;
  text-shadow: none;
}
#home a,.font-size{
  color: #000;
  text-shadow: none;
}
.btn{
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  padding: 10px 30px;
  outline: none;
  /*アニメーションの指定*/   
  transition: ease .1s;
}
/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#333;
}
.btn:hover span{
  color:#fff;
}
/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background:#0065b0;/*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .5s cubic-bezier(0.6, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
/*hoverした際の形状*/
.bgleft:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
.bgleft:hover{
  opacity: 1;
}
@media(max-width:1100px){
.l-main {
  margin-top:61px;
}
}
@media(max-width:1060px){
.guid-detail {
  padding: 0 20px;
}
.s_07 .accordion_one .accordion_header{
  color: #fff;
  text-shadow: none;
}
#home a,.font-size{
  color: #fff;
  text-shadow: none;
}
.c-heading1::before {
  width: 10px;
  height: 36px;
  margin: -4px 30px 0 8px;
}
}


@media(max-width:768px){
.s_07 .accordion_one .accordion_header{
  color: #fff;
  text-shadow: none;
  }
#home a,.font-size{
  color: #fff;
  text-shadow: none;
  }
.p-jpCrew__item {
  display: block;
}  
.contents_btn > a:link, .contents_btn > a:visited, .contents_btn > a:active{
  font-size: 1.0rem;
}
.contents_btn:last-child {
  margin-right:auto;
}
.l-main__content {
  padding-top:0;
}
.c-heading1 {
  font-size: 1.6rem;
}
.contents_box {
  display: block;
}
.contents_btn {
  width: 95%;
  margin: 5% auto;
}
.c-heading1::before {
  width: 8px;
  height: 30px;
  margin: -5px 20px 0 8px;
}
.contents_bg{
  padding-bottom: 25%;
}
}