@charset "UTF-8";

/*
Theme Name: template01
Theme URI: 未定
Version: 1.0
Description: WordPressテーマです
Author:
*/
/* Scss Document */
/********************************

normalize.css v8.0.0

********************************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
    max-width: 100%;
    height: auto;
    line-height: 0;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,4995
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
    display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
    display: none;
}

/****************************************

reset css

*****************************************/
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul li {
    list-style: none;
}

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"],
button,
textarea,
select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Scss Document */
/****************************************

Base Styles

*****************************************/
html {
    font-size: 62.5%;
}

body {
    background-color: white;
}

::-moz-selection {
    background: #3a902f;
    color: white;
}

::selection {
    background: #3a902f;
    color: white;
}

a {
    font-weight: normal;
    outline: 0 none;
    text-decoration: underline;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #3a902f;
}

@media screen and (min-width: 60em) {

    a:active,
    a:hover {
        opacity: 0.5;
    }
}

section {
    position: relative;
}

main {
    font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-weight: normal;
    position: relative;
    color: #454545;
    line-height: 2;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    -webkit-font-kerning: auto;
    font-kerning: auto;
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
    /* for IE11 */
    display: block;
}


@media screen and (min-width: 60em) {
    main {
        font-size: 1.6rem;
    }
}

.images {
    width: 100%;
    height: auto;
}

.images80 {
    width: 80%;
    height: auto;
    margin: 2rem auto;
}

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

.pc-only {
    display: none !important;
}

@media screen and (min-width: 60em) {
    .pc-only {
        display: block !important;
    }
}

@media screen and (min-width: 60em) {
    .sp-only {
        display: none !important;
    }

    .pc-only {
        display: block;
    }
}

@media screen and (min-width: 60em) {
    .pc-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.pc-flex-48 > li:first-child {
    margin-bottom: 3rem;
}

@media screen and (min-width: 48em) {
    .pc-flex-48 > li:first-child {
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 60em) {
    .pc-flex-48 > li:first-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 60em) {
    .pc-flex-48 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pc-flex-48 > li {
        width: 48%;
    }
}

@media screen and (min-width: 48em) {
    .reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.bold {
    font-weight: bold !important;
}

.al-left {
    text-align: left !important;
}

.al-center {
    text-align: center !important;
}

.al-right {
    text-align: right;
}

.br-none br {
    display: none;
}

@media screen and (min-width: 60em) {
    .br-none br {
        display: block;
    }
}

@media screen and (min-width: 40em) {
    .pc_alcenter {
        text-align: center;
    }

    .pc-br-none br {
        display: none;
    }
}

.attn {
    color: #88899e;
    font-size: 1.0rem;
    margin-left: 1rem;
    line-height: 1.4;
    display: inline-block;
}

.attn:before {
    content: "※";
    margin-left: -1em;
}

@media screen and (min-width: 60em) {
    .attn {
        font-size: 1.2rem;
        margin-left: 1rem;
    }

    .attn:before {
        content: "※";
        margin-left: -1em;
    }
}

.attn-list {
    color: #88899e;
    margin-top: 2rem;
}

.attn-list > li {
    font-size: 1.0rem;
    margin-left: 1rem;
    line-height: 1.4;
}

.attn-list > li:before {
    content: "※";
    margin-left: -1em;
}

@media screen and (min-width: 60em) {
    .attn-list > li {
        font-size: 1.2rem;
        margin-left: 1rem;
    }

    .attn-list > li:before {
        content: "※";
        margin-left: -1em;
    }
}

.attn-list > li:not(:last-child) {
    margin-bottom: 1rem;
}

small {
    color: #88899e;
    font-weight: normal;
    font-size: 1.0rem;
    line-height: 1.6;
}

@media screen and (min-width: 60em) {
    small {
        font-size: 1.2rem;
    }
}

.normal-list01 {
    margin-left: 2rem;
    line-height: 1.4;
}

.normal-list01 li:not(:last-child) {
    margin-bottom: 1rem;
}

.normal-list01 li:before {
    content: "●";
    color: #88899e;
    margin-left: -1.8em;
    margin-right: 0.8rem;
}

ol.ol-list {
    counter-reset: li;
    margin-bottom: 1rem;
}

@media screen and (min-width: 60em) {
    ol.ol-list {
        margin-bottom: 2rem;
    }
}

ol.ol-list > li {
    list-style: none;
    position: relative;
    padding-left: 3.6rem;
}

ol.ol-list > li:not(:last-child) {
    margin-bottom: 1rem;
}

ol.ol-list > li:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 1.4rem;
    background-color: #e0f4fa;
    color: #5eb7d3;
    width: 2.4rem;
    height: 2.4rem;
    top: 0;
    left: 0;
    font-family: 'Josefin Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media screen and (min-width: 48em) {
    ol.ol-list > li:before {
        font-size: 1.6rem;
    }
}

ol.ol-list-simple {
    padding-left: 2rem;
}

@media screen and (min-width: 48em) {
    ol.ol-list-simple {
        padding-left: 3rem;
    }
}

.btn {
    width: 78%;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.3rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 48em) {
    .btn {
        min-width: 300px;
        max-width: 300px;
        margin-top: 4rem;
    }
}

@media screen and (min-width: 60em) {
    .btn {
        font-size: 2.0rem;
        margin-top: 5rem;
    }
}

.btn.line {
    min-width: 240px;
    height: 5rem;
}

@media screen and (min-width: 60em) {
    .btn.line {
        font-size: 1.6rem;
    }
}

.btn.line a {
    color: #11d159;
    background: white;
}

.btn.line a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: url(images/icon_line.svg) 0 center no-repeat;
    background-size: 30px;
    padding-left: 40px;
}

@media screen and (min-width: 60em) {
    .btn.line a {
        border: 1px solid #11d159;
    }

    .btn.line a:hover {
        opacity: 1;
        background-color: #11d159;
        color: white;
    }
}

.btn.contact {
    min-width: 240px;
    height: 5rem;
}

@media screen and (min-width: 60em) {
    .btn.contact {
        font-size: 1.6rem;
    }
}

.btn.contact a {
    color: #3a902f;
    background: white;
}

.btn.contact a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background: url(images/icon_tel.png) 0 center no-repeat;
    background-size: 26px;
    padding-left: 40px;
}

@media screen and (min-width: 60em) {
    .btn.contact a {
        border: 1px solid #3a902f;
    }

    .btn.contact a:hover {
        opacity: 1;
        background-color: #3a902f;
        color: white;
    }
}

.btn a {
    padding: 3vh 4rem 3vh 2rem;
    display: block;
    width: 100%;
    position: relative;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.4;
    text-decoration: none;
    color: white;
    background: url(images/icon_btn_arrow.png) 95% center no-repeat;
    background-size: 22px;
    background-color: #3a902f;
    border-radius: .4em;
}

