@charset "UTF-8";

.home .l-pageBody {
  padding: 0;
}

.l-header {
  display: none;
}

.l-header.is-top {
  background: none;
}

#top .p-main {
  position: relative;
}

#top .p-main .txt01 {
  width: 322px;
  position: absolute;
  opacity: 0.05;
  top: 0;
  right: 243px;
  z-index: 1;
  pointer-events: none;
}

#top .p-main .txt02 {
  position: absolute;
  top: -30px;
  width: 80px;
  right: 165px;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

#top .p-main .txt03 {
  position: absolute;
  right: 40px;
  top: 50px;
  width: 126px;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

#top .p-main .txt04 {
  position: absolute;
  width: 246px;
  bottom: 0;
  left: 680px;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

#top .p-main .txt05 {
  position: absolute;
  bottom: 20px;
  width: 191px;
  left: 60px;
  opacity: 0.05;
  z-index: 2;
  pointer-events: none;
}

#top .p-main .txt06 {
  position: absolute;
  width: 670px;
  bottom: 0;
  left: 15px;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

#top .p-main .content {
  height: 100vh;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

#top .p-main .logo {
  width: 268px;
  left: 190px;
  height: 313px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#top .p-main .logo span {
  position: absolute;
}

#top .p-main .logo .parts01 {
  width: 141px;
  top: 36px;
  left: 0;
}

#top .p-main .logo .parts02 {
  width: 125px;
  right: 0px;
  top: 0;
}

#top .p-main .logo .parts03 {
  width: 151px;
  left: 51px;
  bottom: 93px;
}

#top .p-main .logo .parts04 {
  width: 213px;
  bottom: 43px;
  left: 32px;
}

#top .p-main .logo .parts05 {
  width: 214px;
  bottom: 0;
  left: 31px;
}

#top .p-about .catch {
  position: fixed;
  width: 524px;
  height: 313px;
  left: 50%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

#top .p-about .catch .hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}

#top .p-about .catch.change .hidden {
  opacity: 1;
}

#top .p-about .catch span {
  display: block;
}

#top .p-about .catch .lead01 {
  width: 524px;
  top: 0;
  position: absolute;
  left: 0;
}

#top .p-about .catch .lead02 {
  width: 269px;
  position: absolute;
  top: 111px;
  left: 0;
}

#top .p-about .catch .lead03 {
  width: 420px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* #top .p-about .catch .imgchangeOn {
  display: none;
  transition: .3s;
}

#top .p-about .catch.change .imgchange {
  display: none;
}

#top .p-about .catch.change .imgchangeOn {
  display: block;
} */

@media screen and (max-width: 767px) {
  #top .p-main .content {
    height: 555px;
  }

  #top .p-main .logo {
    left: 50%;
    transform: inherit;
    margin-left: -64px;
    height: 150px;
    top: 90px;
    width: 128px;
  }

  #top .p-main .logo .parts01 {
    width: 67px;
    top: 18px;
  }

  #top .p-main .logo .parts02 {
    width: 59px;
  }

  #top .p-main .logo .parts03 {
    width: 72px;
    bottom: 47px;
    left: 25px;
  }

  #top .p-main .logo .parts04 {
    width: 102px;
    left: 15px;
    bottom: 22px;
  }

  #top .p-main .logo .parts05 {
    width: 102px;
    left: 15px;
  }

  #top .p-about .catch {
    position: fixed;
    width: 323px;
    height: 198px;
    left: 50%;
    margin-left: -161px;
    z-index: 1;
    top: 280px;
    transform: inherit;
  }

  #top .p-about .catch .lead01 {
    width: 323px;
  }

  #top .p-about .catch .lead02 {
    top: 70px;
    width: 165px;
  }

  #top .p-about .catch .lead03 {
    width: 258px;
  }

  #top .p-main .txt01 {
    width: 135px;
    top: 0;
    right: 82px;
  }

  #top .p-main .txt02 {
    top: -30px;
    width: 32px;
    right: 50px;
  }

  #top .p-main .txt03 {
    right: 0;
    top: 20px;
    width: 51px;
  }

  #top .p-main .txt04 {
    width: 100px;
    bottom: 0;
    left: 267px;
  }

  #top .p-main .txt05 {
    bottom: 20px;
    width: 78px;
    left: 30px;
  }

  #top .p-main .txt06 {
    width: 273px;
    bottom: 0;
    left: 0;
  }
}

/* p-about  */

