@charset "UTF-8";
/*
Theme Name: デザイン01.03
Theme https://www.trevo-web.com/
Author: 株式会社TREVO
Author URI: https://www.trevo-web.com/
Text Domain: TREVO Theme
*/

/*===== BASE =====*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}


/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
a
  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*===== COMMON =====*/
html,
body {
    width: 100%;
    min-height: 100%;
}
body {
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1.444;
    color: #000;
}
strong {
	font-weight: bold;
}
b {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

blockquote {
    position: relative;
    padding: 30px 15px 8px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 28px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

table {
  width: 100%;
}
.container {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}

.wrapper {
    min-width: 1200px;
    margin: 0 auto;
}
.wrapper-inner {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto 0 auto;
}
a:link {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: .3s;
}
li {
    list-style: none;
}
.pc-none {
    display: none;
}

.sp-none {
    display: block;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
.wrapper-inner a{
    text-decoration: underline;
}
.fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 61px;
}

.fl-wr {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-ju-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fl-ju-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fl-al-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.regu {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.b-c01 {
    background: #003867;
}

.b-c02 {
    background: #0059A5;
}

.b-c03 {
    background: #003867;
}

.b-c-text {
    color: #003867;
}

@media screen and (max-width:1000px) {
	.mean-container .mean-nav h1 img {
	margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 10px;
	width: 95%;
}
.fl-column-lm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-wr-md {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fl-column-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.fl-column-ss {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
    .container {
        min-width: 100%;
    }
    .wrapper {
        min-width: 100%;
    }
    .wrapper-inner {
        width: 90%;
        margin: 0 auto;
    }
    .pc-none {display: block;}
    .sp-none {display: none;}
}

/*================= COMMON PARTS ==============*/
h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000000;
    margin: 30px 0;
}
h3 {
    font-size: 34px;
    font-weight: bold;
    margin: 30px 0;
    text-align: center;
}
h4 {
    font-size: 18px;
    font-weight: bold;
}
h5 {
    font-size: 16px;
    font-weight: bold;
}
.main-btn {
    margin-top: 60px;
}
.main-btn a {
    color: #fff;
    background-color: #289cba;
    padding-left: 90px;
    padding-right: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-image: url(img/yajirushi.png);
    background-position: right 10% center;
    background-repeat: no-repeat;
}
.main-btn a:hover{
    background-color: #073a5c; /* 濃い青に変化 */
}
p {
    color: #000;
}
.img-center, .t-center {
    text-align: center;
}
.img-achievementcenter, .t-center {
    text-align: center;
}
.left-box {
    float: left;
}
.text-ore {
    color:#006237;
}
.text-red {
    color: #006237;
}
.sub-wrapper {
    max-width: 1000px;
    width: 87%;
    margin: 0 auto;
    margin: 0 auto 120px auto;
}
.center img {
    width: 100%;
}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}

.w90 {width: 70%;}

/* Social Media Icons - Common Styles */
.nav-instagram,
.nav-twitter,
.nav-facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Icon Sizes */
.nav-twitter i,
.nav-facebook i {
    font-size: 28px;
    color: #000000;
}
.nav-instagram i {
    font-size: 28px;
    color: #FF0069;
}

/* Desktop Navigation Layout */
.nav-instagram-item,
.nav-twitter-item,
.nav-facebook-item {
    margin-left: -1rem;
}

@media screen and (max-width:1000px) {
h2 {
    font-size: 28px;
    margin: 20px 0;
}
h3 {
    font-size: 26px;
    margin: 10px 0;
}
.nav-instagram-item,
.nav-twitter-item,
.nav-facebook-item {
    margin-left: 10px;
}
.sp-insta.pc-none {
    margin-right: 3.2rem;
    margin-top: 0.5rem;
}
.sp-insta.pc-none .social-links {
    display: flex;
    align-items: center;
}

.sp-insta.pc-none .social-links img {
    margin-top: 0.2em;
    width: 76%;
}


.sp-insta.pc-none .social-links li {
    display: flex;
}

}
/*============= パンくず =============*/
.breadcrumbs {
    margin-bottom: 60px;
  }
.breadcrumbs ul {
display: flex;
display: -ms-flexbox;
display: -webkit-box;
display: -webkit-flex;
margin-left: -10px;
margin-top: 8px;
}
.breadcrumbs ul li {
padding-right: 10px;
padding-left: 10px;
font-weight: bold;
}
.breadcrumbs ul li a:hover {
border-bottom:3px solid #289cba;
box-sizing: border-box;
text-decoration: none;
}
.breadcrumbs ul li:first-child a {
    color: #b9466c;
}
  @media screen and (max-width:1000px) {
    .breadcrumbs {
      display: none;
    }
  }


/* ---------------- header ------------------*/
header {
    position: fixed;
    height: 61px;
    width: 95%;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 8px 2px #3f3f3f33;
    box-shadow: 0 2px 8px 2px #3f3f3f33;
}
h1.b-c {
    background: #003867;
}

header h1 {
    font-size: 2rem;
    line-height: 20px;
    margin-bottom: 3px;
}

.header-left {
    margin: 0 0 0 20px;
    display: table;
}


.header-logo {
    display: table-cell;
    vertical-align: middle;
}

.header-left .header-logo a {
    width: 100%;
}

.header-logo img {
    width: 50%;
}

.nav {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 14px;
}

.nav ul li {
    position: relative;
    text-align: center;
    margin-right: 30px;
    float: left;
}

.nav ul li:hover > a {
    opacity: 1;
    color: #289cba;
}

.nav ul li a {
    display: block;
    padding: 5px 0;
    color: #000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: relative;
}

.nav ul li a:hover span::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav ul li:hover .sub-menu {
    max-height: 1000px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu {
    position: absolute;
    top: 44px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    background: #fff;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.nav ul .sub-menu li {
    float: none;
    line-height: 140%;
}

.nav ul .sub-menu li a {
    color: #000;
    padding: 16px;
    width: 100%;
    display: block;
}

.nav ul .sub-menu li a:hover {
    color: #fff;
    background-color: #289cba;
}

.header-right-t {
    margin: 15px 20px 0px 20px;
}

.header-right .h-tel a {
    padding: 0 15px 0 40px;
    display: block;
    line-height: 50px;
    background: url(img/tel-icon.png) no-repeat left 20px center/20px 20px;
    font-size: 2.6rem;
    font-weight: 600;
}


.header-right .h-mail a {
    padding: 10px 15px 10px 33px;
    display: block;
    background: url(img/mail-icon.png) no-repeat top 7px left 8px/20px 20px #5D5D5D;
    font-size: 1.4rem;
    color: #fff;
    margin-top: 5px;
}

.header-right .h-mail a:hover {
    background-color: #000;
}

.nav ul .menu-btn a {
    color: #fff;
    display: block;
    background-color: #289cba;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    background-image: url(img/yajirushi.png);
    background-position: right 10% center;
    background-repeat: no-repeat;
}

.nav ul .menu-btn a:hover {
    color: #fff;
    background-color: #073a5c; /* 濃い青に変化 */
}

.arrow {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}

.header-menu .head-btn a {
    color: #fff;
	display:block;
    background-color: #289cba;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 6px;
    border-radius: 5px;
    background-position: right 10% center;
    background-repeat: no-repeat;
 }
.header-menu .head-btn a:hover {
    border-bottom: none;
    color: #fff;
    background-color: #073a5c; /* 濃い青に変化 */
}
@media screen and (max-width: 1000px) {
    header {
        position: fixed;
        width: 100%;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 0px;
        background: #fff;
        box-shadow: none;
        margin-top: 0px;
        top: 0;
    }
    header h1 {
        font-size: 1.6rem;
    }
}



@media screen and (max-width: 1000px) {
    .header-right .h-tel {
        margin-right: 40px;
        margin-top: -15px;
    }

    .header-right .h-tel a {
        padding: 0 15px 0 40px;
        display: block;
        line-height: 50px;
        background: url(img/tel-icon.png) no-repeat left 20px center/20px 20px;
        font-size: 1.4rem;
        font-weight: 600;
    }
}

/*==================== footer ========================*/
.footer-bg {
    background: #edf0fa;
}
footer .left-box {
    margin: 42px 0 17px 45px;
}
footer .left-box a{
	font-weight: bold;
    font-size:150%;
	color: #289cba;
}
footer .left-box p{
    font-size: 14px;
    margin-top: 0.5em;
    font-weight: 400;
    line-height: 22px;
}
footer .left-box img {
    margin-bottom: 19px;
}
footer .t-center {
    margin-bottom: 18px;
    padding-bottom: 18px;
    margin-top: 10px;
}
footer .navigation {
    padding-top: 60px;
	margin-right: 1em;
}
footer .navigation ul {
    width: auto;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: -10px;
}
footer .navigation ul li {
    margin-left: 30px;
    display: list-item;
    margin-top: -25px;
}
footer .navigation ul li a {
    text-decoration: none;
    font-size: 18px;
    padding: 2px 0px;
    display: block;
    color: #000;
    font-weight: bold;
    letter-spacing: -0.05em;
    text-align: center;
    font-weight: 400;
}
footer .navigation ul .menu-btn {
    list-style: none;
} 
.navigation .menu-btn a {
    color: #fff;
	display:block;
    background-color: #289cba;
	padding-left:20px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:5px;
    border-radius: 5px;
	margin-top: -5px;
	background-image: url(img/yajirushi.png);
	background-position: right 10% center;
	background-repeat: no-repeat;
 }
.navigation .menu-btn a:hover {
    border-bottom: none;
    color: #fff;
    background-color: #073a5c; /* 濃い青に変化 */
}

.sup-menu .menu-item-has-children > ul {
    display: none;
}
@media screen and (max-width: 1000px) {
    footer .left-box {
        margin: 0 auto;
        padding: 30px 0;
        float: none;
        width: 90%;
    }
    footer .navigation ul {
        display: none;
    }
    footer .navigation {
        padding: 0;
    }
    footer .t-center {
        padding-bottom: 5em;
    }
        .sp_footer_info {
            position: fixed;
            width: 100%;
            bottom: 0;
            z-index: 600;
        }
    
        .sp_footer_info p {
            width: 50%;
            padding-top: 10px;
            padding-bottom: 10px;
        }
    
        .sp_footer_info p a {
            position: relative;
            display: block;
            width: 98%;
            margin: 0 auto;
            color: #444;
            font-weight: bold;
            padding-top: 0px;
            color: #fff;
        }
    
        .sp_footer_info a img {
            width: 25px;
            margin-right: 18px;
            margin-left: 15px;
            margin-bottom: -7px;    
        }
    
        .sp_footer_tel {
            background-color: #00568f;
        }
    
        .sp_footer_tel a {
            font-size: 16px;
        }
    
        .sp_footer_mail {
            background-color: #289cba;
        }
    
        .bottombtn {
            opacity: 1;
            transition: all 0.5s;
        }
    
        .bottombtn.isActive {
            opacity: 1;
            transition: all 0.5s;
        }
    
        .sub_sec.info_page .box_wrap07 .text {
            width: 100%;
            margin-left: 0;
            width: 100%;
        }
}
@media screen and (max-width:480px) {
footer .left-box a{
    font-size:100%;
}
}
/*==================== top ==========================*/
.main-visual img {
    width: 100%;
    margin-bottom: 120px;
}
.mainvisual-inner {
    position: relative;
    width: 100%;
    z-index: 1;
}

.mainvisual-inner .img {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
}

.mainvisual-inner .img:first-child {
    position: relative;
    display: block;
}

.mainvisual-inner .img img {
width: 100%;
}
.first {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 120px;
}
.first p {
    line-height: 2.4;
    font-size: 18px;
}
.second {
    padding-bottom: 120px;
    padding-top: 60px;
}
.card {
    padding-top: 20px;
}
.card a:hover{
    text-decoration: none;
}
.top .wrapper-inner a{
    text-decoration: none;
}
.card ul {
    display: flex;
    flex-wrap: wrap; /* 子要素が幅を超えると折り返し */
    margin: 0;       /* リセット */
    padding: 0;      /* リセット */
    list-style: none;
    gap: 0;          /* 必要に応じて隙間を指定(例: gap: 10px;) */
  }
  .card ul li {
    text-align: center;
    background: #fff;
    flex: 1 1 calc(33.333% - 2px); /* 3カラムの基準 */
    border: 1px solid #ddd;
    margin: 0;                     /* gapの代わりに余白を入れるならここで */
    box-sizing: border-box;
    aspect-ratio: 1 / 1; /* 正方形を保ちたいならそのまま。なければ削除 */
  }
.card ul li img{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.card-content {
    padding: 20px;
}
.card-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}
.card-content p {
    font-size: 18px;
}
.third{
    padding-top: 30px;
    padding-bottom: 120px;
}
.third .wrapper {
    width: 1200px;
}

.third .card ul li {
    box-shadow: none;
}
.third h4 {
    text-align: center;
    margin-bottom: 15px;
}
.btn-a {
    text-align: center;
    margin: 60px auto 0px;
    display: table;
}
.btn-a a {
    color: #fff;
    display: block;
    background-color: #289cba;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-image: url(img/yajirushi.png);
    background-position: right 10% center;
    background-repeat: no-repeat;
    padding-left: 90px;
    padding-right: 100px;
}
.btn-a a:hover {
    background-color: #073a5c; /* 濃い青に変化 */
}

.title-boder{
    text-align: center;
}
.title-boder h3 {
    border-bottom: 5px solid #289cba;
    display: inline-block;
    margin-bottom: 35px;
}
.forth {
    padding-bottom: 120px;
    padding: 90px 0 120px 0;
}

.forth-box {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    align-items: stretch; /* ←これを追加 */
    width: 1200px;
    padding-top: 20px;
    margin: 0 auto;
  }
.forth-box-item {
    width: 318px;
    background: #fff;
    border-radius: 5px;
    padding: 17px 16px 17px;
    line-height: 29px;
    margin-right: 50px;
    display: flex; /* Flexbox を適用 */
    flex-direction: column; /* 縦方向に並べる */
    justify-content: space-between; /* 上下を詰めて配置 */
    border: 1px solid #ddd;
}
.forth-box-item:nth-child(3) {
    margin-right: 0px; 
}
.forth-date {
    margin-bottom: 9px;
}
.forth-box-item h4 {
    margin-bottom: 5px;
}
.forth-box-item p {
    margin-bottom: 85px;
}
.forth-box-item a {
    color: #000;
    height: 100%;
    display: block;
    position: relative;
}

.image-container {
    overflow: hidden; /* 子要素が枠を超えた部分を隠す */
    border-radius: 5px; /* 親要素も丸くする */
    display: inline-block; /* サイズ調整 */
}

img.attachment-blog.size-blog.wp-post-image {
    border-radius: 5px; /* 画像の角を丸くする */
    transition: transform 0.5s ease; /* ホバー時のスムーズな拡大 */
    display: block; /* 縦方向の余白をなくす */
    width: 100%;
}

img.attachment-blog.size-blog.wp-post-image:hover {
    transform: scale(1.1); /* 拡大 */
}

.forth-box .t-center {
    text-align: center;
}

.forth-box .t-center {
    display: inline-block;
    color: #fff; /* 文字色: 白 */
    background-color: #289cba; /* ボタンの背景色 */
    padding: 10px 20px; /* ボタンの内側余白 */
    border-radius: 5px; /* ボタンの角を丸く */
    text-decoration: none; /* リンクの下線を削除 */
    font-size: 16px; /* 文字サイズ */
    font-weight: bold; /* 文字を太字に */
    transition: background-color 0.3s ease;
    width: 87%; /* ホバー時のスムーズな変化 */
    position: absolute;
    bottom: 0;
}
.forth-box .t-center:hover {
    background-color: #073a5c; /* 濃い青に変化 */
}

.fifth {
    padding-top: 100px;
    padding-bottom: 160px;
}
.fifth .left-box {
    margin-right: 41px;
    max-width: 100%;
}
.fifth-text p{
    margin: 13px 0 28px;
    line-height: 2;
}
.fifth-text .btn a{
    padding: 10px 44px;
    background: #289cba;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}
.fifth-text .btn a:hover {
    text-decoration: none;
    background-color: #073a5c; /* 濃い青に変化 */
}
.slide-in-up.show {
    background: #ffffff;
}
.slide-in-up:nth-child(odd) {
    background: #ffffff; /* 奇数番目の要素に背景色 */
}

.slide-in-up:nth-child(even) {
    background: #f8f8f8; /* 偶数番目の要素に別の背景色 */
}
.g-map {
    position: relative;
    width: 60%;
    height: 0;
    padding-top: 38%;
}
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1000px) {
    .main-visual {
        margin-top: 52px;
    }
    .main-visual img {
        width: 100%;
        margin-bottom: 0px;
    }
    .first {
        width: 95%;
        padding-bottom: 50px;
    }
    .first p {
        text-align: left;
        margin: 0 auto;
        width: 95%;
        font-size: 16px;
    }
    .main-btn a {
        color: #fff;
        background-color: #289cba;
        padding-left: 90px;
        padding-right: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 5px;
        background-image: url(img/yajirushi.png);
        background-position: right 10% center;
        background-repeat: no-repeat;
    }
    .main-btn a:hover{
        background-color: #073a5c; /* 濃い青に変化 */
    }
    .card-bg, .forth-bg {
        height: auto;
    }
     .second .card ul {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
    }
    .second .card ul li {
        width: 100%;
        aspect-ratio: unset;
        margin-bottom: 8%;
        border: none;
        padding-top: 20px;
    }
    .second .card ul li img{
        max-width: 94%;
    }
    .card {
        padding-top: 20px;
    }
	.card-content p {
    font-size: 16px;
    }
    .card ul li img{
        max-width: 100%;
    }
    .third .wrapper, .forth-box {
        width: 100%;
    }
    .third .card-content {
        width: 100%;
        box-sizing: border-box;
    }
    .btn-a {
        margin-top: 50px;
    }
    .btn-a a {
        width: 40%;
    }
    .btn-a .arrow::before {
        right: 5%;
    }
    .btn-a .arrow::after{
        right: 8%;
        top: 51%;
    }
    .forth-bg-arrow {
        left: 50%;
        transform: translateX(-50%);
    }
    .forth-box {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
    }
    .content-item.clearfix {
        width: 378px;
        margin: 0 auto 30px auto;
        border: 1px solid #d6d6d6;
        padding: 30px;
        border-radius: 10px;
    }
    .forth-box-item {
        width: 318x;
        margin: 0 auto 40px ;
    }
    .forth-box-item:nth-child(3) {
        margin: 0 auto 40px;
    }
    .fifth .left-box {
        margin: 0 auto 30px;
        float: none;
    }
    .g-map {
        width: 90%;
        padding-top: 70%;
    }
    .fifth-text {
        width: 90%;
        margin: 20px auto;
    }
}
@media screen and (max-width: 1000px) {
    .third .card ul li {
        width: calc(50% - 2px);
        flex: none;
    }
}
/* ---------------- sub -------------------*/
.sub-page p {
    line-height: 2.4;
}
.sub-header {
    order: 2;
}
.sub-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
    margin: 120px 0 0 0;
}
.sub-page h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.sub-page h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.sec-box.recruitment {
    margin-top: 100px;
}

.sec-box.company {
    margin-top: 100px;
}

.sec-box a {
    text-decoration: underline;
}

.sec-box-title {
    text-align: center;
}

.sec-box-title h2 {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin-bottom: 1em;
    color: #00344E;
    line-height: 1.4;
}

.sec-box-title h3 {
    font-size: 32px;
    font-weight: 900;
}

.sec-box h3::before,
.sec-box h3::after {
    bottom: -10px;
}
:target {
    scroll-margin-top: 150px; /* スクロール時に40px分余白を取る */
}

.sub-visual {
    background: url(img/sub-page-visual-03.png) no-repeat center center / cover;
    height: 250px;
}

.sub-visual-title {
    font-size: 4.2rem;
    font-weight: 700;
    text-align: center;
    color: white;
    text-shadow: 3px 2px 6px black;
}


.breadcrumb {
    padding-top: 20px;
}

.breadcrumb ul {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    background: url(img/breadcrumb.png) no-repeat center left;
}

.breadcrumb li {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    color: #000;
    padding: 2px 0 2px 0;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb ul li::after {
    content: ">";
    padding: 0px;
    color: #000;
}

.breadcrumb ul li:last-child::after {
    content: none;
}


.c-b-left,
.c-b-right {
    width: 50%;
    height: 80px;
    position: relative;
    margin-top: 60px;
}

.c-b-left {
    border-right: 1px solid #fff;
}

.c-b-left .c-b-item {
    position: absolute;
    right: 80px;
    background: url(img/phone-icon01.png) no-repeat 20px 5px / 22px 22px;
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.16em;
    font-weight: 500;
}


.c-b-right .c-b-item {
    position: absolute;
    left: 140px;
    background: url(img/mail-icon01.png) no-repeat left center / 26px 26px;
}

.contact-banner-sec {
    background-image: url(img/f_contact_bg.png);
    background-position: center center;
    text-align: center;
    color: #fff;
    padding: 80px 0 80px 0;
    margin-top: 5em;
}

.contact-banner-sec p {
    font-size: 28px;
    color: #fff;
    letter-spacing: 0.1em;
}

.c-b-right a {
    background: #fff;
    width: 260px;
    margin-left: 80px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.c-banner-box a {
    display: block;
    height: 60px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-top: 10px;
}

.c-b-right a:hover {
    background-color: #F2F2F2;
}

.c-b-item {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding-left: 45px;
}

.c-b-item .item-text p {
    font-size: 1.8rem;
}

.mabox {
    width: 80%;
    margin: 0 auto 0 auto;
    position: relative;
    text-align: center;
    color: #fff;
    padding: 2%;
    font-weight: bold;
    margin-bottom: 4em;
}

.mabox::before {
    content: '';
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    border: solid 3px #00344E;
    position: absolute;
    top: 10px;
    left: 10px;
}

/* 外枠を左右に配置 */
.twobox-wrapper {
    display: flex;
    justify-content: space-between; /* ボックス間を等間隔に配置 */
    gap: 3rem; /* 左右のボックス間の間隔 */
}



/* twobox-containerの基本設定 */
.twobox-container {
    display: flex;
    flex-direction: column; /* 子要素を縦並び */
    flex: 1; /* ボックスを均等にサイズ設定 */
    align-items: center; /* 子要素を水平方向に中央配置 */
    text-align: center; /* テキストを中央寄せ */
}

.twobox-container p {
    text-align: left;
}

.twobox-content h4 {
    margin-top: 0;
    margin-bottom: 20p;
}

.twobox-content {
    margin-top: 60px;
}

/* 画像スタイル */
.twobox-img img {
    max-width: 100%;
    height: auto; /* 画像をレスポンシブ対応 */
    display: block;
    margin-bottom: 0.7rem;
}

.twobox-bt {
    display: inline-block; /* インラインブロックでリンクの形状を整える */
    padding: 10px 20px; /* ボタンの内側スペース */
    margin-top: 1rem; /* 上部の余白 */
    background-color: #183a6c; /* ボタンの背景色 */
    color: #fff; /* テキスト色 */
    text-decoration: none; /* 下線を消す */
    border-radius: 25px; /* 角丸 */
    font-size: 16px; /* フォントサイズ */
    transition: background-color 0.3s ease; /* ホバー時のスムーズな色変更 */
}

a.twobox-bt {
    background-color: #289cba;
    color: white;
    text-decoration: none;
}

/* ホバー時のスタイル */
.twobox-bt:hover {
    background-color: #1c4786; /* ホバー時の色 */
}

@media screen and (max-width: 1000px) {
    .sub-wrapper {
        width: 95%;
        margin: 0 auto 40px auto;
    }

    .sec-box {
        padding: 40px 0;
    }
    :target {
        scroll-margin-top: 40px; /* スクロール時に余白を取る */
    }
    .breadcrumb {
        padding-left: 20px;
    }

    .breadcrumb ul {
        max-width: 100%;
        width: 100%;
    }
    .breadcrumb li {
        font-size: 14px;
    }
    .sub-visual {
        margin-top: 60px;
        height: 120px;
    }
    .sub-visual-title {
        font-size: 24px;
        text-align: center;
    }
    .sub-visual-title h2 {
        margin-top: 40px;
        color: white;
    }
    .sec-box.recruitment {
        margin-top: 0px;
    }
    .sec-box .img-box-ce img {
        width: 100%;
    }

    .sub-visual-title span {
        font-size: 1.4rem;
    }
    .sec-box-title h2 {
        font-size: 22px;
    }
    .sec-box-title h3 {
        font-size: 26px;
        font-weight: 600;
    }
    .sub-page h4 {
        font-size: 20px;
        font-weight: 600;
    }
    .twobox-content h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .contact-banner-sec {
        display: none;
    }
    a.twobox-bt {
        margin-top: 0;
    }
    .twobox-wrapper {
        flex-direction: column; /* 縦並びに変更 */
        gap: 0;
    }

    .left-box {
        margin-left: 0; /* 縦並びでは左マージンを解除 */
    }

    .twobox-container {
        margin-bottom: 0; /* ボックス間の間隔を追加 */
    }
    .twobox-container {
        display: flex;
        flex-direction: column; /* 縦並びに変更 */
        margin-top: 60px;
    }

    .twobox-title {
        order: 1; /* タイトルが1番目 */
    }

    .twobox-text {
        order: 3; /* テキストが3番目 */
    }

    .twobox-content {
        margin-bottom: 0;
        margin-top: 0;
    }

    .twobox-container p {
        margin-bottom: 0;
    }

    .sec-box.company {
        margin-top: 0px;
    }
}

/*-----------------------------------
お知らせ
------------------------------------*/

.info_con h2 {
    font-size: 22px;
    background-image: url(none);
    background: none;
    padding-left: 5px;
    border-left: 10px solid #00344E;
    height: auto;
    padding-top: 0px;
    margin-top: 3em;
    margin-bottom: 1em;
    font-weight: bold;
}

.info_con h3 {
    font-size: 20px;
    margin-top: 1em;
    font-weight: bold;
}

.info_con h4 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.info_con h5 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 5px;
    border-left: 5px solid #000;
}

.info_con h6 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.info_con ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

.info_con ul li {
    margin-left: 1.2em;
    text-indent: -1.2em;
    margin-bottom: 1em;
}

.info_con ul li:before {
    content: "◆ ";
}

.info_con ol {
    padding-left: 1em;
}

.info_con ol li {
    list-style-position: outside;
    list-style-type: decimal;
    background-image: none;
    padding-left: 0px;
}

.info_con table {
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    margin-top: 33px;
}

.info_con th {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    color: #ffffff;
    width: 20%;
    text-align: left;
    white-space: nowrap;
    background-color: #289cba;
}

.info_con td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    line-height: 160%;
}

.btn_c {
    margin-top: 5em;
    margin-bottom: 60px;
    text-align: center;
}

.btn_c a {
    text-align: center;
    display: block;
    border: 1px solid #CCCCCC;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.btn_c a:hover {
    background-color: #E7E7E7;
}

@media screen and (max-width: 1000px) {
    .info_title h2 {
        font-size: 20px;
    }
    .info_con table {
        border-top: none;
        border-left: none;
    }
    .info_con th {
        width: auto;
        white-space: normal;
        display: block;
        border-right: 1px solid #183a6c;
        border-left: 1px solid #183a6c;
    }    
    .info_con td {
        display: block;
        margin-bottom: 1em;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

}
/*==================== blog-page ==========================*/
.wrapper-inner .content-item a{
    text-decoration: none;
}
.sub-category-list {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 90px;
}
.title-2-line {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    width: 35%;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 23px 0;
}
.title-2-line::before, .title-2-line::after {
    content: "";
	flex-grow: 1;
	height: 5px;
	background: #444;
	display: block;
}
.title-2-line::before {
    margin-right: 1em;
}
.title-2-line::after {
    margin-left: 1em;
}
.post-categories {
    margin-top: 8px;
    margin-bottom: 8px;
}
span.category-name {
    border: 1px solid #289cba;
    padding: 6px;
    background: #289cba;
    color: #ffffff;
    border-radius: 5px;
    /* margin-top: 10px; */
}
.sub-category-list ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.sub-category-list ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    margin: 20px 25px;
}
.sub-category-list ul li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #000;
}
.sub-category-list ul li a:hover {
    background-color: #ccc;
    text-decoration: none;
}
.content-item.clearfix {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
}
.left-box {
    float: left;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 50%;
    max-width: 50%;
}
.right-box {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 50%;
    max-width: 50%;
}
.content-item .left-box {
    float: left;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 50%;
    max-width: 35%;
}
.content-item .right-box {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 50%;
    max-width: 65%;
}
.contents-block a {
    text-decoration: none;
}
.contents-block a:hover {
    text-decoration: none;
    color: #031e92;
}
a:hover .content-item p {
    color: #031e92;
}
@media screen and (max-width: 1000px) {
    .title-2-line{
        width: 60%;
    }
    .twobox-container {
        display: flex
;
        flex-direction: column;
    }
    .twobox-container {
        margin-bottom: 1rem;
    }
    .left-box {
        margin-left: 0;
        max-width: 100%;
    }
    .right-box {
        margin-left: 0;
        max-width: 100%;
    }
    .content-item.clearfix {
        width: 378px;
    }
    .content-item .left-box,
    .content-item .right-box {
        max-width: 100%; /* 横幅を画面幅に合わせる */
        flex-basis: 100%; /* 幅を全体に広げる */
        margin-left: 0; /* 左余白をリセット */
    }
    .content-item .left-box {
        order: 1; /* 上に配置 */
    }
    .content-item .right-box {
        order: 2; /* 下に配置 */
    }
    .twobox-img {
        width: auto; /* 横幅を固定 */
        margin: 0 auto; /* 中央に配置 */
        text-align: center; /* 子要素を中央揃え */
        overflow: hidden; /* 必要に応じて枠外を隠す */
    }
    
    .twobox-img img {
        display: inline-block; /* 子要素の中央揃えを有効に */
        max-width: 100%; /* 横幅を超えないようにする */
        height: auto; /* 縦横比を維持 */
    }
    
}

/*-----------------------------------
人材をお求めの企業様へ
------------------------------------*/
.recruitment li {
    /* margin-left: 1.2em; */
    margin-right: 50px;
    /* text-indent: -1.2em; */
    margin-bottom: 1em;
  }
  
  .recruitment li:nth-child(3n) {
    margin-right: 0;
  }

.recruitment li:before {
    content: "◆ ";
}



.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}

.recruitment-con-l02,
.recruitment-con-r02 {
    display: flex;
    flex-direction: column;
}    

.recruitment-con-l {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    margin-top: 5em;
}

.recruitment-con-r02 {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    margin-left: 5%;
    margin-top: 5em;
}


.recruitment-con-l h4 {
    border-bottom: 2px solid #00344E;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.6;
}

.recruitment-con-r02 h4 {
    border-bottom: 2px solid #00344E;
    display: inline-block;
    margin-bottom: 1em;
    margin-top: 0px;
    font-size: 20px;
    line-height: 1.6;
}

.recruitment-con-r {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 35%;
    max-width: 35%;
    margin-left: 5%;
    margin-top: 5em;
}

.recruitment-con-l02 {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 35%;
    max-width: 35%;
    margin-top: 5em;
}

.recruitment-con-l ol {
    list-style-type: decimal;
    margin: 1em 0 1em 1em;
}

.recruitment-con-r02 ol {
    list-style-type: decimal;
    margin: 1em 0 1em 1em;
}

.recruitment-con-w {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 1em;
}

.recruitment-con-r img {
    width: 100%;
}

.recruitment-con-l02 img {
    width: 100%;
}

@media (max-width: 1000px) {    
    /* レスポンシブ時のレイアウト変更 */
    .row {
        flex-direction: column;
        gap: 1rem; /* 縦並び */
        margin-top: 30px;
    }

    .recruitment-con-r02 {
        display: flex;
        flex-direction: column;
        margin-left: 0; /* 子要素を縦並びに */
    }

    .recruitment-con-l {
        display: flex;
        flex-direction: column;
        margin-left: 0; /* 子要素を縦並びに */
    }

    .recruitment-con-r02 h4 {
        order: 1; /* 1番目 */
    }

    .recruitment-con-l02 {
        order: 2; /* 2番目 */
    }

    .recruitment-con-r02 p {
        order: 3; /* 3番目 */
    }
    .recruitment-con-l {
        max-width: 100%;
        margin-top: 5em;
    }
    .recruitment-con-r02 {
        max-width: 100%;
        margin-top: 3em;
    }
    .recruitment-con-l h4 {
        font-size: 18px;
    }
    .recruitment-con-r02 h4 {
        font-size: 18px;
        width: 100%;
    }
    .recruitment-con-r {
        max-width: 100%;
        width: auto;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
    .recruitment-con-l02 {
        max-width: 100%;
        margin-left: 0%;
        margin-top: 1%;
    }
    .recruitment-con-r img {
        width: auto;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    .recruitment-con-l02 img {
        width: auto;
        display: inline-block;
        max-width: 100%;
        height: auto;
    }
    .recruitment-con-l02, 
    .recruitment-con-r02 {
        display: block; /* flexbox を無効化 */
    }
    .recruitment-con-l02 {
        width: auto;
        margin: 0 auto;
        text-align: center;
        overflow: hidden;
    }
}
/*==================== business-page ==========================*/
.business .content-item p {
    margin-bottom: 1em;
}
.business .content-item h5 {
	padding-top: 15px;
	font-size: 140%;
    color: #b9466c;
	margin-bottom: 0.5em;
}
.business .left-box {
	width: 33%;
	float: left;
}
.business .onlyleft-box {
	width: 85%;
	float: left;
}
.business .right-box {
	width: 63%;
	float: right;
}
.mgt-unset a {
    text-decoration: none;
}
.gallery_pic_name {
    color: #000;
}
.top-con-sec {
    text-align: center;
    font-weight: bold;
    margin-bottom: 160px;
    margin-top: 40px;
}

.top-con-sec span {
    color: #000;
    display: block;
    padding: 17px 0 15px 0;
    background-image: url(img/span_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.top-con-sec h2 {
    font-size: 32px;
    margin: 20px 0 40px 0;
}

.top-con-sec ul {
    color: #fff;
}

.top-con-sec ul li {
    position: relative;
    width: 30%;
    margin-bottom: 2px;
    transition: all 0.3s;
    display: block;
}

.top-con-sec ul li img {
    width: 100%;
    height: auto;
    opacity: 1
}

.top-con-sec ul li a {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    display: block;
    width: 100%;
}

.top-con-sec ul li h3 {
    display: inline-block;
    width: 70%;
    opacity: 0.9;
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 5px 0 8px 0;
}

.top-con-sec ul li .text {
    background: #fff;
}

.top-con-sec ul li p {
    font-weight: normal;
    padding: 10px;
    font-weight: bold;
}


.top-con-thi {
    text-align: center;
    font-weight: bold;
    margin-top: 160px;
}

.top-con-thi span {
    color: #00344E;
    display: block;
    padding: 17px 0 15px 0;
    background-image: url(img/span_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.top-con-thi h2 {
    font-size: 32px;
    color: #00344E;
    margin: 20px 0 40px 0;
}


.top-con-thi ul li {
    width: 48%;
    transition: all 0.3s;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.top-con-thi ul li a {
    padding: 40px 0 40px 100px;
    display: block;
}

.top-con-thi ul li a:hover {
    background-color: #FDF0F0;
}

.top-con-thi ul li h3 .con01 {
    background: url(img/top-con-thi01-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con02 {
    background: url(img/top-con-thi02-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con03 {
    background: url(img/top-con-thi03-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con04 {
    background: url(img/top-con-thi04-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con05 {
    background: url(img/top-con-thi05-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con06 {
    background: url(img/top-con-thi06-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con07 {
    background: url(img/top-con-thi07-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li h3 .con08 {
    background: url(img/top-con-thi08-2.png) no-repeat right center;
    color: #000;
}

.top-con-thi ul li:nth-child(1) {
    background: url(img/top-con-thi01.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(2) {
    background: url(img/top-con-thi02.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(3) {
    background: url(img/top-con-thi03.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(4) {
    background: url(img/top-con-thi04.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(5) {
    background: url(img/top-con-thi05.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(6) {
    background: url(img/top-con-thi06.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(7) {
    background: url(img/top-con-thi07.png) no-repeat left center;
}

.top-con-thi ul li:nth-child(8) {
    background: url(img/top-con-thi08.png) no-repeat left center;
}
@media screen and (max-width: 1000px) {
.business .left-box {
	width: 100%;
	float: none;
}
.business .right-box {
	width: 100%;
	float: none;
}
.business .left-box img{
	width: 100%;
	height: auto;
}
.business .right-box img{
	width: 100%;
	height: auto;
}
	
.business .content-item h5 {
	font-size: 100%;
}
.gallery_pic_name {
    font-size: 18px;
}
}
/*==================== company-page ==========================*/
.company dl {
    width: 100%;
}
.company dl dd {
    display: block;
    width: 82%;
    padding-left: 18%;
    padding-top: 26px; 
    padding-bottom: 26px; 
    border-bottom: 1px solid #CCCCCC;
}
.company dl dt {
    display: block;
    width: 18%;
    float: left;
    clear: both;
    padding-top: 26px; 
    padding-bottom: 26px;
}
.company .g-map {
    width: 100%;
    margin-bottom: 90px;
}
.contents-block {
    margin-top: 0px;
}
.contents-block-company {
    margin-top: 100px;
}
@media screen and (max-width: 1000px) {
    .company dl {
        border-top: 1px solid #CCCCCC;
    }
    .company dl dt {
        background-color: #e9e9e9; 
    }
    .company dl dd, .company dl dt {
        width: 100%;
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        border-bottom: 1px solid #CCCCCC;
        border-left: 1px solid #CCCCCC;
        border-right: 1px solid #CCCCCC;
        box-sizing: border-box;
    }
    .top-con-sec ul li {
        width: 99.8%;
        margin-bottom: 3rem;
        padding: 10px 0 0 0;
        margin-left: 0;
        margin:0;
    }
    .top-con-sec ul li a {
        font-size: 14px;
    }
    .top-con-sec {
        margin-bottom: 40px;
    }
    .contents-block-company {
        margin-top: 40px;
    }
}
/*==================== contact-page ==========================*/
.contact {
    width: 100%;
  }
.contact table {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    border-collapse: collapse;
  }
.contact th {
    background-color: #eeeeee;
    color: #5c5c5c;
    vertical-align: middle;
    text-align: left;
    width: 30%;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
.contact td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.contact input {
    padding: 10px;
	font-size: 16px;
    vertical-align: middle;
    border-radius: 5px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.contact textarea {
	padding: 10px;
	font-size: 16px;
    vertical-align: middle;
    border-radius: 5px;
	width: 90%;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.contact select {
    padding: 10px;
	font-size: 16px;
    vertical-align: middle;
    border-radius: 5px;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.contact_btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 3em;
}
.contact_btn input {
    padding: 8px;
    background-color: #FAFAF3;
    color: #000;
	cursor: pointer;
	width: 30%;
}
.thanks .contents-block p {
    margin-bottom: 40px;
    line-height: 30px;
}
.wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 #ffffff80;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	font-weight: bold;
}
    .wpcf7 .wpcf7-validation-errors {
        color: #B94A48;
        background-color: #F2DEDE;
        border: 1px solid #EED3D7;
    }
    .wpcf7 .wpcf7-mail-sent-ok {
        color: #3A87AD;
        background-color: #D9EDF7;
        border: 1px solid #BCE8F1;
    }
input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 0px;
  margin-bottom: 5px;
}
@media screen and (max-width:1000px) {
.wpcf7-form-control {
	width: 90%;
    }
input[type="radio"],input[type="checkbox"]{
	display: inline;
}
.contact select {
    width: 40%;
}
.contact textarea {
	width: 90%;
}
.contact table {
    border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
    }
    .contact th {
    padding: 2%;
    display: block;
    width: 96%;
	border-left: none;
    }
    .contact td {
    padding: 2%;
    display: block;
    width: 96%;
	border-right: 1px solid #ccc;
    }
}
/*================ privacy-page ==============*/
.privacy-page dt {
    font-size: 20px;
    color: #ADD3C1;;
    font-weight: bold;  
    margin-top: 20px;
}
.privacy-page dd {
    padding: 20px 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ccc;
} 
/*================ post-page ==============*/
.post {
    margin-top: 100px;
}

.post h2{
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 1em 0;
    color: black;
}
.fa.fa-calendar {
    margin-right: 5px;
}
.post h2:nth-child(n+3) {
    margin: 3.5em 0 1em;
  }
.post h3{
	color: #000000;
	font-size: 24px;
    text-align: left;
    background-image: url(none);
    margin: 1.6em 0 0.5em;
}
.post p{
    margin-top: 1em;
}
.post h4,h5,h6{
    font-weight: bold;
    margin-bottom: 1em;
}
.post ul li {      
    text-indent: -25px;
    margin: 10px 25px;
}
.post ul li::before {
    content: "●";
    color: #000;
    padding-right: 10px;
}
.post ol li {
    list-style: decimal;
    margin: 10px 25px 10px 20px;
}
.post table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
	width: 100%;
}
.post th {
	font-weight: bold;
	color: #006237;
}
.post th, .post td {
   border: 1px solid #EAEAEA;
   padding: 6px 10px;
   word-wrap: break-word;
}
.post .left-img img{
    float: left;
    padding-top: 10px;
    margin-right: 25px;
    margin-bottom: 10px;
}
.post .right-img img{
    float: right;
    padding-top: 10px;
    margin-left: 25px;
    margin-bottom: 10px;
}
.btn_c {
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}
.btn_c a{
    color: #fff;
    display: block;
    background-color: #289cba;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    background-image: url(img/yajirushi.png);
    background-position: right 10% center;
    background-repeat: no-repeat;
}
.btn_c a:hover{
	background-color: #073a5c; /* 濃い青に変化 */
}
.alignleft{
	float: left;
	margin-right: 20px;
}
.alignright{
	float: right;
	margin-left: 20px;
}
.aligncenter {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (max-width:1000px) {
.post {
    margin-top: 4em;
}
.alignleft {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.alignright {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.aligncenter {
	float: none;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.btn_c a{
	width: 80%;
}
}

#a1,#a2,#a3,#a4,#a5 {
   margin-top:-100px;
  padding-top:100px;
}



/*================ ページ送り ==============*/
span.page-numbers.current {
    color: #fff;
    background: #289cba;
    border: 1px solid #289cba;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
}
.pagination {
    margin-top: 40px;
}
a.page-numbers {
    border: 1px solid #289cba;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
}
a.page-numbers:hover {
    color: #fff;
    background: #073a5c;
    border: 1px solid #073a5c;
    border-radius: 5px;
    padding: 10px;
    margin-right: 5px;
}

@media screen and (max-width: 1000px) {
    .pagination {
        margin-top: 80px;
        margin-left: 30px;
    }
}

/*------slider------*/

.swiper {
    width: 100%;
    z-index: 100;
}

.swiper-wrapper {
    margin: 0 auto;
    width: 100%;
}

.swiper img {
    width: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }


/* スライド全体 */
.swiper-slide {
    transition: transform 0.6s;
  }
  
  /* 左右のスライド */
  .swiper-slide-prev,
  .swiper-slide-next,
  .swiper-slide-duplicate-prev,
  .swiper-slide-duplicate-next {
    transform: scale(0.85);
  }

@media screen and (max-width: 1360px) {
    a.header_mail img {
        padding-top: 25px;
        margin-left: 50px;
    }
    .contact-btn {
        width: 150px;
        height: 140px;
    }

}

@media screen and (max-width: 1000px) {
    .swiper {
        margin-top: 10px;
    }
    .swiper-wrapper {
        margin: 0 auto;
        width: 100%;
    }
}

/*---スライダー見出し---*/

h2.main_text {
    position: absolute;
    z-index: 400;
    left: 10%;
    bottom: 50%;
    font-size: 6.5rem;
    font-family: 'arial', sans-serif;
}

h2.main_text span {
    color: #ea69a3;
}

h2.main_text span.s-text {
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
    font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

@media screen and (max-width: 1300px) {
    h2.main_text {
        font-size: 4.5rem;
    }
}

@media screen and (max-width: 1000px) {
    h2.main_text {
        font-size: 3.5rem;
        bottom: 40%;
    }
    
    h2.main_text img{
    width: 50%;
}
}

@media screen and (max-width: 520px) {
    h2.main_text {
        font-size: 2.5rem;
        bottom: 40%;
    }
}

/*======== 20190821追加//テーブル =========*/
@media screen and (max-width:1200px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
        min-width: 100%;
    }
    .wrapper-inner {
        width: 100%;
    }
    .third .wrapper {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    .forth-box {
        width: 100%;
      }
    }

.content-item table {
  width: 100%;
  margin: 0px 0 100px 0;
  border-bottom: 1px dotted #dbdbdb;
  border-top: 1px dotted #dbdbdb;
  border-top-color: #ccc;
  border-collapse: collapse;
  margin: 0 auto;
}

.content-item table:first-child {
  border-top: 1px dotted #dbdbdb;
}

.common-box {
  width: 70%;
  margin: 0 0 40px 0;
  height: auto;
}

.content-item th {
  width: 30%;
  clear: both;
  padding: 22px 0;
  font-weight: bold;
  background-color: #F9F9F9;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
  color: #333;
}

td {
  display: table-cell;
  vertical-align: inherit;
  border: 1px;
}

.content-item td {
  clear: both;
  padding: 10px 0 10px 30px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCC;
}

.content-item .w50-box {
  width: 50%;
  float: left;
}

.wpcf7-form-control.wpcf7-checkbox .first,
.wpcf7-form-control.wpcf7-checkbox .last {
  margin-top: 0 !important;
  margin-bottom: 0 !important; 
  width:  auto;
  padding-bottom: 0;
  margin-left: 1em;
}

.wpcf7-spinner {
    display: none;
}

/*======== instagram =========*/
.f-instagram {
    width: 70px;
    height: 179px;
    position: fixed;
    top: 140px;
    right: 0;
    z-index: 800;
}

@media screen and (max-width: 1000px) {
    .f-instagram {
    display: none;
}