@media screen and (min-width: 48em) {
    .btn a {
        background-size: 30px;
    }
}

@media screen and (min-width: 60em) {
    .btn a:hover {
        background-color: #f9ff5a;
        color: #3a902f;
        opacity: 1;
    }
}

@media screen and (min-width: 30em) {
    .btn a br {
        display: none;
    }
}

@media screen and (min-width: 48em) {
    .btn.topnone {
        margin-top: 0;
    }
}

.btn.big {
    margin: 1rem auto 0;
    max-width: 450px;
}

@media screen and (min-width: 48em) {
    .btn.big {
        margin: 3rem auto 0;
    }
}

.lh0 {
    line-height: 0;
}

.last {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.margin-b {
    margin-bottom: 2rem !important;
}

@media screen and (min-width: 60em) {
    .margin-b {
        margin-bottom: 3rem !important;
    }
}

.margin-b02 {
    margin-bottom: 3rem !important;
}

@media screen and (min-width: 60em) {
    .margin-b02 {
        margin-bottom: 4rem !important;
    }
}

.margin-b03 {
    margin-bottom: 1rem !important;
}

.margin-b04 {
    margin-bottom: 4rem !important;
}

@media screen and (min-width: 60em) {
    .margin-b04 {
        margin-bottom: 5rem !important;
    }
}

.margin-b05 {
    margin-bottom: 4rem !important;
}

@media screen and (min-width: 60em) {
    .margin-b05 {
        margin-bottom: 6rem !important;
    }
}

.max600 {
    max-width: 600px !important;
    margin: 0 auto;
}

.max840 {
    max-width: 840px !important;
    margin: 0 auto;
}

.max700 {
    max-width: 700px !important;
    margin: 0 auto;
}

.max900 {
    max-width: 900px !important;
    margin: 0 auto;
}

.max1024 {
    max-width: 1024px !important;
    margin: 0 auto;
}

.w90 {
    width: 90%;
}

@media screen and (min-width: 48em) {
    .w90 {
        width: 100%;
    }
}

.fs16-18 {
    font-size: 1.6rem;
}

@media screen and (min-width: 60em) {
    .fs16-18 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 60em) {
    strong {
        font-size: 2.2rem;
    }
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table-style {
    color: #454545;
    letter-spacing: 1px;
    border: none;
    width: 100%;
    background-color: white;
}

.table-style tr:not(:first-child) {
    border-top: 1px solid #a9eafe;
}

.table-style tr:not(:last-child) th {
    border-bottom: 1px solid #a9eafe;
}

.table-style th {
    padding: 0.6rem;
    width: 30%;
    font-size: 1.6rem;
    text-align: left;
    padding: 0.6rem 1rem;
    color: #3a902f;
}

@media screen and (min-width: 60em) {
    .table-style th {
        padding: 1.4rem 1rem 1.4rem 4vw;
    }
}

.table-style td {
    letter-spacing: 0;
    padding: 0.6rem 1rem;
    line-height: 1.4;
    width: 70%;
}

@media screen and (min-width: 60em) {
    .table-style td {
        line-height: 2;
        padding: 1.4rem;
    }
}

.table-style02 {
    color: #454545;
    letter-spacing: 1px;
    border: 1px solid #a9eafe;
    width: 100%;
    background-color: white;
}

.table-style02 tr:not(:first-child) {
    border-top: 1px solid #3a902f;
}

.table-style02 tr:not(:last-child) th {
    border-bottom: 1px solid #3a902f;
}

.table-style02 th {
    line-height: 1.6;
    padding: 0.6rem;
    width: 40%;
    text-align: left;
    padding: 0.4rem 1rem;
    color: white;
    background-color: #3a902f;
    font-size: 1.2rem;
}

@media screen and (min-width: 30em) {
    .table-style02 th {
        font-size: inherit;
    }
}

@media screen and (min-width: 48em) {
    .table-style02 th {
        width: 50%;
    }
}

@media screen and (min-width: 60em) {
    .table-style02 th {
        padding: .4rem 1rem .4rem 2vw;
    }
}

.table-style02 td {
    letter-spacing: 0;
    padding: 0.4rem 1rem;
    line-height: 1.4;
    width: 60%;
}

@media screen and (min-width: 48em) {
    .table-style02 td {
        width: 50%;
    }
}

@media screen and (min-width: 60em) {
    .table-style02 td {
        line-height: 2;
        padding: .4rem 1rem .4rem 2vw;
    }
}

.page_ttl h2:before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: #333;
}

@media screen and (min-width: 48em) {
    .page_ttl h2:before{
        bottom: -10px;
    }
}

@media screen and (min-width: 60em) {
    .page_ttl h2:before{
        bottom: -15px;
    }
}

.page_ttl .ttl_wrap {
    text-align: center;
}

.page_ttl h2,
.page_ttl p {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000;
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    margin-bottom: 7vh;
}

@media screen and (min-width: 60em) {
    .page_ttl h2,
    .page_ttl p {
        font-size: 3.4rem;
        margin-bottom: 17vh;
    }
}

@media screen and (min-width: 60em) {
    .page_ttl h2:after,
    .page_ttl p:after {
        margin-top: 1rem;
        border-bottom: solid 2px #fff;
    }
}

.page_ttl h2.no-border,
.page_ttl p.no-border {
    font-size: 1.8rem;
    margin-top: 2vh;
    letter-spacing: .2rem;
}

@media screen and (min-width: 60em) {

    .page_ttl h2.no-border,
    .page_ttl p.no-border {
        font-size: 2.6rem;
    }
}

.page_ttl h2.no-border:after,
.page_ttl p.no-border:after {
    content: none;
}

a[href*="tel:"] {
    text-decoration: underline;
}

@media screen and (min-width: 60em) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #454545;
    }
}

.border-left-title {
    color: #3a902f;
    line-height: 1.2;
    font-size: 2.0rem;
    letter-spacing: .4rem;
    margin-bottom: 2rem;
    position: relative;
    text-align: center;
}

@media screen and (min-width: 48em) {
    .border-left-title {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 60em) {
    .border-left-title {
        font-size: 2.8rem;
        margin-bottom: 4rem;
    }
}

.border-left-title span {
    padding: 0 0 0 4rem;
    position: relative;
    display: inline-block;
    letter-spacing: 0;
}

@media screen and (min-width: 30em) {
    .border-left-title span {
        letter-spacing: inherit;
    }
}

@media screen and (min-width: 60em) {
    .border-left-title span {
        padding: 0 0 0 6rem;
    }
}

.border-left-title span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 30px;
    height: 4px;
    margin-right: 1rem;
    background-color: #3a902f;
}

@media screen and (min-width: 60em) {
    .border-left-title span:before {
        width: 40px;
    }
}

.border-left-title.left {
    text-align: left;
}

.border-left-title.eng {
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}

