@import url("font-awesome.min.css");

/* Basic */

body {
    background: #3863b5;
}

body.loading * {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

body,
input,
select,
textarea {
    color: #111111;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic';
    font-size: 12pt;
    font-weight: 500;
    line-height: 1.65em;
}

a {
    color: #3863b5;
    text-decoration: underline;
}

a:hover {
    color: #3863b5;
    text-decoration: none;
}

.blue {
    color: #3863b5;
}

strong,
b {
    font-weight: 700;
}

b.alt {
    font-weight: 500;
    color: #3863b5;
    text-decoration: underline;
    ;
}


b.extra {
    font-weight: 700;
    color: #3863b5;
    font-size: 1.3em;
}

em,
i {
    font-style: italic;
}

p,
ul,
ol,
dl,
table,
blockquote {
    margin: 0 0 2em 0;
}

p {
    line-height: 1.8em;
}

p.small {
    font-size: 1.1em;
}

.medium {
    font-size: 1.3em;
}

p.medium {
    font-size: 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: inherit;
    font-weight: 600;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

.small-font {
    font-size: 0.7em;
}

.medium-font {
    font-size: 1.3em;
}


h4 {
    font-size: 1.2em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border-top: solid 1px #3863b5;
    border: 0;
    margin-bottom: 1.5em;
}

blockquote {
    border-left: solid 0.5em #dde810;
    font-style: italic;
    padding: 1em 0 1em 2em;
}

.off1 {
    margin-top: 30px;
}

.box {
    border: solid 3px #dde810;
    padding: 2em;
    border-radius: 0.5em;
}

.boxmini {
    border: solid 3px #dde810;
    padding: 2em;
    padding-bottom: 0.05em;
    border-radius: 0.5em;
}

section.special,
article.special {
    text-align: center;
}

header.major {
    padding-bottom: 3em;
    text-align: center;
    text-transform: uppercase;
}

header.major h2 {
    font-size: 2.6em;
    font-weight: 700;
}

header.major .byline {
    display: block;
    padding-top: 1em;
    letter-spacing: 1px;
    font-size: 1.4em;
}

footer> :last-child {
    margin-bottom: 0;
}

footer.major {
    padding-top: 3em;
}


/* Image */

.image {
    border: 0;
    position: relative;
}

.image.fit {
    display: block;
}

.image.fit img {
    display: block;
    width: 100%;
}

.image.fit.small img {
    margin-bottom: -20px;
}

.image.feature {
    display: block;
    margin: 0 0 2em 0;
}

.image.feature img {
    display: block;
    width: 100%;
}

.image.alt {
    display: block;
    margin: 2em 0 2em 0;
}

.image.alt img {
    display: block;
    width: 80%;
}

.image.left {
    max-width: 40%;
}

.image.left img,
.image.right img {
    width: 100%;
}

.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: 0.25em;
}

/* Icon */

.icon {
    position: relative;
}

.icon:before {
    content: "";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon>.label {
    display: none;
}

/* Lists */

ol.default {
    list-style: decimal;
    padding-left: 1.25em;
}

ol.default li {
    padding-left: 0.25em;
}

ol.alt {
    list-style: disc;
    padding-left: 1.25em;
}

ol.alt li {
    padding-left: 0.25em;
}

ul.default {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.default li {
    padding: 0.40em 0em;
}

ul.icons {
    cursor: default;
    padding-bottom: 2em;
}

ul.icons li {
    display: inline-block;
    line-height: 1em;
    padding: 0.5em 1em;
}

ul.icons li:first-child {
    padding-left: 0;
}

ul.icons li span {
    display: none;
}

ul.icons li a {
    text-decoration: none;
    font-size: 2em;
    color: inherit;
    opacity: 0.2;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

ul.icons li a:hover {
    color: inherit;
    opacity: 1;
}

ul.actions {
    cursor: default;
}

ul.actions:last-child {
    margin-bottom: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 0 0 1.5em;
}

ul.actions li:first-child {
    padding: 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1.5em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding: 0;
}

ul.special-icons {
    margin: 0em;
    padding: 0em;
}

ul.special-icons>li {
    position: relative;
    padding: 0.50em 0em 0.50em 0em;
}

ul.special-icons>li:before {
    position: absolute;
    left: 0;
    top: 2em;
    display: block;
    background: none;
    font-size: 2em;
    border-radius: 5px;
}

ul.special-icons>li:first-child {
    border-top: none;
}

ul.special-icons h3 {
    margin-bottom: 0.80em;
    line-height: 2em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
}

ul.special-icons span {
    line-height: 190%;
}

ul.special-icons .fas {
    float: left;
    display: inline-block;
    padding-right: 1em;
    font-size: 1.4em;
    color: #3863b5;
}

ul.special-icons p {
    padding-left: 2.7em;
}



ol.list {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.3em 0.8em;
    margin-top: 1.5em;
}

ol.list li {
    border-bottom: dashed 1px #3863b5;
    position: relative;
    padding: 0.5em 0.5em 0.5em 40px;
    line-height: 1.5em;
}

ol.list li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*数字のデザイン変える*/
    display: inline-block;
    background: #3863b5;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    /*以下 上下中央寄せのため*/
}

ol.list li:last-of-type {
    border-bottom: none;
    /*最後のliの線だけ消す*/
}

ul.check {
    margin-top: 2em;
    padding: 0 0.5em;
    position: relative;
}

ul.check li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
}

ul.check li:before {
    font-family: "FontAwesome";
    content: "\f00c";
    /*アイコン種類*/
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまで*/
    color: #3863b5;
    /*アイコン色*/
}

ul.check li:last-of-type {
    border-bottom: none;
}

ul.voice {
    margin-top: 2em;
    padding: 0 0.5em;
    position: relative;
    color: #3863b5;
    font-weight: bold;
}

ul.voice li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
}

ul.voice li:before {
    font-family: "FontAwesome";
    content: "\f024";
    position: absolute;
    left: 0.5em;
    color: #dae024;
}

ul.check li:last-of-type {
    border-bottom: none;
}


/* Tables */

table {
    width: 100%;
}

table.default {
    width: 100%;
    font-size: 1.2em;
}

table.default tbody tr {
    border-bottom: solid 1px #3863b5;
}

table.default td {
    padding: 0.5em 1em 0.5em 1em;
}

table.default th {
    font-weight: 700;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left;
}

table.default thead {
    background: #555555;
    color: #fff;
}


table.sub {
    width: 100%;
    font-size: 1.2em;
}

table.sub tbody tr {
    border-bottom: solid 1px #fff;
}

table.sub td {
    padding: 0.5em 1em 0.5em 1em;
    border: solid 2px #fff;
}

table.sub th {
    font-weight: 700;
    padding: 0.5em 1em 0.5em 1em;
    text-align: center;
}

table.sub td.bg {
    background: #dde810;
    color: #222;
}

table.sub thead {
    background: #555555;
    color: #fff;
}


table.alt {
    width: 100%;
}

table.alt tbody tr {
    border: solid 2px #3863b5;
}

table.alt td {
    padding: 0.5em 1em 0.5em 1em;
    border: solid 2px #3863b5;
}

table.alt td.bg {
    background: #dde810;
}

table.alt td span {
    color: #3863b5;
    font-size: 0.9em;
}

table.alt th {
    font-weight: 700;
    padding: 0.5em 1em 0.5em 1em;
    text-align: left;
}

table.alt thead {
    background: #555555;
    color: #fff;
}

.table110 {
    width: 110px;
}

/* ribbon */

.ribbon {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    padding: 7px 0;
    font-size: 16px;
    background: #3b63ae;
    color: #FFF;
    box-sizing: border-box;
}

.ribbon h3 {
    vertical-align: middle;
    margin: 0;
    padding: 0 30px;
    border-top: dashed 1px #FFF;
    border-bottom: dashed 1px #FFF;
    line-height: 46px;
}

.ribbon:before,
.ribbon:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon:before {
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon:after {
    /*右端の山形*/
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}




.ribbon2 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
    padding: 12px 0;
    font-size: 16px;
    background: #3b63ae;
    color: #FFF;
    box-sizing: border-box;
}

.ribbon2 h3 {
    vertical-align: middle;
    margin: 0;
    padding: 0 30px;
    border-top: dashed 1px #f2f2f2;
    border-bottom: dashed 1px #f2f2f2;
    line-height: 46px;
}

.ribbon2:before,
.ribbon2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon2:before {
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #f2f2f2;
    border-style: solid;
}

.ribbon2:after {
    /*右端の山形*/
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #f2f2f2 transparent transparent;
    border-style: solid;
}


/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: none;
    border-radius: none;
    border: 2px solid;
    border-color: #3863b5;
    color: #3863b5;
    cursor: pointer;
    display: inline-block;
    padding: 0.90em 1.2em;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.4em;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background: #3863b5;
    color: white;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
    border-color: inherit;
    color: inherit;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
    background: white;
    color: #3863b5;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.8em;
}