#top .p-about {
  padding: 90px 0 100px;
  position: relative;
}

#top .p-about::before {
  position: absolute;
  content: "";
  background: #eeeeee;
  width: calc(50% + 200px);
  left: 0;
  top: 0;
  height: 100%;
  z-index: 0;
}

#top .p-about .content {
  max-width: 1046px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 1;
}

#top .p-about .lead {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

#top .p-about .lead + p {
  padding-top: 25px;
}

#top .p-about .button {
  max-width: 824px;
  text-align: center;
  margin: 100px auto;
}

#top .p-about .button a {
  display: block;
  text-decoration: none;
  min-height: 122px;
  background: #fff;
  color: #0057a8;
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 17px 0;
  transition: 0.3s;
}

#top .p-about .button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_link_arrow.svg") no-repeat;
  background-size: 15px;
  background-position: center;
  width: 16px;
  height: 100%;
  top: 0;
  right: 40px;
  transition: 0.3s;
}

#top .p-about .button span {
  display: block;
  font-size: 3.8rem;
}

#top .p-about .nav {
  max-width: 366px;
}

#top .p-about .nav li a {
  position: relative;
  display: block;
  min-height: 62px;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 17px 20px;
  text-decoration: none;
  transition: 0.3s;
}

#top .p-about .nav li.dummy {
  min-height: 62px;
}

@media screen and (max-width: 767px) {
  #top .p-about .nav li.dummy {
    display: none;
  }
}

#top .p-about .nav li a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_link_arrow.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #top .p-about .button a:hover {
    background: #0057a8;
    color: #fff;
  }

  #top .p-about .button a:hover::before {
    background: url("../../images/common/ico_link_arrow_on.svg") no-repeat;
    background-size: 15px;
    background-position: center;
  }

  #top .p-about .nav li a:hover {
    background: #0057a8;
    color: #fff;
  }

  #top .p-about .nav li a:hover::before {
    background: url("../../images/common/ico_link_arrow_on.svg") no-repeat;
    background-size: 10px;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  #top .p-about {
    padding: 320px 0 60px;
    position: relative;
  }

  #top .p-about::before {
    width: calc(100% - 45px);
  }

  #top .p-about .content {
    padding: 0 20px;
  }

  #top .p-about .lead {
    font-size: 1.1rem;
  }

  #top .p-about .button {
    margin: 60px auto;
  }

  #top .p-about .nav {
    max-width: 290px;
  }

  #top .p-about .nav li a {
    font-size: 1.4rem;
    min-height: 50px;
    padding: 14px 25px;
  }

  #top .p-about .button a {
    font-size: 1rem;
    padding: 12px 0;
    min-height: 75px;
  }

  #top .p-about .button span {
    font-size: 2.3rem;
  }

  #top .p-about .button a::before {
    right: 25px;
    background-size: 10px;
  }
}

/* p-heading  */

#top .p-heading {
  text-align: center;
  letter-spacing: 0.05em;
}

#top .p-heading span {
  display: block;
  font-size: 3.8rem;
  color: #0057a8;
}

#top .p-heading small {
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #top .p-heading span {
    font-size: 2.3rem;
  }

  #top .p-heading small {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  /* #top .p-heading .sp {
    display: none;
  } */
}
/* p-news  */

#top .p-news {
  padding: 120px 0;
}

#top .p-news .content {
  padding: 0 30px;
  max-width: 940px;
  margin: 0 auto;
}

#top .p-news .tab_box {
  margin: 80px auto 50px;
}

#top .p-news .tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  justify-content: center;
}

#top .p-news .tab_box .tab_btn {
  max-width: 246px;
  width: 30%;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  min-height: 38px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  line-height: 1;
  position: relative;
}

#top .p-news .tab_box .tab_btn::before {
  position: absolute;
  content: "";
  background: #0057a8;
  height: 6px;
  width: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.2s ease 0s;
}

#top .p-news .tab_box .tab_btn.active::before {
  position: absolute;
  content: "";
  background: #0057a8;
  height: 6px;
  width: 134px;
}

#top .p-news .tab_box .tab_btn:hover::before {
  width: 134px;
}

#top .p-news .tab_box .tab_panel {
  display: none;
}

#top .p-news .tab_box .tab_panel.active {
  display: block;
  padding-top: 13px;
}

#top .p-news .tab_box .block {
  padding: 30px 0;
  border-bottom: solid 1px #d4d4d4;
}

#top .p-news .tab_box .block a {
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

