@charset "UTF-8";

/*
Theme Name: FAJ
Author: Greensnap
Version: 1.0.0
License: Greensnap
*/

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;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

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

ul,
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;
    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;
}


/* global box-sizing */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */


/* clear */

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

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

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04a4cc;
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* wrapper */

.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    position: relative;
}


/* header */


/* logo */


/* nav */


/* sidebar */


/* footer */


/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
  TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: "Font-Name";
    src: url("fonts/font-name.eot");
    src: url("fonts/font-name.eot?#iefix") format("embedded-opentype"), url("fonts/font-name.woff") format("woff"), url("fonts/font-name.ttf") format("truetype"), url("fonts/font-name.svg#font-name") format("svg");
    font-weight: normal;
    font-style: normal;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


/*------------------------------------*\
    MISC
\*------------------------------------*/

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 20px 0 30px;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 20px auto 30px auto;
}

.alignright {
    float: right;
    margin: 20px 0 30px 20px;
}

.alignleft {
    float: left;
    margin: 20px 20px 30px 0;
}

a img.alignright {
    float: right;
    margin: 20px 0 30px 20px;
}

a img.alignnone {
    margin: 20px 20px 30px 0;
}

a img.alignleft {
    float: left;
    margin: 20px 20px 30px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 20px 0 30px;
}

.wp-caption.alignleft {
    margin: 20px 20px 30px 0;
}

.wp-caption.alignright {
    margin: 20px 0 30px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
}

@font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
}

