  @charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #333333;
}

a {
    text-decoration: none;
    color: #505050;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}

#wrpper {
  overflow: hidden;
}

/*
---------------------------------------------------------------------------- */
.l-header {
  width: 225px;
  position: fixed;
  left: 0;
  top: 0;
  padding: 30px 0;
  z-index: 100;
}


.l-header-logo {
    width: 175px;
    margin: 0 auto;
}

.l-header-menu {
  display: none;
}

@media screen and (max-width: 1280px){
  .l-header-logo {
      width: 130px;
  }

  .l-header {
      width: 200px;
  }
}

@media screen and (max-width: 767px){

  .l-header {
      width: 100%;
      background: #fff;
      padding: 0;
  }

  .l-header-content {
      min-height: 98px;
      padding: 30px 0 0;
      position: relative;
  }

  .l-header-logo {
      width: 205px;
      margin: 0 auto;
  }

  .l-header-menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 30px;
    color: #0076AF;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 45px;
    height: 30px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    margin-bottom: 7px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0076AF;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(14px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }

}

/*
---------------------------------------------------------------------------- */
.l-gNav {
    padding: 0 25px 0 40px;
    margin: 50px auto 0;
}

.l-gNav a {
  color: #707070;
}

/*
---------------------------------------------------------------------------- */

.l-gNav-list li {
  margin-bottom: 2.5px;
}

.l-gNav-list li a {
  position: relative;
    display: block;
    padding-left: 13px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    transition: .3s;
}

.l-gNav-list li a::before {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
  left: 0px;
  top: 10px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  border: 6px solid transparent;
  border-left: 6px solid #A1D2EA;
}

.l-gNav-list li a span {
    display: block;
    font-weight: 400;
    color: #0076AF;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1px 6px;
    transition: .3s;
}

/*
---------------------------------------------------------------------------- */

.l-gNav-list li .child {
  margin-left: 10px;
}

.l-gNav-list li .child li {
  margin: 5px 0px 10px 0px;
}

.l-gNav-list li .child li a {
  font-size: 16px;
  font-size: 1.6rem;
}

.l-gNav-list li .child li a::before {
  display: none;
}

.l-gNav-list li .child li a::after {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
}

.l-gNav-list li .child li a span {
  color: #707070;
}

@media screen and (min-width: 768px){

  .l-gNav-list li a:hover span {
    background: #0076AF;
    color: #fff;
  }

  .l-gNav-list li:hover .child li a span {
    color: #707070;
    background: none;
  }

  .l-gNav-list li .child li a:hover {
    opacity: .7;
  }

}

@media screen and (max-width: 1280px){
  .l-gNav {
      padding: 0 20px;
      margin: 30px auto 0;
  }

}


@media screen and (max-width: 767px){

  .l-gNav {
    display: none;
    margin: 0 auto;
    position: absolute;
    padding: 100px 0;
    width: 100%;
    left: 0;
    height: calc(100vh - 98px);
    top: 98px;
    background: url("/r_info/saiyo_oume/img/bg_menu_sp.png")no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow-y: scroll;
  }

  .l-gNav-list {
      max-width: 250px;
      margin: 0 auto;
  }

  .l-gNav a {
      color: #fff;
  }

  .l-gNav-list li {
      margin-bottom: 40px;
  }

  .l-gNav-list li a {
      font-size: 3rem;
      padding: 0;
  }

  .l-gNav-list li a::before {
      display: none;
  }

  .l-gNav-list li a span {
      color: #A1D2EA;
      font-size: 1.6rem;
      padding: 0 0 0 27px;
  }

  .l-gNav-list li .child li {
      margin: 15px 0 0;
  }


  .l-gNav-list li .child li a {
      padding: 0 0 0 30px;
      font-size: 2rem;
  }

  .l-gNav-list li .child li a::after {
      left: 15px;
  }

    .l-gNav-list li .child li a span {
        color: #A1D2EA;
        padding: 0;
    }

}
/* l-container
---------------------------------------------------------------------------- */

.l-container {
    width: calc(100% - 225px);
    margin: 0 0 0 auto;
}


