@charset "UTF-8";

/* 共通 -------------------------*/
body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,'suns-serif';
  font-weight: 400;}

.box_inr {
  width: 980px;
  margin: 0 auto;}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;}

.navfix{
  margin-top: 80px;}

.bg_blue { background: #69c8d6;}
.bg_pink { background: #f58eb4;}

.fs10 { font-size: 10px; }

/* in-viewスタイル */
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 40px);
  -webkit-transform: translate(0, 40px);
  transition: 0.8s;
  transition-delay: .5s;}
  
.fadeInPin {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 0.8s;
  transition-delay: 1s;}

.inviewfadeInUp.fadeInBtn {
  transition: 0.6s;
  transition-delay: .4s;}

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);}


/* ヘッダー -------------------------*/
.wip_north div#container div#header_area { border-bottom:none;}

.wip_north div#container div#content_area { border-top: none;}


/* グローバルナビ -------------------------*/
.gnav_area {
  max-height: 80px;
  background: rgb(251,128,151);
  background: -moz-linear-gradient(left, rgb(251,128,151) 0%, rgb(243,109,147) 51%, rgb(239,140,179) 100%);
  background: -webkit-linear-gradient(left, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  background: linear-gradient(to right, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8097', endColorstr='#ef8cb3',GradientType=1 );
  color: #ffffff;}

.gnav_area .box_gnav a {
  display: table-cell;
  vertical-align: middle;
  width: 163px;
  height: 80px;
  padding: 14px 4px;
  box-sizing: border-box;}

.gnav_area .box_gnav a:hover { background: #ee86a8;}

.gnav_area .box_gnav .nav_act { background: #ee86a8;}

.gnav_area .box_gnav { display: table;}

.gnav_area .box_gnav li {
  display: table-cell;
  font-size: 14px;
  text-align: center;
  line-height: 1;}

.gnav_area .box_gnav li span {
  display: inline-block;
  margin-top: 8px;
  font-size: 10px;}

/* .scrollfixed_nav
**************************/
.scrollfixed_nav{
	position: absolute;
	width: 100%;
	z-index: 50;
}

.scrollfixed_nav.is_active{
	position: fixed;
	top: 0;
}


@media screen and (max-width: 769px) {
  #content_area {
    position: relative;}
  
  .sp_gnav .nav_icon {
    display: block;
    width: 60px;
    height: 60px;
    background: #ea6188;}
  
  .sp_gnav .nav_icon span {
    display: block;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;}
  
  /* スマホグロナビボタンの動き */
  .type_01 span {
    -webkit-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  
  .type_01 .top {
  -webkit-transform: translateY(-11px);
      -ms-transform: translateY(-11px);
          transform: translateY(-11px); }
  .type_01 .bottom {
  -webkit-transform: translateY(11px);
      -ms-transform: translateY(11px);
          transform: translateY(11px); }
  
  .type_01.is-open .middle {
    background: #ea6188;}
  .type_01.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);}
  .type_01.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);}
  
  .sp_gnav .btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;}
    
  .sp_gnav .drawr {
    width:100%;
    padding:40px 20px;
    background-color: rgba(243, 109, 147, 0.95);
    box-sizing: border-box;
    overflow: auto;
    transition: left 0.6s ease 0s;/* ナビが閉じる時の速さ*/
    
    position: fixed;
    top: 0px;
    left:100%;
    z-index: 100;}
  
  .sp_gnav .drawr.open {
    left: 0;
    transition: left 0.8s ease 0s;}/* ナビが開く時の速さ*/
  
  .sp_gnav #menu li {
    width:100%;
    text-align: center;}
    
  .sp_gnav #menu li+li {
    margin-top: 20px;}
  
  .sp_gnav #menu li a {
    display: block;
    color:#fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;}
  
  .sp_gnav #menu li a span {
    font-weight: normal;}
}


