@charset "UTF-8";
/* Information
/*--------------------------------------------------
Create date : 2018/09/11
Description :
フォームのページで使用する共通css
Index :
* 00. Break point
*
--------------------------------------------------*/
/*--------------------------------------------------
  00. Break point
--------------------------------------------------*/
/* ～768px | 769px～1024px | 1025px〜 */
/*--------------------------------------------------
  container-hero
--------------------------------------------------*/
.container-hero .catch {
  top: 28%;
}

.container-hero .catch .item_02.is-jp {
  margin-top: 10px;
}

.container-hero .sns-area {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.container-hero .sns-area li {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  border-radius: 50%;
  background: #fff;
  line-height: 5.5rem;
  text-align: center;
}

@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  .container-hero .catch .item_01.is-en {
    font-size: 4rem;
  }
  .container-hero .catch .item_02.is-jp {
    font-size: 2rem;
  }
  .container-hero .sns-area {
    top: 62%;
  }
}

@media print, screen and (min-width: 769px) {
  .container-hero .catch {
    top: 33%;
  }
  .container-hero .sns-area {
    top: 65%;
  }
  .container-hero .sns-area li {
    width: 45px;
    height: 45px;
  }
  .container-hero .cmn-sns .svg-icon {
    width: 1.5em;
    height: 1.5em;
  }
}

/*--------------------------------------------------
  s_01
--------------------------------------------------*/
#s_01 {
  padding-bottom: 40px;
}

#s_01 .box-info {
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}

#s_01 .box-info dt {
  font-size: 1.6rem;
}

#s_01 .box-info dd {
  margin-top: 10px;
  font-size: 2rem;
}

#s_01 .box-bnr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

#s_01 .box-bnr .item {
  width: calc( 50% - 10px);
  margin: 10px 5px;
}

@media print, screen and (min-width: 769px) {
  #s_01 .box-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: baseline;
        align-items: baseline;
    -ms-flex-pack: center;
        justify-content: center;
  }
  #s_01 .box-info dd {
    margin-top: 0;
    margin-left: 20px;
    font-size: 2.4rem;
  }
  #s_01 .box-bnr {
    margin-top: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }
  #s_01 .box-bnr .item {
    width: calc( 100% / 4 - 20px);
    margin: 10px 10px;
  }
}

/*--------------------------------------------------
  s_02
--------------------------------------------------*/
#s_02 {
  padding: 40px 0;
}

/* --------------------------
  idv-tab-area_02__tab
 ------------------------- */
@media print, screen and (min-width: 769px) {
  .idv-tab-area_02__tab {
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
  .idv-tab-area_02__tab .item {
    width: calc( 100% / 3 - 10px);
    margin: 0 5px;
    padding: 15px 0;
    overflow: hidden;
    border-radius: 2px;
    background: #ebe8e0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    color: #4a4a4a;
    font-size: 1.8rem;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 300ms ease;
  }
  .idv-tab-area_02__tab .item.is-active {
    margin-top: -5px;
    background: #f9f8f5;
  }
}

@media print, screen and (min-width: 1025px) {
  .idv-tab-area_02__tab .item:hover {
    background: #f9f8f5;
    cursor: pointer;
    transition: all 300ms ease;
  }
}

/* --------------------------
  idv-tab-area_02__contents
 ------------------------- */
.idv-tab-area__contents_02__item {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.idv-tab-area__contents_02__item:not(:last-child) {
  margin-bottom: 30px;
}

.idv-tab-area__contents_02__item .box-img .inner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.idv-tab-area__contents_02__item .box-img .inner::before {
  display: block;
  width: 100%;
  padding-top: 75%;
  content: "";
}

.idv-tab-area__contents_02__item .box-img .inner > .rwd-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.idv-tab-area__contents_02__item .box-info {
  padding: 15px 30px 30px;
  color: #4a4a4a;
}

.idv-tab-area__contents_02__item .box-info .ttl {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}

.idv-tab-area__contents_02__item .box-info .link-txt {
  display: block;
  margin-top: 20px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .idv-tab-area_02__contents {
    z-index: 9;
    position: relative;
  }
  .idv-tab-area__contents_02__item {
    display: none;
    margin-bottom: 30px;
  }
  .idv-tab-area__contents_02__item.is-active {
    display: -ms-flexbox;
    display: flex;
    z-index: 9;
    -ms-flex-align: center;
        align-items: center;
  }
  .idv-tab-area__contents_02__item.is-active .box-img {
    width: 65%;
    padding: 20px;
  }
  .idv-tab-area__contents_02__item.is-active .box-img .inner {
    position: relative;
  }
  .idv-tab-area__contents_02__item.is-active .box-img .inner::before {
    display: block;
    width: 100%;
    padding-top: 47.91667%;
    content: "";
  }
  .idv-tab-area__contents_02__item.is-active .box-img .inner > .rwd-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .idv-tab-area__contents_02__item.is-active .box-info {
    width: 35%;
    padding: 20px 40px;
  }
  .idv-tab-area__contents_02__item.is-active .box-info .ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}

/*--------------------------------------------------
  s_03
--------------------------------------------------*/
/* --------------------------
  container-top
------------------------- */
.container-top {
  padding: 20px 0;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .container-top .inner-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .container-top p {
    font-size: 2rem;
  }
  .container-top .btn-area {
    width: 150px;
  }
}

/* --------------------------
container-bottom
------------------------- */
.container-bottom {
  padding: 0 0 30px;
}

.container-bottom .box-area__item_01 {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

.container-bottom .box-area__item_01 img {
  display: inline-block;
}

.container-bottom .box-area__item_01 .catch {
  margin-top: 20px;
  font-style: italic;
  line-height: 1.8;
}

.container-bottom .box-area__item_01 .btn {
  width: 222px;
  margin: 10px auto;
}

@media print, screen and (min-width: 769px) {
  .container-bottom {
    padding: 30px 0;
  }
  .container-bottom .box-area {
    display: -ms-flexbox;
    display: flex;
  }
  .container-bottom .box-area .box-area__item_01 {
    width: 30%;
  }
  .container-bottom .box-area .box-area__item_02 {
    width: 70%;
    padding-top: 30px;
  }
  .container-bottom .box-area .box-area__item_02 .catch {
    color: #fff;
    font-size: 2.4rem;
    font-style: italic;
  }
}

/*  danpre-posts-box
 -------------------------- */
#danpre-posts-box {
  padding: 0 5px;
}

#danpre-posts-box .item {
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 0 5px;
}

#danpre-posts-box .item a {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

#danpre-posts-box .item img {
  width: 40%;
  height: 100%;
}

#danpre-posts-box .item h3 {
  width: 60%;
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.6;
}

@media print, screen and (min-width: 769px) {
  #danpre-posts-box {
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -5px;
  }
  #danpre-posts-box .item {
    width: calc( 100% / 4 - 10px);
    margin: 20px 5px;
  }
  #danpre-posts-box .item a {
    display: block;
    width: 100%;
  }
  #danpre-posts-box .item img {
    width: 100%;
    height: auto;
  }
  #danpre-posts-box .item h3 {
    width: 100%;
    padding-left: 0;
  }
}

/*--------------------------------------------------
  s_04
--------------------------------------------------*/
#s_04 {
  padding: 30px 10px 0;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #s_04 {
    padding: 40px 0 0;
  }
}