.border-left-title02 {
    position: relative;
    line-height: 1.6;
    padding-left: 1.8rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    color: #3a902f;
}

@media screen and (min-width: 60em) {
    .border-left-title02 {
        padding-left: 2.2rem;
    }
}

.border-left-title02:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: .8rem;
    height: 100%;
    background-color: #3a902f;
}

@media screen and (min-width: 60em) {
    .border-left-title02 {
        font-size: 2.6rem;
    }
}

.white-title {
    color: white;
    margin-bottom: 3rem;
    font-size: 1.8rem;
}

@media screen and (min-width: 60em) {
    .white-title {
        margin-bottom: 4rem;
        font-size: 2.6rem;
    }
}

.white-title span {
    display: block;
    line-height: .8;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 3.6rem;
}

@media screen and (min-width: 30em) {
    .white-title span {
        font-size: 4.6rem;
    }
}

@media screen and (min-width: 48em) {
    .white-title span {
        font-size: 6.6rem;
    }
}

@media screen and (min-width: 60em) {
    .white-title span {
        font-size: 8.0rem;
    }
}

.white-title.right {
    text-align: right;
}

.normal {
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
    line-height: 1.4;
    text-align: center;
    position: relative;
    color: #555;
}

@media screen and (min-width: 48em) {
    .normal {
        font-size: 4rem;
    }
}

@media screen and (min-width: 60em) {
    .normal {
        font-size: 4rem;
        margin-bottom: 3rem;
    }
}

.normal.white {
    color: white;
}

.normal.waku {
    display: inline-block;
    padding: 0 30px;
    line-height: 1;
}

@media screen and (min-width: 60em) {
    .normal.waku {
        padding: 0 45px;
    }
}

.normal.waku:before,
.normal.waku:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

@media screen and (min-width: 60em) {

    .normal.waku:before,
    .normal.waku:after {
        width: 64px;
    }
}

.normal.waku:before {
    left: -1rem;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.normal.waku:after {
    right: -1rem;
}

.normal.waku span {
    font-size: 1.4em;
}

.normal.waku + .btn {
    margin-top: 0;
}

.normal.big {
    font-size: 2.0rem;
    margin-bottom: 3rem;
}

@media screen and (min-width: 60em) {
    .normal.big {
        font-size: 3.4rem;
        margin-bottom: 5rem;
    }
}

.bg_grey {
    background-color: #f8f8f8;
}

.bg-blue {
    background-color: #F2F9FC;
}

.bg-blue02 {
    background-color: #e0f4fa;
}

#googlemap {
    width: 100%;
    height: 300px;
}

@media screen and (min-width: 60em) {
    #googlemap {
        height: 400px;
    }
}

#googlemap iframe {
    width: 100%;
    min-height: 100%;
}

/****************************************

animation

*****************************************/
.animated {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}

.zoomIn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation-name: zoomin;
    animation-name: zoomin;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes zoomin {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoomin {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/****************************************

Main Layout

*****************************************/
.section_container {
    width: 85%;
    margin: 0 auto;
    position: relative;
    padding: 8.25vh 0;
}

@media screen and (min-width: 48em) {
    .section_container {
        width: 80%;
        padding: 10vh 0;
    }
}

/****************************************

Header

*****************************************/
header {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    top: 0;
    padding: 1rem 1.4rem;
    height: 56px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 60em) {
    header {
        display: block;
        padding: 0;
        height: auto;
        font-size: 1.2rem;
        margin: 0 auto;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 75em) {
    header {
        font-size: 1.4rem;
    }
}

header .nav-logo {
    text-align: center;
    line-height: 0;
    width: 240px;
    max-width: 240px;
    margin: 0 0 0 2vh;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 30em) {
    header .nav-logo {
        max-width: 100%;
        width: 280px;
    }
}

@media screen and (min-width: 60em) {
    header .nav-logo {
        max-width: 100%;
        margin: 0;
        width: 300px;
    }
}

header .nav-logo a {
    display: block;
}

.tel {
    line-height: 1;
}

@media screen and (min-width: 48em) {
    .tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tel p {
    text-align: center;
}

.tel p:first-child {
    white-space: nowrap;
    font-size: 2.2rem;
    font-family: 'Josefin Sans', sans-serif;
}

@media screen and (min-width: 48em) {
    .tel p:first-child {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 60em) {
    .tel p:first-child {
        font-size: 3.2rem;
    }
}

.tel p:first-child a[href*="tel:"] {
    font-size: 1.6em;
    background: url(images/icon_tel.svg) 0 30% no-repeat;
    background-size: 26px;
    padding-left: 3.6rem;
}

@media screen and (min-width: 60em) {
    .tel p:first-child a[href*="tel:"] {
        background-size: 36px;
        padding-left: 4.6rem;
    }
}

.tel p:last-child {
    font-size: 1.2rem;
    margin-top: 1rem;
}

@media screen and (min-width: 48em) {
    .tel p:last-child {
        margin-top: 0;
    }
}

.tel.white {
    color: white;
}

.tel.white a {
    color: white;
}

.tel.blue a {
    color: #3a902f;
}

@media screen and (min-width: 48em) {
    .tel.small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.tel.small p {
    text-align: left;
}

.tel.small p:first-child {
    font-size: 2.0rem;
}

@media screen and (min-width: 48em) {
    .tel.small p:first-child {
        margin-right: 1rem;
    }
}

@media screen and (min-width: 60em) {
    .tel.small p:first-child {
        font-size: 2.4rem;
    }
}

.tel.small p:first-child a[href*="tel:"] {
    font-size: 1.4em;
    background: url(images/icon_tel02.svg) 0 30% no-repeat;
    background-size: 20px;
    padding-left: 2.6rem;
}

@media screen and (min-width: 60em) {
    .tel.small p:first-child a[href*="tel:"] {
        background-size: 26px;
        padding-left: 3.6rem;
    }
}

.tel.small p:last-child {
    color: #88899e;
    letter-spacing: 0;
}

@media screen and (min-width: 30em) {
    .tel.small p:last-child {
        letter-spacing: inherit;
    }
}

.bg_yellowGreen {
    background-color: #79cb03;
    color: #3a902f;
}

.bg-ph {
    background: url(images/bg_01.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 75em) {
    .bg-ph {
        background-attachment: fixed;
    }
}

.bg-ph02 {
    background: url(images/bg_02.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 75em) {
    .bg-ph02 {
        background-attachment: fixed;
    }
}

.bg-ph03 {
    background: url(images/bg_03.jpg) center center no-repeat;
    background-size: cover;
}

@media screen and (min-width: 75em) {
    .bg-ph03 {
        background-attachment: fixed;
    }
}

/****************************************

nav

*****************************************/
#main-nav {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
    width: 100vw;
    height: 60px;
    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;
    background-color: white;
    -webkit-box-shadow: 10px 8px 31px -4px #8b979d;
    box-shadow: 10px 8px 31px -4px #8b979d;
    padding: 1vh 0;
}

@media screen and (min-width: 60em) {
    #main-nav {
        height: 80px;
        padding: 2vh 2vw 2vh 3vw;
        margin: 0 auto;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        transition: none;
    }
}

#main-nav .main {
    position: fixed;
    top: 58px;
    left: 100%;
    padding: 4rem 2rem 140px;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100vw;
    height: calc(100vh - 60px);
}

@media screen and (min-width: 60em) {
    #main-nav .main {
        top: 80px;
    }
}

#main-nav .main > li:not(:last-child) {
    margin-bottom: 2vh;
}

#main-nav .main > li {
    width: auto;
}

#main-nav .main > li > a {
    text-decoration: none;
    letter-spacing: 0.4rem;
    display: block;
    padding: 1.6vh 1.6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-size: 1.4rem;
    font-weight: bold;
    color: white;
    border-bottom: 1px solid #fff;
}

@media screen and (min-width: 60em) {
    #main-nav .main > li > a {
        padding: 2vh 1.6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 75em) {
    #main-nav .main > li > a {
        font-size: 1.8rem;
    }
}

