/*
Theme Name: ミウラ折り
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Muli:wght@400;700&display=swap');
/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
  color: #020202;
  height: 100%;
  font-family: 'Muli', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  letter-spacing: .4px;
}
b, strong, .bold,h1,h2,h3,h4,h5,h6{
  font-family: 'Muli', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: 'Muli', "Segoe UI", "メイリオ", Meiryo, sans-serif;
}

sup,sub {
  font-size: 70%;
}
small {
  font-size: 80%;
}


@media only screen and ( max-width : 767px ) {
  body {font-size: 12px;}
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


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

 * 要素を左右中央寄せ

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

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}

input,textarea {
    border-radius:0;
    line-height: 1em;
}
input[type="text"],textarea,input[type="tel"],input[type="email"],input[type="number"]{
  padding:10px;
  border: none;
  margin:0;
  display: block;
  background: #fff;
  font-family: inherit;
  -webkit-appearance: none;
  font-size: inherit;
  border: 1px solid #ccc;
  width: 100%;
}

input.short_input {
  width: 10em;
  display: inline-block;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}
input[type="submit"] {
  -webkit-appearance: none;
}

textarea {
  height: 14em;
  width: 100%;
  display: block;
  resize: vertical;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

label input[type="checkbox"] + span::before {
  border-color: #00acc1;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #00acc1;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  position: relative;
  padding: 0 8px 5px 22px;
}
label {
  position: relative;
  /*display: block;*/
  display: inline-block;
  word-break: break-all;
}
label span {
  display: inline-block;
}
label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="checkbox"] + span::after {
  z-index: 1;
  margin: 2px 5px;
  width: 6px;
  height: 9px;
}
label input[type="checkbox"]:checked + span::before {
  background-color: #ef9457;
  border: 1px #ef9457 solid;
}
label input[type="checkbox"]:checked + span::after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}


label input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
label input[type="radio"] + span::before {
  position: absolute;
  display: inline-block;
  content: '';
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 16px;
}
label input[type="radio"] + span::before {
  z-index: 0;
  top: 2px;
  left: 0;
  background-color: transparent;
  width: 16px;
  height: 16px;
  border: 1px #c4c4c4 solid;
  background: #fff;
}
label input[type="radio"]:checked + span::before {
  border: 4px #ef9457 solid;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
  content: "";
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -4px;
    height: 1em;
    line-height: 1em;
    pointer-events: none;
    font-weight: bold;
    width: 12px;
    height: 8px;
    background: url(./img/arrow.png) no-repeat center / 100%;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 8px 34px 8px 12px;
    border: none;
    color:#535353;
    width:100%;
    background: #fff;
    border: 1px solid #ccc;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
/*@media print, screen and ( min-width : 768px ) {
  .select-wrap {
    width: 50%;
  }
}*/
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}

@media only screen and ( max-width : 767px ) {
  .container {
    padding: 0 6%;
  }
  .sp_inner {
    padding: 0 6%;
  }
  .sp_box {
    margin-bottom: 30px;
  }
  .sp_sbox {
    margin-bottom: 15px;
  }
  .sp_ssbox {
    margin-bottom: 10px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 15px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
}

@media print, screen and ( min-width : 768px ) {
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  .section {
    padding: 60px 0;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 15px;
  }
}

@media print, screen and ( min-width : 991px ) {
  .section {
    padding: 80px 0;
  }
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
}


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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  background: rgba(0,78,162,0);
  transition: .3s;
  color: #fff;
}
#header.is-fixed {
  background: rgba(0,78,162,1);
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#h_logo a {
  display: block;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
}
#header.is-fixed #h_logo a img {
  transition: .5s;
}
.h_contact_btn a {
  position: relative;
  background: #004ea2;
}
.h_contact_btn a:before {
  content: "\e904";
  font-family: 'icomoon' !important;
  position: absolute;
  line-height: 1em;
  height: 1em;
  top: 50%;
  margin-top: -0.5em;
}