html {
    font-family: Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

@media all and (-ms-high-contrast: none) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

@media all and (-ms-high-contrast: active) {
    html {
        font-family: Verdana, Meiryo, sans-serif;
    }
}

.gautreaux-l {
    font-family: gautreaux, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.gautreaux-m {
    font-family: gautreaux, sans-serif;
    font-weight: 500;
    font-style: normal;
}

.gautreaux-b {
    font-family: gautreaux, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.acumin {
    font-family: acumin-pro, sans-serif;
    font-style: nomal;
}

.min {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1.5;
    font-weight: normal;
    overflow-y: scroll;
    font-size: 1.6rem;
    background-color: #fff;
    color: #3c403c;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
    display: none;
}

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

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container {
    width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
}

h2,
h3,
h4 {
    margin: 0;
}

.social a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.social a:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0.8;
}

.sub-title {
    text-align: center;
    letter-spacing: 0.6px;
    margin-bottom: 40px;
}

.cover-top {
    height: 320px;
}

.circle a {
    border: 1px solid;
    border-radius: 100%;
    width: 24px;
    display: inline-block;
}

.a-p a.active {
    border-bottom: 1px solid;
}

.inner {
    margin: auto;
    max-width: calc(100% - 40px);
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

@media screen and (max-width: 768px) {
    .contents,
    .main-desc,
    .event-box,
    .exhibitors-box {
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
    .pc-none {
        display: block;
    }
    .sp-none {
        display: none;
    }
    .br-sp {
        display: block;
    }
    .br-pc {
        display: none;
    }
    .reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .content .inner {
        width: calc(100% - 20px);
    }
}

@media screen and (min-width: 769px) {
    .contents,
    .main-desc,
    .event-box,
    .exhibitors-box {
        max-width: 720px;
        margin: 0 auto;
    }
    .sp,
    .br-sp {
        display: none;
    }
    .br-pc {
        display: block;
    }
}

@media screen and (min-width: 1000px) {
    .br-pc {
        display: block;
    }
    .contents,
    .main-desc,
    .event-box,
    .exhibitors-box {
        max-width: 960px;
    }
}

@media screen and (min-width: 1344px) {
    .br-pc {
        display: block;
    }
    .contents,
    .main-desc,
    .event-box,
    .exhibitors-box {
        max-width: 1000px;
    }
    .inner {
        max-width: 1344px;
    }
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-slide a.disabled {
    pointer-events: none;
}

.swiper-slide a.disabled:hover {
    opacity: 1;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet-active-main {
    background-color: #ffffffb3;
}

i.ph-arrow-circle-right {
    position: relative;
    top: 2px;
}

.crumbs {
    margin: 36px auto 0;
}

.crumbs span a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    margin: 0 8px 0 12px;
    color: #145fa9;
}

header {
    height: 100px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

header nav {
    max-width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
}

header nav a.logo {
    max-width: 15vw;
    display: inline-block;
}

header nav dt {
    line-height: 1;
}

header nav i {
    color: #145fa9;
}

header nav li.has-child {
    margin-right: 36px;
    white-space: nowrap;
}

header nav li.has-child:last-child {
    margin-right: 0;
}

header nav .has-child img {
    padding-right: 6px;
    max-width: 24px;
}

header nav .has-child i {
    padding-left: 2px;
}

header nav .sp-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.im-login {
    text-align: center;
    margin-left: 30px;
    bottom: 5px;
    position: relative;
}

.im-login .im-login-logo {
    width: 160px;
}

.im-login ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.im-login ul a {
    font-size: 1.3rem;
    border: 1px solid #145fa9;
    border-radius: 4px;
    line-height: 1;
    padding: 8px 2px;
    width: 90px;
    text-align: center;
    margin-top: 4px;
}

.im-login ul .btn {
    color: #145fa9;
    margin-right: 8px;
}

.im-login ul .btn-login {
    background-color: #145fa9;
    color: #fff;
}

.im-login ul .hamburger {
    display: none;
}

ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    ul.nav {
        background: #eff2f1;
    }
}

nav ul li {
    position: relative;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #3c403c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

nav ul li li a {
    padding: 10px 0px;
    margin: 0 35px;
}

nav ul li a:hover {
    color: #252725;
}

nav li.has-child ul {
    position: absolute;
    left: -50px;
    top: 45px;
    z-index: 4;
    background: #f0f2f1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 12px 0 12px;
}

nav li.has-child>a {
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

nav li.has-child ul.sub {
    min-width: 100%;
    white-space: nowrap;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: 0 7px 5px -5px #0000001f inset;
    box-shadow: 0 7px 5px -5px #0000001f inset;
}

@media screen and (max-width: 768px) {
    nav li.has-child ul.sub {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

nav li.has-child ul.sub a span {
    margin-right: 12px;
    background-color: #fff;
    border-radius: 100%;
    width: 41px;
    height: 41px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

nav li.has-child ul.sub a span i {
    font-size: 20px;
    position: relative;
    top: 10px;
    padding: 0;
}

nav li.has-child ul.sub a span img {
    position: relative;
    top: 8px;
    padding: 0;
}

nav li.has-child ul.sub a span .child-icon {
    height: 22px;
    position: relative;
    top: 0.6rem;
    padding: 0;
}

nav li.has-child ul.sub .btn {
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 8px;
    line-height: 1;
    text-align: center;
    margin: 12px 35px;
}

nav li.has-child ul.sub .btn span {
    width: auto;
    height: auto;
}

nav li.has-child ul.sub .btn span i {
    top: 1px;
}


/*hoverしたら表示*/

nav li.has-child:hover>ul,
nav li.has-child ul li:hover>ul,
nav li.has-child:active>ul,
nav li.has-child ul li:active>ul {
    visibility: visible;
    opacity: 1;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active {
    opacity: 0.9;
}

@media screen and (max-width: 768px) {
    nav {
        padding: 0;
    }
    nav ul {
        display: block;
    }
    nav li.has-child ul,
    nav li.has-child ul ul {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        visibility: visible;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        transition: none;
    }
    nav ul li a {
        border-bottom: 1px solid #ccc;
    }
    nav ul.sub li a {
        border-bottom: none;
    }
    nav ul li.has-child::before {
        left: 20px;
    }
    nav ul ul li.has-child::before {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        left: 20px;
    }
    nav ul li.has-child.active::before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@media screen and (min-width: 1344px) {
    header nav {
        max-width: 1344px;
    }
    header nav a.logo {
        max-width: 260px;
    }
    .im-login {
        margin-left: 60px;
    }
}

@media screen and (max-width: 768px) {
    header {
        height: 60px;
        position: fixed;
        position: fixed;
        width: 100%;
        background: #fff;
    }
    header nav {
        max-width: calc(100% - 40px);
        height: 60px;
    }
    header nav a.logo {
        max-width: 200px;
        z-index: 500;
        position: absolute;
    }
    header nav li.has-child {
        margin-right: 0;
        width: 100%;
    }
    header nav li.has-child ul.sub {
        border-radius: 0;
    }
    header nav li.has-child ul.sub li {
        background: #fff;
        width: 90%;
        margin: auto;
        border-bottom: 1px solid #f0f2f1;
    }
    header nav li.has-child ul.sub li:first-child {
        border-radius: 5px 5px 0 0;
    }
    header nav li.has-child ul.sub li:last-child {
        border-radius: 0 0 5px 5px;
        border-bottom: none;
    }
    header nav li.has-child ul.sub li:last-child .btn {
        margin: 0 35px;
        padding: 10px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    header nav li.has-child ul.sub li:last-child .btn .text {
        display: inline-block;
        width: auto;
        height: auto;
    }
    header nav li.has-child>a {
        height: 50px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
    }
    header nav li.has-child>a i {
        margin-left: auto;
        margin-right: 20px;
    }
    header nav ul.nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: 0;
        position: relative;
        z-index: 10;
        -webkit-box-shadow: 0 7px 5px -5px #0000001f inset;
        box-shadow: 0 7px 5px -5px #0000001f inset;
        width: 100%;
    }
    header nav .sp-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    header nav .im-login {
        width: 100%;
        margin-left: 0;
        position: absolute;
        bottom: 120px;
        z-index: 0;
    }
    header nav .im-login ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    header nav .im-login ul a {
        width: 120px;
        margin-top: 12px;
    }
    header nav .im-login .sns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }
    header nav .im-login .sns li {
        margin-right: 16px;
    }
    header nav .im-login .sns li:last-child {
        margin-right: 0;
    }
    header nav .im-login .sns li a {
        border: none;
        width: auto;
    }
    .hamburger {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 18px;
        height: 20px;
        cursor: pointer;
        z-index: 300;
    }
    .hamburger__line {
        position: absolute;
        width: 18px;
        height: 2px;
        right: 0;
        background-color: #145fa9;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }
    .hamburger__line--1 {
        top: 1px;
    }
    .hamburger__line--2 {
        top: 8px;
    }
    .hamburger__line--3 {
        top: 16px;
    }
    /*ハンバーガーがクリックされたら*/
    .open .hamburger__line--1 {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 11px;
    }
    .open .hamburger__line--2 {
        opacity: 0;
    }
    .open .hamburger__line--3 {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 11px;
    }
    .sp-nav {
        position: fixed;
        opacity: 0;
        /*ハンバーガーがクリックされる前はWindow右側に隠す*/
        margin-top: 60px;
        top: 0;
        right: -100%;
        width: 100%;
        /* 出てくるスライドメニューの幅 */
        height: 100vh;
        background: #f0f2f1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        z-index: 200;
        overflow-y: auto;
        /* メニューが多くなったらスクロールできるように */
    }
    /*ハンバーガーがクリックされたら右からスライド*/
    .open .sp-nav {
        right: 0;
        opacity: 1;
    }
    /*
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
    .black-bg {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        cursor: pointer;
        z-index: 1;
    }
    /*ハンバーガーメニューが開いたら表示*/
    .open .black-bg {
        opacity: 0.3;
        visibility: visible;
    }
    div#top {
        padding-top: 60px;
    }
}

footer {
    margin-top: 90px;
}

footer .footer-contact {
    border-top: 1px solid #145fa9;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-contact p {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1;
    margin-right: 48px;
}

footer .footer-contact .btn {
    line-height: 1;
    background: linear-gradient(38deg, #145FA9 4.03%, #1B8DFD 49.16%, #145FA9 93.21%);
    color: #fff;
    font-size: 1.8rem;
    padding: 16px 32px;
    border-radius: 5px;
}

footer .footer-content {
    background-color: #f0f2f1;
}

footer .footer-content .inner {
    padding-top: 60px;
    padding-bottom: 70px;
}

footer .footer-content .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer-content .left-bottom {
    color: #6A6A6A;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .footer-content .left-bottom p {
    font-size: 1.3rem;
    line-height: 1.8;
}

footer .footer-content .left-bottom a {
    max-width: 150px;
}

footer .footer-content .left-bottom p.title {
    font-size: 1.5rem;
}

footer .footer-content .left-bottom p img {
    height: 12px;
    bottom: 7px;
    position: relative;
    margin-right: 5px;
}

footer .footer-content .left-bottom p span {
    margin-right: 5px;
    font-weight: 700;
}

footer .footer-content .left-bottom p .small {
    font-size: 0.9rem;
    font-weight: 500;
}

footer .footer-content .left-bottom .info-top {
    margin-top: 24px;
}

footer .footer-content .left-bottom .info-bottom {
    margin-top: 35px;
}

footer .footer-content .left-bottom ul.sns {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .footer-content .left-bottom ul.sns li {
    margin-right: 30px;
}

footer .footer-content .left-bottom ul.sns li:last-child {
    margin-right: 0;
}

footer .footer-content .right-top .search-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer-content .right-top .search-area p {
    font-size: 2.4rem;
    color: #145fa9;
    margin-right: 20px;
}

footer .footer-content .right-top .search-area input#s {
    border: none;
    font-size: 1.6rem;
    width: 360px;
    border-radius: 5px;
    padding: 12px 10px;
    margin-right: 20px;
}

footer .footer-content .right-top .search-area input#s::-webkit-input-placeholder {
    color: #ccc;
}

footer .footer-content .right-top .search-area input#s::-moz-placeholder {
    color: #ccc;
}

footer .footer-content .right-top .search-area input#s::-ms-input-placeholder {
    color: #ccc;
}

footer .footer-content .right-top .search-area input#s::placeholder {
    color: #ccc;
}

footer .footer-content .right-top .search-area button {
    background: #fff;
    border: none;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}

footer .footer-content .right-top nav {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .footer-content .right-top nav dl {
    margin-right: 25px;
}

footer .footer-content .right-top nav dl:last-child {
    margin-right: 0;
}

footer .footer-content .right-top nav dt {
    margin-bottom: 10px;
}

footer .footer-content .right-top nav dt a {
    color: #145fa9;
    font-weight: 700;
}

footer .footer-content .right-top nav dt i {
    margin-left: 8px;
}

footer .footer-content .right-top nav dd {
    font-size: 1.3rem;
    line-height: 2;
    white-space: nowrap;
}

footer .footer-content .right-top nav dd:before {
    content: "-";
    margin-right: 5px;
    color: #145fa9;
}

footer .footer-content .right-top nav dd.service-category:before {
    content: none;
}

footer .bottom {
    background-color: #145fa9;
    color: #fff;
    font-size: 1.3rem;
    height: 80px;
    line-height: 80px;
}

footer .bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .bottom ul li {
    margin-right: 70px;
}

footer .bottom ul li:last-child {
    margin-right: 0;
}

footer .bottom ul a {
    color: #fff;
}

#home section.footer-free {
    background-color: #f0f2f1;
    padding: 70px;
    margin-bottom: -90px;
}

@media screen and (max-width: 768px) {
    footer {
        margin-top: 40px;
    }
    footer .inner {
        width: calc(100% - 40px);
        margin: auto;
    }
    footer .footer-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .footer-contact p {
        font-size: 1.6rem;
        font-weight: 500;
        margin-right: 0;
        line-height: 1.5;
        margin-bottom: 16px;
        width: 100%;
    }
    footer .footer-content .inner {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    footer .footer-content .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    footer .footer-content .left-bottom {
        padding-top: 40px;
        text-align: center;
    }
    footer .footer-content .left-bottom a {
        max-width: 210px;
        display: inline-block;
    }
    footer .footer-content .left-bottom .info-top,
    footer .footer-content .left-bottom .info-bottom {
        display: none;
    }
    footer .footer-content .left-bottom a {
        max-width: 100px;
    }
    footer .footer-content .right-top .search-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .footer-content .right-top .search-area p {
        font-size: 1.8rem;
        margin-right: 0;
        margin-bottom: 16px;
    }
    footer .footer-content .right-top .search-area input#s {
        width: 80%;
    }
    footer .footer-content .right-top form#searchform {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-appearance: none;
    }
    footer .footer-content .right-top nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    footer .footer-content .right-top nav dl {
        width: 100%;
        margin-right: 0px;
        border-top: 1px solid #ccc;
        padding-top: 12px;
    }
    footer .footer-content .right-top nav dl:last-child {
        border-bottom: 1px solid #ccc;
    }
    footer .footer-content .right-top nav dt {
        width: 100%;
    }
    footer .footer-content .right-top nav dt a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    footer .footer-content .right-top nav dd {
        display: none;
    }
    footer .bottom {
        height: auto;
        line-height: 1.5;
    }
    footer .bottom .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0;
    }
    footer .bottom .inner p {
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }
    footer .bottom ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
    }
    footer .bottom ul li {
        margin-right: 0;
    }
}

@media screen and (min-width: 1344px) {
    footer .footer-content .right-top nav dl {
        margin-right: 40px;
    }
}

#home section {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #home .swiper-slide {
        overflow: hidden;
    }
    #home .swiper-slide img {
        display: block;
        width: 160%;
        max-width: 160%;
        height: 100%;
        margin-left: -30%;
    }
}

#home .list-btn,
#recruit .list-btn {
    margin: auto;
    text-align: center;
    margin-top: 40px;
}

#recruit .list-btn {
    text-align: center;
}

