@charset "utf-8";

/* -------------------------------
FONT
------------------------------- */
body {
    font-family: "MS Sans Serif","メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    line-height: 1.8;
    font-size: 16px;
}


/* -------------------------------
LAYOUT
------------------------------- */
* {
    word-break: break-all;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

html {
    -webkit-text-size-adjust: 1;
}

body {
    color: #444;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

img {
    vertical-align: middle;
}

body {
    height: auto !important;
    /*	max-width: 1200px;*/
    margin: auto;
    /*	min-width: 780px;*/
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

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

a:hover {
    opacity: 0.7;
}

/* -------------------------------
COMMON PAGE
------------------------------- */
.pc_table {
    display: block;
}

.mb_table {
    display: none;
}

.pc_only {
    display: block;
}

.mb_only {
    display: none;
}

.pc_conv_btn {
    display: block;
}

.mb_conv_btn {
    display: none;
}


.pad24 {
    padding: 2% 3%;
}

.pad44 {
    padding: 3% 3%;
}

.pad510 {
    padding: 5% 6%;
}

.pad6p {
    padding: 6%;
}

.p1em {
    padding: 1em;
}

.m5 {
    margin: 5%;
}

.border2 {
    border: 2px solid #eee;
}

.mt10 {
    margin-top: 10px;
}

.mt5p {
    margin-top: 5%;
}

.mb5p {
    margin-bottom: 5%;
}

.mtb1em {
    margin-top: 1em;
    margin-bottom: 1em;
}

.mtb2em {
    margin-top: 2em;
    margin-bottom: 2em;
}

.mtb3em {
    margin-top: 3em;
    margin-bottom: 3em;
}

.mr1em {
    margin-right: 1em;
}

.mr2em {
    margin-right: 2em;
}

.ml1em {
    margin-left: 1em;
}

.ml2em {
    margin-left: 2em;
}

.ml3em {
    margin-left: 3em;
}

.w3p {
    width: 30%;
}

.w4p {
    width: 40%;
}

.w5p {
    width: 50%;
}

.w6p {
    width: 60%;
}

.w7p {
    width: 70%;
}

.w9p {
    width: 90%;
}

.bgwhite {
    background-color: white;
}

.dis_flex {
    display: flex;
    flex-wrap: wrap;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.fixed {
    position: fixed !important;
    top: 0;
    z-index: 10000;
    width: 100%;
/*    max-width: 1200px;*/
}



button.btn_menu {
    display: none;
}

nav {
    background-color: #7D7D7D;
    opacity: 0.9;
    color: white;
    width: 100%;
    min-width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
}

nav ul {
    padding: 10vh;
}

nav li {
    text-align: center;
    color: #fff;
    padding: 2vh 0;
    border-bottom: 1px solid white;
}

nav li a {
    color: #fff;
}



button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 42px;
    color: #333;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: fixed;
    top: 5px;
    right: 15px;
    z-index: 1001;
    text-align: center;
    outline: none;
  }
  /*   ハンバーガーボタン3本線   */
  button span.bar {
    display: block;
    height: 2px;
    background-color: #888;
    margin: 8px 0;
    transition: all 0.2s;
    transform-origin: 0 0;
  }
  button .close {
    letter-spacing: 0.08em;
    display: none;
      color: #fff;
  }
  button .menu {
    display: block;
      font-size: 90%;
  }
  /*  メニューアクティブ時  */
  button.active span.bar {
    width: 42px;
  }
  button.active .bar1 {
    transform: rotate(30deg);
  }
  button.active .bar2 {
    opacity: 0;
  }
  button.active .bar3 {
    transform: rotate(-30deg);
  }
  button.active .menu {
    display: none;
  }
  button.active .close {
    display: block;
      font-size: 80%;
      text-align: center;
  }

button.btn_menu {
    display: none;
}
.IconList1 a {
    position: relative;
}
.IconList1 a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}
.IconList1 a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 23px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #1D3E80;
}
.IconList_blue a:before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #1D3E80;
}
.IconList_blue a:after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 23px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #fff;
}

/* -------------------------------
HEADER
------------------------------- */

header#page_header > div {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    padding: 5px;
    position: relative;
    justify-content: space-between
}

header#page_header #main_logo {
    width: 30%;
    min-width: 200px;
}

header#page_header #main_info {
    text-align: right;
    font-size: 80%;
    width: 28%;
    margin-right: 2%;
    margin-top: 1%;

}

#main_logo img,
#main_info img {
    max-width: 100%;
}

header#page_header a.main_tel {
    margin-left: auto;
    display: block;
}