/* メインヴィジュアル -------------------------*/
.box_mv_01 {
  width: 100%;
  margin-top: 80px;
  background: url(../images/mian_bg_01.jpg) no-repeat center center;
  background-size: cover;}

.box_mv_01 .box_inr{ position: relative;}

.box_mv_01 .btn_box_01 {
  position: absolute;
  top: 320px;
  right: 120px;}

.box_mv_01 .btn_box_01 a {
  display: block;
  width: 280px;
  padding:17px 38px;
  border: 3px solid #f87894;
  border-radius: 50px;
  box-sizing: border-box;
  color: #ea6188;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  transition: 0.3s;}

.box_mv_01 .btn_box_01 a span.icon_search {
  padding-left: 34px;
  background: url(../images/icon_search.png) no-repeat left center;
  font-weight: bold;}

.box_mv_01 .btn_box_01 a:hover {
  background: #feecef;}


/* チャプター -------------------------*/
.chapter .box_bg_01{
  position: relative;}

.chapter .box_bg_01::before,
.chapter .box_bg_01::after {
  content: '';
  display: inline-block;}

.chapter .box_bg_01::before {
  width: 480px;
  height: 500px;
  background: url(../images/chap_bg_01.png) no-repeat;
  position: absolute;
  top: 30px;
  left: -425px;
  z-index: 1;}

.chapter .box_bg_01::after {
  width: 460px;
  height: 560px;
  background: url(../images/chap_bg_02.png) no-repeat;
  position: absolute;
  top: 150px;
  right: -440px;
  z-index: 1;}

.chapter h2 { font-size: 32px;}

.chapter h3 { font-size: 24px;}

.chapter h4 {
  color: #54616f;
  font-size: 16px;}

.chapter p {
  color: #54616f;
  font-size: 16px;
  font-weight: normal;}

.chapter .chap_txt {
  margin-top: 60px;
  font-size: 16px;
  text-align: center;}

.chapter .box_inr {
  padding-top: 85px;}

.chapter .chap_ttl span {
  display: block;
  text-align: center;}

.chapter .chap_ttl .ttl_txt {
  margin-top: 5px;
  color: #08182a;}

.chapter .sub_txt {
  margin-top: 35px;
  color: #ea6188;
  font-size: 20px;
  text-align: center;}


/* CHAP01 */
#chap01 .interview_box_01,
#chap01 .interview_box_02 {
  margin-top: 60px;
  min-height: 475px;
  position: relative;}

#chap01 .interview_box_01 { padding-top: 140px; }
#chap01 .interview_box_02 { padding-top: 80px; }

#chap01 .interview_box_01 h3,
#chap01 .interview_box_02 h3 {
  width: 500px;
  position: absolute;
  top: 0;
  color: #fff;
  z-index: 3;}

#chap01 .interview_box_01 h3 { left: 60px; }
#chap01 .interview_box_02 h3 { right: 60px; }

#chap01 .interview_box_01 h3 > span,
#chap01 .interview_box_02 h3 > span {
  display: inline-block;
  padding: 13px 20px;
  box-sizing: border-box;
  
  background: rgb(251,128,151);
  background: -moz-linear-gradient(left, rgb(251,128,151) 0%, rgb(243,109,147) 51%, rgb(239,140,179) 100%);
  background: -webkit-linear-gradient(left, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  background: linear-gradient(to right, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8097', endColorstr='#ef8cb3',GradientType=1 )}

#chap01 .interview_box_01 h3 span {
  margin-bottom: 10px;}

#chap01 .interview_box_01 .img_box,
#chap01 .interview_box_02 .img_box {
  position: absolute;
  top: 20px;
  z-index: 2;}

#chap01 .interview_box_01 .img_box { right: 0;}
#chap01 .interview_box_02 .img_box { left: 0;}

#chap01 .interview_box_01 .text_box,
#chap01 .interview_box_02 .text_box {
  width: 560px;
  min-height: 340px;
  background: #f6f7f8;
  box-sizing: border-box;
  position: static;
  z-index: 1;}