#top .p-news .tab_box .block .date {
  width: 145px;
  color: #b2b2b2;
  transition: 0.3s;
}

#top .p-news .tab_box .block .ttl {
  width: calc(100% - 145px);
  color: #000;
  transition: 0.3s;
}

#top .p-news .tab_box .block a:hover .date {
  color: #b2cde5;
}

#top .p-news .tab_box .block a:hover .ttl {
  color: #0057a8;
}

#top .p-news .button {
  /* max-width: 250px; */
  margin: 0 auto;
}

#top .p-news .button a {
  display: block;
  min-height: 50px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  background: #fff;
  text-align: center;
  padding: 13px 0;
  position: relative;
  transition: 0.3s;
}

#top .p-news .button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_link_arrow.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  #top .p-news .button a:hover {
    background: #0057a8;
    color: #fff;
  }

  #top .p-news .button a:hover::before {
    background: url("../../images/common/ico_link_arrow_on.svg") no-repeat;
    background-size: 10px;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  #top .p-news {
    padding: 80px 0;
  }

  #top .p-news .tab_box .tab_btn {
    width: 33.3%;
    font-size: 1.2rem;
    letter-spacing: 0;
    min-height: 31px;
  }

  #top .p-news .content {
    padding: 0 20px;
  }

  #top .p-news .tab_box {
    margin: 50px auto 30px;
  }

  #top .p-news .tab_box .tab_btn.active::before {
    width: 100px;
  }

  #top .p-news .tab_box .block {
    padding: 15px 0;
  }

  #top .p-news .tab_box .block a {
    display: block;
    font-size: 1.4rem;
  }

  #top .p-news .tab_box .block .date {
    width: 100%;
    padding-bottom: 5px;
  }

  #top .p-news .tab_box .block .ttl {
    width: 100%;
  }

  #top .p-news .button {
    /* max-width: 230px; */
  }

  #top .p-news .button a {
    padding: 12px 0;
    min-height: 45px;
    font-size: 1.4rem;
  }
}

/* p-fellows  */

#top .p-fellows {
  background: #eeeeee;
  padding: 90px 0 100px;
}

#top .p-fellows .block {
  width: 322px;
  position: relative;
  min-height: 566px;
  margin: 0 28px;
}

#top .p-fellows .block .thumbnail {
  width: 100%;
  height: 322px;
  transition: 0.3s;
}

#top .p-fellows .block .thumbnail a {
  display: block;
}

#top .p-fellows .block .detail {
  position: absolute;
  width: 282px;
  margin-left: -141px;
  left: 50%;
  background: #fff;
  bottom: 0;
}

#top .p-fellows .block .detail a {
  display: block;
  min-height: 280px;
  padding: 20px;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}

#top .p-fellows .block .detail .name {
  font-size: 1.8rem;
  font-weight: bold;
}

#top .p-fellows .block .detail .en {
  font-size: 1.2rem;
  padding-top: 5px;
  color: #808080;
}

#top .p-fellows .block .detail .lead {
  font-size: 1.5rem;
  padding-top: 15px;
}

#top .p-fellows .block .detail .lead + p {
  line-height: 1.1;
}

#top .p-fellows .block .detail .lead small {
  color: #808080;
  font-size: 1.2rem;
}

#top .p-fellows .slider {
  margin: 70px auto 0;
}

#top .p-fellows .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 78px;
  padding-top: 78px;
  cursor: pointer;
  transition: 0.3s;
}

#top .p-fellows .prev-arrow {
  left: 50%;
  margin-left: -586px;
  background: url("../../images/top/ico_slider_prev.png") no-repeat;
  background-size: 78px;
  background-position: center;
}

#top .p-fellows .next-arrow {
  right: 50%;
  margin-right: -586px;
  background: url("../../images/top/ico_slider_next.png") no-repeat;
  background-size: 78px;
  background-position: center;
}