header#content_header {
    background-image: url('../image/bg_main2.svg');
    height: 170px;
    max-width: 1200px;
    margin: 0 auto;
    background-size: contain;
    position: relative;
}

header#content_header h1 {
    text-align: center;
    padding: 0;
    position: absolute;
    top: 35%;
    left: 8%;
    color: white;
}

header#content_header h1 span:first-child {
    font-size: 1.7em;
    font-weight: 600;
    margin-right: 0.5em
}



.bx-controls {
    margin-top: -50px;
}

header#content_header_top {
    background-image: url('../image/bg_main.png');
    height: calc(100vh - 100px);
    position: relative;
        max-width: 1200px;
    margin: 0 auto;
    background-size: cover;
}
header#content_header_top h1 {
    text-align: center;
    position: absolute;
    top: 42%;
}
header#content_header_top h1 img {
    max-width: 65%;
    width: 80%;
}
header#content_header_top a.scroll_down {
    text-align: center;
    position: absolute;bottom: 3%;
    width: 100%;
}
header#content_header_top a.scroll_down img {
    width: 5%;
}
#anchor_nav {
    border-bottom: 1px solid #bbb;
    padding: 20px 0;
    background-color: white;
    /*    position: absolute;*/
}

#anchor_nav ul {
    text-align: center;
}

#anchor_nav ul li {
    display: inline-block;
    padding: 0 1em;
    font-size: 90%;
}

#anchor_nav ul li:not(:last-child) {
/*    border-right: 1px solid #ddd;*/
}

#anchor_nav ul li a:hover {
    opacity: 0.8;
}

header > div {
    max-width: 1200px;
    margin: auto;
}

footer > div {
    max-width: 1200px;
    margin: auto;
}

section > div {
    max-width: 1200px;
    margin: auto;
    padding: 5% 9%;
}
#index section#section1 > div {padding: 5% 16%;}
.news section > div {
    padding: 0% 16% 5%;
}
.category_list {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0% 16% 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.category_list li:not(:last-child) {
    margin-right: 20px;
}

.category_list a {
    padding-bottom: 3px;
    color: #333;
    font-weight: bold;
}

.category_list .active {
    border-bottom: 2px solid #333;
}
    
.aboutus section > div,
.outline section > div,
.contact section > div {
    padding: 2% 5%;
}
.outline section > div {
    padding: 2% 7%;
}
article section > div.conv {
    padding: 5% 9%;
}


.blue_btn,submit {
    padding: 0.7em 1.5em;
    background-color: #1D3E80;
    color: white;
    font-size: 1em;
    margin: 2em;
    min-width: 230px;
    text-align: left;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
#section4 a.blue_btn {
    background-color: white;
    color: #1D3E80;
}

.button_wrap {
    text-align: center;
}

/* -------------------------------
 PAGE
------------------------------- */


.news_wrap_outer_box {
    margin-bottom: 5%;
}

.news_wrap_top {
    padding: 2em 0 0;
}

.news_wrap {
    border-bottom: 2px dotted #ccc;
    padding: 10% 0 8%;
    margin: -10% 0 8%;
}

.dis_flex {
    justify-content: space-between;
}

.news_title_top {
    border-bottom: 1px solid #1A3675;
    margin-bottom: 0.5em;
    font-size: 1.7em;
    color: #1A3675;
    font-weight: 500;
}

.news_title_top a {
    color: #1A3675;
    font-weight: 500;
    display: inline-block;
    padding-left: 6em;
    text-indent: -6em;
}

.category_icon {
    font-size: 0.8em;
    vertical-align: 1px;
}

.news_title {
    font-weight: 500;
    font-size: 1.2em;
    color: #1A3675;
    margin-bottom: 0.5em;
}

.dis_flex div.news_left_colmn {
    width: 25%;
}

.dis_flex div.news_left_colmn img {
    max-width: 100%;
    margin-bottom: 4%;
}

.dis_flex div.news_right_colmn {
    width: 72%;
}

.pdf_link {
    margin-top: 20px;
}

.pagenav {
    padding-top: 75px;
    margin-bottom: 100px;
	text-align: center;
	font-size: 13px;
	color: #333333;
    clear: both;
}

.pagenav a {
	font-size: 13px;
	color: #808080;
}

.pagenav a:hover {
    text-decoration: underline;
}

.pagenav .no_link{
    color: #cccccc;
}

section h2 {
    max-width: 1200px;
    margin: 4% auto 2%;
    font-size: 1.8em;
    font-weight: 600;
    color: #174091;
}

#index section h2 {
    text-align: center;
    font-size: 1em;
    line-height: 1.2;

}

