@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* Common
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 625%;
}

body {
  font-size: .16em;
}

a {
  text-decoration: none;
  transition: .3s;
  color: #0b60ab;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
  .sp-only-inline {
    display: inline !important;
  }
  .pc-only {
    display: none !important;
  }
  .pc-only-inline {
    display: none !important;
  }
}

.ta-center {
  text-align: center;
}

.l-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.l-inner_w1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.l-inner_w1400 {
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .l-inner {
    padding-left: 2em;
    padding-right: 2em;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.wp-pagenavi {
  text-align: center;
  margin-top: 4em;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  font-size: .18rem;
  font-family: 'Roboto';
  background: #179de3;
  border: 1px solid #179de3;
  color: #fff;
  margin: 0 .3em .5em;
  padding: .6em .8em;
}

.wp-pagenavi a:hover {
  background-color: #077dc3;
}

.wp-pagenavi span {
  background-color: #fff;
  color: #179de3;
}

@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 2em;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: .15rem;
  }
}

/* Header
-------------------------------------------------- */
.m-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 10px solid #0b60ab;
  padding: 2.7em 0;
  z-index: 100;
}

.m-header-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.m-header-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.m-header-menu li {
  margin-left: 2.3em;
}

.m-header-menu li a {
  color: #181818;
  font-weight: bold;
}

.m-header-menu li a:hover {
  color: #0b60ab;
}

.m-header-menu li a.st-active {
  color: #0b60ab;
}

.m-header-sp-menu {
  display: none;
}

.m-header-sp-menu img {
  width: 2.4em;
}

@media screen and (max-width: 768px) {
  .m-header {
    position: static;
    padding: 1em 0;
    border-bottom-width: 4px;
  }
  .m-header .l-inner {
    padding: 0 .8em;
  }
  .m-header-logo {
    padding: .2em 0;
    padding-right: 1.5em;
  }
  .m-header-logo img {
    max-height: 2.2em;
  }
  .m-header-menu {
    display: none;
  }
  .m-header-sp-menu {
    display: block;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .m-header {
    padding: 1em 0;
    border-bottom-width: 4px;
  }
  .m-header .l-inner {
    padding: 0 .8em;
  }
  .m-header-logo {
    padding: .2em 0;
    padding-right: 1.5em;
  }
  .m-header-logo img {
    max-height: 2.2em;
  }
  .m-header-menu {
    display: none;
  }
  .m-header-sp-menu {
    display: block;
  }
}

/* Page Index
-------------------------------------------------- */
.page-index .mv {
  position: relative;
}

.page-index .mv .items .slick-slide img {
  width: 100%;
}

.page-index .mv .txt {
  position: absolute;
  bottom: 10%;
  left: calc( ( 100vw - 1200px ) / 2);
  padding-left: 2em;
}

.page-index .links {
  background: #f3f3f3;
  padding: 2em 0 1.8em;
}

.page-index .links .items {
  display: flex;
  flex-direction: row;
  margin: 0 -0.9em;
}

.page-index .links .items .item {
  width: 33.3%;
  padding: 0 .9em;
}

.page-index .news {
  padding: 5.5em 0 5em;
}

.page-index .news .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3em;
}

.page-index .news .ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-index .news .ttl .heading {
  font-size: .30rem;
  font-weight: bold;
  color: #181818;
  margin-right: .6em;
  letter-spacing: 0.1em;
}

.page-index .news .ttl .en {
  font-weight: bold;
  color: #0b60ab;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.page-index .contents {
  background: #f3f3f3;
  padding: 3.7em 0 2.7em;
}

.page-index .contents .links {
  margin-bottom: 3.5em;
}

.page-index .contents .links .items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 -0.9em;
}

.page-index .contents .links .items .item {
  width: 33.3%;
  padding: 0 0.9em;
}

.page-index .contents .banners .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -1.9em;
}

.page-index .contents .banners .items .item {
  width: 50%;
  padding: 0 1.9em;
  margin-bottom: 1.9em;
}


/*2025年8月18日追記フッター上バナー*/

.banners_link {
  width: 100%;
  margin: 0 auto;
}

.banner-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em;
}