@media screen and (min-width: 768px) {
  #top .p-fellows .block .thumbnail:hover {
    opacity: 0.7;
  }

  #top .p-fellows .block .detail a:hover {
    opacity: 0.5;
  }

  #top .p-fellows .slide-arrow:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  #top .p-fellows {
    padding: 70px 0;
  }

  #top .p-fellows .slider {
    margin: 40px auto 0;
    display: block;
  }

  #top .p-fellows .block {
    width: 258px;
    min-height: 453px;
    margin: 0 20px;
  }

  #top .p-fellows .block .thumbnail {
    height: 258px;
  }

  #top .p-fellows .block .detail {
    width: 226px;
    margin-left: -113px;
  }

  #top .p-fellows .block .detail a {
    padding: 15px;
    min-height: 224px;
  }

  #top .p-fellows .block .detail .name {
    font-size: 1.4rem;
  }

  #top .p-fellows .block .detail .en {
    font-size: 1rem;
    padding-top: 3px;
  }

  #top .p-fellows .block .detail .lead {
    font-size: 1.2rem;
    padding-top: 10px;
  }

  #top .p-fellows .block .detail .lead small {
    font-size: 1rem;
  }

  #top .p-fellows .slide-arrow {
    width: 64px;
    padding-top: 64px;
  }

  #top .p-fellows .prev-arrow {
    left: 20px;
    margin-left: 0;
    background: url("../../images/top/ico_slider_prev.png") no-repeat;
    background-size: 64px;
    background-position: center;
  }

  #top .p-fellows .next-arrow {
    right: 20px;
    margin-right: 0;
    background: url("../../images/top/ico_slider_next.png") no-repeat;
    background-size: 64px;
    background-position: center;
  }
}

/* p-movie  */

#top .p-movie {
  padding: 160px 0 90px;
}

#top .p-movie .flex {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#top .p-movie .flex::after {
  content: "";
  display: block;
  width: 32%;
  max-width: 322px;
}

#top .p-movie .block {
  max-width: 322px;
  /* margin-bottom: 50px; */
  width: 32%;
}

#top .p-movie .block a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

#top .p-movie .block .thumbnail {
  width: 100%;
  position: relative;
  cursor: pointer;
}

#top .p-movie .block .thumbnail::before {
  /* position: absolute;
  content: "";
  background: url("../../images/top/ico_play.png") no-repeat;
  background-size: 79px;
  background-position: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; */
}

#top .p-movie .block .detail {
  padding: 15px 5px 0;
}

#top .p-movie .block .detail .lead {
  font-size: 1.5rem;
}

#top .p-movie .block .detail .name {
  font-weight: bold;
  font-size: 1.8rem;
  padding-top: 15px;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#top .p-movie .block .detail .en {
  font-size: 1.2rem;
  color: #808080;
  padding-top: 5px;
  letter-spacing: 0.05em;
}

#top .box-youtube {
  max-width: 400px;
  max-height: 245px;
  width: 100%;
  /* height: 52vw; */
  height: 150px;
}
#top .box-youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #top .box-youtube {
    height: 195px;
    margin: 60px auto 0;
  }
}
@media screen and (min-width: 768px) {
  #top .p-movie .block a:hover {
    opacity: 0.7;
  }

  #top .p-movie .content {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  #top .p-movie {
    padding: 80px 0 0;
  }

  #top .p-movie .flex {
    display: block;
    margin: 40px auto 70px;
  }

  #top .p-movie .block {
    width: 100%;
    max-width: 262px;
    margin: 0 20px;
  }

  #top .p-movie .block .thumbnail {
    /* height: 156px; */
  }

  #top .p-movie .block .detail {
    padding: 10px 0 0;
  }

  #top .p-movie .block .detail .lead {
    font-size: 1.2rem;
  }

  #top .p-movie .block .detail .name {
    font-size: 1.4rem;
  }

  #top .p-movie .block .detail .en {
    font-size: 1rem;
    padding: 0;
  }

  #top .p-movie .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 64px;
    padding-top: 64px;
    cursor: pointer;
    transition: 0.3s;
  }

  #top .p-movie .prev-arrow {
    left: 20px;
    background: url("../../images/top/ico_slider_prev.png") no-repeat;
    background-size: 64px;
    background-position: center;
  }

  #top .p-movie .next-arrow {
    right: 20px;
    background: url("../../images/top/ico_slider_next.png") no-repeat;
    background-size: 64px;
    background-position: center;
  }
}

/* p-other  */

#top .p-other {
  position: relative;
  padding: 220px 0 250px;
}

#top .p-other::before {
  position: absolute;
  content: "";
  background: #eeeeee;
  width: calc(50% + 200px);
  height: calc(100% - 150px);
  right: 0;
  top: 0;
  z-index: 1;
}

#top .p-other::after {
  position: absolute;
  content: "";
  background: #0057a8;
  width: 50%;
  height: calc(100% - 120px);
  left: 0;
  bottom: 0;
  z-index: 2;
}

#top .p-other .content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}

#top .p-other .block {
  max-width: 824px;
  background: #fff;
  width: 100%;
}