@media only screen and ( max-width : 991px ) {
  #header {
    height: 50px;
    background: rgba(0,78,162,1);
  }
  #h_logo {
    width: 130px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
  }
  #h_logo a {
    padding: 15px 0;
  }
  #h_logo img {
    width: 50px;
  }
  .nav li a {
    font-weight: bold;
  }
  .nav li a span {
    display: inline-block;
    color: #004ea2;
    font-size: 11px;
    margin-left: 15px;
  }
  .mean-container .mean-nav ul li.h_contact_btn a {
    color: #fff;
    padding-left: 3.4em;
  }
  .mean-container .mean-nav ul li.h_contact_btn a:before {
    left: 1em;
    font-size: 18px;
  }
  .mean-container .mean-nav ul li.h_contact_btn a:after {
    content: "\e900";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 1em;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    font-size: 18px;
  }
  .mean-container .mean-nav ul li:first-child {
    margin-top: 22px;
  }
  .mean-container .mean-nav ul ul li:first-child {
    margin-top: 0;
  }
  .site-discription {
    display: none;
  }
  .h_sp_contact {
    position: absolute;
    z-index: 10;
    right: 100px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    padding: 0 20px;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .h_sp_contact i {
    margin-right: 5px;
    font-size: 15px;
  }
}

@media only screen and ( max-width : 575px ) {
}

@media only screen and ( max-width : 320px ) {
  #h_logo {
    width: 90px;
  }
}


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

}

@media print, screen and ( min-width : 992px ) {
  .h_sp_contact {
    display: none;
  }
  #header {
    /*padding: 40px 0;*/
  }
  #h_content {
    padding: 0 30px;
  }
  .site-discription {
    background: #004ea2;
    top: 0;
    left: 0;
    text-align: right;
    width: 100%;
    position: absolute;
    font-size: 10px;
    padding: 0 50px;
    transition: .5s;
    line-height: 24px;
    height: 24px;
    z-index: 1;
  }
  #header.is-fixed .site-discription {
    top: -24px;
  }
  #h_logo {
    width: 160px;
    position: relative;
    z-index: 10;
  }
  #h_logo a {
    padding: 25px 0;
  }
  #header.is-fixed #h_logo a {
    padding: 15px;
  }
  #header.is-fixed #h_logo a img {
    width: 60px;
  }
  #header.is-fixed .h_contact_btn a {
    background: #fff;
    color: #004ea2;
  }
  #gNav li {
    position: relative;
    margin-right: 25px;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
  }
  #gNav li a span {
    display: block;
    text-align: center;
    font-size: 10px;
  }
  /*#gNav li:hover a {
    color: #999;
  }*/
  #gNav .sub-menu {
      visibility: hidden;
      opacity: 0;
      z-index: 1;
  }
  #gNav > li:hover {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
  }
  #gNav li.menu-item-has-children .sub-menu {
      position: absolute;
      top: 120%;
      width: 180px;
      left: 50%;
      margin-left: -90px;
      background: #002f61;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
  }
  #gNav li.menu-item-has-children:hover .sub-menu {
      top: 100%;
      visibility: visible;
      opacity: 1;
  }
  #gNav li .sub-menu li a {
      padding: 15px;
      color: #fff;
      font-size: 13px;
      border-bottom: 1px solid #001b39;
      display: block;
      width: 100%;
      box-sizing: border-box;
      text-align: left;
  }
  #gNav li .sub-menu li:last-child a {
    border-bottom: none;
  }
  #gNav li .sub-menu li a:hover {
      color: #ccc;
  }
  #gNav .sub-menu li {
      margin-right: 0;
  }
  #gNav .h_contact_btn a {
    padding: 15px 20px 15px 40px;
  }
  .h_contact_btn a:before {
    left: 20px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #h_content {
    padding: 0 50px;
  }
  #gNav li {
    margin-right: 50px;
  }
  #h_logo {
    width: 180px;
  }
}




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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #004ea2;
  position: relative;
  color: #fff;
  font-size: 13px;
}
#footer a {
  color: #fff;
}
#footer .copy {
  text-align: center;
  padding: 25px 0;
  font-size: 11px;
  border-top: 1px solid #2260a3;
}