.banner-card  {
  width: auto ;
  padding: 0 1.9em;
  margin-bottom: 1.9em;
  display: flex;
  justify-content: center;
  
}

.banner-card img{
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  
}









@media screen and (max-width: 768px) {
  .page-index .mv .txt {
    left: 0;
    bottom: 1em;
    transform: none;
    text-align: center;
    width: 100%;
    padding: 0 1em;
  }
  .page-index .mv .txt img {
    max-width: 100%;
  }
  .page-index .links {
    padding: 1.7em 0 1.9em;
  }
  .page-index .links .items {
    flex-direction: column;
  }
  .page-index .links .items .item {
    width: 100%;
    margin-bottom: .9em;
  }
  .page-index .links .items .item:last-child {
    margin-bottom: 0;
  }
  .page-index .news {
    padding: 3.3em 0 3.6em;
  }
  .page-index .news .top {
    flex-direction: column;
  }
  .page-index .news .top .ttl {
    flex-direction: column;
    align-items: center;
  }
  .page-index .news .top .ttl .heading {
    font-size: .26rem;
    margin-right: 0;
    margin-bottom: .4em;
  }
  .page-index .news .top .ttl .en {
    font-size: .15rem;
  }
  .page-index .news .top .sub {
    display: none;
  }
  .page-index .contents {
    padding: 2em .8em 2.5em;
  }
  .page-index .contents .links {
    padding: 0;
    margin-bottom: 2.5em;
  }
  .page-index .contents .links .items {
    flex-direction: column;
  }
  .page-index .contents .links .items .item {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .page-index .contents .links .items .item:last-child {
    margin-bottom: 0;
  }
  .page-index .contents .banners .items {
    flex-direction: column;
  }
  .page-index .contents .banners .items .item {
    width: 100%;
    margin-bottom: 1.2em;
  }
  .page-index .contents .banners .items .item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .page-index .mv .txt {
    left: 0;
    bottom: 5%;
    padding-left: 1em;
  }
  .page-index .contents .banners .items {
    margin: 0 -1em;
  }
  .page-index .contents .banners .items .item {
    padding: 0 1em;
  }
}

/* Page Sub
-------------------------------------------------- */
.page-sub {
  padding-bottom: 3em;
}

.page-sub .div {
  margin-bottom: 3.7em;
}

.page-sub .l-media {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-sub .l-media-content {
  flex: 1;
  padding-right: 2em;
}

.page-sub .l-media-image {
  width: 400px;
}

.page-sub .l-medias {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-sub .l-medias-content {
  flex: 1;
  padding-right: 4em;
}

.page-sub .l-medias-content .txt p {
  margin-bottom: 2em;
}

.page-sub .l-medias-images {
  width: 270px;
}

.page-sub .l-medias-images-list-item {
  margin-bottom: 1.2em;
}

.page-sub .txt h3 {
  font-size: .20rem;
  font-weight: bold;
  line-height: 200%;
  margin-top: 2em;
}

.page-sub .txt p {
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 1em;
}

.page-sub .txt p._lg {
  font-size: .18rem;
  font-weight: bold;
  line-height: 180%;
}

.page-sub .txt p:last-child {
  margin-bottom: 0;
}

.page-sub .txt ul {
  margin-bottom: 2em;
}

.page-sub .txt ul li {
  line-height: 200%;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

.page-sub .txt ul li::before {
  content: "・";
  display: inline;
}

.page-sub .txt ul li > ul {
  padding-left: 4em;
}

.page-sub .txt ol {
  counter-increment: ol;
}

.page-sub .txt ol li {
  line-height: 200%;
  font-weight: 500;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.page-sub .txt ol li::before {
  content: counter(ol, decimal-leading-zero) ".";
  font-weight: bold;
  margin-right: 1em;
}

.page-sub .txt ol li:not(:first-child) {
  counter-increment: ol;
}

.page-sub .txt-catch {
  font-size: .30rem;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #181818;
  margin: 1em 0 1.5em;
}

.page-sub .list01 li {
  font-size: .18rem;
  font-weight: bold;
  line-height: 180%;
  margin-bottom: .5em;
}

.page-sub .list01 li::before {
  content: "・";
  display: inline;
}

.page-sub .table01 {
  width: 100%;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.page-sub .table01 thead tr {
  background: #0b60ab;
  color: #fff;
}

.page-sub .table01 thead tr th {
  text-align: center;
  font-size: .18rem;
  font-weight: bold;
  padding: 1em;
  border-right: 1px solid #dcdcdc;
}

.page-sub .table01 tbody tr th {
  color: #0b60ab;
  font-weight: bold;
  line-height: 160%;
  text-align: left;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: .8em 1em;
  padding-left: 3.7em;
}

.page-sub .table01 tbody tr td {
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 160%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: .8em 1em;
}

.page-sub .table02 {
  width: 100%;
  border-left: 1px solid #d1d6da;
  border-top: 1px solid #d1d6da;
}

.page-sub .table02 tbody tr th {
  font-weight: bold;
  color: #0b60ab;
  text-align: left;
  line-height: 180%;
  background: #f3f7fb;
  border-right: 1px solid #d1d6da;
  border-bottom: 1px solid #d1d6da;
  vertical-align: middle;
  padding: 1em 1em 1em 2.7em;
}

.page-sub .table02 tbody tr td {
  color: #000000;
  font-weight: 500;
  line-height: 180%;
  border-right: 1px solid #d1d6da;
  border-bottom: 1px solid #d1d6da;
  vertical-align: middle;
  padding: 1em 1em 1em 2.7em;
}

.page-sub .table03 {
  width: 100%;
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}

.page-sub .table03 thead tr {
  background: #0b60ab;
  color: #fff;
}

.page-sub .table03 thead tr th {
  text-align: center;
  font-size: .18rem;
  font-weight: bold;
  padding: 1em;
  border-right: 1px solid #dcdcdc;
}

.page-sub .table03 tbody tr th {
  color: #0b60ab;
  font-weight: bold;
  line-height: 180%;
  text-align: left;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: .7em 1em;
  padding-left: 2.3em;
  vertical-align: middle;
  background: #f3f7fb;
}

.page-sub .table03 tbody tr td {
  color: #000000;
  font-weight: 500;
  text-align: right;
  line-height: 180%;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  padding: .7em 1em;
  padding-right: 1.5em;
  vertical-align: middle;
}

.page-sub .table03 tbody tr td._ta-left {
  text-align: left;
}

.page-sub .table04 {
  width: 100%;
  color: #000000;
}

.page-sub .table04 tbody tr th {
  width: 18em;
  font-weight: bold;
  line-height: 180%;
  padding: .7em 1em;
  padding-left: 3em;
}

.page-sub .table04 tbody tr td {
  font-weight: 500;
  line-height: 180%;
  padding: .7em 1em;
  padding-left: 0;
}

.page-sub .table04 tbody tr:nth-child(even) {
  background: #f3f7fb;
}

.page-sub .links ul {
  display: flex;
  flex-direction: row;
  margin: 0 -1.5em;
}

.page-sub .links ul li {
  width: 33.3%;
  padding: 0 1.5em;
}

@media screen and (max-width: 768px) {
  .page-sub .div {
    margin-bottom: 3em;
  }
  .page-sub .l-media {
    flex-direction: column-reverse;
  }
  .page-sub .l-media-content {
    width: 100%;
    padding-right: 0;
  }
  .page-sub .l-media-image {
    width: 100%;
  }
  .page-sub .l-medias {
    flex-direction: column;
  }
  .page-sub .l-medias-content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1em;
  }
  .page-sub .l-medias-images {
    width: 100%;
  }
  .page-sub .l-medias-images-list {
    display: flex;
    flex-direction: column;
    margin: 0 -0.7em;
  }
  .page-sub .l-medias-images-list-item {
    width: 100%;
    padding: 0 .7em;
  }
  .page-sub .l-medias-images-list-item img {
    width: 100%;
  }
  .page-sub .l-medias-images-list-item:last-child {
    margin-bottom: 0;
  }
  .page-sub .txt h3 {
    font-size: .18rem;
  }
  .page-sub .txt p {
    line-height: 180%;
  }
  .page-sub .txt-catch {
    text-align: center;
  }
  .page-sub .links ul {
    flex-wrap: wrap;
    margin: 0 -0.4em;
  }
  .page-sub .links ul li {
    width: 50%;
    padding: 0 .4em;
    margin-bottom: 1.3em;
  }
  .page-sub .table02_sp-block {
    display: block;
  }
  .page-sub .table02_sp-block tbody, .page-sub .table02_sp-block tr, .page-sub .table02_sp-block th, .page-sub .table02_sp-block td {
    display: block;
  }
  .page-sub .table02_sp-block tbody tr th {
    padding-left: 1em;
  }
  .page-sub .table02_sp-block tbody tr td {
    padding-left: 1em;
  }
  .page-sub .table03 tbody tr th {
    padding-left: 1.3em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .page-sub .l-media-image {
    max-width: 40%;
  }
  .page-sub .l-medias-content {
    padding-right: 2em;
  }
  .page-sub .l-medias-images {
    max-width: 35%;
  }
  .page-sub .links ul {
    margin: 0 -0.7em;
  }
  .page-sub .links ul li {
    padding: 0 .7em;
  }
}

/* Page News
-------------------------------------------------- */
.page-news .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3em;
}

.page-news .ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.page-news .ttl .heading {
  font-size: .30rem;
  font-weight: bold;
  color: #181818;
  margin-right: .6em;
  letter-spacing: 0.1em;
}

.page-news .ttl .en {
  font-weight: bold;
  color: #0b60ab;
  font-family: 'Roboto';
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.page-news .box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.page-news .box .content {
  flex: 1;
  padding-right: 7.5em;
}

.page-news .box .sidebar {
  width: 200px;
}

.page-news .box .sidebar .widget .categories p {
  text-align: center;
}

.page-news .box .sidebar .widget .categories p a {
  position: relative;
  display: block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #0b60ab;
  padding: .8em 1em;
}

.page-news .box .sidebar .widget .categories p a::after {
  content: "▲";
  position: absolute;
  top: 50%;
  right: 1.3em;
  transform: translateY(-50%);
  font-size: .11rem;
}

.page-news .box .sidebar .widget .categories p a:hover {
  background-color: #0b408b;
}

.page-news .box .sidebar .widget .categories p a.st-active::after {
  content: "▼";
}

.page-news .box .sidebar .widget .categories ul {
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.page-news .box .sidebar .widget .categories ul li {
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.page-news .box .sidebar .widget .categories ul li a {
  display: block;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 140%;
  padding: .9em;
}

.page-news .box .sidebar .widget .categories ul li a:hover {
  color: #0b60ab;
}

.page-news .article .attl {
  font-size: .30rem;
  font-weight: bold;
  line-height: 140%;
  padding-bottom: .4em;
}

.page-news .article .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  padding: 1em;
  margin-bottom: 1.5em;
}

.page-news .article .meta .date {
  font-family: 'Roboto';
  letter-spacing: 0.1em;
  width: 7.7em;
}

.page-news .article .meta .cat {
  width: 7.5em;
}

.page-news .article .meta .cat a {
  display: block;
  background: #179ee4;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.1em;
  padding: .2em .1em;
}

.page-news .article .meta .cat a:hover {
  background-color: #077ec4;
}

.page-news .article .meta .cat a._topics {
  background-color: #1078c1;
}

.page-news .article .meta .cat a._topics:hover {
  background-color: #0058a1;
}

.page-news .article .the-content h1, .page-news .article .the-content h2, .page-news .article .the-content h3 {
  background: #0b60ab;
  font-weight: bold;
  color: #fff;
  line-height: 140%;
  font-size: .18rem;
  padding: 1em;
  margin-bottom: 1em;
}

.page-news .article .the-content h2 {
  padding: .5em 1em;
}

.page-news .article .the-content h3 {
  background: #eee;
  color: #000;
  font-weight: bold;
  padding: .5em 1em;
}

.page-news .article .the-content h4, .page-news .article .the-content h5, .page-news .article .the-content h6 {
  font-size: .18rem;
  color: #000;
  line-height: 140%;
  font-weight: bold;
}

.page-news .article .the-content h5, .page-news .article .the-content h6 {
  font-size: .16rem;
}

.page-news .article .the-content p {
  line-height: 180%;
  font-weight: 500;
  margin-bottom: 1.5em;
}

.page-news .article .the-content ol, .page-news .article .the-content ul {
  margin-bottom: 1.5em;
}

.page-news .article .the-content ol li, .page-news .article .the-content ul li {
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 180%;
  font-weight: 500;
}

.page-news .article .the-content ol li {
  list-style-type: decimal;
}

.page-news .article .the-content a:hover {
  color: #999;
  text-decoration: underline;
}

.page-news .article .the-content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.page-news .article .the-content .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.page-news .article .the-content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.page-news .article .the-content img {
  display: block;
  max-width: 100%;
  text-align: center;
}

.page-news .article .back {
  text-align: center;
}

.page-news .article .back .m-btn {
  display: block;
}

@media screen and (max-width: 768px) {
  .page-news .article .attl {
    font-size: .21rem;
  }
  .page-news .article .meta .date {
    width: 7em;
    font-size: .15rem;
  }
  .page-news .article .meta .cat {
    width: auto;
    position: relative;
  }
  .page-news .article .meta .cat a {
    font-size: .14rem;
    letter-spacing: 0;
  }
  .page-news .top {
    flex-direction: column;
  }
  .page-news .top .ttl {
    flex-direction: column;
    align-items: center;
  }
  .page-news .top .ttl .heading {
    font-size: .26rem;
    margin-right: 0;
    margin-bottom: .4em;
  }
  .page-news .top .ttl .en {
    font-size: .15rem;
  }
  .page-news .top .sub {
    display: none;
  }
  .page-news .box {
    flex-direction: column;
  }
  .page-news .box .content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3em;
  }
  .page-news .box .sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .page-news .box .content {
    padding-right: 2em;
  }
}

/* Page Links
-------------------------------------------------- */
.page-links {
  padding-bottom: 1.7em;
}

.page-links .category {
  margin-bottom: 4.3em;
}

/* Page Recruit
-------------------------------------------------- */
.page-recruit .contact {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid #dcdcdc;
}

.page-recruit .contact .ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #f3f7fb;
  text-align: center;
  color: #0b60ab;
  font-weight: bold;
  padding: .8em 1em;
  min-width: 320px;
}

.page-recruit .contact .detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: .8em 1em .8em 2.5em;
}

.page-recruit .contact .detail p {
  font-weight: bold;
  line-height: 160%;
}

.page-recruit .contact .detail p._lg {
  font-size: .20rem;
}

@media screen and (max-width: 768px) {
  .page-recruit .contact {
    flex-direction: column;
  }
  .page-recruit .contact .ttl {
    padding: 1em 1.5em;
  }
  .page-recruit .contact .detail {
    padding: 1em 1.5em;
  }
  .page-recruit .contact .detail p._lg {
    font-size: .18rem;
  }
}

/* Footer
-------------------------------------------------- */
.m-footer {
  background: #0b5fab url(../images/common/footer-bg01.png) no-repeat bottom right;
  color: #fff;
  padding: 5.3em 0 7em;
}

.m-footer-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

.m-footer-detail-logo {
  margin-bottom: 1.7em;
}

.m-footer-detail-info {
  font-size: .14rem;
  font-weight: 500;
  line-height: 200%;
  margin-bottom: 3.7em;
}

.m-footer-detail-info a {
  color: #fff;
}

.m-footer-detail-info a:hover {
  text-decoration: underline;
}

.m-footer-detail-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.m-footer-detail-menu li {
  border-right: 1px solid #6f94c4;
  margin-right: 1.2em;
  padding-right: 1.2em;
}

.m-footer-detail-menu li a {
  font-size: .14rem;
  font-weight: bold;
  color: #fff;
}

.m-footer-detail-menu li a:hover {
  text-decoration: underline;
}

.m-footer-detail-menu li:last-child {
  border-right: 0;
}

.m-footer-sub {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.m-footer-sub-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.m-footer-sub-menu li {
  margin-left: 2em;
  margin-bottom: 1em;
}

.m-footer-sub-menu li a {
  font-size: .14rem;
  font-weight: 500;
  color: #fff;
}

.m-footer-sub-menu li a:hover {
  text-decoration: underline;
}

.m-footer-sub-copyright {
  text-align: right;
  font-size: .14rem;
  font-family: 'Roboto';
}

.m-totop {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.m-totop-link-img {
  max-width: 12vw;
}

@media screen and (max-width: 768px) {
  .m-footer {
    padding: 3.3em 0 10em;
  }
  .m-footer-box {
    flex-direction: column;
  }
  .m-footer-detail {
    margin-bottom: 1.3em;
  }
  .m-footer-detail-logo {
    margin-bottom: 2.6em;
  }
  .m-footer-detail-info {
    font-size: .17rem;
    text-align: center;
    line-height: 140%;
    margin-bottom: 3.3em;
  }
  .m-footer-detail-info span {
    display: inline-block;
    font-size: .22rem;
    margin-top: .5em;
  }
  .m-footer-detail-menu {
    justify-content: center;
  }
  .m-footer-detail-menu li {
    margin-right: 0;
    padding: 0 1.2em;
  }
  .m-footer-sub-menu {
    display: none;
  }
  .m-footer-sub-copyright {
    text-align: center;
  }
  .m-totop {
    bottom: 8em;
  }
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
  .m-footer-detail-menu {
    flex-wrap: wrap;
  }
  .m-footer-detail-menu li {
    margin-bottom: 1em;
    border-right: 0;
  }
}

.sp-menu {
  display: none;
  position: absolute;
  top: 0px;
  right: 9999px;
  width: 70%;
  height: 100vh;
  transition: 0.5s;
  z-index: 1000;
  background: rgba(11, 96, 171, 0.9);
}

.sp-menu .sp-menu-content {
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1.5em;
}

.sp-menu .sp-menu-content .close p {
  text-align: right;
  padding: 1em 1em;
}

.sp-menu .sp-menu-content .close p a {
  display: inline-block;
  font-size: .48rem;
  font-weight: bold;
  color: #fff;
}

.sp-menu .sp-menu-content .menu {
  margin-bottom: 1em;
}

.sp-menu .sp-menu-content .menu ul {
  padding: 0 2em;
}

.sp-menu .sp-menu-content .menu ul > li a {
  display: block;
  line-height: 140%;
  font-size: .17rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: .8em 0;
}

.sp-menu .sp-menu-content .submenu ul li {
  text-align: center;
  margin-bottom: 1em;
}

.sp-menu .sp-menu-content .submenu ul li a {
  display: block;
  font-weight: 500;
  color: #fff;
}

.sp-menu .sp-menu-content .contact {
  color: #fff;
  text-align: center;
  margin-bottom: 2em;
}

.sp-menu .sp-menu-content .contact .ttl {
  font-size: .18rem;
  font-weight: bold;
  margin-bottom: .6em;
}

.sp-menu .sp-menu-content .contact .num {
  font-size: .26rem;
  font-weight: bold;
}

.sp-menu .sp-menu-content .contact .num a {
  color: #fff;
}

.sp-menu .sp-menu-content .contact .num a:hover {
  text-decoration: underline;
}

.sp-menu .sp-menu-content .contact .num img {
  height: .7em;
  vertical-align: middle;
  position: relative;
  top: -0.1em;
}

.sp-menu.active {
  display: block;
  right: 0px;
}

.sp-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 1em .6em;
}

.sp-footer .btn {
  display: block;
  color: #fff;
  font-weight: bold;
  background: #db7c00;
  border-radius: 10px;
  padding: 1em;
}

.sp-footer .btn .box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.sp-footer .btn .ttl {
  width: 7em;
}

.sp-footer .btn .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.sp-footer .btn .txt .num {
  font-size: .34rem;
  font-family: 'Roboto';
  margin-bottom: .1em;
}

.sp-footer .btn .txt .num img {
  height: .7em;
  position: relative;
  top: -0.2em;
  margin-right: .1em;
}

.sp-footer .btn .date {
  font-size: .13rem;
}

.sp-footer .btn:hover {
  background-color: #0b60ab;
}

@media screen and (max-width: 768px) {
  .sp-footer {
    display: block;
  }
}
