body {
    color: #221815;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: .1rem
}

a {
    color: #12356a;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

a:hover {
    color: #2161c1
}

.opacity img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.opacity:hover img {
    opacity: .6
}

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

#header {
    background: #FFFFFF;
    border-top: 2px solid #12356a
}

#header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    width: 1120px;
    padding: 20px 0
}

#header .inner #logo {
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: .2em
}

#header .inner #head_right #tel {
    line-height: 1.1;
    text-align: right
}

#header .inner #head_right #tel span {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0
}

#header .inner #head_right #tel span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 10px;
    color: #12356a
}

#navi {
    position: relative;
    background: #12356a;
    text-align: center
}

#navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px
}

#navi ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #EEEEEE;
    width: 200px
}

#navi ul li:last-child {
    border-right: 1px solid #EEEEEE
}

#navi ul li a {
    display: block;
    position: relative;
    color: #FFFFFF;
    font-weight: 500;
    padding: 15px 0
}

#navi ul li a:hover:before,
#navi ul li a.active:before {
    width: 100%
}

#navi ul li a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#navi ul li a:hover:after {
    right: 10px
}

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999
}

#page-top a {
    display: block;
    background: #FFFFFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
    color: #12356a;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px solid #12356a;
    text-align: center
}

#page-top a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    font-weight: 900
}

#page-top a:hover {
    background-color: #12356a;
    color: #FFFFFF
}

.foot_navi {
    padding: 40px 0;
    border-top: 1px solid #EEEEEE;
    text-align: center
}

.foot_navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 1120px
}

.foot_navi ul li {
    width: 224px
}

.foot_navi ul li a {
    position: relative;
    padding-left: 20px;
    color: #221815
}

.foot_navi ul li a:before {
    content: "";
    background-color: #12356a;
    width: 10px;
    height: 3px;
    position: absolute;
    top: .7em;
    left: 0
}

.foot_navi ul li a:hover {
    color: #12356a
}

#footer {
    text-align: center
}

#footer .inner {
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 40px
}

#footer .inner .copyright {
    font-size: 1.2rem
}

#sp_navi,
#humberger,
#drawernav {
    display: none
}

.slideshow {
    position: relative
}

.slideshow #catch {
    position: absolute;
    top: 45%;
    left: 50%;
    z-index: 2;
    width: 600px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    text-align: center
}

.swiper-slide {
    padding: 25rem 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.slide01 {
    background-image: url(../img/bg_slide_01.jpg)
}

.slide02 {
    background-image: url(../img/bg_slide_02.jpg)
}

.slide03 {
    background-image: url(../img/bg_slide_03.jpg)
}

.contact_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 30px
}

.contact_btn li {
    width: 40%;
    margin: 0 2%
}

.contact_btn li a {
    display: block;
    background: #FFFFFF;
    padding: .7em 0;
    color: #12356a;
    text-align: center;
    font-size: 2rem
}

.contact_btn li a:before {
    margin-right: 10px
}

.contact_btn li a.tel_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900
}

.contact_btn li a.mail_btn:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900
}

.contact_btn.contact_btn_02 li {
    width: 100%
}

.contact_btn.contact_btn_03 li a {
    font-size: 1.5rem
}

.single {
    margin: 0 auto;
    width: 1120px;
    padding-bottom: 60px
}

.single_02 {
    margin: 0 auto;
    width: 1024px;
    padding-bottom: 60px
}

.single_03 {
    margin: 0 auto;
    width: 1024px
}

.single_04 {
    margin: 0 auto;
    width: 768px
}

.bg_common {
    padding-top: 60px
}

.bg_b {
    margin-bottom: 60px
}

.bg_01 {
    background-image: url(../img/bg_01.jpg);
    background-repeat: repeat;
    background-position: center 70%;
    background-size: cover;
    color: #FFFFFF
}

.bg_02 {
    position: relative;
    overflow: hidden;
    background-image: url(../img/bg_02.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.bg_02:before,
.bg_02:after {
    display: block;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center
}

.bg_02:before {
    background-image: url(../img/bg_02_before.png);
    bottom: 0;
    left: 0;
    width: 578px;
    height: 455px;
    z-index: 2
}

.bg_02:after {
    background-image: url(../img/bg_02_after.png);
    top: 0;
    right: 0;
    width: 320px;
    height: 290px;
    z-index: 0
}

@media screen and (min-width: 667px) and (max-width: 1600px) {
    .bg_02:before {
        left: -300px;
        -webkit-transition: all ease .5s;
        transition: all ease .5s
    }
}

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

.half .child {
    width: 50%
}

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

.triple .child {
    width: 33.3%
}

.column2 {
    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;
    margin-bottom: -3%
}

.column2 .child {
    width: 48.44%;
    margin: 0 3% 3% 0
}

.column2 .child:nth-child(2n) {
    margin: 0 0 3% 0
}

.column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -3%
}

.column3 .child {
    width: 31.3%;
    margin: 0 3% 3% 0
}

.column3 .child:nth-child(3n) {
    margin: 0 0 3% 0
}

.column4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.column4 .child {
    width: 22.7%;
    margin: 0 3% 3% 0
}

.column4 .child:nth-child(4n) {
    margin: 0 0 3% 0
}

.column5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2%
}