#main-nav .flex {
    margin: 0 50px 0 0;
    display: none;
}

@media screen and (min-width: 48em) {
    #main-nav .flex {
        margin: 0 70px 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width: 60em) {
    #main-nav .flex {
        margin: 0 90px 0 0;
    }
}

#main-nav .flex li:first-child {
    margin-right: 1rem;
}

@media screen and (min-width: 60em) {
    #main-nav .flex li:first-child {
        margin-right: 2rem;
    }
}

#main-nav .flex.style02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem auto 0;
}

@media screen and (min-width: 60em) {
    #main-nav .flex.style02 {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

#main-nav .flex.style02 li:first-child {
    margin-right: 1rem;
}

@media screen and (min-width: 60em) {
    #main-nav .flex.style02 li:first-child {
        margin-right: 2rem;
    }
}

#main-nav .flex .btn {
    min-width: auto;
    margin: 0;
}

@media screen and (min-width: 48em) {
    #main-nav .flex .btn {
        min-width: auto;
        margin-top: 0;
        right: 0;
        position: relative;
    }
}

@media screen and (min-width: 60em) {
    #main-nav .flex .btn {
        min-width: 240px;
    }
}

#main-nav .flex .btn.contact,
#main-nav .flex .btn.line {
    font-size: 1.4rem;
    min-width: 16vw;
}

#main-nav .flex .btn.contact a,
#main-nav .flex .btn.line a {
    padding: 0 2vw 0 1rem;
    text-decoration: none;
}

@media screen and (min-width: 60em) {

    #main-nav .flex .btn.contact a,
    #main-nav .flex .btn.line a {
        padding: 0 2rem;
    }
}

#main-nav .flex .btn.contact a span,
#main-nav .flex .btn.line a span {
    padding-left: 24px;
    background-size: 20px;
}

@media screen and (min-width: 30em) {

    #main-nav .flex .btn.contact a span,
    #main-nav .flex .btn.line a span {
        padding-left: 34px;
        background-size: 26px;
    }
}

#main-nav .btn {
    min-width: 200px;
}

@media screen and (min-width: 48em) {
    #main-nav .btn {
        min-width: 200px;
        margin-top: 0;
        border-radius: .4em;
        right: 0;
        position: relative;
    }
}

@media screen and (min-width: 60em) {
    #main-nav .btn {
        min-width: 240px;
    }
    #main-nav .btn a {
        padding: 0;
    }

    #main-nav .icon_contact {
        margin: 0 80px 0 0;
        max-width: 26px;
    }
}


@media screen and (min-width: 30em) {
    #main-nav .icon_contact {
        max-width: 36px;
    }
}

@media screen and (min-width: 48em) {
    #main-nav .icon_contact {
        display: none;
    }
}

#main-nav.js-nav_open {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: white;
}

@media screen and (min-width: 60em) {
    #main-nav.js-nav_open:before {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

#main-nav.js-nav_open .main {
    background-color: #79cc02;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    z-index: 2;
    left: 0;
}

@media screen and (min-width: 60em) {
    #main-nav.js-nav_open .main {
        left: 50%;
        width: 50%;
    }
}

.checkbox-toggle {
    position: fixed;
    top: 0;
    display: inline-block;
    right: 0;
    z-index: 900;
    cursor: pointer;
    width: 58px;
    padding: 0.5em 1em;
    height: 58px;
    opacity: 0;
}

@media screen and (min-width: 60em) {
    .checkbox-toggle {
        width: 80px;
        height: 80px;
    }
}

