@charset "utf-8";

/*============================
#common
============================*/
.under .ttl_block.column {
  position: relative;
  background: none;
}

.under .ttl_block.column:before {
  position: absolute;
  content: "";
  width: 2000px;
  height: 100%;
  left: 50%;
  top: 0;
  background: url(../image/mv.png) no-repeat left 400px center /contain;
  transform: translateX(-50%);
  z-index: 1;
}

.under .ttl_block.column .container {
  position: relative;
  padding-top: 80rem;
  z-index: 2;
}

.under .ttl_block.column .page_ttl {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 4rem;
  padding-top: 0;
  transform: translateY(-50%);
}

.under .ttl_block.column .page_ttl:after {
  display: none;
}

.under .ttl_block.column .main_ttl {
  color: #b50568;
  line-height: 1.35;
  margin-bottom: 1.25em;
}

.under .ttl_block.column .sub_ttl {
  font-size: .45em;
  color: #333;
  line-height: 1.77;
}

/*@ = laptop = @*/
@media (max-width : 1199px) {
  .under .ttl_block.column .container {
    padding-top: 60rem;
  }

  .under .ttl_block.column:before {
    width: 100%;
    background-position: right center;
  }
}

/*@ = tablet = @*/
@media (max-width : 991px) {
  .under .ttl_block.column .container {
    padding-top: 40rem;
  }

  .under .ttl_block.column .page_ttl {
    font-size: 2.8rem;
    padding-top: 4em;
  }

  .under .ttl_block.column .main_ttl {
    margin-bottom: .75em;
  }
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .under .ttl_block.column:before {
    background-image: url(../image/mv_sp.jpg);
  }

  .under .ttl_block.column .container {
    padding-top: 88.8%;
    width: 100%;
  }

  .under .ttl_block.column .page_ttl {
    font-size: 2.4rem;
    left: 5%;
    padding-top: 0;
    top: initial;
    bottom: 10%;
    transform: translateY(0);
  }

  .under .ttl_block.column .sub_ttl {
    font-size: .6em;
  }
}

/*@ = Mobile S = @*/
@media (max-width : 575px) {
  .under .ttl_block.column .page_ttl {
    font-size: 1.75rem;
  }

  .under .ttl_block.column .main_ttl {
    line-height: 1.6;
  }
}

/*============================
#column_head
============================*/
.column_head {
  padding-bottom: 0;
}

.column_head .container {
  align-items: center;
}

.column_head .img_box {
  width: 45%;
}

.column_head .img_box img {
  max-width: 100%;
  height: auto;
}

.column_head .txt_box {
  width: 55%;
  padding-left: 3.5%;
}

.column_head .txt_box h2 {
  font-size: 3rem;
  color: #598ab9;
  line-height: 1.8;
  margin-bottom: 1em;
}

.column_head .txt_box p {
  text-align: right;
  line-height: 1;
  font-size: 1.8rem;
}

.column_head .txt_box p span {
  display: block;
}


.column_head .txt_box p span:nth-child(n+2) {
  margin-top: .5em;
}

/*============================
#column_archive
============================*/
.column_archive .past_posts_link{
  margin-bottom: 3rem;
}
.column_archive .column_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 5rem;
}

.column_archive .column_list li {
  width: 30%;
  margin-left: 5%;
}

.column_archive .column_list li:nth-child(n+4) {
  margin-top: 5%;
}

.column_archive .column_list li:nth-child(3n+1) {
  margin-left: 0;
}

.column_archive .column_list li a {
  position: relative;
  display: block;
  height: 100%;
  padding-bottom: 1.4rem;
}

.column_archive .column_list .image {
  position: relative;
  width: 100%;
  padding-top: 73.5%;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, .5)
}

.column_archive .column_list .image img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.column_archive .column_list .info {
  font-size: 1.4rem;
  line-height: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5em;
}

.column_archive .column_list .terms {
  font-size: 1.3rem;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: -.5em;
  margin-bottom: 1.5em;
}

.column_archive .column_list .terms span {
  text-align: center;
  padding: .5em 1em;
  border-radius: 4em;
  color: #fff;
  background: #598ab9;
  max-width: 100%;
  margin-top: .5em;
}

.column_archive .column_list .terms span:not(:last-child) {
  margin-right: .5em;
}


.column_archive .column_list time {
  color: #444;
}

.column_archive .column_list .title {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #444;
  margin-bottom: 1em;
}

.column_archive .column_list .link_txt {
  position: absolute;
  right: 0;
  bottom: 0;
}