#fixed_contact {
  position: fixed;
  background: #004ea2;
  z-index: 99;
}
#fixed_contact span {
  display: block;
}
#fixed_contact a {
  color: #fff;
  display: block;
  text-align: center;
}

@media only screen and ( max-width : 991px ) {
  #f_content {
    padding: 30px 0;
  }
  #f_logo .f_logo_img {
    width: 125px;
    display: block;
    margin: 0 auto 20px;
  }
  #f_nav {
    border-top: 1px solid #2260a3;
    padding-top: 25px;
    margin-top: 25px;
  }
  #f_nav ul {
  }
  #f_nav li a {
    display: block;
    padding: 5px 0;
  }
}
@media only screen and ( max-width : 767px ) {
  #footer {
    padding-bottom: 55px;
  }
  #fixed_contact {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    font-size: 15px;
  }
  #fixed_contact a span {
    line-height: 55px;
    position: relative;
  }
  #fixed_contact a span:after,#fixed_contact a span:before {
    font-family: 'icomoon' !important;
    font-weight: normal;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1em;
    height: 1em;
    font-size: 18px;
  }
  #fixed_contact a span:before {
    content: "\e904";
    left: 20px;
  }
  #fixed_contact a span:after {
    content: "\e900";
    right: 20px;
  }
  #fixed_contact a span small {
    margin-left: 10px;
  }
}
@media only screen and ( max-width : 575px ) {


}
@media print, screen and ( min-width : 768px ) {
  #fixed_contact {
    right: 0;
    top: 50%;
    margin-top: -100px;
    writing-mode: vertical-rl;
  }
  #fixed_contact a {
    padding: 5px;
    height: 200px;
  }
  #fixed_contact span {
    border: 1px solid rgba(255,255,255,.2);
    line-height: 45px;
    width: 45px;
  }
  #fixed_contact a span small {
    display: none;
  }
  #fixed_contact a span:before {
    content: "\e904";
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-size: 18px;
    transform:rotate(90deg);
    display: inline-block;
    margin-bottom: 10px;
  }

  
}
@media print, screen and ( min-width : 992px ) {
  #f_content {
    padding: 60px 0;
  }
  #f_nav ul {
    margin-right: 20px;
  }
  #f_nav ul:last-child {
    margin-right: 0;
  }
  #f_nav li {
    margin-bottom: 10px;
  }
  #f_nav li:last-child {
    margin-bottom: 0;
  }
  .f_logo_img {
    margin-right: 20px;
  }
  
}
@media print, screen and ( min-width : 1200px ) {
  #f_content {
    padding: 80px 0;
  }
  
}



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

　   固定ボタン

--------------------------------------------------------------------------------------------- */
#pagetop {
  right: 0;
  bottom: 0;
  z-index: 99;
}
#pagetop a {
  display: block;
  text-align: center;
  background: #004ea2;
  width: 55px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  overflow: hidden;
  font-size: 20px;
}

@media only screen and ( max-width : 767px ) {
  #pagetop {
    display: none !important;
  }
}

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1400px ) {
}

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

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  margin: 0 auto;
  background: #004ea2;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  position: relative;
}
.btn:after {
  content: "\e902";
  font-family: 'icomoon' !important;
}

@media only screen and ( max-width : 991px ) {
}

@media only screen and ( max-width : 767px ) {
  .btn {
    padding: 10px;
    width: 140px;
  }
  .btn:after {
    margin-left: 10px;
  }

}
@media only screen and ( max-width : 320px ) {

}

@media print, screen and ( min-width : 768px ) {
  .btn {
    padding: 15px;
    width: 170px;
  }
  .btn:after {
    margin-left: 20px;
  }
}

@media print, screen and ( min-width : 992px ) {
}


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

　   TITLE