.checkbox-toggle.js-nav_open + .hamburger > div > div {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.checkbox-toggle.js-nav_open + .hamburger > div > div:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.checkbox-toggle.js-nav_open + .hamburger > div > div:after {
    opacity: 0;
}

.checkbox-toggle.js-nav_open:hover + .hamburger > div > div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.hamburger {
    position: fixed;
    top: 0;
    display: inline-block;
    right: 0;
    z-index: 3;
    width: 58px;
    height: 58px;
    padding: 2rem 1em;
    cursor: pointer;
    z-index: 90;
    background-color: #3a902f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: ccenter;
    -ms-flex-align: ccenter;
    align-items: ccenter;
}

@media screen and (min-width: 60em) {
    .hamburger {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 60em) {
    .hamburger > div {
        margin-top: .9rem;
    }
}

.hamburger > div > div {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 90%;
    margin: 0 auto;
    height: 0.2rem;
    background-color: white;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 60em) {
    .hamburger > div > div {
        height: 0.3rem;
    }
}

.hamburger > div > div:before {
    content: '';
    position: absolute;
    z-index: 100;
    top: -9px;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: white;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media screen and (min-width: 60em) {
    .hamburger > div > div:before {
        height: 0.3rem;
    }
}

.hamburger > div > div:after {
    content: '';
    position: absolute;
    z-index: 100;
    top: -9px;
    left: 0;
    width: 100%;
    height: 0.2rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    top: 9px;
    background-color: white;
}

@media screen and (min-width: 60em) {
    .hamburger > div > div:after {
        height: 0.3rem;
    }
}

.ham-text {
    margin-top: 1.9rem;
    margin-left: -.1rem;
    bottom: 1.2rem;
    font-size: 1.0rem;
    font-weight: bold;
    line-height: 0;
    white-space: nowrap;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    color: white;
}

@media screen and (min-width: 60em) {
    .ham-text {
        margin-top: 2.4rem;
        letter-spacing: .1rem;
    }
}

/****************************************

top

*****************************************/
.top_cat_menu{
    padding-top: 0;
}

.cat_menu{
    padding-top: 58px;
}

.cat_menu .section_container {
    padding: 6vh 0;
}

@media screen and (min-width: 60em) {
    .cat_menu .section_container {
        padding: 9.11vh 0 11.72vh 0;
    }
}

.cat_menu_list {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 60em) {
    .cat_menu_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cat_menu_list li {
    width: 48%;
    min-width: unset;
    max-width: unset;
    margin: 0 0 1rem 0;
    text-align: center;
    font-weight: normal;
    line-height: 1.4;
    font-size: 1.4rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (min-width: 30em){
    .cat_menu_list li{
        height: 6.6rem;
    }
}

@media screen and (min-width: 60em) {
    .cat_menu_list li {
        margin: 0;
        font-size: 2.0rem;
        width: calc((100% / 4) - 2%);
        height: 6.6rem;
    }
}

@media screen and (min-width: 60em) {
    .cat_menu_list li:not(:nth-child(4n)) {
        margin-right: 2.5%;
    }
}

.cat_ttl::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 36px;
    margin-right: 10px;
    background: url(images/icon_cat_hukidashi.png) left center no-repeat;
    ) 0 0 / contain no-repeat;
    background-size: 40px;
    vertical-align: middle;
}

@media screen and (min-width: 40em){
    .cat_ttl::before{
        width: 40px;
        height: 36px;
        background-size: 40px;
    }
}

@media screen and (min-width: 60em){
    .cat_ttl::before{
        width: 50px;
        height: 41px;
        background-size: 46px;
        margin-right: 6px;
    }
}


.cat_menu_list li a {
    letter-spacing: 0;
    display: block;
    width: 100%;
    position: relative;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.4;
    text-decoration: none;
    color: white;
    background-color: #3a902f;
    border-radius: .4em;
    font-size: 1.1rem;
}

@media screen and (min-width: 60em) {
    .cat_menu_list li a:hover {
        background-color: #f9ff5a;
        color: #3a902f;
        opacity: 1;
    }
}

@media screen and (min-width: 30em) {
    .cat_menu_list li a {
        letter-spacing: inherit;
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 60em) {
    .cat_menu_list li a {
        letter-spacing: 0;
        background-size: 20px;
    }
}

@media screen and (min-width: 75em) {
    .cat_menu_list li a {
        background-size: 24px;
        font-size: 1.6rem;
        letter-spacing: 0.05rem;
    }
}

.cat_menu_list li a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 22px;
    background: url(images/icon_btn_arrow.png) left center no-repeat;
    background-size: 5vw;
    height: 34px;
    position: absolute;
    right: 0.3rem;
}

@media screen and (min-width: 30em) {
    .cat_menu_list li a:after {
        background-size: 1.6vw;
        right: 1rem;
    }
}


.cat_menu_list.anchor-link a {
    background-image: url(images/icon_arrow02.svg);
    background-size: 12px;
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 2vh 3rem 2vh 1rem;
}

@media screen and (min-width: 30em) {
    .cat_menu_list.anchor-link a {
        letter-spacing: inherit;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 60em) {
    .cat_menu_list.anchor-link a {
        background-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 75em) {
    .cat_menu_list.anchor-link a {
        font-size: 1.6rem;
    }
}

.cat_menu_list.anchor-link a:before {
    content: none;
}

/****************************************

news

*****************************************/
@media screen and (min-width: 48em){
    .page_body .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.home_news_container{
    padding-bottom: 8.25vh;
}

.news_body{
    padding-bottom: 8.25vh;
}

.news_list{
    padding-bottom: 5vh;
}

@media screen and (min-width: 48em) {
    .news_list {
        background-color: transparent;
        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;
        padding: 0 0 3vh 0;
    }
}

@media screen and (min-width: 75em){
    .news_list{
        padding-bottom: 6vh;
    }
}

.news_list > li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 48em) {
    .news_list > li {
        background-color: white;
        border-radius: 1rem;
        padding: 0;
        display: block;
        margin-bottom: 5vh;
        width: 48%;
    }
}

@media screen and (min-width: 60em) {
    .news_list > li {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .news_list > li:hover {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-box-shadow: 10px 8px 31px -4px #8b979d;
        box-shadow: 10px 8px 31px -4px #8b979d;
    }
}

.news_list > li > div {
    padding-left: 4%;
    width: 70%;
}

@media screen and (min-width: 48em) {
    .news_list > li > div {
        background-color: white;
        border-radius: 0 0 1rem 1rem;
        padding: 2rem;
        width: 100%;
    }
}

.news_list > li:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
}

@media screen and (min-width: 48em) {
    .news_list > li:not(:last-child) {
        border: none;
        padding: 0;
        margin-bottom: 5vh;
    }
}

.news_list .news_ttl {
    line-height: 1.6;
    margin-bottom: .4rem;
}

.news_list .news_ttl a {
    color: #454545;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: bold;
}

@media screen and (min-width: 30em) {
    .news_list .news_ttl a {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 60em) {
    .news_list .news_ttl a {
        font-size: 1.8rem;
    }

    .news_list .news_ttl a:hover {
        color: #3a902f;
        opacity: 1;
    }
}

.news_list .eyecatch {
    width: 50%;
}

@media screen and (min-width: 30em) {
    .news_list .eyecatch {
        width: 40%;
    }
}

@media screen and (min-width: 48em) {
    .news_list .eyecatch {
        border-radius: 1rem 1rem 0 0;
        width: 100%;
    }
}

.time_cat .time {
    margin-left: 0;
}

.time {
    font-weight: 500;
    font-size: 1.2rem;
    color: #808080;
}

.category a {
    font-weight: bold;
    letter-spacing: 0.05rem;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    background-color: #3a902f;
    padding: 0.2vh 1vw;
    border-radius: 3px;
    margin-bottom: 0.3rem;
}

.home_news_cat a {
    font-weight: bold;
    margin-bottom: .4rem;
    letter-spacing: 0.05rem;
    line-height: 1.4;
    display: inline-block;
    font-size: 1rem;
    text-decoration: none;
    color: #fff;
    background-color: #3a902f;
    padding: 0.2vh 1vw;
    border-radius: 3px;
}

@media screen and (min-width: 75em) {
    .home_news_cat a {
        font-size: 1.2rem;
        padding: 0.6vh 1vw;
    }
}

.home_news_cat ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home_news_cat ul li:not(:last-child) {
    margin-right: 1rem;
}

.eyecatch {
    overflow: hidden;
    line-height: 0;
}

.eyecatch a {
    overflow: hidden;
}

.eyecatch a img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    height: 14vh;
    object-fit: cover;
}

@media screen and (min-width: 30em){
    .eyecatch a img {
        height: 18vh;
    }
}

@media screen and (min-width: 48em){
    .eyecatch a img {
        height: 28vh;
    }
}

@media screen and (min-width: 60em){
    .eyecatch a img {
        height: 35vh;
    }
}

.eyecatch a:hover {
    opacity: 1;
}

.eyecatch a:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.single_body{
    padding-bottom: 8.25vh;
}

.single_pt{
    padding-top: 58px;
}

.post-categories li{
    display: inline-block;
}

.post-categories li:last-of-type{
    padding-right: 0;
}

.single_time_cat{
    display: flex;
    justify-content: space-between
}

@media screen and (min-width: 48em){
    .page_cat a{
        font-size: 1.2rem;
        padding: 0.8vh 1.4vw;
    }
}

.single_article {
    margin: 0 auto;
    margin-bottom: 4vh;
}

@media screen and (min-width: 48em) {
    .single_article {
        width: 100%;
        margin-bottom: 4vh;
    }
}

@media screen and (min-width: 60em) {
    .single_article {
        margin-bottom: 8vh;
    }
}

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

.single_article .time_cat {
    color: #454545;
    margin: 0;
}

.single_article .time_cat ul {
    margin: 0;
}

.single_article .time_cat li:before {
    content: none;
}

.single_article p {
    margin-bottom: 2rem;
}

.single_article h1 {
    font-size: 2.0rem;
    font-weight: 600;
    padding-bottom: 1rem;
    margin: 1rem 0 3rem;
    display: block;
    text-align: left;
    line-height: 1.6;
    border-bottom: 1px solid #e0e0e0;
}

.single_article h1:after,
.single_article h1:before {
    content: none;
    text-align: left;
}

@media screen and (min-width: 48em) {
    .single_article h1 {
        padding-bottom: 2rem;
        font-size: 2.4rem;
        margin-bottom: 4rem;
    }
}

@media screen and (min-width: 60em) {
    .single_article h1 {
        font-size: 3.0rem;
    }
}

.single_article h2 {
    font-size: 1.8rem;
    margin: 4vh 0 2vh;
    line-height: 1.6;
    color: white;
    padding: 2vh;
    border-radius: .4rem;
    background-color: #3a902f;
}

@media screen and (min-width: 48em) {
    .single_article h2 {
        font-size: 2.2rem;
        margin: 5vh 0 3vh;
    }
}

@media screen and (min-width: 60em) {
    .single_article h2 {
        font-size: 2.4rem;
    }
}

.single_article h3 {
    border-bottom: 2px solid #79cb03;
    font-size: 1.6rem;
    margin-bottom: 1.6vh;
    padding: .5vh 1vw;
    line-height: 1.6;
}

@media screen and (min-width: 48em) {
    .single_article h3 {
        font-size: 2.2rem;
        margin-bottom: 2vh;
    }
}

.single_article h4 {
    font-weight: normal;
    padding: 0.25em 0.6em;
    background: 0 0;
    font-size: 1.6rem;
    border-left: solid 4px #79cb03;
    margin-bottom: 1vh;
    line-height: 1.6;
}

@media screen and (min-width: 48em) {
    .single_article h4 {
        font-size: 2.2rem;
        margin-bottom: 2vh;
    }
}

.single_article h5 {
    font-size: 1.6rem;
    margin-bottom: 1.6vh;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.single_article h5:after {
    border-top: 1px solid #454545;
    margin-top: 1.4rem;
    max-width: 300px;
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 48em) {
    .single_article h5:after {
        margin-top: 2vh;
    }
}

.single_article h5:before {
    border-top: 1px solid #454545;
    max-width: 300px;
    margin-top: 1.4rem;
    content: "";
    display: inline;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0.5em;
}

@media screen and (min-width: 48em) {
    .single_article h5:before {
        margin-top: 2rem;
    }
}

.single_article h5:after {
    margin-left: 0.5em;
}

@media screen and (min-width: 48em) {
    .single_article h5 {
        font-weight: bold;
        font-size: 2.0rem;
        margin-bottom: 2rem;
    }
}

.single_article ul {
    margin-left: 2rem;
}

.single_article ul li:before {
    content: "●";
    font-size: 0.8rem;
    color: #88899e;
    margin-left: -1.8em;
    margin-right: 0.8rem;
}

.single_article ol {
    margin-left: 3rem;
}

.category-title {
    color: white;
    font-size: 2.0rem;
    margin: 0 4% 2rem;
}

@media screen and (min-width: 48em) {
    .category-title {
        margin: 0 0 2rem;
        font-size: 3.0rem;
    }
}

blockquote {
    position: relative;
    padding: 30px 15px 8px;
    font-style: italic;
    background: #efefef;
}

blockquote:before {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 3px;
    vertical-align: middle;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

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

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

/*index表示*/
.single_article #ez-toc-container {
    padding: 3vh;
}

.single_article .ez-toc-title,
.single_article .ez-toc-title-toggle {
    display: block;
    margin-bottom: 2vh;
}

.single_article .ez-toc-list > li:not(:last-child) {
    margin-bottom: 2vh !important;
}

.single_article .ez-toc-section {
    display: block;
}

nav.post-navi {
    padding: 0;
    margin: 0 auto;
}

@media screen and (min-width: 60em) {
    nav.post-navi {
        width: 100%;
    }
}

nav.post-navi .btn {
    min-width: unset;
    max-width: 250px;
    margin: 1rem auto 0;
}

@media screen and (min-width: 75em) {
    nav.post-navi .btn {
        max-width: 340px;
    }
}

#prev,
#next {
    display: inline-block;
    width: 48%;
}

@media screen and (min-width: 60em) {

    #prev,
    #next {
        width: 25%;
    }
}

#prev a,
#next a {
    border-radius: .4em;
    position: relative;
    display: inline-block;
    background-color: #3a902f;
    opacity: 0.6;
    color: #454545;
    text-decoration: none;
    padding: 1.6rem 4.6rem 1.6rem 1rem;
    text-align: center;
    width: 100%;
}

@media screen and (min-width: 60em) {

    #prev a:hover,
    #next a:hover {
        -webkit-box-shadow: 10px 8px 31px -4px #8b979d;
        box-shadow: 10px 8px 31px -4px #8b979d;
        background-color: #454545;
        color: white;
    }

    #prev a:hover:after,
    #next a:hover:after {
        border-top: 2px solid white;
        border-right: 2px solid white;
        opacity: 1;
    }
}

#prev a:after,
#next a:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -.4rem;
    width: .7rem;
    height: .7rem;
    border-top: 2px solid #88899e;
    border-right: 2px solid #88899e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#prev {
    margin-left: 2%;
}