#index section h2 > span:first-child {
    display: block;
    font-size: 2em;
    font-weight: 500;
    color: #1D3E80;
    list-style: 1;
}

#index section h2 > span:last-child {
    font-style: 1.5em;
    font-weight: 600;
    margin: 0;
    color: #777;
}

#index #section2 {
    background-color: #174091;
}
#index #section2 div{
    text-align: center;
}
#index #section3 p {
    text-align: center;
    margin: 1em 0;
}

#index #section3 .dis_flex {}

#index #section3 .dis_flex div {
    flex: 1;
}

#index #section3 .dis_flex div:not(:last-child) {
    margin-right: 10px;
}

#index #section3 .dis_flex div img {
    max-width: 100%;
}

#index #section4 > div {
    background-image: url(../image/01_s4_bg.png);
    background-size: cover;
    display: flex;
}

#index #section4 > div > div:first-child {
    flex: 1;
}

#index #section4 > div > div:last-child {
    flex: 1;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 2em;
    min-height: 80%;
}

#index #section4 > div > div:last-child h2 {
    margin-bottom: 1em;
}

#index #section4 > div > div:last-child h2 span {
    color: white;
    line-height: 1;
}

#index #section4 > div > div:last-child button.blue_btn {
    padding: 1em 2em;
    background-color: white;
    color: #1D3E80;
    font-size: 1em;
    margin: 1em;
    min-width: 280px;
    text-align: left;
}

.aboutus #section1 .dis_flex > div:first-child {
    width: 67%;
    order: 2;
}

.aboutus #section1 .dis_flex > div:last-child {
    width: 30%;
    order: 1;
}

.aboutus #section1 .dis_flex > div:last-child img {
    width: 100%;
}

.aboutus table {
    width: 100%;
}

.aboutus th {
    width: 25%;
    padding: 1em 2em;
    border-bottom: 2px solid #ddd;
}

.aboutus td:last-child {
    width: 70%;
    padding: 1em 2em;
    border-bottom: 2px solid #ddd;
}

.outline #section1 .dis_flex > div:first-child {
    width: 50%;
}

.outline #section1 .dis_flex > div:last-child {
    width: 45%;
}

.outline #section1 .dis_flex > div img {
    width: 100%;
}

.outline table {
    width: 100%;
    margin-top: 2%;
}

.outline #section1 th {
    width: 25%;
    padding: 1em 2em;
    border-bottom: 2px solid #ddd;
    vertical-align: top;
}

.outline #section1 td:last-child {
    width: 70%;
    padding: 1em 2em;
    border-bottom: 2px solid #ddd;
}

.outline #section2 tr:first-child {
    background-color: #eee;
}

.outline #section2 tr > th:first-child {
    width: 20%
}

.outline #section2 tr > th:last-child {
    width: 50%
}

.outline #section2 th {
    padding: 0.5em 2em;
    border: 2px solid #ddd;
}

.outline #section2 td {
    width: 35%;
    padding: 0.5em 2em;
    border: 2px solid #ddd;
}

.outline #section3 tr:first-child {
    background-color: #eee;
}

.outline #section3 tr > th:first-child {
    width: 25%
}

.outline #section3 th {
    padding: 0.5em 1em;
    border: 2px solid #ccc;
}

.outline #section3 td {
    width: 35%;
    padding: 0.5em 1em;
    border: 2px solid #ccc;
}
.outline #section3 td:last-child img {
    width: 50px;
}
.outline #section3 td a {
    color: #2B429B;
}

.outline .map {
    position: relative;
    /* width: n/519*100;*/
    /* padding-top: n/519*100;*/
    /* top: n/443*100;*/
    /* right: n/519*100;*/
}

.outline .map > a {
    height: 0;
    display: block;
    position: absolute;
}

.outline .hokkaido {
    width: 44.89402697495183%;
    padding-top: 27.360308285163775%;
    top: 0;
    right: 0;
}

.outline .touhoku {
    width: 30.2504816955684%;
    padding-top: 25.626204238921%;
    top: 32.05417607223476%;
    right: 0;
}

.outline .kanto {
    width: 30.2504816955684%;
    padding-top: 17.148362235067438%;
    top: 62.07674943566591%;
    right: 0;
}

.outline .chubu {
    width: 22.736030828516377%;
    padding-top: 15.606936416184972%;
    top: 52.370203160270876%;
    right: 23.314065510597302%;
}

.outline .chubu2 {
    width: 14.836223506743737%;
    padding-top: 15.606936416184972%;
    top: 70.6546275395034%;
    right: 31.213872832369944%;
}