.column5 .child {
    width: 18.4%;
    margin: 0 2% 2% 0
}

.column5 .child:nth-child(5n) {
    margin: 0 0 2% 0
}

.mtitle_big {
    position: relative;
    margin-bottom: 20px;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 3.2rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.2
}

.mtitle_big span {
    display: block;
    color: #12356a;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase
}

.mtitle_big.mtitle_big_white span {
    color: #FFFFFF
}

.mtitle_middle {
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
    margin-bottom: 15px
}

.mtitle_middle:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px solid #12356a;
    bottom: -2px;
    width: 100px;
    color: #aaa
}

.mtitle_small {
    margin-bottom: 20px;
    padding: 10px;
    background: #FAFAFA;
    border-left: 8px solid #12356a;
    font-size: 2rem;
    font-weight: 500
}

.mtitle {
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: .2em
}

.mtitle_policy {
    position: relative;
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px
}

.mtitle_policy:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #12356a;
    position: absolute;
    left: 0;
    bottom: -15px
}

.mtile_news {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2
}

.mtile_news span {
    display: block;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-size: 1.4rem;
    text-transform: uppercase
}

.mtitle_sub {
    position: relative;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500
}

.mtitle_sub:before {
    content: "";
    background-color: #12356a;
    width: 10px;
    height: 4px;
    position: absolute;
    top: .6em;
    left: 0
}

.mtitle_sub span {
    display: block;
    font-size: .7em;
    font-weight: initial
}

.cbtn {
    margin-top: 30px
}

.cbtn a,
.cbtn button {
    display: table;
    background: #12356a;
    border: 1px solid #12356a;
    color: #FFFFFF;
    padding: .5em 3em;
    border-radius: 100px;
    margin: 0 auto
}

.cbtn a:after,
.cbtn button:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    margin-left: 10px
}

.cbtn a:hover,
.cbtn button:hover {
    background: #FFFFFF;
    color: #12356a
}

.cbtn.cbtn_white a {
    background: #FFFFFF;
    color: #12356a
}

.cbtn.cbtn_white a:hover {
    background: #12356a;
    color: #FFFFFF
}

.news_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F2F2F2;
    margin-bottom: 60px
}

.news_box .news_ttile {
    background: #12356a;
    color: #FFFFFF;
    width: 230px;
    padding: 20px 0
}

.news_box .news_bx {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px
}

.news-top dt {
    float: left;
    width: 7em
}

.news-top dd {
    padding: 0 0 10px 8em;
    border-bottom: 1px dotted #aaa;
    margin: 0 0 10px
}

.news-top dd:last-child {
    margin: 0;
    border-bottom: none
}

.news-bl dt {
    float: left;
    width: 7em;
    margin-bottom: 10px;
    padding: 3px 5px;
    background: #12356a;
    color: #FFFFFF;
    text-align: center
}

.news-bl dd {
    padding: 0 0 10px 9em;
    line-height: 1.6;
    border-bottom: 1px dotted #CCCCCC;
    margin: 0 0 10px
}

.news-bl dd:last-child {
    margin: 0;
    border-bottom: none
}

.tbl {
    width: 100%;
    background-color: #FFFFFF
}

.tbl th,
.tbl td {
    vertical-align: middle;
    border: 1px solid #CCCCCC;
    padding: 10px
}

.tbl th {
    background: #FAFAFA;
    font-weight: 500
}

.tbl_new {
    width: 100%;
    background-color: #FFFFFF
}

.tbl_new tr th,
.tbl_new tr td {
    vertical-align: top;
    padding: 10px
}

.tbl_new tr th {
    width: 20%;
    font-weight: 500
}

.tbl_new tr:nth-child(odd) th,
.tbl_new tr:nth-child(odd) td {
    background: #FAFAFA
}

.company {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px
}

.company th,
.company td {
    padding: 10px;
    vertical-align: middle
}

.company th {
    text-align: left;
    width: 20%;
    position: relative;
    background: #12356a;
    color: #FFFFFF;
    font-weight: 500
}

.company th::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #FFFFFF;
    border-width: 10px;
    border-left-color: #12356a;
    margin-top: -10px
}