#top .p-other .block a {
  text-decoration: none;
  color: #000;
}

#top .p-other .block .button a {
  min-height: 122px;
  display: block;
  padding: 20px 0;
  transition: 0.3s;
  position: relative;
}

#top .p-other .block .button a span {
  transition: 0.3s;
}

#top .p-other .block .button a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_link_arrow.svg") no-repeat;
  background-size: 15px;
  background-position: center;
  width: 16px;
  height: 100%;
  top: 0;
  right: 40px;
  /* right: -40px; */
  transition: 0.3s;
}

#top .p-other .block .inner {
  /* padding: 20px 50px; */
  padding: 0 50px 25px;
  min-height: 320px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#top .p-other .block .box {
  max-width: 320px;
  width: 48%;
}

#top .p-other .block .nav {
  max-width: 366px;
  width: 51%;
}

#top .p-other .block .lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

#top .p-other .block .nav li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  min-height: 62px;
  padding: 17px 20px;
  transition: 0.3s;
}

#top .p-other .block .nav li a::before {
  position: absolute;
  content: "";
  background: url("../../images/common/ico_link_arrow.svg") no-repeat;
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 100%;
  top: 0;
  right: 15px;
  transition: 0.3s;
}

#top .p-system {
  margin: 0 0 50px;
}

#top .p-program {
  margin: 0 0 0 auto;
}

@media screen and (min-width: 768px) {
  #top .p-other .block .button a:hover {
    background: #0057a8;
    color: #fff !important;
  }

  #top .p-other .block .button a:hover span {
    color: #fff;
  }

  #top .p-other .block .button a:hover::before {
    background: url("../../images/common/ico_link_arrow_on.svg") no-repeat;
    background-size: 15px;
    background-position: center;
  }

  #top .p-other .block .nav li a:hover {
    background: #0057a8;
    color: #fff;
  }

  #top .p-other .block .nav li a:hover::before {
    background: url("../../images/common/ico_link_arrow_on.svg") no-repeat;
    background-size: 10px;
    background-position: center;
  }
}

@media screen and (max-width: 767px) {
  #top .p-other {
    padding: 120px 0;
  }

  #top .p-other::before {
    width: calc(50% + 60px);
    height: calc(100% - 60px);
  }

  #top .p-other::after {
    height: calc(100% - 50px);
  }

  #top .p-other .content {
    padding: 0 20px;
  }

  #top .p-other .block {
    max-width: 343px;
    margin: 0 auto;
  }

  #top .p-system {
    margin: 0 auto 40px !important;
  }

  #top .p-other .block .button a {
    min-height: 75px;
    padding: 11px 0;
  }

  #top .p-other .block .button a::before {
    right: 25px;
    background-size: 9px;
  }

  #top .p-other .block .inner {
    display: block;
    /* padding: 25px 40px; */
    padding: 10px 25px 40px;
  }

  #top .p-other .block .box {
    width: 100%;
    max-width: inherit;
    margin: 0 auto 20px;
  }

  #top .p-other .block .lead {
    font-size: 1.1rem;
  }

  #top .p-other .block .nav {
    width: 100%;
    max-width: inherit;
    margin: 0 auto;
  }

  #top .p-other .block .nav li a {
    font-size: 1.4rem;
    min-height: 50px;
    padding: 14px 15px;
  }
}

/* p-contact */

#top .p-contact {
  padding: 120px 20px;
  text-align: center;
}

#top .p-contact .button {
  max-width: 1038px;
  margin: 0 auto;
  transition: 0.3s;
}

#top .p-contact .button a {
  display: block;
  min-height: 162px;
  background: url("../../images/top/bg_contact.png") no-repeat, #fff;
  background-size: 1038px;
  background-position: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  padding: 40px 0;
}

#top .p-contact .button a span {
  color: #0057a8;
  font-size: 3.8rem;
  display: block;
}

#top .p-contact .button a small {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  #top .p-contact .button:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 767px) {
  #top .p-contact {
    padding: 80px 20px;
  }

  #top .p-contact .button {
    max-width: 343px;
  }

  #top .p-contact .button a {
    min-height: 101px;
    padding: 24px 0;
    background: url("../../images/top/bg_contact_sp.png") no-repeat, #fff;
    background-size: cover;
    background-position: center;
  }

  #top .p-contact .button a span {
    font-size: 2.3rem;
  }

  #top .p-contact .button a small {
    font-size: 1rem;
  }
}