#home .list-btn a,
#recruit .list-btn a {
    display: inline-block;
    text-align: center;
    border: 1px solid #145fa9;
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 20px 8px 40px;
    color: #145fa9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

#home .list-btn a i,
#recruit .list-btn a i {
    margin-left: 20px;
    position: relative;
    top: 3px;
}

#home .list-btn a:hover,
#recruit .list-btn a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background-color: #145fa9;
}

#home .notification {
    max-width: 760px;
    margin: 40px auto 0;
}

#home .notification .notice-btn {
    text-align: center;
}

#home .notification .notice-btn a {
    position: relative;
    color: #e09b2b;
    border: #e09b2b 1px solid;
    border-radius: 5px;
    width: auto;
    display: inline-block;
    padding: 1.3rem 2rem 1.3rem 4rem;
    line-height: 1.3;
    text-align: left;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    #home .notification {
        margin: 40px auto;
    }
    #home .notification .notice-btn a {
        width: 100%;
        padding: 1.3rem 1.6rem 1.3rem 4rem;
    }
}

#home .notification .notice-btn a i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.6rem;
}

#home .notification .notice-btn a:hover {
    color: #fff;
    background-color: #e09b2b;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#home h2,
h2.accessory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 3.6rem;
    margin-bottom: 50px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    #home h2,
    h2.accessory {
        font-size: 2rem;
        margin-bottom: 30px;
    }
}

#home h2:before,
h2.accessory::before {
    content: url("./img/parts/line.svg");
    display: inline-block;
    bottom: 8px;
    position: relative;
    margin-right: 30px;
}

@media screen and (max-width: 768px) {
    #home h2:before,
    h2.accessory::before {
        content: url("./img/parts/line_sp.svg");
        margin-right: 20px;
    }
}

#home h2:after,
h2.accessory::after {
    content: url("./img/parts/line.svg");
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    display: inline-block;
    bottom: 8px;
    position: relative;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    #home h2:after,
    h2.accessory::after {
        content: url("./img/parts/line_sp.svg");
        margin-left: 20px;
    }
}

#home .news-list {
    margin-top: 70px;
}

#home .news-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #home .news-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#home .news-list li {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    #home .news-list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

#home .news-list li:last-child {
    margin-right: 0;
}

#home .news-list li .hover-img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9の比率 */
    overflow: hidden;
}

#home .news-list li .hover-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#home .news-list li:hover .hover-img img {
    transform: scale(1.05);
}

@media screen and (max-width: 768px) {
    #home .news-list li:last-child {
        margin-bottom: 0;
    }
}

#home .news-list li .news-info {
    padding: 1.6rem;
    font-size: 1.3rem;
}

#home .news-list li .news-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#home .news-list li .news-info h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    margin: 16px 0 6px;
}

#home .news-list li .category {
    display: inline-block;
    border: 1px solid;
    border-radius: 16px;
    padding: 5px 12px;
    line-height: 1;
}

#home .news-list li .category.event {
    color: #ffba00;
    border-color: #ffba00;
}

#home .news-list li .category.release {
    color: #145fa9;
    border-color: #145fa9;
}

#home .news-list li .category.important {
    color: #e70111;
    border-color: #e70111;
}

#home .news-list li .category.newscat {
    color: #E70111;
    border-color: #E70111;
}

#home .news-list li .category.showcase {
    color: #FF9D00;
    border-color: #FF9D00;
}

#home .news-text-only {
    margin-top: 70px;
}

#home .news-text-only ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 960px;
}

#home .news-text-only li {
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    #home .news-text-only li {
        width: 100%;
    }
}

#home .news-text-only li .category {
    display: inline-block;
    border: 1px solid;
    border-radius: 16px;
    padding: 5px 12px;
    line-height: 1;
    font-size: 1.3rem;
    margin-left: 2rem;
}

#home .news-text-only li .category.event {
    color: #ffba00;
    border-color: #ffba00;
}

#home .news-text-only li .category.release {
    color: #145fa9;
    border-color: #145fa9;
}

#home .news-text-only li .category.important {
    color: #e70111;
    border-color: #e70111;
}

#home .news-text-only li .info {
    display: inline-block;
    min-width: 220px;
}

@media screen and (max-width: 768px) {
    #home .news-text-only li .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1rem;
    }
}

#home .news-text-only li h4 {
    font-weight: 500;
    font-size: 1.6rem;
    display: inline-block;
    margin-left: 3rem;
}

@media screen and (max-width: 768px) {
    #home .news-text-only li h4 {
        margin-left: 0;
    }
}

#home .sns {
    /*  background-color: #F0F2F1;
  padding: 70px 0;*/
    background-color: #fff;
    padding: 0;
    text-align: center;
}


/* カレンダーセクション */

#home .home-calendar {
    background-color: #F1F5F9;
    padding: 60px 0;
    width: 100%;
    margin-bottom: 0;
}

#home .home-calendar .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#home .home-calendar h3 {
    text-align: center;
    margin-bottom: 0;
    font-size: 2.4rem;
}

#home .home-calendar .calendar-area {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

#home .fc .fc-button:focus {
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    #home .home-calendar {
        padding: 40px 0;
    }
    #home .home-calendar .calendar-area {
        padding: 10px;
    }
}

#home .sns p {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #home .sns p {
        margin-bottom: 30px;
    }
}

#home .sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #home .sns ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}

#home .sns ul li {
    margin-right: 160px;
}

@media screen and (max-width: 768px) {
    #home .sns ul li {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

#home .sns ul li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #home .sns ul li:last-child {
        margin-bottom: 0;
    }
}

#page,
#news-content {
    position: relative;
}

#page .inner,
#news-content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    #page .inner,
    #news-content .inner {
        margin-top: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    }
}

#page .header,
#news-content .header {
    position: relative;
}

#page .header .thumb,
#news-content .header .thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #page .header .thumb,
    #news-content .header .thumb {
        height: 140px;
    }
}

#page .header .thumb::before,
#news-content .header .thumb::before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#page .header .title,
#news-content .header .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}

#page .header .title h1,
#news-content .header .title h1 {
    font-size: 3.6rem;
}

#page .header .title p,
#news-content .header .title p {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    #page .header .title h1,
    #news-content .header .title h1 {
        font-size: 2.4rem;
        white-space: nowrap;
    }
    #page .header .title p,
    #news-content .header .title p {
        font-size: 1.3rem;
    }
}

#page .side-menu,
#news-content .side-menu {
    margin-right: 5vw;
}

@media screen and (max-width: 768px) {
    #page .side-menu,
    #news-content .side-menu {
        margin: auto;
    }
}

@media screen and (min-width: 769px) {
    #page .side-menu,
    #news-content .side-menu {
        position: relative;
    }
}

#page .s-navi,
#news-content .s-navi {
    width: 320px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 0 0 24px;
    border-radius: 5px;
    background-color: #f0f2f1;
}

@media screen and (max-width: 768px) {
    #page .s-navi,
    #news-content .s-navi {
        min-width: 100%;
        width: 100%;
        padding: 0 0 14px;
    }
}

@media screen and (min-width: 769px) {
    #page .s-navi,
    #news-content .s-navi {
        position: -webkit-sticky;
        position: sticky;
        top: 16px;
    }
}

#page .s-navi li.page_item:first-child,
#news-content .s-navi li.page_item:first-child {
    font-size: 2.4rem;
    background-color: #fff;
    padding: 24px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#page .s-navi .children li.page_item:first-child {
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item:first-child,
    #news-content .s-navi li.page_item:first-child {
        padding: 14px 18px;
        border: none;
    }
}

#page .s-navi li.page_item:first-child:after,
#news-content .s-navi li.page_item:first-child:after {
    content: url(./img/icon/arrow-right.svg);
    position: relative;
    top: 3px;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item:first-child:after,
    #news-content .s-navi li.page_item:first-child:after {
        top: 0;
    }
}

#page .s-navi li.page_item:first-child:before,
#news-content .s-navi li.page_item:first-child:before {
    content: none;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item:first-child,
    #news-content .s-navi li.page_item:first-child {
        font-size: 1.6rem;
    }
}

#page .s-navi li.page_item:first-child a,
#news-content .s-navi li.page_item:first-child a {
    width: 100%;
}

#page .s-navi li.page_item_has_children,
#page .s-navi li.page_item,
#news-content .s-navi li.page_item_has_children,
#news-content .s-navi li.page_item {
    padding: 12px 34px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    padding-top: 24px;
    font-size: 1.6rem;
    background: none;
    width: 100%;
    position: relative;
}