--------------------------------------------------------------------------------------------- */
.sec_title_center {
  position: relative;
}
.sec_title span {
  display: block;
  padding-left: 40px;
}
.sec_title span.sec_title_en {
  position: relative;
}
.sec_title span.sec_title_en:before {
  content: "";
  height: 1px;
  width: 20px;
  position: absolute;
  background: #111;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
}
.sec_title_center span {
  text-align: center;
  padding-left: 0;
}
.sec_title_center:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #111;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
.sec_title_center span.sec_title_en:before {
  content: none;
}
@media only screen and ( max-width : 767px ) {
  .sec_title {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .sec_title span.sec_title_jp {
    font-size: 11px;
  }
  .sec_title_center {
    padding-bottom: 15px;
  }
}
@media print, screen and ( min-width : 768px ) {
  .sec_title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .sec_title span.sec_title_jp {
    font-size: 13px;
  }
  .sec_title_center {
    padding-bottom: 20px;
  }
}

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

　   CONTENTS

--------------------------------------------------------------------------------------------- */
.bg {
  background: #efefef;
}

.decimal li {
  list-style: decimal;
  margin-left: 1.6em;
}
.disc li {
  list-style: disc;
  margin-left: 1.4em;
}
.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
#pankuzu {
  color: #999;
  background: #fafafa;
}
#pankuzu a {
  color: #999;
}
@media only screen and ( max-width : 991px ) {
  #pankuzu {
    font-size: 12px;
    padding: 15px 0;
  }
}

@media print, screen and ( min-width : 992px ) {
  #pankuzu {
    font-size: 13px;
    padding: 20px 0;
  }
}
/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 10px 14px;
  margin: 0 10px;
  white-space: nowrap;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}