.company td {
    background: #FFFFFF;
    padding-left: 20px
}

.tbl_01 th {
    width: 20%
}

.tbl_form tr th {
    text-align: left
}

.list_common li {
    padding-bottom: 10px;
    padding-left: 1.5em;
    margin-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC
}

.list_common li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.list_common li:before {
    margin: 0 5px 0 -1.5em;
    padding: 1px
}

.list_check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    color: #12356a
}

.list_note li {
    margin-bottom: 5px
}

.list_note li:last-child {
    margin-bottom: 0
}

.list_note li:before {
    content: "※";
    color: #FF0000
}

.list_disc li {
    margin-bottom: 5px
}

.list_disc li:last-child {
    margin-bottom: 0
}

.list_disc li:before {
    content: "・";
    color: #12356a
}

.list_line li {
    position: relative;
    display: inline-block;
    padding: 0 10px
}

.list_line li:after {
    position: absolute;
    right: 0;
    content: "/"
}

.list_line li:last-child:after {
    display: none
}

.list_macker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    text-align: center;
    font-size: 1.1em;
    font-weight: 500
}

.list_macker li {
    width: 18.4%;
    margin: 0 2% 1% 0
}

.list_macker li:nth-child(5n) {
    margin: 0 0 1% 0
}

.rounded-list {
    counter-reset: li;
    padding-left: 1em;
    list-style: none
}

.rounded-list li {
    position: relative;
    padding: .4em .4em .4em 2em;
    margin: .5em 0;
    background: #fafafa;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rounded-list li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #12356a;
    color: #FFFFFF;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: 500;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.ol_list {
    padding-left: 1.5em;
    counter-reset: item;
    list-style-type: none
}

.ol_list li {
    font-size: 1.5rem;
    font-weight: initial;
    margin-top: 5px
}

.ol_list li:before {
    counter-increment: item;
    content: counters(item, "-") ". "
}

.ol_first_list>li {
    margin-bottom: 15px;
    font-size: 1.8rem;
    font-weight: 500
}

.ggmap {
    position: relative;
    padding-bottom: 46.25%;
    height: 0;
    overflow: hidden
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.flex li {
    width: 33.33%
}

.snip figure.snip1432 {
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 50%;
    width: 100%;
    background: #000000
}

.snip figure.snip1432 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease
}

.snip figure.snip1432 img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s
}