#page .s-navi li.page_item_has_children a,
#page .s-navi li.page_item_has_children span,
#page .s-navi li.page_item a,
#page .s-navi li.page_item span,
#news-content .s-navi li.page_item_has_children a,
#news-content .s-navi li.page_item_has_children span,
#news-content .s-navi li.page_item a,
#news-content .s-navi li.page_item span {
    width: auto;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item_has_children,
    #page .s-navi li.page_item,
    #news-content .s-navi li.page_item_has_children,
    #news-content .s-navi li.page_item {
        font-size: 1.4rem;
        border-bottom: 1px solid #fff;
        padding: 12px 24px;
    }
}

#page .s-navi li.page_item_has_children:after,
#page .s-navi li.page_item:after,
#news-content .s-navi li.page_item_has_children:after,
#news-content .s-navi li.page_item:after {
    content: none;
}

#page .s-navi li.page_item_has_children:last-child,
#page .s-navi li.page_item:last-child,
#news-content .s-navi li.page_item_has_children:last-child,
#news-content .s-navi li.page_item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item_has_children:last-child,
    #page .s-navi li.page_item:last-child,
    #news-content .s-navi li.page_item_has_children:last-child,
    #news-content .s-navi li.page_item:last-child {
        border: none;
    }
}

#page .s-navi li.page_item_has_children ul.children,
#page .s-navi li.page_item ul.children,
#news-content .s-navi li.page_item_has_children ul.children,
#news-content .s-navi li.page_item ul.children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
}

#page .s-navi li.page_item_has_children ul.children li,
#page .s-navi li.page_item ul.children li,
#news-content .s-navi li.page_item_has_children ul.children li,
#news-content .s-navi li.page_item ul.children li {
    background: none;
    padding: 0;
    width: 100%;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 2rem;
}

#page .s-navi li.page_item_has_children ul.children li:last-child,
#page .s-navi li.page_item ul.children li:last-child,
#news-content .s-navi li.page_item_has_children ul.children li:last-child,
#news-content .s-navi li.page_item ul.children li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item_has_children ul.children li,
    #page .s-navi li.page_item ul.children li,
    #news-content .s-navi li.page_item_has_children ul.children li,
    #news-content .s-navi li.page_item ul.children li {
        border-bottom: none;
        margin-bottom: 2rem;
    }
}

#page .s-navi li.page_item_has_children ul.children li:after,
#page .s-navi li.page_item ul.children li:after,
#news-content .s-navi li.page_item_has_children ul.children li:after,
#news-content .s-navi li.page_item ul.children li:after {
    content: none;
}

#page .s-navi li.page_item_has_children ul.children li:before,
#page .s-navi li.page_item ul.children li:before,
#news-content .s-navi li.page_item_has_children ul.children li:before,
#news-content .s-navi li.page_item ul.children li:before {
    content: "-";
    margin-right: 0.5rem;
    top: 0;
}

#page .s-navi li.page_item_has_children ul.children li a,
#page .s-navi li.page_item ul.children li a,
#news-content .s-navi li.page_item_has_children ul.children li a,
#news-content .s-navi li.page_item ul.children li a {
    font-size: 1.6rem;
    border-bottom: none;
}

#page .s-navi li.page_item_has_children ul.children li a.current_page_item,
#page .s-navi li.page_item ul.children li a.current_page_item,
#news-content .s-navi li.page_item_has_children ul.children li a.current_page_item,
#news-content .s-navi li.page_item ul.children li a.current_page_item {
    border-bottom: 1px solid #145fa9;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item_has_children ul.children li a,
    #page .s-navi li.page_item ul.children li a,
    #news-content .s-navi li.page_item_has_children ul.children li a,
    #news-content .s-navi li.page_item ul.children li a {
        font-size: 1.4rem;
    }
}

#page .s-navi li.page_item_has_children,
#news-content .s-navi li.page_item_has_children {
    padding: 2.5rem 2.4rem 0rem 6rem;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item_has_children,
    #news-content .s-navi li.page_item_has_children {
        padding: 2rem 2.4rem 2rem 6rem;
    }
}

#page .s-navi li.page_item_has_children a,
#page .s-navi li.page_item_has_children span,
#news-content .s-navi li.page_item_has_children a,
#news-content .s-navi li.page_item_has_children span {
    line-height: 1.8rem;
}

#page .s-navi li.page_item_has_children:before,
#news-content .s-navi li.page_item_has_children:before {
    content: url(./img/icon/arrow-right.svg);
    top: 2.4rem;
    left: 3.2rem;
    position: absolute;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.page_item_has_children:before,
    #news-content .s-navi li.page_item_has_children:before {
        top: 1.9rem;
    }
}

#page .s-navi li.bottomline,
#news-content .s-navi li.bottomline {
    border-bottom: 1px solid #fff;
    padding-bottom: 2.5rem;
}

@media screen and (max-width: 768px) {
    #page .s-navi li.bottomline,
    #news-content .s-navi li.bottomline {
        padding-bottom: 2rem;
    }
}

#page .s-navi .page_item_has_children a.current_page_item,
#news-content .s-navi .page_item_has_children a.current_page_item {
    border-bottom: 2px solid #145fa9;
}

#page .content-area,
#news-content .content-area {
    width: 100%;
    max-width: 944px;
}

#page-column1 .flex-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    #page-column1 .flex-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#page-column1 .inner {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    #page-column1 .inner {
        margin-top: 24px;
    }
}

#page-column1 .header {
    position: relative;
}

#page-column1 .header .thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #page-column1 .header .thumb {
        height: 140px;
    }
}

#page-column1 .header .thumb::before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

#page-column1 .header .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}

#page-column1 .header .title h1 {
    font-size: 3.6rem;
}

#page-column1 .header .title p {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    #page-column1 .header .title h1 {
        font-size: 2.4rem;
    }
    #page-column1 .header .title p {
        font-size: 1.3rem;
    }
}

#page-column1 .outline .flex-area {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

#page-column1 .outline .column2 {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #page-column1 .outline .column2 {
        margin-bottom: 30px;
    }
}

#page .flex-area.column2 {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    #page .flex-area.column2 {
        margin-bottom: 30px;
        margin-left: 0;
    }
}

#page-column1 .outline .column2 li {
    width: calc(100% / 2 - 40px);
}

#page-column1 .outline .column2 li img {
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
    #page-column1 .outline .column2 li {
        width: 100%;
        margin-bottom: 24px;
    }
}

#page .flex-area.column2 li {
    width: calc(100% / 2 - 40px);
}

@media screen and (max-width: 768px) {
    #page .flex-area.column2 li {
        width: 100%;
        margin-bottom: 24px;
    }
}

#page-column1 .outline .column4 li {
    width: calc(100% / 4 - 40px);
}
#page-column1 .outline .column4 li img {
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
    #page-column1 .outline .column4 li {
        width: calc(100% / 2 - 5px);
    }
}

@media screen and (max-width: 768px) {
    #page-column1 .outline .column4 .text-box h3 {
        margin-bottom: 16px;
    }
    #page-column1 .outline .column4 .text-box p {
        display: none;
    }
}

#page-column1 .outline .text-box h3 {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 2.4rem;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    #page-column1 .outline .text-box h3 {
        font-size: 1.8rem;
    }
}

#page .flex-area.column2 .text-box h3 {
    margin-top: 12px;
    margin-bottom: 3px;
    font-size: 2.4rem;
    font-weight: 500;
}

#page .flex-area.column2 .text-box {
    color: #252725;
}

@media screen and (max-width: 768px) {
    #page .flex-area.column2 .text-box h3 {
        font-size: 1.8rem;
    }
}

#page-column1 .guide .column2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    margin-bottom: 70px;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 830px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li {
        margin-right: 0;
        width: 100%;
    }
    #page-column1 .guide .column2 li:last-child {
        margin-bottom: 0;
    }
}

#page-column1 .guide .column2 li a {
    padding: 30px;
    border: 1px solid #145fa9;
    border-radius: 5px;
    display: block;
    width: 400px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li a {
        width: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto;
        padding: 16px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#page-column1 .guide .column2 li a .img-cover {
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li a .img-cover {
        width: auto;
    }
}

#page-column1 .guide .column2 li a img {
    display: inline-block;
    width: 60px;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li a img {
        width: auto;
    }
}

#page-column1 .guide .column2 li a p {
    margin-top: 8px;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li a p {
        margin-top: 5px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#page-column1 .guide .column2 li a span {
    margin-top: 20px;
    text-align: center;
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li a span {
        margin-top: 0;
        margin-left: 12px;
    }
}

#page-column1 .guide .column2 li a i {
    margin-left: 20px;
    color: #145fa9;
    font-size: 2rem;
    top: 3px;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column2 li a i {
        margin-top: 0;
        margin-left: 5px;
    }
}

#page-column1 .guide .column3 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column3>li {
        width: 100%;
        margin-bottom: 30px;
    }
}

#page-column1 .guide .column3 .top {
    border-bottom: 2px solid #145fa9;
    width: 318px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 118px;
}

#page-column1 .guide .column3 .top span {
    font-size: 2.4rem;
    margin-left: 24px;
}