.column_archive .link_btn {
  text-align: center;
}
.column_archive .error{
  text-align: center;
  font-size: 1.8rem;
  padding:3rem 0;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 992px) {
  .column_archive .column_list li a:hover {
    opacity: .75;
  }

  .column_archive .column_list li a:hover .link_txt span:before {
    transform: scaleX(.8);
  }

  .column_archive .column_list li a:hover .link_txt span:after {
    transform: rotateX(360deg);
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .column_archive .past_posts_link{
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .column_archive .column_list {
    display: block;
  }

  .column_archive .column_list li {
    width: 100%;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 3rem 0;
  }

  .column_archive .column_list li:nth-child(n+2) {
    margin-left: 0;
    margin-top: -1px;
  }

  .column_archive .column_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .column_archive .column_list .image {
    width: 30%;
    padding-top: 22.05%;
    margin-bottom: 0;
  }

  .column_archive .column_list .detail {
    width: 65%;
  }

  .column_archive .column_list .terms {
    font-size: 1.2rem;
  }

  .column_archive .column_list .link_txt {
    position: static;
  }
  .column_archive .error{
    font-size: 1.6rem;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .column_archive .column_list li a {
    flex-wrap: wrap;
  }

  .column_archive .column_list .info_box {
    width: 55%;
    padding-top: 1rem;
  }

  .column_archive .column_list .info {
    font-size: 1.3rem;
  }

  .column_archive .column_list .title {
    line-height: 1.4;
  }

  .column_archive .column_list .detail {
    width: 100%;
    margin-top: 1.5em;
  }

  .column_archive .column_list .image {
    width: 40%;
    padding-top: 29.4%;
  }
}


/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .column_archive .column_list .terms {
    font-size: 1.1rem;
  }
}

/*============================
#column_single
============================*/
.column_single .ttl_box {
  padding-bottom: 2.5rem;
  border-bottom: solid 1px #ddd;
  margin-bottom: 3.5rem;
}

.column_single .ttl_box time {
  line-height: 1;
  margin-bottom: .75em;
  display: block;
}

.column_single .ttl_box h1 {
  font-size: 3rem;
  color: #164878;
  line-height: 1.5;
  margin-bottom: .5em;
}

.column_single .ttl_box .term {
  line-height: 1;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -.5em;
}

.column_single .ttl_box .term a {
  margin-right: 2em;
  padding-left: 1.5em;
  padding: .15em 0 .25em 1.5em;
  background: url(../../common/image/icon_tag.png) no-repeat left top .2em / auto 1em;
  margin-top: .5em;
}

.column_single .link_btn {
  text-align: center;
}

/*@ = Mobile L = @*/
@media (max-width : 767px) {
  .column_single .ttl_box time {
    margin-bottom: 0;
  }
}

/*============================
#column_terms
============================*/
.column_terms {
  background: url(../../top/image/column_bg.jpg) no-repeat center top;
}

.column_terms .container {
  max-width: 1000px;
}

.column_terms .deco_box {
  background: #fff;
  border: solid 1px #bcdeec;
  background-position: left top, right top, right bottom, left bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-image: url(../../common/image/decoration/border_deco_b02_lt.png), url(../../common/image/decoration/border_deco_b02_rt.png), url(../../common/image/decoration/border_deco_b02_rb.png), url(../../common/image/decoration/border_deco_b02_lb.png);
  background-size: 5.7rem auto, 5.7rem auto, 5.7rem auto, 5.7rem auto;
  padding: 6rem 5rem;
}

.column_terms .deco_box .d_list01 {
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.column_terms .d_list01 li {
  width: 32%;
}

.column_terms .d_list01 li:nth-child(n+2) {
  margin-top: 0;
}

.column_terms .d_list01 li:nth-child(n+4) {
  margin-top: 1.5em;
}

/*@ = PC ONLY = @*/
@media screen and (min-width: 768px) {
  .column_terms .d_list01 li:not(:nth-child(3n)):not(:last-child) {
    margin-right: 2%;
  }
}

/*@ = tablet = @*/
@media screen and (max-width : 991px) {
  .column_terms .deco_box {
    padding: 4rem 2rem;
    background-size: 4rem auto;
  }

  .column_terms .d_list01 li:nth-child(n+4) {
    margin-top: .75em;
  }
}

/*@ = Mobile L = @*/
@media screen and (max-width : 767px) {
  .column_terms .d_list01 li {
    width: 49.5%;
    padding-left: 1.2em;
  }

  .column_terms .d_list01 li:nth-child(even) {
    margin-left: 1%;
  }

  .column_terms .d_list01 li:nth-child(n+3) {
    margin-top: .75em;
  }
}

/*@ = Mobile S = @*/
@media screen and (max-width : 575px) {
  .column_terms .deco_box ul {
    display: block;
  }

  .column_terms .d_list01 li {
    width: 100%;
  }

  .column_terms .d_list01 li:nth-child(even) {
    margin-left: 0%;
  }

  .column_terms .d_list01 li:nth-child(n+2) {
    margin-top: .5em;
  }
}