#chap01 .interview_box_01 .text_box { padding: 60px 134px 40px 60px;}
#chap01 .interview_box_02 .text_box {
  float: right;
  padding: 60px 60px 40px 134px;}

#chap01 .text_box p {
  margin-top: 1em;
  line-height: 2;}


/* CHAP02 */
.graph_box {
  margin-top: 70px;}

.graph_box .graph_inr {
  position: relative;
  padding: 66px 56px;
  border: 4px solid #f6f7f8;
  border-radius: 10px;
  z-index: 10;}

.graph_box .graph_inr+.graph_inr {
  margin-top: 80px;}

.graph_box .graph_inr h3 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  color: #54616f;
  text-align: center;}

.graph_box .graph_inr .graph_ttl_01 { width: 660px; }
.graph_box .graph_inr .graph_ttl_02 { width: 790px; }
.graph_box .graph_inr .graph_ttl_03 { width: 735px; }

.graph_box .graph_inr h3 > span {
  padding: 0 20px;
  background: url(../images/txt_bg_01.gif) repeat-x 0 bottom;}

.graph_box .box_column2 { margin-left: -60px;}

.graph_box .box_column2 .col {
  float: left;
  width: 400px;
  margin-left: 60px;}

.graph_box .box_column2 h4 {
  position: relative;
  display: table;
  width: 100%;
  min-height: 100px;
  padding: 22px 20px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;}

.graph_box .box_column2 h4::before {
  content: '';
  display: table-cell;
  width: 46px;
  height: 53px;
  background: url(../images/icon_q.png) no-repeat 0 center;}

.graph_box .box_column2 h4 span {
  display: table-cell;
  padding: 0 18px;
  vertical-align: middle;
  text-align: left;
  line-height: 1.4;}

.graph_box .box_column2 h4::after {
  content: '';
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -24px;
  right: 0;}

.graph_box .box_column2 h4.bg_blue::after {
  border: 10px solid transparent;
  border-top: 14px solid #69c8d6;}

.graph_box .box_column2 h4.bg_pink::after {
  border: 10px solid transparent;
  border-top: 14px solid #f58eb4;}

.graph_box .box_column2 .graph_img {
  margin-top: 30px;
  text-align: center;}


/* CHAP03 */
#chap03 .ttl_icon img {
  margin: 0 auto;}

#chap03 .office_box_01,
#chap03 .office_box_02 {
  margin-top: 65px;
  padding-top: 140px;
  min-height: 420px;
  position: relative;}

#chap03 .office_box_01 .office_ttl {
  position: absolute;
  top: 0;
  right: 0;}

#chap03 .office_box_02 .office_ttl {
  position: absolute;
  top: 0;
  left: 0;}

#chap03 .office_box_01 .office_ttl:after,
#chap03 .office_box_02 .office_ttl:after {
  content: '';
  width: 14px;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -10px;
  right: 0;}

#chap03 .office_box_01 .office_ttl:after {
  background: url(../images/arrow_blue.png) no-repeat;}

#chap03 .office_box_02 .office_ttl:after {
  background: url(../images/arrow_pink.png) no-repeat;}

#chap03 .office_box_01 h3,
#chap03 .office_box_02 h3 {
  position: relative;
  width: 350px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  z-index: 10;}

#chap03 .office_box_01 h3 { padding: 38px 70px;}
#chap03 .office_box_02 h3 { padding: 38px 80px;}

#chap03 .office_box_01 h3 { background: url(../images/ttl_bg_blue.gif) repeat 0 0;}
#chap03 .office_box_02 h3 { background: url(../images/ttl_bg_pink.gif) repeat 0 0;}

#chap03 .office_box_01 h3::before,
#chap03 .office_box_01 h3::after {
  content: '';
  display: inline-block;
  width: 47px;
  height: 80px;
  position: absolute;
  bottom: 0;}