/* Wrapper */

.wrapper {
    padding: 6em 0em 4em 0em;
}

.wrapper.style1 {
    padding: 0em;
    background: #3863b5;
}

.wrapper.style2 {
    background: #f2f2f2;
}

.wrapper.style2 .major {
    text-align: left !important;
}

.wrapper.style2 .major h2 {
    display: block;
    margin-bottom: 0.70em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 400;
}

.wrapper.style2 .major .byline {
    letter-spacing: normal;
    line-height: 1.6em;
    font-size: 1.4em;
}

.wrapper.style2 .major .tel {
    background: linear-gradient(transparent 70%, #dde810 70%);
    letter-spacing: normal;
    line-height: 1.6em;
    font-size: 1.4em;
}

.wrapper.style2 h3 {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
}

.wrapper.style2 h3.alt {
    color: #3863b5;
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 2px #3863b5;
    /*上線*/
    border-bottom: solid 2px #3863b5;
    /*下線*/
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
}

.wrapper.style2 h3.alt span {
    font-size: 0.9em;
    font-weight: 400;
    color: rgba(85, 85, 85, 0.5);
}

.wrapper.style3 {
    padding-bottom: 6em;
    background: #3863b5;
    text-align: center;
    color: #fff;
}

.wrapper.style3 .container {
    padding-left: 6em;
    padding-right: 6em;
}

.wrapper.style3 p {
    font-size: 1.6em;
}

.wrapper.style4 {
    background: white;
}

.wrapper.style5 {
    background: #3863b5;
    text-align: center;
    color: white;
}

.wrapper.style5 .image {
    display: block;
    width: 60%;
    margin: 0em auto 2em auto;
}

.wrapper.style5 .image img {
    border-radius: 50%;
    border: 10px solid;
    border-color: #fff;
}

.wrapper.style6 {
    background: #3863b5;
    color: #fff;
}

.wrapper.style6 .major {
    text-align: left !important;
}

.wrapper.style6 .major h2 {
    display: block;
    margin-bottom: 0.70em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
}

.wrapper.style6 .major .byline {
    letter-spacing: normal;
    line-height: 1.6em;
    text-transform: capitalize;
    font-size: 1.4em;
}

.wrapper.style6 h3 {
    display: block;
    margin-top: 1em;
    margin-bottom: 0em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}


.wrapper.style6 h3:before,
.wrapper.style6 h3:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: #dde810;
}

