@charset "utf-8";

/*PC用*/
@media (width > 640px) {
  .pc {
    display: block !important
  }

  .sp {
    display: none !important
  }

  .h_menu,
  #sp_global_nav {
    display: none;
  }

  body {
    min-width: 1200px;
    overflow: hidden;
  }

  /*header*/
  #header h1 {
    padding-top: 0px;
    margin-top: -5px;
    width: 293px;
  }

  #header {
    background-color: #00004b;
    background-image: linear-gradient(to right, #173292, #00004b);
    padding: 8px 0;
    box-sizing: border-box;
    min-width: 1200px;
  }
  #header .inner {
    margin: 0 auto;
    width: 1150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .inner > ul {
    display: flex;
    justify-content: space-between;
    gap: 33px;
  }
  #header .inner > ul > li {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    padding: 16px 0;
    cursor: pointer;
    position: relative;
  }
  #header .inner > ul > li span {
    border-bottom: 2px solid transparent;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 3px;
  }
  #header ul > li:hover span {
    border-bottom-color: #fff;
  }
  #header ul li.en.f_arial {
    margin-top: -5px;
  }
  #header ul li.en.f_arial a {
    font-weight: normal;
    letter-spacing: 1px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 13px;
    padding: 6px 15px 5px;
    transition: 0s;
  }
  #header ul li.en.f_arial:hover a {
    background: #fff;
    color: #173292;
  }
  #header ul li .detail_list01 {
    display: none;
    position: absolute;
    left: -23px;
    top: 100%;
    width: 233px;
    background: #173292;
    padding: 0 !important;
    z-index: 11;
  }
  #header ul li .detail_list01 > li {
    border-bottom: 1px solid #fff;
  }
  #header ul li .detail_list01 > li > a {
    display: block;
    padding: 25px 17px 23px;
    letter-spacing: 1px;
    box-sizing: border-box;
    width: 233px;
  }


  .pageVisual {
    background-color: #f1f1f1;
    background-image: url("../images/common/visual_bg.webp");
    background-size: cover;
    margin: 0 auto;
    width: 1150px;
    aspect-ratio: 30 / 7;

    display: grid;
    place-content: center;
  }
  .pageVisualTitle {
    --cut-size: 90px;

    background-color: #00004b;
    background-image: linear-gradient(to right, #173292, #00004b);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 6px calc(var(--cut-size) + 64px) 2px !important;
    clip-path: polygon(
      var(--cut-size) 0,
      100% 0,
      calc(100% - var(--cut-size)) 100%,
      0 100%
      );
    text-align: center;
  }
  .pageVisualTitle__sub {
    font-size: 18px;
  }
  .pageVisualTitle__main {
    font-size: 26px;
  }

  .bread_wrap {
    background: #ededed;
    padding: 12px 0 11px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 80px;
  }

  .bread_wrap .breadcrumbs {
    margin: 0 auto;
    /* width: 960px; */
    width: 1150px;
    color: #767676;
  }

  .bread_wrap .breadcrumbs span {
    letter-spacing: 1px;
    margin: 0 2px;
  }

  .bread_wrap .breadcrumbs span a.home {
    color: #767676;
    letter-spacing: 1px;
  }

  .wp-pagenavi {
    text-align: center;
  }

  .wp-pagenavi span.pages {
    display: none;
  }

  .wp-pagenavi span.current {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    height: 46px;
    color: #fff;
    background: #173292;
    box-sizing: border-box;
    padding-top: 12px;
    vertical-align: top;
    margin: 0 5px 8px;
  }

  .wp-pagenavi a {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 46px;
    height: 46px;
    color: #173292;
    box-sizing: border-box;
    border: 1px solid #173292;
    vertical-align: top;
    padding-top: 11px;
    margin: 0 5px 8px;
  }

  .sp_menu {
    display: none;
  }

  .under_mv {
    height: 310px;
    margin-top: 80px;
    box-sizing: border-box;
    text-align: center;
    background: url(../images/bio/main_image.jpg);
  }

  .under_mv h2 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
    padding-top: 130px;
    text-shadow: 0px 2px 4px #383838;
  }

  /*mailcolumn*/
  .entry p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    box-sizing: border-box;
  }

  .entry h3 {
    font-size: 28px;
    letter-spacing: 4px;
    /* padding-bottom: 10px; */
    /* background: url(../images/common/line01.jpg)no-repeat bottom center; */
    text-align: center;
    margin-bottom: 33px;
    font-family: "Yu Mincho Medium", "Yu Mincho Medium", "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  /* .entry h4 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px;
    border-left: 3px solid #173292;
    line-height: 1.5;
    margin: 25px 0 15px;
  } */
  .entry h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 25px 0 15px;

    --iconHeight: 0.8em;
    --iconWidth: 0.8em;
    padding-left: calc(0.5em + var(--iconWidth));
    position: relative;
  }
  .entry h4::after {
    background-color: #a7aad0;
    content: "";
    line-height: 1.5;
    height: var(--iconHeight);
    position: absolute;
    top: calc((100% - var(--iconHeight)) / 2);
    left: 0;
    width: var(--iconWidth);
  }


  .entry .common_ttl {
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 1px;
    /* background: url(../images/common/line01.jpg)no-repeat bottom center; */
    /* padding-bottom: 13px; */
    margin-bottom: 37px;
  }

  .entry .common_ttl span {
    display: block;
    font-size: 42px;
    color: #173292;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }

  .entry ul li {
    margin-bottom: 5px;
  }

  .entry ul li span {
    display: inline-block;
    background: url(../images/common/dot01.png)no-repeat left top 8px;
    padding-left: 25px;
    letter-spacing: 1px;
  }

  .common_link {
    display: inline-block;
    background-color: #173292;
    background-image: linear-gradient(to left, #173292, #00004b);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 18px 3px 31px;
    letter-spacing: 1px;
    position: relative;
    margin-right: 6px;
  }

  .common_link:before {
    content: "";
    width: 5px;
    height: 10px;
    display: inline-block;
    background: url(../images/common/arrow03.png)no-repeat left top;
    position: absolute;
    left: 14px;
    top: 10px;
    pointer-events: none;
  }

  .box01 .inner {
    margin: 80px auto 90px;
    width: 955px;
    position: relative;
  }

  .box01 .inner:before {
    content: "";
    width: 596px;
    height: 321px;
    display: inline-block;
    /* background: url(../images/common/box_bg01.jpg) no-repeat 50%; */
    position: absolute;
    top: 7px;
    right: -240px;
    z-index: -111;
  }

  .box01 .inner:after {
    content: "";
    width: 546px;
    height: 521px;
    display: inline-block;
    /* background: url(../images/common/box_bg02.jpg) no-repeat 50%; */
    position: absolute;
    bottom: -270px;
    left: -209px;
    z-index: -11111;
  }

  .box02 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,6aaae6+100 */
    background: #1e5799;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1e5799 0%, #6aaae6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 0%, #6aaae6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1e5799 0%, #6aaae6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#6aaae6', GradientType=1);
    /* IE6-9 */
    padding: 100px 0 140px;
  }

  .entry .box02 h3 {
    color: #fff;
    background: url(../images/common/line02.png)no-repeat bottom center;
  }

  .entry .box02 h3 span {
    color: #fff;
  }

  .box02 .inner {
    margin: 0 auto;
    width: 950px;
    position: relative;
  }

  .box02 .inner:before {
    content: "";
    width: 374px;
    height: 224px;
    display: inline-block;
    /* background: url(../images/common/box_bg03.png); */
    position: absolute;
    right: -124px;
    top: 21px;
    z-index: 1;
  }

  .box02 .inner:after {
    content: "";
    width: 374px;
    height: 224px;
    display: inline-block;
    /* background: url(../images/common/box_bg04.png); */
    position: absolute;
    left: -190px;
    bottom: -98px;
    z-index: 1;
  }

  .entry .box02 .box02_wrap {
    background: #fff;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
  }

  .entry .box03 .box03_wrap {
    background: #fff;
    padding: 30px 40px;
    position: relative;
    z-index: 2;
  }

  .entry table {
    margin: 0 auto 34px;
    width: 100%;
    border-top: 2px solid #dbdbdb;
    border-bottom: 2px solid #dbdbdb;
    position: relative;
    z-index: 2;
  }

  .entry table tbody tr {
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
  }

  .entry table tbody tr th {
    width: 10%;
    font-weight: normal;
    text-align: right;
  }

  .entry table tbody tr td {
    width: 90%;
    padding: 25px 0 24px 9%;
    box-sizing: border-box;
  }

  .box03 {
    background: #f1f1f1;
    padding: 90px 0 100px;
  }

  .box03 .inner {
    margin: 0 auto;
    width: 955px;
    position: relative;
  }

  .box03 .inner:before {
    content: "";
    width: 482px;
    height: 327px;
    display: inline-block;
    /* background: url(../images/common/box_bg03.png); */
    position: absolute;
    right: -524px;
    top: 2px;
    z-index: 1;
  }

  .box03 .inner:after {
    content: "";
    width: 311px;
    height: 224px;
    display: inline-block;
    /* background: url(../images/common/box_bg04.png); */
    position: absolute;
    left: -324px;
    bottom: -58px;
    z-index: 1;
  }

  .box03 .inner .txt_area {
    background: #fff;
    padding: 50px 50px 15px;
    position: relative;
    z-index: 2;
  }

  .box03 .inner .txt_area p {
    letter-spacing: 1px;
    line-height: 1.9;
    margin-bottom: 19px;
  }

  /* wysiwyg */
  .wysiwyg {
    border: 2px solid #dbdbdb;
    margin: 0 auto 10px;
    width: 950px;
    box-sizing: border-box;
    padding: 40px 50px 10px;
    border-right: none;
    border-left: none;
  }

  .wysiwyg>div {
    text-align: center;
    margin-bottom: 25px;
  }

  .wysiwyg h4 {
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .wysiwyg h5 {
    border: 1px solid #dbdbdb;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 42px 11px;
    letter-spacing: 2px;
    background: url(../images/news/dot.png)no-repeat left 17px top 21px;
    margin: 20px 0;
  }

  .wysiwyg h6 {
    letter-spacing: 1px;
    padding-bottom: 11px;
    background: url(../images/news/line.jpg)no-repeat left bottom;
    margin: 20px 0;
  }

  /* 投稿navi */
  .navigation {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }

  .navigation .navi_pager {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
  }

  .navigation .navi_pager .alignleft {
    margin-right: 10px;
  }

  .navigation .navi_pager .alignright {
    margin-left: 14px;
  }

  .navigation .navi_pager a {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  .navigation .navi_back a {
    font-weight: bold;
  }

  /*footer*/
  #footer {
    background-color: #00004b;
    background-image: linear-gradient(to right, #173292, #00004b);
  }

  #footer .inner {
    margin: 0 auto;
    width: 1150px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 45px 47px 120px;
  }

  #footer .ft_info {
    width: 540px;
  }

  #footer .ft_info p.info_logo {
    margin-bottom: 21px;
    width: 306px;
  }

  #footer .ft_info p.info_txt {
    color: #fff;
    line-height: 1.7;
    margin-bottom: 11px;
  }

  #footer .ft_info small {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    display: block;
    margin-left: 7px;
  }

  #footer .ft_link {
    width: 484px;
    display: flex;
    justify-content: space-between;
  }

  #footer .ft_link ul.link_list li {
    margin-bottom: 9px;
  }

  #footer .ft_link ul.link_list>li {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
  }

  #footer .ft_link ul.link_list li.detail01 {
    margin: 0 0 6px 1em;
  }

  #footer .ft_link ul.link_list li.detail01 a {
    font-weight: normal;
  }


  #footer .ft_link ul.list01.link_list {
    width: 468px;
  }

  #footer .ft_link ul.list02.link_list {
    width: 217px;
  }

  #footer p.page_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 30;
  }
}