.outline .kansai {
    width: 17.91907514450867%;
    padding-top: 31.213872832369944%;
    top: 52.370203160270876%;
    right: 46.05009633911368%;
}

.outline .chugoku {
    width: 21.772639691714836%;
    padding-top: 22.736030828516377%;
    top: 52.370203160270876%;
    right: 63.969171483622354%;
}

.outline .shikoku {
    width: 19.845857418111752%;
    padding-top: 17.91907514450867%;
    top: 79.00677200902935%;
    right: 55.10597302504817%;
}

.outline .kyushu {
    width: 25.240847784200387%;
    padding-top: 17.91907514450867%;
    top: 79.00677200902935%;
    right: 74.95183044315993%;
}

.pc_conv_btn {
    text-align: center;
    margin: 5% 0;
}

.pc_conv_btn a {
    width: 42%;
    display: inline-block;
}

.pc_conv_btn a:last-child {
    width: 43%;
    display: inline-block;
}

.pc_conv_btn a img {
    width: 100%;
}

.contact table {
    width: 100%;
    margin: 5% 0;
}

.contact th {
    padding: 1em;
}

.contact th span {
    color: red;
    display: inline-block;
    margin-left: 0.5em;
}

.contact input,
.contact textarea {
    background-color: #eee;
    border: none;
    padding: 0.5em;
    width: 90%;
}

.contact tr.textarea th {
    vertical-align: top;
}

.contact tr.textarea td {
    padding: 1em 0;
}

.contact h3 {
    font-weight: 600;
}

.contact .privacy_policy {
    border: 1px solid #ddd;
    padding: 1em;
    overflow: scroll;
    margin: 1em 0;
    height: 13em;
    resize: both;
}

.contact .blue_btn {
    text-align: center;
}

/* -------------------------------
 FOOTER
------------------------------- */
footer {
    width: 100%;
    color: white;
    background-color: #184091;
    padding: 3em 0;
}

#copyright {
    width: 100%;
    font-size: 80%;
    background-color: #fff;
    color: #184091;
    padding: 1.5em;
    text-align: center;
    max-height: 59px;
}

footer .footer_title {
    margin: 1em 0;
    font-size: 1.1em;
    font-weight: 600;
}

footer ul {
    text-align: center;
    padding-top: 1%;
    margin-top: 7em;
}

footer ul li {
    display: inline-block;
    padding: 0 20px;
    line-height: 1;
}

footer ul li a {
    color: white;
    font-size: 80%;
}

footer ul li:not(:last-child) {
    border-right: 1px solid #ddd;
}

footer ul li a:hover {
    opacity: 0.8;

}

#footer_end_btn {
    width: 7%;
    background-color: #7d7d7d;
    height: 50px;
    /*    position: fixed;*/
    bottom: 0;
    /*    right: 0;*/
    right: 5%
}

#footer_end_btn div {
    width: 30px;
    background-color: white;
    height: 30px;
    text-align: center;
    margin: 0 auto;

}


#section8 > div {
    padding: 0;
}
div.backtoTop {
    padding: 0 6%;
    height: 60px;
}
.backtoTop div.arrow_wrap {
    width: 60px;
    height: 60px;
    background-color: #fff;
    float: right;
    padding: 25px 0 0 20px;
    border: 1px solid #184091;
}

.backtoTop div div.arrow {
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: transparent transparent #184091 #184091;
    transform: rotate(135deg);
}

.fixed_bottom {
    position: fixed !important;
    bottom: 59px;
    right: 0;
    z-index: 10000;
    width: 100%;
    max-width: 1200px;
}

/* -------------------------------
 index
------------------------------- */


@media screen and (max-width: 1150px) {
    .w3p {
        width: 100%;
    }

    .w5p {
        width: 100%;
    }

    .w6p {
        width: 100%;
    }

    .w7p {
        width: 100%;
    }



}

@media screen and (max-width: 1000px) {
    img {
        max-width: 100%;
    }

    .pc_table {
        display: none;
    }

    .mb_table {
        display: block;
        margin-bottom: 5%;
    }
}