#chap03 .office_box_01 h3::before {
  left: 16px;
  background: url(../images/chap03_icon_01.png) no-repeat;}

#chap03 .office_box_01 h3::after {
  right: 20px;
  background: url(../images/chap03_icon_02.png) no-repeat;}

#chap03 .office_box_02 h3::before,
#chap03 .office_box_02 h3::after {
  content: '';
  display: inline-block;
  width: 57px;
  height: 86px;
  position: absolute;
  bottom: 0;}

#chap03 .office_box_02 h3::before {
  left: 17px;
  background: url(../images/chap03_icon_03.png) no-repeat;}

#chap03 .office_box_02 h3::after {
  right: 11px;
  background: url(../images/chap03_icon_04.png) no-repeat;}

#chap03 .office_box_01 .img_box,
#chap03 .office_box_02 .img_box {
  position: absolute;
  top: 20px;
  z-index: 2;}

#chap03 .office_box_01 .img_box {
  left: 0;}

#chap03 .office_box_02 .img_box {
  right: 0;}

#chap03 .office_box_01 .text_box,
#chap03 .office_box_02 .text_box {
  width: 480px;
  min-height: 260px;
  background: #f6f7f8;
  box-sizing: border-box;
  position: static;
  z-index: 1;}

#chap03 .office_box_01 .text_box {
  float: right;
  padding: 58px 75px 58px 120px;}

#chap03 .office_box_02 .text_box {
  padding: 58px 120px 58px 75px;}


/* CHAP04 */
#chap04 .ttl_icon img {
  margin: 0 auto;}

#chap04 .plaza_img {
  margin-top: 60px;
  padding-top: 550px;
  background: url(../images/chap04_img_01.jpg) no-repeat 0 0;
  position: relative;
  z-index: 10;}

#chap04 .box_column2 .column_inr {
  margin-left: -60px;}

#chap04 .box_column2 .point {
  float: left;
  width: 460px;
  margin-left: 60px;
  box-sizing: border-box;}

#chap04 .box_column2 .point_head {
  background: #f6f7f8;
  border-radius: 10px 10px 0 0;}

#chap04 .box_column2 .point_head dl {
  display: table;
  min-height: 120px;}

#chap04 .box_column2 .point_head dt,
#chap04 .box_column2 .point_head dd {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;}

#chap04 .box_column2 .point_head dt {
  width: 90px;
  padding: 0 26px;
  border-right: 1px solid #ea6188;
  color: #ea6188;
  font-size: 26px;
  text-align: center;
  font-weight: normal;}

#chap04 .box_column2 .point_head dt span {
  font-size: 10px;
  font-weight: bold;}

#chap04 .box_column2 .point_head dd {
  padding: 0 30px;
  color: #54616f;
  font-size: 24px;
  font-weight: bold;}

#chap04 .box_column2 .point_head dd span {
  color: #ea6188;}

#chap04 .box_column2 .point_head .img {
  padding-bottom: 38px;
  text-align: center;}

#chap04 .box_column2 .point_txt {
  position: relative;
  padding: 38px 60px 40px;
  background: rgb(251,128,151);
  background: -moz-linear-gradient(left, rgb(251,128,151) 0%, rgb(243,109,147) 51%, rgb(239,140,179) 100%);
  background: -webkit-linear-gradient(left, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  background: linear-gradient(to right, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8097', endColorstr='#ef8cb3',GradientType=1 );
  border-radius: 0 0 10px 10px;}

#chap04 .box_column2 .point_txt p {
  color: #ffffff;
  font-size: 16px;}

#chap04 .box_column2 .point_txt p:before {
  content: '';
  width: 0;
  height: 0;
  margin: 0 auto;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  border: 10px solid transparent;
  border-bottom: 14px solid #f36d93;}


.map_area {
  margin-top: 60px;}