.wrapper.style6 h3:before {
    left: 7px;
}

.wrapper.style6 h3:after {
    right: 7px;
}


.wrapper.style7 {
    background: rgba(0, 0, 0, 0.5);
}

.wrapper.style7.major {
    text-align: left !important;
}

.wrapper.style7 .major h2 {
    display: block;
    margin-bottom: 0.70em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 400;
}

.wrapper.style7 .major .byline {
    letter-spacing: normal;
    line-height: 1.6em;
    text-transform: capitalize;
    font-size: 1.4em;
}

.wrapper.style7 h3 {
    display: block;
    margin-top: 1em;
    margin-bottom: 0em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
}


.wrapper.style7 h3:before,
.wrapper.style7 h3:after {
    content: '';
    position: absolute;
    top: -7px;
    width: 2px;
    height: -webkit-calc(100% + 14px);
    height: calc(100% + 14px);
    background-color: white;
}

.wrapper.style7 h3:before {
    left: 7px;
}

.wrapper.style7 h3:after {
    right: 7px;
}




/* Header */

#header {
    color: white;
    height: 4em;
}

#header .container {
    position: relative;
}

.homepage #logo {
    display: none;
}

.homepage #nav {
    position: static;
    right: none;
    text-align: center;
}

#logo {
    line-height: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 400;
}

#logo h1 {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#logo a {
    color: inherit;
}

#nav {
    position: absolute;
    top: 0;
    right: 0;
}

#nav>ul {
    margin: 0;
}

#nav>ul>li {
    border-radius: 4px;
    display: inline-block;
    margin-left: 0.5em;
    padding: 0 0.5em;
}