@media screen and (max-width: 780px) {
    .w4p {
        width: 100%;
    }

    .pc_only {
        display: none;
    }

    .mb_only {
        display: block;
    }

    .w9p {
        width: 100%;
    }

    section {
        padding: 1%;
    }
    section > div { padding: 5% 3%;}
    #index section#section1 > div {padding: 0% 3%;}
    .news section > div {padding: 0% 3% 5%;}
    .category_list {padding: 0% 3% 5%;}
    .dis_flex {display: block;}
    #anchor_nav.fixed {
        position: absolute !important;
    }
    a.blue_btn,submit {
        min-width: 80%;
    }
    .mb_conv_btn {display: block;}
    .pc_conv_btn {display: none;}

    #anchor_nav {display: none;}
    iframe {max-width: 100%;}
    /* -------------------------------
    Mobile: HEADER
    ------------------------------- */
    header div.header_info {
        margin: 3% 0 0 0;
        width: 100%;
    }

    header#content_header h1 {
        left: 0;
        padding: 0 2%;
    }

    button.btn_menu {
        display: block;
        opacity: 0.8;
        position: absolute;
    }
    header#page_header #main_logo {width: 70%;}
    header#page_header > div {display: block;}
    header#page_header #main_info {text-align: center;margin: 0 0 0 3%;width: 50%}

    /* -------------------------------
    Mobile: PAGE
    ------------------------------- */
    header#content_header {
        height: 120px;
        background-size: cover;
        background-position: center;
    }
    header#content_header h1 {
        top: 25%;
    }
    header#content_header > div {
        display: block;
    }
    header#content_header_top h1 img { width: 95%;max-width: 95%;}
    header#content_header_top a.scroll_down img {width: 20%;}
    .news_title_top .news_date_top {
        display: block;
        font-size: 0.8em;
    }
    .news_title_top a {
        padding-left: 0;
        text-indent: 0;
        font-size: 0.8em;
    }
    #index #section4 > div {display: block;}
    #index #section3 .dis_flex div {text-align: center;}
    #index #section3 .dis_flex div:not(:last-child) {margin-right:0;margin-bottom: 5%;}
    #index .button_wrap {margin-top: 0%;}
    #index #section4 a.blue_btn {margin: 10% 0 0 0;}
    #index #section4 > div { background-position-x: 17%;}
    .dis_flex div.news_left_colmn,.dis_flex div.news_right_colmn {width: 100%;}
    .aboutus #section1 .dis_flex > div:first-child {
        width: 100%;
        order: 1;
        margin-bottom: 3%;
    }

    .aboutus #section1 .dis_flex > div:last-child {
        width: 100%;
        order: 2;
        margin-bottom: 3%;
    }

    .aboutus #section1 .dis_flex > div:last-child img {
        width: 100%;
    }

    .aboutus th {
        padding: 0.5em;
        border-bottom: 2px solid #ddd;
    }

    .aboutus td:first-child {
        display: none;
    }

    .aboutus td:last-child {
        padding: 0.5em;
        border-bottom: 2px solid #ddd;
    }
    .outline #section1 .dis_flex > div:first-child {
        width: 100%;
    }
    .outline #section1 .dis_flex > div:last-child {
        width: 100%;
        margin: 5% 0;
    }
    .outline table th,.outline table td {display: block;width: 100%!important;}
    .outline table tr {border: 2px solid #333;}

    .contact table th,.contact table td {display: block;width: 100%!important;}
    .contact input, .contact textarea {width: 100%;}
    .contact th {padding: 1em 0 0 0;}
    .contact tr.textarea td {padding: 0;}

    /* -------------------------------
    Mobile: FOOTER
    ------------------------------- */
    footer {padding: 5%;}
    footer ul {margin-top: 2em;}
    #footer_end_left {
        font-size: 100%;
        width: 100%;
    }

    #footer_end_right {
        width: 100%;
    }

    #footer_end {
        display: block;
    }

    #footer_end_btn {
        width: 100%;
        padding-bottom: 0px;
        right: 0;
        height: 20px
    }

    .fixed_bottom {
        position: fixed !important;
        bottom: 59px;
        right: 0;
        z-index: 10000;
        width: 100%;
        max-width: 1200px;
    }

}

@media screen and (max-width: 480px) {

    /* -------------------------------
    Mobile_small: COMMON PAGE
    ------------------------------- */
    section .flex_column4 > div,
    section .flex_column3 > div {
        width: 49%;
    }


}



/* ***************************************
login
*************************************** */

.news .login_form {
    max-width: 360px;
    margin: 0 auto;
    padding: 2% 5%;
    box-sizing: border-box;
}

.login_form dl {
    width: 100%;
}

.login_form dt {
    font-weight: bold;
}

.login_form dd {
    margin-bottom: 10px;
}

.login_form input[type="text"],
.login_form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    padding: 5px 3px;
    border: 1px solid #ccc;
}

.login_form .submit_area {
    margin-top: 30px;
    text-align: center;
}

.login_form input[type="submit"] {
    width: 150px;
    padding: 5px 0;
}

.err {
    font-size: 12px;
    text-align: center;
    color: red;
}