.wp-pagenavi span {
  color: #004ea2;
  border: none;
}
.wp-pagenavi a {
  color: #3e603b;
  border: none;
  border-bottom: 1px solid #004ea2;
}
.wp-pagenavi a.nextpostslink,.wp-pagenavi a.previouspostslink {
  border-bottom: none;
}
.wp-pagenavi a:hover{
}
.wp-pagenavi span.current{
  border: 1px solid #004ea2;
  background-color: #fff;
  font-weight: normal;
}
/* ---------------------------------------------------------------------------------------------

　   LINEUP

--------------------------------------------------------------------------------------------- */
.lineup_box {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  position: relative;
  font-weight: bold;
}
.lineup_box:after {
  content: "\e902";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 10px;
}
.lineup_box figure {
  width: 100px;
  margin-right: 15px;
  overflow: hidden;
}
.lineup_box figure img {
  transition: .5s;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.lineup_box:hover figure img {
  transform: scale(1.1, 1.1);
}
.lineup_box p {
  width: calc(100% - (100px + 15px));
  padding: 10px 25px 10px 0;
}
@media only screen and ( max-width : 991px ) {
  .lineup_box {
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
  }
  .lineup_box:nth-child(1),.lineup_box:nth-child(2) {
    margin-top: 0;
  } 
  .lineup_box:nth-child(2n) {
    margin-right: 0;
  }

}
@media only screen and ( max-width : 767px ) {
  .lineup_box {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .lineup_box:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and ( min-width : 992px ) {
  .lineup_box {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .lineup_box:nth-child(1),.lineup_box:nth-child(2),.lineup_box:nth-child(3),.lineup_box:nth-child(4) {
    margin-top: 0;
  }
  .lineup_box:nth-child(4n) {
    margin-right: 0;
  }
}

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

　   NEWS

--------------------------------------------------------------------------------------------- */
.post_list {
  border-top: 1px solid #dddddd;
}
.post_list dt {
  width: 7em;
}
.post_list dd {
  width: calc(100% - 7em);
  font-weight: bold;
}
.post_list dt,.post_list dd {
  border-bottom: 1px solid #dddddd;
}
.post_list dd a {
  display: block;
}
.post_list dd a:hover {
  color: #004ea2;
}
@media only screen and ( max-width : 767px ) {
  .post_list dt,.post_list dd a {
    padding: 15px 0;
  }
}
@media print, screen and ( min-width : 768px ) {
  .post_list dt,.post_list dd a {
    padding: 20px 15px;
  }
}

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

　   CASE

--------------------------------------------------------------------------------------------- */
.case_list_box {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.case_list_box a {
  display: block;
}
.case_list_box figure {
  overflow: hidden;
  padding: 10px 10px 0 10px;
}
.case_list_box figure img {
  transition: .5s;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}
.case_list_box a:hover figure img {
  transform: scale(1.1, 1.1);
}
.case_list_title {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
}
.case_list_title:before {
  content: "";
  height: 1px;
  width: 20px;
  background: #111;
  position: absolute;
  left: -35px;
  top: 0.7em;
}
.case_list_title a:hover {
  color: #3e603b;
}
.case_list_text {
  padding: 25px;
}
.case_list_text p {
  font-size: 13px;
}
@media only screen and ( max-width : 991px ) {
  .case_list_box {
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .case_list_box:nth-child(1),.case_list_box:nth-child(2) {
    margin-top: 0;
  }
  .case_list_box:nth-child(2n) {
    margin-right: 0;
  }
  .case_list_box figure img {
    height: 170px;
  }
}
@media only screen and ( max-width : 767px ) {
  .case_list_box {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 25px;
  }
  .case_list_box:last-child {
    margin-bottom: 0;
  }
}
@media only screen and ( max-width : 575px ) {
  .case_list_box figure img {
    height: 45vw;
  }
}
@media print, screen and ( min-width : 768px ) {
}
@media print, screen and ( min-width : 992px ) {
  .case_list_box {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 25px;
  }
  .case_list_box:nth-child(4n) {
    margin-right: 0;
  }
  .case_list_box figure img {
    height: 160px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  .case_list_box figure img {
    height: 180px;
  }
}

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

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.catch span {
  display: inline-block;
  position: relative;
  transition: all 3.8s cubic-bezier(.2,1,.4,.9);
  opacity: 0;
  transform-origin: left center;
  transform: scale(.5,.3) rotateY(90deg) translate(-4px,0);
  line-height: 1;
}
.catch.catch-active span {
  transform: scale(1,1) rotateY(0deg) translate(0,0);
  opacity: 1;
}
.catch.catch-active span:nth-child(1) {
  transition-delay: 0ms;
}
.catch.catch-active span:nth-child(2) {
  transition-delay: .1s;
}
.catch.catch-active span:nth-child(3) {
  transition-delay: .15s;
}
.catch.catch-active span:nth-child(4) {
  transition-delay: .2s;
}
.catch.catch-active span:nth-child(5) {
  transition-delay: .25s;
}
.catch.catch-active span:nth-child(6) {
  transition-delay: .3s;
}
.catch.catch-active span:nth-child(7) {
  transition-delay: .35s;
}
.catch.catch-active span:nth-child(8) {
  transition-delay: .4s;
}
.catch.catch-active span:nth-child(9) {
  transition-delay: .45s;
}
.catch.catch-active span:nth-child(10) {
  transition-delay: .5s;
}
.catch.catch-active span:nth-child(11) {
  transition-delay: .55s;
}
.catch.catch-active span:nth-child(12) {
  transition-delay: .6s;
}
.catch.catch-active span:nth-child(13) {
  transition-delay: .65s;
}
.catch.catch-active span:nth-child(14) {
  transition-delay: .7s;
}
.catch.catch-active span:nth-child(15) {
  transition-delay: .75s;
}
.catch.catch-active span:nth-child(16) {
  transition-delay: .8s;
}
.catch.catch-active span:nth-child(17) {
  transition-delay: .85s;
}
.catch.catch-active span:nth-child(18) {
  transition-delay: .9s;
}
.catch.catch-active span:nth-child(19) {
  transition-delay: .95s;
}
.catch.catch-active span:nth-child(20) {
  transition-delay: 1s;
}
.catch.catch-active span:nth-child(21) {
  transition-delay: 1.05s;
}
.catch.catch-active span:nth-child(22) {
  transition-delay: 1.1s;
}
.catch.catch-active span:nth-child(23) {
  transition-delay: 1.15s;
}
.catch.catch-active span:nth-child(24) {
  transition-delay: 1.2s;
}
.catch.catch-active span:nth-child(25) {
  transition-delay: 1.25s;
}
.catch.catch-active span:nth-child(26) {
  transition-delay: 1.5s;
}
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}
.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/* ---------------------------------------------------------------------------------------------

　   XXX

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

@media only screen and ( max-width : 767px ) {
}
@media print, screen and ( min-width : 768px ) {
}