#nav>ul>li a {
    color: inherit;
    line-height: 4em;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
}

#nav>ul>li a:hover {
    background: linear-gradient(transparent 70%, #dde810 50%);
}

#nav>ul>li.current a {
    color: #dde810;
}

#nav>ul>li:first-child {
    margin-left: 0;
}

#nav>ul>li.active a {
    color: white;
}

#nav>ul>li>ul {
    display: none;
}


/* Banner */

#banner {
    padding: 20em 0em 13em 0em;
    text-align: center;
    text-transform: uppercase;
    color: white;
}

#banner .container {
    padding: 0em 8em;
}

#banner h2 {
    display: inline-block;
    padding: 0.50em 0.30em;
    background: #3863b5;
    font-size: 3em;
    font-weight: 400;
}


#banner span,
#banner p {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 300;
}

#banner span {
    padding: 1em 0em;
}

/* Main */

#main {
    padding: 4em 0;
}

#main #content .major,
#main #sidebar .major {
    text-align: left;
}

#main #sidebar section {
    margin-top: 4em;
}

#main #sidebar section:first-child {
    margin-top: 0;
}

#main #sidebar .major {
    padding-bottom: 2em;
}

#main #sidebar .major h2 {
    font-size: 1.8em;
}

/* Footer */

#footer {
    padding: 6em 0 2em 0;
    text-align: left;
    color: white;
}

#footer hr {
    border-bottom: 1px solid;
    border-color: inherit;
    opacity: .05;
}

#footer .major h2 {
    color: inherit;
    font-size: 1.2em;
    text-align: left;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover {
    color: #dde810;
    text-decoration: underline;
    ;
}


#footer .major .byline {
    color: inherit;
    font-size: 1em;
    text-align: left;
}

#footer .copyright {
    margin-top: 3em;
    text-align: center;
    text-align: left;
}

/* Copyright */

#copyright {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    padding: 3em 0em 3em 0em;
    color: inherit;
    opacity: .40;
}

#copyright a {
    text-decoration: none;
    color: inherit;
}

/* Extra */

#extra1 h2 {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 400;
}

#extra1 h3 {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 400;
}

#extra2 h3 {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
    color: #3863b5;
}

#extra2 h3 span {
    display: block;
    margin-bottom: 1em;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    font-size: 1.6em;
    font-weight: 600;
    color: #3863b5;
}

/*deco*/
h3.deco {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}

h3.deco:before,
h3.deco:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

h3.deco:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}

h3.deco:after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}

h3.deco span {
    color: #3863b5;
}

h4.deco {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}

h4.deco:before,
h4.deco:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

h4.deco:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}

h4.deco:after {
    content: '';
    border-top: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}


h4.deco span {
    color: #3863b5;
}


h4.deco-white {
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    top: 0;
}

h4.deco-white:before,
h4.deco-white:after {
    position: absolute;
    top: 0;
    content: '';
    width: 8px;
    height: 100%;
    display: inline-block;
}

h4.deco-white:before {
    border-left: solid 1px white;
    border-top: solid 1px white;
    border-bottom: solid 1px white;
    left: 0;
}

h4.deco-white:after {
    content: '';
    border-top: solid 1px white;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
    right: 0;
}

h4.deco-white span {
    color: #fff;
}

/* Team */

#team h3 {
    margin-bottom: 0.50em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}


/* gap */

.bs {
    margin-bottom: 2em;
}

.ss {
    margin-bottom: 1.0em;
}

.fs {
    margin-bottom: 0.5em;
}

//　css
.no_link {
    pointer-events: none;
}


.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 18px/1.2 "Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #3863b5;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 110vh;
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: -40px auto 15px;
  max-width: 1000px;
  font: 300 48px/1.2 "Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', YuGothic, 'Yu Gothic', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic", sans-serif;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-shadow:
    1.5px 1.5px 0 #000,
    -0.5px 0.5px 0 #000,
    -0.5px -0.5px 0 #000,
   0.5px -0.5px 0 #000;
}
.slideshow .slide .text {
  margin: -15px 0 10px;
  max-width: 1000px;
  font-size: 23px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 0.4;
  text-shadow:
    1.5px 1.5px 0 #000,
    -0.5px 0.5px 0 #000,
    -0.5px -0.5px 0 #000,
   0.5px -0.5px 0 #000;
}
.slideshow .slide .btn {
  margin: 175px 0 0;
  background: #3863b5;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 135px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