@media screen and (min-width: 60em) {
    #prev {
        margin-left: 0;
        float: right;
    }
}

@media screen and (min-width: 60em) {
    #next {
        float: left;
    }
}

#next a {
    padding: 1.6rem 1rem 1.6rem 4.6rem;
}

#next a:after {
    left: 2rem;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.page_body {
    padding-top: 6vh;
}

@media screen and (min-width: 48em) {
    .page_body {
        padding: 10rem 0;
    }
}

.page_body .section_container {
    width: 100%;
}

@media screen and (min-width: 48em) {
    .page_body .section_container {
        width: 90%;
        max-width: 1200px;
    }
}

.page_body .flex-wrap {
    width: 100%;
}

@media screen and (min-width: 48em) {
    .page_body .flex-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .page_body .flex-wrap > div {
        width: 66%
    }

    .page_body .flex-wrap .sidebar {
        width: 30%;
    }
}

.page_body.single_page .single-h3 {
    width: 90%;
    margin: 0 auto 2rem;
    padding-top: 2rem;
}

@media screen and (min-width: 48em) {
    .page_body.single_page .single-h3 {
        width: 100%;
        padding-top: 0;
    }
}

.page_body.single_page .btn-flex {
    width: 90%;
    margin: 0 auto 2rem;
}