@media screen and (max-width: 768px) {
    #page-column1 .guide .column3 .top {
        width: auto;
        height: auto;
    }
    #page-column1 .guide .column3 .top img {
        max-width: 60px;
    }
}

#page-column1 .guide .column3 .bottom {
    margin-left: 16px;
}

#page-column1 .guide .column3 .bottom li {
    line-height: 2.5;
}

#page-column1 .guide .column3 .bottom li i {
    margin-right: 8px;
    color: #145fa9;
}

#contact .other-contact {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    #contact .other-contact {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#contact .other-contact>div {
    width: 100%;
    padding: 3rem 3.6rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #contact .other-contact>div {
        padding: 1rem 1.6rem;
    }
}

#contact .other-contact>div .inner-box {
    text-align: left;
    display: inline-block;
}

#contact .other-contact>div h3 {
    font-weight: 700;
    margin-bottom: 1rem;
}

#contact .other-contact .mail {
    border: 3px solid #c8d3da;
    border-right: none;
}

@media screen and (max-width: 768px) {
    #contact .other-contact .mail {
        border-right: 3px solid #c8d3da;
        border-bottom: none;
    }
}

#contact .other-contact .mail ul {
    list-style: disc;
    margin-left: 2rem;
}

#contact .other-contact .tel {
    border: 3px solid #c8d3da;
}

#contact .other-contact .tel ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.4rem;
}

@media screen and (max-width: 768px) {
    #contact .other-contact .tel ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#contact .other-contact .tel ul li {
    font-size: 2.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    #contact .other-contact .tel ul li {
        margin-bottom: 1.2rem;
    }
}

#contact .other-contact .tel ul li:last-child {
    margin-left: 3.6rem;
}

@media screen and (max-width: 768px) {
    #contact .other-contact .tel ul li:last-child {
        margin-left: 0;
        margin-bottom: 0;
    }
}

#contact .other-contact .tel ul li img {
    margin-right: 1rem;
}

#contact .other-contact .tel p.attention {
    font-size: 1.3rem;
}

#contact .faq-list {
    margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
    #contact .faq-list {
        margin-bottom: 3.6rem;
    }
}

#contact .faq-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #contact .faq-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

#contact .faq-list ul li {
    margin-right: 2rem;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #contact .faq-list ul li {
        margin: 0 0 2rem 0;
        width: calc(100% / 2 - 12px);
    }
}

#contact .faq-list ul li:last-child {
    margin-right: 0;
}

#contact .faq-list ul li a {
    display: inline-block;
    width: 240px;
    height: 64px;
    border: 1px solid #145fa9;
    color: #145fa9;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    position: relative;
}

@media screen and (max-width: 768px) {
    #contact .faq-list ul li a {
        width: 100%;
        padding: 0 20px 0 10px;
    }
}

#contact .faq-list ul li a p {
    line-height: 1;
}

#contact .faq-list ul li a span {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
}

#contact .faq-list ul li a i {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    #contact .faq-list ul li a i {
        right: 0.7rem;
    }
}

#contact .form-area {
    max-width: 810px;
    margin: auto;
}

#contact .form-area h2 {
    font-weight: 2rem;
    margin-bottom: 3.3rem;
}

#contact .form-area form {
    -webkit-appearance: none;
}

#contact .form-area ul {
    margin: 30px 0;
}

#contact .form-area ul li {
    margin-bottom: 3rem;
    position: relative;
}

#contact .form-area ul li:last-child {
    margin-bottom: 4rem;
}

#contact .form-area ul li label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
    #contact .form-area ul li label {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	#contact .form-area {
		margin-bottom: 40px;
	}
}

#contact .form-area ul li label span {
    position: relative;
}

#contact .form-area ul li label span:first-child {
    width: calc(22% - 28px);
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    #contact .form-area ul li label span:first-child {
        width: auto;
        margin-right: 1.2rem;
        top: 0;
    }
}

#contact .form-area ul li label span:nth-child(2) {
    width: 56px;
}

#contact .form-area ul li label span:last-child {
    width: 70%;
}

@media screen and (max-width: 768px) {
    #contact .form-area ul li label span:last-child {
        width: 100%;
        margin-top: 1rem;
    }
}

#contact .form-area ul li label span input,
#contact .form-area ul li label span select,
#contact .form-area ul li label span textarea {
    width: 100%;
    height: auto;
    border: 1px solid #8a97a1;
    border-radius: 5px;
    padding: 1rem 2rem;
    font-size: 1.6rem;
    color: #36424c;
    ;
}

@media screen and (max-width: 768px) {
    #contact .form-area ul li label span input,
    #contact .form-area ul li label span select,
    #contact .form-area ul li label span textarea {
        margin-left: 0;
    }
}

#contact .form-area ul li label span textarea {
    height: auto;
}

#contact .form-area ul li label span .wpcf7-not-valid-tip {
    margin-left: 1.6rem;
}

#contact .form-area ul li span.attention {
    position: relative;
    left: 28%;
    top: 5px;
}

@media screen and (max-width: 768px) {
    #contact .form-area ul li span.attention {
        left: 0;
        font-size: 1.4rem;
    }
}

#contact .form-area .radio-area,
#contact .form-area .check-area {
    display: flex;
    gap: 20px;
}

#contact .form-area .note {
    text-align: left;
    font-size: 12px;
}

#contact .form-area p {
    text-align: center;
    margin-bottom: 2rem;
}

#contact .form-area p a {
    color: #0064ff;
}

#contact .form-area p input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

#contact .form-area span.must {
    text-align: center;
    color: #fff;
    background-color: #e70111;
    border-radius: 24px;
    font-size: 1.3rem;
    display: inline-block;
    line-height: 24px;
    height: 24px;
    width: 56px;
}

#contact .form-area .btn {
    text-align: center;
    width: 236px;
    height: 65px;
    margin: 6rem auto 0;
    position: relative;
}

#contact .form-area .btn::after {
    content: url(./img/icon/submit.svg);
    position: absolute;
    top: 50%;
    right: 15%;
	transform: translateY(-50%);
	width: 19px;
	height: 19px;
}

#contact .form-area .btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #145fa9;
    border: none;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 1.8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#contact .form-area .btn input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.wpcf7-list-item label input[type="checkbox"],
.wpcf7-list-item label .wpcf7-list-item-label,
#contact .form-area .btn input.wpcf7-form-control.has-spinner.wpcf7-submit {
    cursor: pointer;
}

.search-result .header .search,
.error .header .search {
    background-image: url(./img/search/search@2x.jpg);
}

.search-result .inner,
.error .inner {
    max-width: 800px;
}

@media screen and (max-width: 768px) {
    .search-result .inner,
    .error .inner {
        margin: auto;
        max-width: calc(100% - 40px);
    }
}

.search-result .not-keyword .page-title,
.error .not-keyword .page-title {
    margin-bottom: 4rem;
}

.search-result .not-keyword p,
.error .not-keyword p {
    text-align: center;
}

.search-result article,
.error article {
    margin-bottom: 4rem;
}

.search-result h2.article-title,
.error h2.article-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}

.search-result h2.page-title,
.error h2.page-title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
}

.search-result .text,
.error .text {
    margin-bottom: 0.6rem;
}

.search-result .readmore a,
.error .readmore a {
    color: #145fa9;
    border-bottom: #145fa9 1px dotted;
}

.search-result .search-area,
.error .search-area {
    background-color: #f0f2f1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem;
    border-radius: 5px;
    max-width: 640px;
    margin: 6rem auto 0;
}

.search-result .search-area form#searchform,
.error .search-area form#searchform {
    text-align: center;
}

.search-result .search-area p,
.error .search-area p {
    font-size: 2.4rem;
    color: #145fa9;
    text-align: center;
    margin-bottom: 1.6rem;
}

.search-result .search-area input#s,
.error .search-area input#s {
    border: none;
    font-size: 1.6rem;
    width: 360px;
    border-radius: 5px;
    padding: 12px 10px;
    margin-right: 20px;
}

.search-result .search-area input#s::-webkit-input-placeholder,
.error .search-area input#s::-webkit-input-placeholder {
    color: #ccc;
}

.search-result .search-area input#s::-moz-placeholder,
.error .search-area input#s::-moz-placeholder {
    color: #ccc;
}

.search-result .search-area input#s::-ms-input-placeholder,
.error .search-area input#s::-ms-input-placeholder {
    color: #ccc;
}

.search-result .search-area input#s::placeholder,
.error .search-area input#s::placeholder {
    color: #ccc;
}

.search-result .search-area button,
.error .search-area button {
    background: #145fa9;
    border: none;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .search-result .search-area,
    .error .search-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .search-result .search-area p,
    .error .search-area p {
        font-size: 1.8rem;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .search-result .search-area input#s,
    .error .search-area input#s {
        width: 80%;
    }
    .search-result form#searchform,
    .error form#searchform {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-appearance: none;
    }
}