.snip figure.snip1432 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.snip figure.snip1432 figcaption>div.one {
    height: 40%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two {
    height: 60%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432 figcaption>div.two h3,
.snip figure.snip1432 figcaption>div.two p {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center
}

.snip figure.snip1432 figcaption>div.two h3 {
    bottom: 0;
    font-family: "YakuHanJP", Noto Serif JP, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 2.4rem;
    font-weight: 500
}

.snip figure.snip1432 figcaption>div.two h3 span {
    display: block;
    font-family: "YakuHanJP", "Josefin Sans", "sans-serif";
    font-size: 1.5rem;
    text-transform: uppercase
}

.snip figure.snip1432 figcaption>div.two p {
    display: none;
    top: 100px
}

.snip figure.snip1432:hover {
    background: #12356a
}

.snip figure.snip1432:hover figcaption>div.one {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two {
    height: 75%;
    overflow: hidden;
    width: 100%;
    position: relative
}

.snip figure.snip1432:hover figcaption>div.two p {
    display: block
}

.snip figure.snip1432:hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.snip figure.snip1432 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute
}

.article {
    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;
    background-color: #FAFAFA
}

.article .article_image {
    width: 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.article .article_detail {
    width: 40%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 0
}

.article .article_detail .inner {
    margin: 0 auto;
    width: 80%
}

.article.article_01 .article_image {
    background-image: url(../img/article_01.jpg)
}

.article.article_02 .article_image {
    background-image: url(../img/article_02.jpg)
}

.article.article_03 .article_image {
    background-image: url(../img/article_03.jpg)
}

.article.article_04 .article_image {
    background-image: url(../img/article_04.jpg)
}

.article.article_05 .article_image {
    background-image: url(../img/article_05.jpg)
}

.article.article_06 .article_image {
    background-image: url(../img/article_06.jpg)
}

.date {
    display: block;
    margin-bottom: 15px
}

.date:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
}

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

.pages .page_next,
.pages .page_prev {
    display: inline;
    margin: 0 20px
}

.icon_top {
    display: block;
    margin: 0 auto 10px;
    width: 100px
}

.gallery_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gallery_ul li {
    width: 31.3%;
    margin: 0 3% 3% 0;
    text-align: center
}

.gallery_ul li:nth-child(3n) {
    margin: 0 0 3% 0
}

.gallery_ul li a {
    display: block;
    overflow: hidden;
    height: 270px;
    position: relative
}

.gallery_ul li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto
}

.gallery_ul li span {
    display: block;
    margin-top: 5px
}

.top_contents {
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0 100px 0
}

.top_contents .top_contents_img {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 288px;
    margin-left: 0
}

.policy {
    padding: 30px;
    background: #FAFAFA
}

.cut {
    overflow: hidden;
    zoom: 1
}

.page_title_box {
    background-image: url(../img/bg_slide_01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page_title_box .inner {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 100px 0
}

.breadcrumb_box {
    margin-bottom: 60px;
    padding-top: 20px;
    text-align: right
}

.breadcrumb_box .breadcrumb {
    width: 1024px;
    margin: 0 auto;
    padding-left: 0;
    font-size: 1.3rem
}

.breadcrumb_box .breadcrumb li {
    display: inline
}

.breadcrumb_box .breadcrumb li+li:before {
    margin: 0 10px;
    content: ">"
}

.breadcrumb_box .breadcrumb li .home:before {
    font-family: "Font Awesome 5 Free";
    content: "\f015";
    font-weight: 900
}

.form .required {
    background: #FF4F4F;
    color: #FFFFFF;
    padding: 0 5px 0;
    margin-right: 5px;
    font-size: 1.1rem;
    border-radius: 2px;
    position: relative;
    top: -2px
}

.form .textarea,
.form textarea {
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form .textarea {
    height: 30px
}

.form .textarea02 {
    width: 48.5%;
    margin-right: 3%
}

.form .textarea02:last-child {
    margin-right: 0
}

.form .textarea03 {
    width: 20%;
    margin-right: 1%
}

.form button {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    font-family: "YakuHanJP", Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem
}

.form label.radio_text {
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    padding-left: 20px;
    display: inline-block
}

.form label.radio_text:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 0px;
    top: 2px;
    content: '';
    z-index: 3
}

.form label.radio_text:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    left: 3px;
    top: 5px;
    background-color: #12356a;
    z-index: 1
}

.form label.radio_text input[type="radio"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    left: -23px;
    top: 0px;
    margin: 0px;
    -webkit-box-shadow: 20px -1px #FFFFFF;
    box-shadow: 20px -1px #FFFFFF
}

.form label.radio_text input[type="radio"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.radio_text input[type="radio"]:focus {
    opacity: 0.2;
    -webkit-box-shadow: 20px -1px #eeebda;
    box-shadow: 20px -1px #eeebda
}

.form label.checkbox_text {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 20px;
    overflow: hidden;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.form label.checkbox_text:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0px;
    top: 0;
    border: 1px solid #ccc;
    z-index: 3
}

.form label.checkbox_text:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 5px;
    display: block;
    margin-top: -9px;
    width: 8px;
    height: 12px;
    border-right: 3px solid #12356a;
    border-bottom: 3px solid #12356a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1
}

.form label.checkbox_text input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-box-shadow: 41px 0px #FFF;
    box-shadow: 41px 0px #FFF;
    z-index: 2;
    margin: 0px;
    padding: 0px
}

.form label.checkbox_text input[type="checkbox"]:checked {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form label.checkbox_text input[type="checkbox"]:checked:focus {
    -webkit-box-shadow: 40px 0px #666;
    box-shadow: 40px 0px #666;
    opacity: 0.1
}

.form label.checkbox_text input[type="checkbox"]:focus {
    -webkit-box-shadow: 41px 0px #EEE;
    box-shadow: 41px 0px #EEE
}

.form .form-contents {
    padding: 0 0 30px;
}

.form .form-contents dl {
    margin-bottom: 0;
}

.form .form-contents form dl dt:not(.pattern-exclusion) {
    padding-left: 10px;
    box-sizing: border-box;
}

.form .form-contents form dl dd:not(.pattern-exclusion):nth-of-type(odd) {
    background: #FAFAFA;
}

.form .form-contents form dl dd:not(.pattern-exclusion) {
    padding-right: 10px;
    box-sizing: border-box;
}

.form .form-pattern-1 dd:not(.pattern-exclusion) .textarea {
    border-radius: 0;
}

.form .form-pattern-1 .submit-btn {
    background: #12356a;
    border: 1px solid #12356a;
    color: #FFFFFF;
    border-radius: 100px;
    margin: 0 auto
}

.form .form-pattern-1 .submit-btn:hover {
    background: #FFFFFF;
    color: #12356a
}

.form .form-pattern-1 .submit-btn::before {
    transition: all .2s ease-in-out 0s;
}

.form .form-pattern-1 .submit-btn:hover::before {
    background: #12356a;
}