@media screen and (min-width: 48em) {
    .page_body.single_page .btn-flex {
        width: 100%;
    }
}

.archive_body{
    padding-bottom: 8.25vh;
}

@media screen and (min-width: 48em) {
    .sidebar {
        padding: 0 0 3rem 2.6rem;
        margin: 0;
    }
}
.sidebar_list{
    background-color: #fff;
}

.sidebar_item:last-of-type{
    padding-bottom: 1vh;
}

.sidebar dl {
    margin-bottom: 3rem;
    font-size: 1.4rem;
}

@media screen and (min-width: 48em) {
    .sidebar dl {
        margin-bottom: 4rem;
        font-size: 1.6rem;
    }
}

.sidebar dl dt {
    margin-bottom: 2rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    background-color: #79cc02;
    padding: 3px 20px;
}

@media screen and (min-width: 30em) {
    .sidebar dl dt {
        font-size: 2.0rem;
    }
}

@media screen and (min-width: 48em) {
    .sidebar dl dt {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 60em) {
    .sidebar dl dt {
        font-size: 1.8rem;
    }
}

.sidebar dl .sidebar_cat li {
    position: relative;
    padding: 1rem;
    border-bottom: solid 1px #d3d3d3;
}

.sidebar dl .sidebar_cat li:before{
    background-image: url(images/arrow_black.svg) no-repeat;
}

.sidebar dl .sidebar_cat li a {
    color: #454545;
    letter-spacing: 0;
    display: inline-block;
    height: 100%;
    height: auto;
    line-height: 1.6;
    font-weight: bold;
    text-decoration: none;
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_cat li a{
        font-size: 1.2rem;
        letter-spacing: 0.02rem;
    }
}

@media screen and (min-width: 70em) {
    .sidebar dl .sidebar_cat li a{
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_cat li a:hover {
        color: #3a902f;
        opacity: 1;
    }
}

.sidebar dl select {
    border: 1px solid #88899e;
    padding: .5rem 1rem;
    width: 90%;
    color: #88899e;
    font-size: 1.4rem;
    background: url(images/arrow_black.png) no-repeat 95% center;
    background-size: 1.6rem;
    background-color: white;
}

.sidebar dl .sidebar_rank_inner > li {
    position: relative;
    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;
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_rank_inner > li {
        display: block;
    }
}

@media screen and (min-width: 60em) {
    .sidebar dl .sidebar_rank_inner > li {
        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;
    }
}

.sidebar dl .sidebar_rank_inner > li > p {
    width: 48%;
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_rank_inner > li > p {
        width: 100%;
        margin-bottom: .6rem;
    }
}

@media screen and (min-width: 60em) {
    .sidebar dl .sidebar_rank_inner > li > p {
        width: 48%;
        margin-bottom: 0;
    }
}

.sidebar dl .sidebar_rank_inner > li > div {
    width: 48%;
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_rank_inner > li > div {
        width: 100%;
    }
}

@media screen and (min-width: 60em) {
    .sidebar dl .sidebar_rank_inner > li > div {
        width: 48%;
    }
}

.sidebar dl .sidebar_rank_inner > li > div .time {
    line-height: 1.2;
}

.sidebar dl .sidebar_rank_inner > li > div .sidebar_rank_ttl {
    line-height: 1.6;
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_rank_inner > li > div .sidebar_rank_ttl {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 75em) {
    .sidebar dl .sidebar_rank_inner > li > div .sidebar_rank_ttl {
        font-size: inherit;
    }
}

.sidebar dl .sidebar_rank_inner > li > div .sidebar_rank_ttl a {
    color: #454545;
    text-decoration: none;
}

@media screen and (min-width: 60em) {
    .sidebar dl .sidebar_rank_inner > li > div .sidebar_rank_ttl a:hover {
        color: #3a902f;
        opacity: 1;
    }
}

.sidebar dl .sidebar_rank_inner > li:not(:last-child) {
    margin-bottom: 1.4rem;
}

.sidebar dl .sidebar_rank_inner > li:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    top: 0;
    left: 0;
    position: absolute;
    font-family: 'Josefin Sans', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #fcee21;
    color: #fff;
    text-shadow: 1px 1px 1px #808080;
    font-size: 1.6rem;
}

@media screen and (min-width: 48em) {
    .sidebar dl .sidebar_rank_inner > li:before {
        font-size: 1.8rem;
    }
}

.sidebar dl .sidebar_rank_inner > li:first-child:before {
    content: "1";
}

.sidebar dl .sidebar_rank_inner > li:nth-child(2):before {
    content: "2";
}

.sidebar dl .sidebar_rank_inner > li:nth-child(3):before {
    content: "3";
}

.sidebar dl .sidebar_rank_inner > li:nth-child(4):before {
    content: "4";
}

.sidebar dl .sidebar_rank_inner > li:nth-child(5):before {
    content: "5";
}
.sidebar_list_inner{
    padding: 0 5%;
}

.sidebar_rank_eyecatch img{
    height: 14vh;
    object-fit: cover;
}

@media screen and (min-width: 30em){
    .sidebar_rank_eyecatch img{
        height: 22vh;
    }
}

@media screen and (min-width: 48em){
    .sidebar_rank_eyecatch img{
        height: 17vh;
    }
}

@media screen and (min-width: 60em){
    .sidebar_rank_eyecatch img{
        height: 15vh;
    }
}
/****************************************

top-carousel

*****************************************/
.carousel {
    margin-top: 58px;
}


@media screen and (min-width: 60em) {
    .carousel {
        margin-top: 80px;
    }
}

@media screen and (min-width: 60em) {
    .carousel a {
        display: block;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .carousel a:hover {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: .5;
    }
}

.carousel_item{
    position: relative;
}

.carousel_img{
    filter: brightness(95%);
}

.carousel_txt{
    position: absolute;
    bottom: 1vh;
    left: 3vh;
}

@media screen and (min-width: 40em){
    .carousel_txt{
        bottom: 6vh;
        left: 6vh;
    }
}

@media screen and (min-width: 60em){
    .carousel_txt{
        bottom: 10vh;
    }
}

.carousel_ttl a{
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: bold;
    text-shadow: 1px 2px 2px #808080;
}

@media screen and (min-width: 60em){
    .carousel_ttl a{
        font-size: 3rem;
        padding-bottom: 1vh;
    }
}

.carousel_cat a{
    padding: 0.4vh 1vw;
    margin-bottom: 0;
}

@media screen and (min-width: 40em) {
    .carousel_cat a{
        font-size: 1.4rem;
        padding: 0.6vh 1vw;
        margin-bottom: 0;
    }
}

.carousel_time{
    color: #fff;
    text-shadow: 1px 2px 2px #808080;
}

.slider {
    display:none;
}

.slider.slick-initialized {
    display: block;
}

.slider {
    width: 90%;
    margin: 0 auto 80px;
}

.slick-slide img {
    width: 100%;
}
.mypattern{
    width: 100%;
}
.mypattern .slick-slide{
    margin: 5px;
}
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: 0.2s linear;
}

.textphoto {
    width:    100%;
    font-size:100%;
    text-align:right;
    bottom:    4px;
    margin:    0;
    padding:0;
    color:    #fff;
    background:rgba(0,0,0,0.4);
    position:absolute;
    padding-right:1rem;
}

/****************************************

wp-pagenavi

*****************************************/

.wp-pagenavi {
    clear: both;
    text-align:center;
    padding-bottom: 7vh;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #000;
    border:1px solid #000;
    padding: 8px 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration:none;
}
.wp-pagenavi a:hover{
    color:#e4685d;
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
    background-color:#dfdfdf;
}
.wp-pagenavi span.current{
    color: #FFF;
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    background:-ms-linear-gradient( top, green 5%, green 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='green', endColorstr='green');
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, green), color-stop(100%, green) );
    background-color:green;
    border-color: green;
    font-weight: bold;
}