@media screen and (max-width: 1280px){
  .l-container {
      width: calc(100% - 200px);
  }

}

@media screen and (max-width: 767px){

  .l-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 98px;
  }

}

/* l-footer
---------------------------------------------------------------------------- */

.l-footer {
    padding: 25px 50px 20px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
}

.l-footer .links {
  text-align: right;
}


.l-footer .links li {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.6rem;
  margin-right: 30px;
}

.l-footer .links li:last-child {
  margin: 0;
}

.l-footer .links li a {
  color: #707070;
  padding-left: 13px;
  position: relative;
}

.l-footer .links li a::before {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
  left: 0px;
  top: 3px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  border: 6px solid transparent;
  border-left: 6px solid #A1D2EA;
}

.l-footer .logo {
    max-width: 271px;
    margin: 50px auto 25px;
}

@media screen and (min-width: 768px){

  .l-footer .links li a:hover {
    text-decoration: underline;
  }

}


@media screen and (max-width: 767px){
  .l-footer {
    padding: 25px 20px 20px;
      font-size: 1rem;
  }

  .l-footer .links {
      text-align: center;
  }

  .l-footer .links li {
      font-size: 1.2rem;
  }

  .l-footer .logo {
      max-width: 170px;
      margin: 30px auto 10px;
  }
}


/* common
---------------------------------------------------------------------------- */

.m-content {
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 30px;
}

.m-heading {
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 25px;
    font-size: 2.5rem;
}

.m-heading span {
    display: block;
    color: #0076AF;
    font-size: 50px;
    font-size: 5rem;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.m-heading span:before {
    position: absolute;
    content: "";
    background: #A1D2EA;
    height: 4px;
    width: 168px;
    left: 50%;
    margin-left: -84px;
    bottom: 0;
}

/*
---------------------------------------------------------------------------- */

.rpa {
    font-size: 12.8px;
    font-size: 1.28rem;
    line-height: 1.8;
}

.m-lead_3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
	letter-spacing: 0.03em
}

.m-lead_2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
	letter-spacing: 0.217em
}

/*
---------------------------------------------------------------------------- */

.m-lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.nopc {
  display: none;
}