.error .inner {
    text-align: center;
}

.error h2,
.error p {
    margin-bottom: 4rem;
}

.error p {
    line-height: 1.7;
}

.error .btn a {
    font-size: 1.6rem;
    display: inline-block;
    padding: 1rem 2rem;
    color: #145fa9;
    border: 1px solid #145fa9;
    border-radius: 5px;
    min-width: 270px;
    position: relative;
}

.error .btn a i {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#news .header .news {
    background-image: url(./img/news/news@2x.jpg);
}

#news .site-main {
    margin: auto;
}

#news .news-list {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    #news .news-list {
        margin-top: 30px;
    }
}

#news .news-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 26px;
}

@media screen and (max-width: 768px) {
    #news .news-list ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#news .news-list li {
    max-width: 304px;
    width: calc(100% / 4 - 20px);
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#news .news-list li:hover {
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#news .news-list li:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #news .news-list li {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }
}

#news .news-list li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 768px) {
    #news .news-list li:last-child {
        margin-bottom: 0;
    }
}

#news .news-list li .news-info {
    padding: 1.6rem;
    font-size: 1.3rem;
}

#news .news-list li .news-info div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#news .news-list li .news-info h4 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    display: inline-block;
    margin: 16px 0 6px;
}

#news .news-list li .category {
    display: inline-block;
    border: 1px solid;
    border-radius: 16px;
    padding: 5px 12px;
    line-height: 1;
}

#news .news-list li .category.newscat {
    color: #E70111;
    border-color: #E70111;
}

#news .news-list li .category.showcase {
    color: #FF9D00;
    border-color: #FF9D00;
}

#news .news-list li .category.important {
    color: #e70111;
    border-color: #e70111;
}


/* ニュース画像の16:9比率設定 */

#news .news-list li .hover-img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9の比率 */
    overflow: hidden;
}

#news .news-list li .hover-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#news .news-list li:hover .hover-img img {
    transform: scale(1.05);
}

#news .archives-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

#news .archives-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#news .archives-link .cat a {
    width: 140px;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#news .cat>li {
    border-bottom: solid 3px #fff;
}

#news .cat>li:hover {
    border-bottom: solid 3px #145fa9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#news .cat>li.current-cat {
    border-bottom: solid 3px #145fa9;
}

#news .archives-link .yearly-list a {
    display: inline-block;
    text-align: center;
    padding: 10px 6px;
}

#news .archives-link .yearly-list li:after {
    content: "|";
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
    bottom: 1px;
}

#news .archives-link .yearly-list li:last-child::after {
    content: none;
}

#news .archives-link .yearly-list li a[aria-current="page"] {
    border-bottom: 1px dotted #000;
    padding-bottom: 0;
}

#news .nav-links {
    text-align: center;
}

#news .nav-links span,
#news .nav-links a,
#news .nav-links .fas {
    display: inline-block;
    padding: 12px 14px;
    line-height: 1;
    margin: 0px 8px;
}

#news .nav-links .fas {
    color: #145fa9;
    margin: 0;
    border: 1px solid;
    border-radius: 5px;
}

#news .nav-links .current {
    color: #145fa9;
    margin: 0;
    border-bottom: 2px solid #145fa9;
    font-weight: 700;
    position: relative;
    top: -1px;
}

#news .margin-top {
    margin-top: 6rem;
}

#news a.prev.page-numbers,
#news a.next.page-numbers {
    padding: 0;
}

@media screen and (max-width: 768px) {
    #news .archives-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #news .topTtl {
        height: 150px;
    }
    #news news-cover .topTtl-text {
        width: 100%;
        text-align: center;
        height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 150px;
    }
    #news .topTtl-text h1 {
        width: 100%;
        font-size: 20px;
        line-height: 1;
        padding: 0 0 16px 0;
    }
    #news .topTtl-text h1+p {
        font-size: 13px;
        line-height: 1;
    }
    #news .archives-link {
        margin-top: 10px;
    }
    #news .archives-link ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }
    #news .archives-link ul li {
        width: calc(100% / 2);
    }
    #news .archives-link .cat a {
        width: 100%;
        font-size: 16px;
    }
    #news .archives-link .sp-yearly-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
        width: 100%;
    }
    #news .archives-link .sp-yearly-list {
        height: 40px;
        position: relative;
        z-index: 1;
        margin: 12px 0 0 0;
    }
    #news .archives-link .sp-yearly-list::after {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        right: 10px;
        top: 40%;
        -webkit-transform: translateY(-40%) rotate(45deg);
        transform: translateY(-40%) rotate(45deg);
        border-bottom: 2px solid #145fa9;
        border-right: 2px solid #145fa9;
        z-index: -1;
    }
    #news .archives-link .sp-yearly-list select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        color: #061122;
        font-size: 16px;
        height: 100%;
        padding: 0;
        width: 110px;
        line-height: 1;
    }
    #news nav.navigation.pagination {
        font-size: 16px;
    }
    #news .sns__container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #news .single-bottom-nav li {
        width: 100%;
    }
    #news .sns__container a,
    #news .single-bottom-nav a {
        margin: 0 auto;
        width: 100%;
    }
    #news .sns__container .sns__facebook {
        margin-bottom: 20px;
    }
    #news .single-bottom-nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #news .sp-bottom-nav li {
        width: auto;
    }
    #news .sp-bottom-nav a {
        width: auto;
        height: auto;
        margin: 0;
        border: none;
    }
    #news .form-area,
    #news .contact-content .attention {
        padding: 0 16px;
    }
    #news .form-area li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #news .form-area input,
    #news .form-area select,
    #news .form-area textarea {
        width: calc(100% - 16px);
    }
    #news .form-area li span.label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    #news .contact-content .title h2 {
        font-size: 18px;
    }
    #news .contact-content .title span {
        width: 120px;
    }
    #news .contact-content .title p {
        font-size: 16px;
    }
    #news .contact-content .attention p {
        font-size: 13px;
    }
    #news .submit-btn::after {
        right: 30%;
        top: 38%;
    }
    #news .single-bottom-nav,
    #news .sp-bottom-nav,
    #news .sns__container {
        font-size: 16px;
    }
    #news .contact-content {
        font-size: 16px;
    }
    #news input[type="submit"] {
        font-size: 14px;
    }
    #news .wpcf7 form .wpcf7-response-output {
        max-width: 300px;
    }
}

.screen-reader-text {
    display: none;
}

#service .service {
    background-image: url(./img/service/service@2x.jpg);
}

#service .inner {
    margin-top: 80px;
}

@media screen and (max-width: 768px) {
    #service .inner {
        margin-top: 30px;
    }
}

#service ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

#service ul:after {
    content: "";
    display: block;
    width: calc(100% / 4 - 30px);
}

#service ul li {
    width: calc(100% / 4 - 30px);
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    #service ul li {
        width: calc(100% / 2 - 8px);
    }
}

#service ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#service ul li .hover-img {
    margin: 0 auto 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service ul li h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: left;
}

#service ul li p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
}

#news-content .main {
    max-width: 764px;
}

#news-content .header .title p {
    font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
    #news-content .header .title p {
        font-size: 2.4rem;
    }
}

#news-content .side-menu-news {
    margin-right: 5vw;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news {
        margin: auto;
    }
}

#news-content .side-menu-news .s-navi {
    width: 320px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    padding: 0 0 24px;
    border-radius: 5px;
    background-color: #f0f2f1;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi {
        min-width: 100%;
        padding: 0 0 14px;
    }
}

#news-content .side-menu-news .s-navi li.page_item,
#news-content .side-menu-news .s-navi .cat-item {
    padding: 12px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi li.page_item,
    #news-content .side-menu-news .s-navi .cat-item {
        font-size: 1.4rem;
        border-bottom: 1px solid #fff;
        padding: 12px 24px;
    }
}

#news-content .side-menu-news .s-navi li.page_item:before,
#news-content .side-menu-news .s-navi .cat-item:before {
    content: url(./img/icon/arrow-right.svg);
    position: relative;
    top: 2px;
    margin-right: 10px;
}

#news-content .side-menu-news .s-navi li.page_item:first-child,
#news-content .side-menu-news .s-navi .cat-item:first-child {
    font-size: 2.4rem;
    background-color: #fff;
    padding: 24px 34px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi li.page_item:first-child,
    #news-content .side-menu-news .s-navi .cat-item:first-child {
        padding: 14px 18px;
        border: none;
    }
}

#news-content .side-menu-news .s-navi li.page_item:first-child:after,
#news-content .side-menu-news .s-navi .cat-item:first-child:after {
    content: url(./img/icon/arrow-right.svg);
    position: relative;
    top: 3px;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi li.page_item:first-child:after,
    #news-content .side-menu-news .s-navi .cat-item:first-child:after {
        top: 0;
    }
}