/****************************************

footer

*****************************************/
footer {
    position: relative;
    margin: 0 auto;
    padding: 6rem 0 1rem;
    background-color: #f8f8f8;
    z-index: 1;
}

footer .section_container {
    padding: 0;
}

.footer_nav_list{
    font-size: 1.4rem;
    text-align: center;
}

.catch_btn a{
    letter-spacing: 0.1rem;
}

footer .btn {
    min-width: auto;
    margin: 4vh auto 3vh;
}

@media screen and (min-width: 48em) {
    footer .btn {
        min-width: auto;
        margin-top: 0;
        right: 0;
        position: relative;
    }
}

@media screen and (min-width: 60em) {
    footer .btn {
        min-width: 240px;
    }
}

footer .btn.contact,
footer .btn.line {
    font-size: 1.4rem;
    min-width: 100px;
}

footer .btn.contact a,
footer .btn.line a {
    padding: 0 2vw 0 1rem;
    text-decoration: none;
    background-color: #3a902f;
    color: #fff;
}

@media screen and (min-width: 60em) {

    footer .btn.contact a,
    footer .btn.line a {
        padding: 0 2rem;
    }
}

footer .btn.contact a span,
footer .btn.line a span {
    padding-left: 24px;
    background: url(images/icon_tel_white.png) 0 center no-repeat;
    background-size: 20px;
}

@media screen and (min-width: 30em) {

    footer .btn.contact a span,
    footer .btn.line a span {
        padding-left: 34px;
        background-size: 26px;
    }
}

.footer_inner {
    margin: 0 auto;
    max-width: 1200px;
}

@media screen and (min-width: 60em) {
    .footer_inner {
        width: 100%;
        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;
    }
}

.footer_inner .footer_logo {
    max-width: 240px;
    width: 80%;
    margin: 0 auto 3rem;
    line-height: 0;
}

@media screen and (min-width: 48em) {
    .footer_inner .footer_logo {
        margin: 0 auto 4rem;
        max-width: 260px;
    }
}

@media screen and (min-width: 60em) {
    .footer_inner .footer_logo {
        margin: 0;
        max-width: 200px;
    }
}

@media screen and (min-width: 75em) {
    .footer_inner .footer_logo {
        max-width: 280px;
    }
}

@media screen and (min-width: 48em) {
    .footer_inner .footer_nav_list {
        margin: 0 auto;
        padding: 0;
    }
}

@media screen and (min-width: 60em) {
    .footer_inner .footer_nav_list {
        margin: 0;
    }
}

@media screen and (min-width: 48em) {
    .footer_inner .footer_nav_list > li {
        margin-bottom: 4rem;
    }
}

.footer_inner .footer_nav_list > li:not(:last-child) {
    margin-bottom: 1rem;
}

@media screen and (min-width: 48em) {
    .footer_inner .footer_nav_list > li:not(:first-child) {
        margin-left: 3rem;
    }
}

.footer_inner .footer_nav_list a {
    color: #3a902f;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

@media screen and (min-width: 48em) {
    .footer_inner .footer_nav_list {
        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;
        padding-bottom: 15vh;
    }
}

@media screen and (min-width: 60em) {
    .footer_inner .footer_nav_list {
        max-width: 600px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 75em) {
    .footer_inner .footer_nav_list {
        max-width: 800px;
    }
}

.copyright {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin: 3rem auto 1rem;
    font-weight: 500;
}

@media screen and (min-width: 48em) {
    .copyright {
        margin-top: 4rem;
    }
}

/* discount */
.balloon {
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #ffffff;
}

.balloon:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #ffffff;
}

.balloon p {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.underline {
    background: linear-gradient(transparent 50%, yellow 50%);
}


/* flow */
.flow_step_list_item {
    position: relative;
    margin: 0 0 48px;
    padding: 36px 16px 16px;
    background: #ffffff;
}

.flow_step_list_num {
    position: absolute;
    top: -24px;
    left: -12px;
    width: 60px;
    height: 60px;
    color: #fff;
    background: #5eb7d3;
    border-radius: 50%;
    font-size: 1.2rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    letter-spacing: .05em;
    text-align: center;
    line-height: 60px;
}

.flow_step_list_title {
    margin: 0 0 4px;
    color: #5eb7d3;
    font-size: 1.8rem;
    font-weight: bold;
}

.flow_step_list_img {
    text-align: center;
}

@media screen and (min-width: 900px) {
    .flow_step_list {
        max-width: 860px;
        margin: 0 auto;
    }

    .flow_step_list_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 6rem 4rem 2rem;
    }

    .flow_step_list_num {
        width: 80px;
        height: 80px;
        font-size: 1.4rem;
        line-height: 80px;
    }

    .flow_step_list_detail {
        width: 60%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }

    .flow_step_list_title {
        font-size: 2.4rem;
    }

    .flow_step_list_img {
        width: 28%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
    }
}