@media screen and (max-width: 1280px){
  .m-heading {
      font-size: 2rem;
  }

  .m-heading span {
      font-size: 4rem;
  }

	/*
---------------------------------------------------------------------------- */

  .rpa {
    font-size: 1.2rem;
  }
	
  .m-lead_3 {
    font-size: 1.5rem;
	letter-spacing: 0.03em
  }
	
  .m-lead_2 {
    font-size: 1.5rem;
	letter-spacing: 0.217em
  }
	
  .m-lead {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px){

  .m-content {
    padding: 0;
  }

  .m-heading {
    font-size: 2rem;
  }

  .m-heading span {
      font-size: 3rem;
  }

/*
---------------------------------------------------------------------------- */

  .rpa {
      font-size: 1.12rem;
  }
	
  .m-lead_3 {
      font-size: 1.4rem;
	  letter-spacing: 0.03em
  }
	
  .m-lead_2 {
      font-size: 1.4rem;
	  letter-spacing: 0.217em
  }
	
  .m-lead {
      font-size: 1.4rem;
  }


  .nopc {
    display: block;
  }

  .nosp {
    display: none;
  }
}


/* main
---------------------------------------------------------------------------- */

/* main */

.p-main {
    position: relative;
    margin: 0 auto 95px;
}

.p-main .lead {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 160px 0 0 150px;
    font-size: 50px;
    font-size: 5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.8;
    z-index: 10;
}



.p-main .slider .slider01 {
  width: 100%;
  height: 717px;
  background: url("/r_info/saiyo_oume/img/img_slider01_pc.jpg")no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.p-main .slider .slider02 {
  width: 100%;
  height: 717px;
  background: url("/r_info/saiyo_oume/img/img_slider02_pc.jpg")no-repeat;
  background-size: cover;
  background-position: center bottom;
}


.p-main .slider .slider03 {
  width: 100%;
  height: 717px;
  background: url("/r_info/saiyo_oume/img/img_slider03_pc.jpg")no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.p-main .scroll {
    position: absolute;
    z-index: 10;
    width: 20px;
    right: 60px;
    bottom: -70px;
}


@media screen and (max-width: 1280px){
  .p-main {
      margin: 0 auto 60px;
  }

  .p-main .slider .slider01,
  .p-main .slider .slider02,
  .p-main .slider .slider03 {
    height: 400px;
  }

  .p-main .lead {
      font-size: 4rem;
  }

  .p-main .scroll {
      right: 30px;
  }
}

@media screen and (max-width: 767px){

  .p-main {
    margin: 0 auto 10px;
  }


  .p-main .slider .slider01,
  .p-main .slider .slider02,
  .p-main .slider .slider03 {
    height: 670px;
  }

  .p-main .lead {
      font-size: 2.5rem;
      padding: 180px 29px 0;
  }

  .p-main .slider .slider01 {
    background: url("/r_info/saiyo_oume/img/img_slider01_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .p-main .slider .slider02 {
    background: url("/r_info/saiyo_oume/img/img_slider02_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center bottom;
  }


  .p-main .slider .slider03s {
    background: url("/r_info/saiyo_oume/img/img_slider03_sp.jpg")no-repeat;
    background-size: cover;
    background-position: center bottom;
  }

  .p-main .scroll {
      right: 10px;
  }


}

@media screen and (max-width: 375px) {
  .p-main .lead {
      font-size: 2.3rem;
  }
}

@media screen and (max-width: 320px) {
  .p-main .lead {
      font-size: 2rem;
  }
}


#js-main .slick-slide:focus {
  outline: none;
}

#js-main .slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

#js-main .slick-dots
{
    position: absolute;
    bottom: -32px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
#js-main .slick-dots li
{
    width: 12px;
    height: 12px;
    margin: 0 9px;
    padding: 0;
    vertical-align: middle;
}
#js-main .slick-dots li button
{
    width: 100%;
    height: 100%;
    padding: 0;
}

#js-main .slick-dots li button:before
{
    line-height: 1;
    border: solid 1px #0076AF;
    border-radius: 50%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 1;
}
#js-main .slick-dots li.slick-active button:before
{
    opacity: 1;
    background: #0076AF;
}

@media screen and (max-width: 1280px){
  .p-gallery .slider .item {
      height: 120px;
      margin: 0 5px;
  }
}

@media screen and (max-width: 767px){

  #js-main .slick-dots li
  {
      width: 8px;
      height: 8px;
      margin: 0 3px;
      padding: 0;
      vertical-align: middle;
  }


  #js-main
  {
      margin-bottom: 0;
  }

  #js-main .slick-dots {
    bottom: -20px;
  }

  .p-gallery .heading {
      font-size: 2rem;
  }

  .p-gallery .slider .item {
      width: 30%;
      height: 85px;
      margin: 0 5px;
  }
}

@media screen and (max-width: 320px) {
  .p-gallery .slider .item {
      height: 63px;
  }
}


/* about */
.p-about {
  padding: 60px 0 0;
  margin-bottom: 100px;
}

.p-about .content {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 30px;
}

.p-about .block {
    max-width: 570px;
    margin: 40px auto 50px;
}

.p-about .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-about .box {
    max-width: 379px;
    width: 45%;
    margin-bottom: 50px;
}

.p-about .box:last-child {
  margin-bottom: 0;
}

.p-about .img {
    width: 100%;
    height: 253px;
    margin: 0 auto 30px;
}

.p-about .detial dt {
    position: relative;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    color: #0076AF;
}

.p-about .detial dd {
    color: #3D3D3D;
    font-size: 16px;
    font-size: 1.6rem;
}

.p-about .detial {
    margin-bottom: 30px;
}

.p-about a.link {
    position: absolute;
    color: #0076AF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    right: 0;
    top: 10px;
    padding-left: 15px;
    transition: .3s;
}

.p-about a.link::before {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
  left: 0px;
  top: 5px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  border: 6px solid transparent;
  border-left: 6px solid #A1D2EA;
}

.p-about .heading {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px){
  .p-about a.link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 1280px){
  .p-about .box {
      width: 48%;
  }

  .p-about .img {
      height: 170px;
      margin: 0 auto 20px;
  }

  .p-about .detial dt {
      font-size: 2.5rem;
  }

  .p-about a.link {
      font-size: 1.4rem;
      top: 8px;
  }

  .p-about a.link::before {
      top: 3px;
  }

  .p-about .detial dd {
      font-size: 1.4rem;
  }

  .p-about .detial {
      margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px){

  .p-about {
    margin-bottom: 30px;
  }

  .p-about .box {
      width: 100%;
      margin-bottom: 20px;
  }

  .p-about .img {
    height: 210px;
    margin: 0 auto 20px;
  }

  .p-about .detial dt {
      font-size: 2.5rem;
  }

  .p-about a.link {
      font-size: 1.4rem;
      top: 9px;
      padding-left: 10px;
  }

  .p-about a.link::before {
      top: 3px;
  }

  .p-about .detial dd {
      font-size: 1.4rem;
  }

  .p-about .detial {
      margin-bottom: 20px;
  }


}

/* message */

.p-message {
  padding: 50px 0 40px;
}


.p-message .block {
    max-width: 570px;
    margin: 40px auto 60px;
}

.p-message .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-message .box {
    max-width: 470px;
    background: #F0FAFF;
    width: 49%;
    padding: 40px 50px;
    margin-bottom: 20px;
}

/*
---------------------------------------------------------------------------- */

.p-message .box .heading_2 {
    color: #0076AF;
    font-size: 35px;
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    transform: scale(0.77, 1);
    transform-origin: top left;
    width: 130%;
}

.p-message .box .heading {
    color: #0076AF;
    font-size: 35px;
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.p-message .box .img {
  max-width: 177px;
  margin: 10px auto 20px;
}

/*
---------------------------------------------------------------------------- */

.p-message .box .img2 {
  max-width: 400px;
  margin: 10px auto 20px;
}

.p-message .box:last-child {
  padding: 0;
  background: none;
}

.p-message .pic {
  width: 100%;
  height: 416px;
  position: relative;
}

.p-message .pic figcaption {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  background: #0076AF;
  min-height: 50px;
  padding: 10px;
}

@media screen and (max-width: 1280px){
  .p-message .box {
      padding: 30px;
  }

/*
---------------------------------------------------------------------------- */
	
  .p-message .box .heading_2 {
    font-size: 2.5rem;
  }
	
  .p-message .box .heading {
      font-size: 2.5rem;
  }

  .p-message .pic {
      height: 240px;
  }

  .p-message .pic figcaption {
      font-size: 1.6rem;
      min-height: auto;
      bottom: 10px;
  }
}

@media screen and (max-width: 767px){

  .p-message .block {
    padding: 0 30px;
  }


  .p-message .box {
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
  }

/*
---------------------------------------------------------------------------- */
	
  .p-message .box .heading_2 {
    font-size: 3rem;
  }
	
  .p-message .box .heading {
      font-size: 3rem;
  }

  .p-message .pic {
      height: 180px;
  }

  .p-message .pic figcaption {
      font-size: 1.6rem;
      min-height: auto;
      padding: 5px;
      bottom: 10px;
  }

}

/*
---------------------------------------------------------------------------- */

@media screen and (max-width: 320px){
  .p-message .box .heading {
      font-size: 2.5rem;
      letter-spacing: 0;
  }
}

/* interview */

.p-interview {
  padding: 50px 0 0;
}

.p-interview .block {
    max-width: 830px;
    margin: 20px auto 40px;
    padding: 0 30px;
}

.p-interview .ttl-area {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 50px;
}

.p-interview .ttl-area .heading {
    color: #0076AF;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    font-size: 5rem;
    background: #F0FAFF;
    letter-spacing: 0.1em;
    width: calc(100% - 130px);
    padding: 26px 0;
}

.p-interview .ttl-area .number {
    width: 130px;
    text-align: center;
    background: #0076AF;
    color: #fff;
    font-weight: bold;
    font-size: 60px;
    font-size: 6rem;
    line-height: 1;
    min-height: 130px;
    padding: 22px 0;
}

.p-interview .ttl-area .number span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 10px;
}

.p-interview .content .lead {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #0076AF;
  margin-bottom: 40px;
  padding-left: 50px;
}


.p-interview .content .box {
  width: 49%;
  max-width: 470px;
}

.p-interview .content .fl {
  float: left;
}

.p-interview .content .fr {
  float: right;
}

.p-interview .content .clearfix {
  margin-bottom: 30px;
}

.p-interview .content .box .detail {
    background: #0076AF;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.p-interview .content .box .detail dt span {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}

.p-interview .content .box .detail dt {
    text-align: center;
    width: 220px;
    font-size: 30px;
    font-size: 3rem;
    padding: 12px 0;
    line-height: 1.2;
}

/*
---------------------------------------------------------------------------- */

.p-interview .content .box .detail dd {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.p-interview .content .box .heading {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #0076AF;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.p-interview .content .box .caption {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: right;
    padding: 5px 0 0;
}

.p-interview .content {
  padding-bottom: 110px;
  position: relative;
  margin-bottom: 100px;
}

.p-interview .content::before {
  position: absolute;
  content: "";
  background: #A1D2EA;
  height: 4px;
  width: 168px;
  left: 50%;
  margin-left: -84px;
  bottom: 0;
}

.p-interview .content .flex .box {
  width: 100%;
  max-width: inherit;
  margin-bottom: 30px;
}

#interview02::before {
  display: none;
}

#interview02 {
  padding-bottom: 0;
}

@media screen and (max-width: 1280px){
  .p-interview .ttl-area .heading {
      font-size: 3rem;
      width: calc(100% - 100px);
  }

  .p-interview .ttl-area .number {
      font-size: 4rem;
      width: 100px;
      min-height: auto;
      padding: 18px 0;
  }

  .p-interview .ttl-area .number span {
      font-size: 1.4rem;
  }

  .p-interview .ttl-area {
      margin: 0 auto 30px;
  }

  .p-interview .content .lead {
      font-size: 2.5rem;
      padding-left: 30px;
  }


    .p-interview .content .box {
      width: 100%;
      margin: 0 auto;
    }

    .p-interview .content .flex .box {
      margin-bottom: 0;
    }

    .p-interview .content .fl {
      float: inherit;
    }

    .p-interview .content .fr {
      float: inherit;
    }

    .p-interview .content .flex {
      display: flex;
      flex-wrap: wrap-reverse;
    }

    .p-interview .content .box .inner {
        padding: 40px 30px;
    }

    .p-interview .content .flex .box .inner {
      padding-bottom: 0;
    }

    .p-interview .content .box .caption {
        font-size: 1.2rem;
        padding: 5px 10px 0 0;
    }

}

@media screen and (max-width: 767px){

  .p-interview .ttl-area {
    display: block;
    margin: 0 auto 20px;
  }

  .p-interview .ttl-area .number {
      width: 210px;
      text-align: left;
      display: flex;
      align-items: end;
      padding: 5px 20px 5px 40px;
      font-size: 3rem;
      min-height: auto;
  }

  .p-interview .ttl-area .number span {
      font-size: 1.2rem;
      padding-right: 30px;
      line-height: 1;
  }

  .p-interview .ttl-area .heading {
    max-width: calc(100% - 35px);
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 2.5rem;
    padding: 20px 30px;
    text-align: left;
  }

  .p-interview .content .lead {
    padding: 0 30px;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .p-interview .content .box .detail dt {
    font-size: 2.5rem;
    text-align: left;
    width: 100%;
    padding: 0 0 5px;
  }

  .p-interview .content .box .detail {
      display: block;
      padding: 10px 40px;
      margin: 0;
  }

  .p-interview .content .box .detail dd {
      width: 100%;
  }

  .p-interview .content .box .detail dt span {
      display: inline-block;
      padding-left: 15px;
  }

  .p-interview .content .box .heading {
      font-size: 2rem;
      margin-bottom: 30px;
  }

  .p-interview .content .clearfix {
      margin: 0;
  }


  .p-interview .content {
    padding-bottom: 70px;
    margin-bottom: 60px;
  }


}

/* entry */

.p-entry {
  background: #E4F3FD;
  padding: 45px 0;
}

.p-entry .content {
  max-width: 770px;
  margin: 0 auto;
}

.p-entry .flex {
  display: flex;
  justify-content: space-between;
}

.p-entry .flex .box {
  background: #fff;
  border-radius: 20px;
  height: 270px;
  width: 270px;
  padding: 40px 0 0;
}

.p-entry .flex .box .img {
  max-width: 269px;
  margin: 0 auto;
}

/*
---------------------------------------------------------------------------- */



.p-entry .flex .box a {
    display: block;
    background: #0076B0;
    color: #fff;
    width: 180px;
    margin: 0 auto;
    border-radius: 30px;
    min-height: 58px;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 10px 0;
    transition: .3s;
}

.p-entry .flex .box a::before {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 2;
  right: 10px;
  top: 20px;
  box-sizing: border-box;
  width: 17px;
  height: 14px;
  border: 8px solid transparent;
  border-left: 9px solid #fff;
}

.p-entry .button a {
    display: block;
    background: #0076B0;
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    border-radius: 70px;
    padding: 18px 0;
    transition: .3s;
}

.p-entry .button {
    margin: 70px auto 0;
}

.p-entry .block {
  max-width: 570px;
  margin: 20px auto 40px;
}

@media screen and (min-width: 768px){

  .p-entry .flex .box a:hover {
    opacity: .7;
  }

  .p-entry .button a:hover {
    opacity: .7;
  }

}

@media screen and (max-width: 1280px){
  .p-entry .button a {
      font-size: 2rem;
  }

  .p-entry .button {
      margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px){
  .p-entry .flex {
      display: block;
  }

  .p-entry .block {
      padding: 0 30px;
  }

  .p-entry .flex .box {
      margin: 0 auto 45px;
  }

  .p-entry .button a {
      font-size: 1.8rem;
  }

  .p-entry .content {
      padding: 0 30px;
  }

  .p-entry .button {
      margin: 0 auto;
  }
}

@media screen and (max-width: 320px) {
  .p-entry .button a {
      font-size: 1.4rem;
  }
}

/* work */

.p-work {
  padding: 50px 0 0;
  margin-bottom: 50px;
}

.p-work .inner {
  margin: 70px auto 0;
}

.p-work .block {
  border-top: solid 15px #F0FAFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
}

.p-work .block:last-child {
  border-bottom: solid 15px #F0FAFF;
}

.p-work .block dt {
  width: 300px;
  padding: 0 0 0 40px;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  color: #0076AF;
  line-height: 1.2;
}

.p-work .block dd {
  width: calc(100% - 300px);
  font-size: 20px;
  font-size: 2rem;
  color: #333333;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-right: 70px;
}


@media screen and (max-width: 1280px){

  .p-work {
    padding: 50px 30px 0;
  }

  .p-work .block dt {
      font-size: 2.5rem;
      width: 230px;
  }

  .p-work .block dd {
      width: calc(100% - 230px);
      font-size: 1.6rem;
      padding-right: 40px;
  }

  .p-work .block {
      padding: 30px 0;
      border-top: solid 10px #F0FAFF;
  }

  .p-work .block:last-child {
      border-bottom: solid 10px #F0FAFF;
  }

}

@media screen and (max-width: 767px){

  .p-work {
    margin-bottom: 30px;
  }

  .p-work .block {
      padding: 20px 0;
      border-top: solid 5px #F0FAFF;
      flex-wrap: wrap;
  }

  .p-work .block:last-child {
      border-bottom: solid 5px #F0FAFF;
  }

  .p-work .block dt {
      font-size: 2rem;
      width: 100%;
      padding: 0 0 10px;
      line-height: 1.4;
  }

  .p-work .block dd {
      width: 100%;
      font-size: 1.4rem;
      padding-right: 0;
      line-height: 1.8;
  }

  .p-work .inner {
    margin: 20px auto 0;
  }
}