#news-content .side-menu-news .s-navi li.page_item:first-child:before,
#news-content .side-menu-news .s-navi .cat-item:first-child:before {
    content: none;
}

#news-content .side-menu-news .s-navi li.page_item:first-child a,
#news-content .side-menu-news .s-navi .cat-item:first-child a {
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi li.page_item:first-child,
    #news-content .side-menu-news .s-navi .cat-item:first-child {
        font-size: 1.6rem;
    }
}

#news-content .side-menu-news .s-navi li.page_item:nth-child(2),
#news-content .side-menu-news .s-navi .cat-item:nth-child(2) {
    padding-top: 24px;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi li.page_item:nth-child(2),
    #news-content .side-menu-news .s-navi .cat-item:nth-child(2) {
        padding-top: 14px;
    }
}

#news-content .side-menu-news .s-navi li.page_item:last-child,
#news-content .side-menu-news .s-navi .cat-item:last-child {
    padding-bottom: 0;
}

@media screen and (max-width: 768px) {
    #news-content .side-menu-news .s-navi li.page_item:last-child,
    #news-content .side-menu-news .s-navi .cat-item:last-child {
        border: none;
    }
}

#news-content h1 {
    font-size: 2.4rem;
}

#news-content .post-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem auto 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#news-content .post-info .date {
    margin-right: 3rem;
    line-height: 1;
}

#news-content .category {
    display: inline-block;
    border: 1px solid;
    border-radius: 16px;
    padding: 5px 12px;
    line-height: 1;
    margin-right: 1rem;
}

#news-content .category:last-child {
    margin-right: 0;
}

#news-content .category.event {
    color: #ffba00;
    border-color: #ffba00;
}

#news-content .category.release {
    color: #145fa9;
    border-color: #145fa9;
}

#news-content .category.important {
    color: #e70111;
    border-color: #e70111;
}

#news-content .ttl {
    margin-bottom: 4rem;
}

#news-content .single-body {
    margin-bottom: 6.5rem;
}

#news-content .single-body h2 {
    font-size: 2.2rem;
    margin: 3rem 0 0.8rem;
}

@media screen and (max-width: 768px) {
    #news-content .single-body h2 {
        font-size: 2rem;
        margin: 2rem 0 0.8rem;
    }
}

#news-content .single-body h3 {
    font-size: 2rem;
    margin: 2.6rem 0 0.8rem;
}

@media screen and (max-width: 768px) {
    #news-content .single-body h3 {
        font-size: 1.8rem;
        margin: 1.8rem 0 0.8rem;
    }
}

#news-content .single-body p {
    line-height: 1.8;
}

#news-content .sns__container,
#news-content .single-bottom-nav {
    margin: 4rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    #news-content .sns__container,
    #news-content .single-bottom-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#news-content .sns__container a,
#news-content .single-bottom-nav a {
    margin: 0 1.2rem;
    line-height: 1;
    border: 1px solid #145fa9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 280px;
    height: 64px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
}

@media screen and (max-width: 768px) {
    #news-content .sns__container a,
    #news-content .single-bottom-nav a {
        width: 100%;
        margin: 0;
        margin-bottom: 1.6rem;
    }
    #news-content .sns__container a:last-child,
    #news-content .single-bottom-nav a:last-child {
        margin-bottom: 0;
    }
}

#news-content .single-bottom-nav a {
    width: 220px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#news-content .single-bottom-nav a .ph-arrow-circle-left-bold {
    margin-left: 1.6rem;
}

#news-content .single-bottom-nav a .ph-arrow-circle-right-bold {
    margin-right: 1.6rem;
}

#news-content .single-bottom-nav a.link-arw {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#news-content .single-bottom-nav a.link-arw i {
    margin-right: 1.6rem;
}

@media screen and (max-width: 768px) {
    #news-content .single-bottom-nav {
        margin-bottom: 4rem;
    }
    #news-content .single-bottom-nav li {
        width: 100%;
        margin-bottom: 1.2rem;
    }
    #news-content .single-bottom-nav li:last-child {
        margin-bottom: 0;
    }
    #news-content .single-bottom-nav li a {
        width: 100%;
    }
}

#news-content .sns__container .fab {
    margin-right: 10px;
    font-size: 24px;
}

#news-content .sns__container img {
    margin-right: 10px;
}

#news-content .single-bottom-nav a {
    color: #145fa9;
}

#news-content .sns__container .sns__facebook {
    border-color: #1877f2;
}

#news-content .sns__container .sns__facebook i {
    color: #1877f2;
}

#news-content .sns__container .sns__twitter {
    border-color: #000;
}

#news-content .sns__container .sns__twitter i {
    color: #000;
}

.inner-notice .inner {
    max-width: 940px;
}

@media screen and (max-width: 768px) {
    .inner-notice .inner {
        max-width: calc(100% - 40px);
    }
}

.inner-notice h1 {
    margin-bottom: 3rem;
}

.inner-notice p.date {
    margin-bottom: 3rem;
}

.inner-notice .btn {
    margin: 6rem auto 3rem;
    text-align: center;
}

.inner-notice .btn a {
    position: relative;
    color: #145fa9;
    border: #145fa9 1px solid;
    border-radius: 5px;
    width: 270px;
    display: inline-block;
    text-align: center;
    padding: 1.3rem 0 1.3rem;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .inner-notice .btn a {
        max-width: calc(100% - 40px);
    }
}

.inner-notice .btn a i {
    position: absolute;
    right: 10px;
}

.sp-nav-content {
    z-index: 2;
}

#contact .form-area .btn input[type="submit"] {
    background: #145fa9;
    border: none;
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 1.8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


/* MW WP Form Radio Button and Checkbox Styles */

#contact .form-area .radio-area .mwform-radio-field,
#contact .form-area .check-area .mwform-checkbox-field {
    display: flex;
    margin-right: 10px !important;
    margin-left: 0 !important;
    width: auto;
}

#contact .form-area .radio-area .mwform-radio-field label,
#contact .form-area .check-area .mwform-checkbox-field label {
    margin-bottom: 0;
    flex-wrap: nowrap;
}

#contact .form-area .radio-area .mwform-radio-field input[type="radio"],
#contact .form-area .check-area .mwform-checkbox-field input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0;
}

#contact .form-area .radio-area .mwform-radio-field-text,
#contact .form-area .check-area .mwform-checkbox-field-text {
    font-size: 1.5rem;
    vertical-align: middle;
    width: auto;
    margin: 0;
}


/* Recruit Page Styles */

#recruit {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}

#recruit .recruit-content {
    margin-bottom: 60px;
}

#recruit .recruit-section {
    margin-bottom: 50px;
}

#recruit h2 {
    color: #3C403C;
    font-family: "Hiragino Sans";
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 40px;
    margin-top: 40px;
}

#recruit .recruit-image {
    margin: 30px 0;
}

#recruit .recruit-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

#recruit .recruit-video {
    margin: 40px 0;
}

#recruit .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

#recruit .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

#recruit p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 20px;
}

#recruit ul {
    margin: 20px 0;
    padding-left: 20px;
}

#recruit ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
    list-style-type: disc;
}


/* 採用情報カードスタイル */

#recruit .recruit-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin: 40px 0;
}

#recruit .recruit-card {
    flex: 0 0 calc(33.333% - 20px);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.10);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#recruit .recruit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
}

#recruit .recruit-card a {
    display: block;
    text-decoration: none;
    color: inherit;
}

#recruit .card-image {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9の比率 */
    overflow: hidden;
}

#recruit .card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#recruit .recruit-card:hover .card-image img {
    transform: scale(1.05);
}

#recruit .card-content {
    padding: 20px;
}

#recruit .card-content h3 {
    color: #3C403C;
    font-family: "Noto Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    #recruit {
        padding: 30px 15px;
    }
    #recruit h2 {
        font-size: 2rem;
    }
    #recruit p,
    #recruit ul li {
        font-size: 1.5rem;
    }
    #recruit .recruit-card {
        flex: 0 0 100%;
    }
    #recruit .card-content h3 {
        font-size: 1.8rem;
    }
}


/* recruite-2022.07 */

.banner_recurit {
    display: flex;
    justify-content: center;
}

.banner_recurit li {
    min-width: 400px;
    max-width: 100%;
    padding: 30px;
}

.banner_recurit li h4 {
    display: flex;
    margin-bottom: 30px;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
}

.banner_recurit li h4 .img_recruit_new-grads {
    width: 100px;
    margin-right: 20px;
}

.banner_recurit li h4 .img_recruit_career {
    width: 60px;
    margin-right: 20px;
}

.banner_recurit li h4 .img_recruit img {
    width: 100%;
}

.banner_recurit li .service_recurit {
    text-align: center;
}