.map_area .box_inr {
  position: relative;
  padding: 0;}

.map_area .box_inr .map_pin {
  position: absolute;
  top: 25px;
  left: 542px;}

.box_plaza {
  width: 980px;
  margin: 0 auto;
  padding: 56px 60px 0;}

.box_plaza p {
  font-size: 24px;
  font-weight: bold;}

.box_plaza .info table {
  width: 100%;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.4;}

.box_plaza .info table tr {
  border-bottom: 2px solid #fff;}

.box_plaza .info th {
  width: 23.25581%;
  padding: 30px;
  background: #f58eb4;
  color: #fff;
  text-align: center;}

.box_plaza .info td {
  width: 69.76744%;
  padding: 30px;
  background: #f6f7f8;
  color: #54616f;}

.box_plaza .info th,
.box_plaza .info td {
  vertical-align: middle;}


/* CHAP05 */
#chap05 .box_inr {
  padding-bottom: 130px;}

#chap05 .btn_box_02 a {
  display: block;
  width: 558px;
  margin: 60px auto 0;
  padding: 47px 0;
  background: rgb(251,128,151);
  background: -moz-linear-gradient(left, rgb(251,128,151) 0%, rgb(243,109,147) 51%, rgb(239,140,179) 100%);
  background: -webkit-linear-gradient(left, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  background: linear-gradient(to right, rgb(251,128,151) 0%,rgb(243,109,147) 51%,rgb(239,140,179) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb8097', endColorstr='#ef8cb3',GradientType=1 );
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  border-radius: 60px;}


/* プライバシー -------------------------*/
.box_mark_001 { padding: 22px 0;}

.box_mark_001 a {
  display: block;
  margin: 0 auto;
  width: 75px;
  height: 75px;}

/* トップへ戻る -------------------------*/
#pageTop {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  z-index: 10;}

#pageTop a { display: block;}

#pageTop a:hover {
  opacity:0.7;
  filter:alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";}


@media screen and (max-width: 769px) {
  /* 共通 -------------------------*/
  .box_inr {
    width: 100%;}
  
  .navfix{
    margin-top: 0px;}
  
  /* メインヴィジュアル -------------------------*/
  .box_mv_01 {
    margin-top: 0;
    background: url(../images/sp/mian_bg_01.jpg) no-repeat center center;
    background-size: 100%;}
  
  .box_mv_01 .btn_box_01 {
    top: 83%;
    right: 14.0625%;}
  
    .box_mv_01 .btn_box_01 {
      width: 71.875%;}
  
  .box_mv_01 .btn_box_01 a {
    display: block;
    width: 100%;
    padding:15px 35px;
    border: 3px solid #f87894;
    font-size: 16px;
    transition: 0.3s;}
    
  .box_mv_01 .btn_box_01 a span.icon_search {
    padding-left: 26px;
    background-size: 15px;}
  
  /* チャプター -------------------------*/
  .chapter .box_bg_01::before {
    width: 120px;
    height: 125px;
    background-size: 100%;
    top: 180px;
    left: -25px;
    z-index: 1;}
  
  .chapter .box_bg_01::after {
    width: 115px;
    height: 135px;
    background-size: 100%;
    top: 180px;
    right: -25px;
    z-index: 1;}
  
  .chapter .box_inr {
    padding-top: 40px;}
  
  .chapter h2 { font-size: 24px;}

  .chapter h3 { font-size: 16px;}
  
  .chapter h4 { font-size: 12px;}
  
  .chapter p { font-size: 12px;}
  
  .chapter .chap_txt {
    margin-top: 37px;
    padding: 0 20px;
    font-size: 12px;
    text-align: left;}
  
  .chapter .chap_ttl span {
    margin: 0 auto;}
  
  .chapter .sub_txt {
    margin-top: 37px;
    padding: 0 20px;
    font-size: 16px;}
  
  .chapter .chap_txt,
  .chapter .sub_txt {
    position: relative;
    z-index: 10;}
  
  /* CHAP01 */
  #chap01 { margin-bottom: -40px;}
  
  #chap01 .ttl_icon {
    width: 70.3125%;}
  
  #chap01 .interview_box_01,
  #chap01 .interview_box_02 {
    min-height: 505px;}
  
  #chap01 .interview_box_01 {
    margin-top: 40px;
    padding-top: 0;}
  #chap01 .interview_box_02 {
    margin-top: 0;
    padding-top: 0; }
  
  #chap01 .interview_box_01 h3,
  #chap01 .interview_box_02 h3 {
    width: 100%;
    padding: 0 20px;
    position: relative;
    left: 0;
    z-index: 3;}
  
  #chap01 .interview_box_01 h3 span {
    padding: 7px 10px;
    margin-bottom: 5px;}
  
  #chap01 .interview_box_02 h3 {
    text-align: right;}
  
  #chap01 .interview_box_02 h3 > span {
    padding: 7px 10px;}
  
  #chap01 .interview_box_01 .img_box {
    padding: 0 20px 0 60px;
    position: relative;
    top: -20px;
    z-index: 2;}
  
  #chap01 .interview_box_02 .img_box {
    padding: 0 60px 0 20px;
    position: relative;
    top: -8px;
    padding: 0 18.75% 0 6.25%;}
  
  #chap01 .interview_box_01 .text_box,
  #chap01 .interview_box_02 .text_box {
    width: 100%;
    min-height: 61.85567%;
    position: relative;
    top: -40px;
    z-index: 1;}
  
  #chap01 .interview_box_01 .text_box {
    padding: 80px 20px 40px;}
    
  #chap01 .interview_box_02 .text_box {
    float: none;
    padding: 80px 20px 40px;}
  
  #chap01 .text_box p {
    line-height: 2;}
  
  
  /* CHAP02 */
  #chap02 .ttl_icon {
    width: 71.875%;}
  
  .graph_box {
    margin-top: 40px;
    padding: 0 20px;}
  
  .graph_box .graph_inr {
    width: 100%;
    padding: 73px 18px 48px;
    border: 2px solid #f6f7f8;
    z-index: 1;}
  
  .graph_box .graph_inr+.graph_inr {
    margin-top: 50px;}
  
  .graph_box .graph_inr h3 {
    top: -10px;
    line-height: 1.4;}
  
  .graph_box .graph_inr .graph_ttl_01 { padding: 0 10px; width: 89.28571%; }
  .graph_box .graph_inr .graph_ttl_02 { padding: 0 10px; width: 89.28571%; }
  .graph_box .graph_inr .graph_ttl_03 { padding: 0 10px; width: 89.28571%; }
  
  .graph_box .graph_inr h3 > span {
    padding: 0;}
  
  .graph_box .box_column2 { margin-left: 0;}
  
  .graph_box .box_column2 .col {
    float: none;
    width: 100%;
    margin-left: 0;}
  
  .graph_box .box_column2 .col+.col {
    margin-top: 50px;}
  
  .graph_box .box_column2 h4 {
    min-height: 80px;
    padding: 20px;
    font-size: 16px;}
  
  .graph_box .box_column2 h4 {
    padding: 0 15px;}
  
  .graph_box .box_column2 h4::before {
    width: 23px;
    height: 27px;
    background-size: 100%;}
  
  .graph_box .box_column2 .graph_img {
    margin-left: -10px;
    margin-right: -10px;}
  
  /* CHAP03 */
  #chap03 .ttl_icon {
    width: 73.75%;}
  
  #chap03 .office_box_01,
  #chap03 .office_box_02 {
    margin-top: 39px;
    padding-top: 90.625%;
    min-height: 490px;}
  
  #chap03 .office_box_01 .office_ttl,
  #chap03 .office_box_02 .office_ttl {
    width: 100%;
    padding: 0 20px;
    z-index: 3;}
  
  #chap03 .office_box_01 h3,
  #chap03 .office_box_02 h3 {
    width: 100%;}
  
  #chap03 .office_box_01 h3::before,
  #chap03 .office_box_02 h3::before {
    left: 15px;}
  
  #chap03 .office_box_01 h3::after,
  #chap03 .office_box_02 h3::after {
    right: 15px;}
  
  #chap03 .office_box_01 .img_box,
  #chap03 .office_box_02 .img_box {
    top: 130px;
    padding: 0 20px;}
  
  #chap03 .office_box_01 .text_box,
  #chap03 .office_box_02 .text_box {
    width: 100%;
    min-height: 31.25%;}
  
  #chap03 .office_box_01 .text_box {
    float: none;
    padding: 79px 20px 40px;}
  
  #chap03 .office_box_02 .text_box {
    padding: 79px 20px 40px;}
  
  /* CHAP04 */
  #chap04 .ttl_icon {
    width: 82.8125%;}
  
  #chap04 .plaza_img {
    margin-top: 40px;
    padding-top: 285px;
    background: url(../images/sp/chap04_img_01.jpg) no-repeat 0 0;
    background-size: 100%;
    z-index: 1;}
  
    #chap04 .box_column2 {
      padding: 0 20px;}
  
  #chap04 .box_column2 .column_inr {
    margin-left: 0;}
  
  #chap04 .box_column2 .point {
    float: none;
    width: 100%;
    margin-left: 0;}
  
  #chap04 .box_column2 .point+.point {
    margin-top: 20px;}
  
  #chap04 .box_column2 .point_head dl {
    width: 100%;
    min-height: 80px;
    font-size: 16px;}
  
  #chap04 .box_column2 .point_head dt {
    width: 28.57142%;
    padding: 0 21px;
    font-size: 26px;
    line-height: 1.2;}
  
  #chap04 .box_column2 .point_head dd {
    width: 71.42857%;
    padding: 0 21px;
    font-size: 16px;}
  
  #chap04 .box_column2 .point_head .img {
    padding: 20px 20px 30px;}
  
  #chap04 .box_column2 .point_txt {
    padding: 39px 20px;}
  
  #chap04 .box_column2 .point_txt p {
    font-size: 12px;}
  
  
  /* map_area */
  .map_area {
    margin-top: 40px;
    background: none;}
  
  .map_area > .box_inr {
    padding-top: 0;}
  
  .map_area .box_inr .map_pin {
    width: 37.1875%;
    top: 4.6875%;
    left: 58.28125%;}
  
  
  /* box_plaza */
  .box_plaza {
    width:100%;
    margin: 0 auto;
    padding: 38px 20px 0;}
  
  .box_plaza p {
    font-size: 16px;}
  
  .box_plaza .info table {
    margin-top: 19px;
    font-size: 12px;
    line-height: 1.4;}
  
  .box_plaza .info th,
  .box_plaza .info td {
    display: block;
    width: 100%;}
  
  .box_plaza .info th {
    padding: 13px;}
  
  .box_plaza .info td {
    padding: 23px 20px;}
  
  
  /* chap05 */
  #chap05 .ttl_icon {
    width: 76.5625%;}
  
  #chap05 .box_inr {
    padding-bottom: 56px;}
  
  #chap05 .btn_box_02 {
    margin-top: 30px;
    padding: 0 20px;
    position: relative;
    z-index: 10;}
  
  #chap05 .btn_box_02 a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 21px 0;
    font-size: 16px;
    line-height: 1;
    border-radius: 60px;}
  
  /* プライバシー -------------------------*/
  .box_mark_001 {
    padding: 15px 0;}
    
  /* トップへ戻る -------------------------*/
  #pageTop {
    width: 16.5625%;
    bottom: 10px;
    right: 10px;}
}