.right-top nav dl.dt-link-header {
    color: #145fa9;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .banner_recurit li {
        min-width: 300px;
        max-width: 100%;
    }
    #home section.footer-free {
        margin-bottom: -40px;
        padding: 20px 10px 10px 10px;
    }
    .right-top nav dl.pc-only {
        display: none;
    }
    .right-top nav dl.sp-only {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    .right-top nav dl.pc-only {
        display: block;
    }
    .right-top nav dl.sp-only {
        display: none;
    }
}


/* FVバナーセクション */

.fv-cards-wrapper {
    background-color: #f0f8ff;
    width: 100%;
    padding: 20px 0;
}

.fv-cards-wrapper .fv-cards {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.fv-card img {
    height: 141px;
}

.fv-cards-wrapper .fv-card:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .fv-cards-wrapper .fv-cards {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
    }
    .fv-cards-wrapper .fv-card {
        flex: 0 0 80%;
        margin-right: 10px;
        scroll-snap-align: center;
    }
}


/* SPのみカルーセル用nav/dotsスタイルとjs-fv-carousel用オーバーライドを追加 */

.sp-carousel-wrapper .sp-carousel-list {
    overflow: hidden !important;
}

.sp-carousel-wrapper .sp-carousel-nav,
.sp-carousel-wrapper .sp-carousel-dots {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .sp-carousel-wrapper .sp-carousel-nav {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    .sp-carousel-wrapper .sp-carousel-nav button {
        border: none;
        background: #145fa9;
        color: #fff;
        padding: 5px 10px;
        margin: 0 5px;
        cursor: pointer;
    }
    .sp-carousel-wrapper .sp-carousel-dots {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }
    .sp-carousel-wrapper .sp-carousel-dots .sp-carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ccc;
        margin: 0 4px;
        cursor: pointer;
    }
    .sp-carousel-wrapper .sp-carousel-dots .sp-carousel-dot.active {
        background: #145fa9;
    }
}

@media screen and (max-width: 767px) {
    .sp-carousel-wrapper {
        position: relative;
        overflow: hidden;
        width: 100%;
    }
    .sp-carousel-wrapper .sp-carousel-list {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        transform: translateX(0);
    }
    .sp-carousel-wrapper .sp-carousel-item {
        flex: 0 0 100%;
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
    }
    .sp-carousel-wrapper .sp-carousel-nav {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .sp-carousel-wrapper .sp-carousel-nav button {
        pointer-events: all;
        background: rgba(0, 0, 0, 0.5);
        border: none;
        color: #fff;
        padding: 5px 10px;
        cursor: pointer;
    }
    .sp-carousel-wrapper .sp-carousel-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
    }
    .sp-carousel-wrapper .sp-carousel-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ccc;
        cursor: pointer;
    }
    .sp-carousel-wrapper .sp-carousel-dot.active {
        background: #145fa9;
    }
}


/* Slickカルーセルの矢印・ドット調整 */

@media screen and (max-width: 767px) {
    .fv-cards.sp-carousel-list .slick-prev,
    .fv-cards.sp-carousel-list .slick-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        background: rgba(20, 95, 169, 0.4);
        border: none;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }
    .fv-cards.sp-carousel-list .slick-prev {
        left: 0px;
    }
    .fv-cards.sp-carousel-list .slick-next {
        right: 0px;
    }
    .fv-cards.sp-carousel-list .slick-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
    }
    .fv-cards.sp-carousel-list .slick-dots li button:before {
        font-size: 8px;
        color: #ccc;
    }
    .fv-cards.sp-carousel-list .slick-dots li.slick-active button:before {
        color: #145fa9;
    }
}


/* Slickドット数字を丸に置換＆画像中央寄せ */

@media screen and (max-width: 767px) {
    /* カスタムドットコンテナ */
    .custom-dots-container {
        margin-top: 15px;
        text-align: center;
        width: 100%;
    }
    .custom-dots-container .slick-dots {
        position: static;
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .custom-dots-container .slick-dots li {
        margin: 0 4px;
    }
    .custom-dots-container .custom-dot {
        display: block;
        width: 10px;
        height: 10px;
        padding: 0;
        border: none;
        border-radius: 50%;
        background-color: #ccc;
        text-indent: -9999px;
        cursor: pointer;
    }
    .custom-dots-container .slick-active .custom-dot {
        background-color: #145fa9;
    }
    .fv-cards.sp-carousel-list .slick-dots li button {
        font-size: 0;
        width: 8px;
        height: 8px;
        padding: 0;
        margin: 0 4px;
        overflow: hidden;
        background: transparent;
        border: none;
    }
    .fv-cards.sp-carousel-list .slick-dots li button:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ccc;
    }
    .fv-cards.sp-carousel-list .slick-dots li.slick-active button:before {
        background: #145fa9;
    }
    .slick-initialized .slick-slide {
        display: flex !important;
        justify-content: center;
    }
}

/* 採用ページ画像 */
.grid {
    display: grid;               /* CSS Gridを使用 */
    grid-template-columns: repeat(4, 1fr); /* 4カラム */
    grid-gap: 10px;              /* 各要素の間隔 */
    max-width: 1200px;           /* レイアウト幅の上限例 */
    margin: 0 auto;              /* 中央寄せ */
  }
  
  /* 通常の画像（.item） */
  .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* 1番目と4番目に付与された .first-image は横に2カラムぶん広げる例 */
  .first-image {
    grid-column: span 2;  /* 2カラム分にまたがる */
  }
  
  .first-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;   /* 必要に応じてトリミング調整 */
  }
  
/* 採用情報カード */

section.home-recruit {
    padding-top: 60px;
}

.home-recruit .recruit-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.home-recruit .recruit-card {
    flex: 0 0 calc((100% - 40px) / 3);
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.home-recruit .recruit-card .card-img {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9の比率 */
    overflow: hidden;
}

.home-recruit .recruit-card .card-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.home-recruit .recruit-card:hover .card-img img {
    transform: scale(1.05);
}

.home-recruit .recruit-cards .card-info {
    padding: 16px;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .home-recruit .recruit-cards {
        flex-direction: column;
    }
    .home-recruit .recruit-card {
        flex: 0 0 100%;
    }
}


/* SNSセクション */

#home .faj-sns {
    background-color: #F1F5F9;
    padding: 60px 0;
    width: 100%;
    margin-bottom: 0;
}

.faj-sns .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.faj-sns h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2.4rem;
}

.faj-sns p {
    text-align: center;
    margin-bottom: 40px;
}

.faj-sns .sns-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.faj-sns .sns-card {
    flex: 0 0 calc(25% - 15px);
    border: 1px solid #C4D5E5;
    background-color: #F1F5F9;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    border-radius: 25px;
}

.faj-sns .sns-card:hover {
    opacity: 0.8;
}

.faj-sns .sns-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.faj-sns .sns-image img {
    max-height: 100%;
    width: auto;
}

.faj-sns .sns-text {
    font-size: 16px;
    text-align: left;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .faj-sns {
        padding: 40px 0;
    }
    .faj-sns .sns-cards {
        gap: 15px;
    }
    .faj-sns .sns-card {
        flex: 0 0 calc(50% - 8px);
    }
    .faj-sns .sns-text {
        font-size: 14px;
    }
}

#page .header .thumb::before,
#news-content .header .thumb::before,
#page-column1 .header .thumb::before {
    background-color: rgb(5 29 48 / 40%);
}


/* サービスカテゴリーセクションのスタイル */

.service-category-section {
    margin-bottom: 60px;
}

.service-category-section:last-child {
    margin-bottom: 0;
}


/* カテゴリーヘッダーのスタイル */

.category-header {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.category-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5 29 48 / 40%);
    z-index: 1;
}

.category-header .category-title {
    position: relative;
    z-index: 1;
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.category-header .category-description {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .service-category-section {
        margin-bottom: 40px;
    }
    .category-header {
        padding: 40px 15px;
        margin-bottom: 20px;
    }
    .category-header .category-title {
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
    .category-header .category-description {
        font-size: 1.4rem;
    }
}


div#contact {
    margin-top: 0 !important;
}

#contact .other-contact {
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	#contact .other-contact {
	  margin-top: 40px;
  }
}

/* 電話番号・郵便番号フィールドの調整 */
#contact .form-area ul li label span:has(.mwform-tel-field),
#contact .form-area ul li label span:has(.mwform-zip-field) {
    width: 70% !important;  /* first-childの幅制限を解除 */
    display: block !important;  /* flexではなくblock */
}

/* または、:has()がサポートされていない場合の代替案 */
#contact .form-area ul li label span .mwform-tel-field,
#contact .form-area ul li label span .mwform-zip-field {
    width: 100%;
    display: flex;
    gap: 5px;
    align-items: center;
}

#contact .form-area ul li label span .mwform-tel-field input,
#contact .form-area ul li label span .mwform-zip-field input {
    flex: 1;
    min-width: 0;
    padding: 0.8rem 1rem; /* パディングを少し小さく */
}