@charset "UTF-8";
/* Vendors - include bootrap
========================================================================== */
/* Helpers - helpers Variable file along with starting point Mixins and Placeholders.
========================================================================== */
/*
 * Variables
 */
/*
 * Function
 */
/*
* mixins
*/
/*
 * Placeholders
 */
/* Base - reset and typography.
========================================================================== */
/*
 * reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background-color: transparent;
    outline: none;
    border: 0;
    cursor: pointer;
}

/*
 * Typography
 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
/*    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
    font-weight: 700;
    color: #000000;
    line-height: 1;
}

h1 {
    font-size: 5rem;
}

h2 {
    font-size: 4.2rem;
    line-height: 1.47619048;
}

h3 {
    font-size: 3.2rem;
    line-height: 1.5;
}

.block-margins {
    margin: 1em 0;
}

.unordered-list {
    list-style-type: disc;
}

.ordered-list {
    list-style: decimal;
}

/* Components - Re-usable site elements.
========================================================================== */
a {
    color: #0a0a0a;
    text-decoration: none;
}
a:visited {
    color: #0a0a0a;
    text-decoration: none;
}
a:hover,
a:visited:hover {
    color: #072b64;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: 700;
}

.more {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.more-default {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    background: #072b64;
    border-radius: 40px;
    font-size: 1.6rem;
    line-height: 3.25;
    font-weight: 700;
    color: #fff !important;
}
.more-default i {
    font-size: 2.3rem;
    line-height: 1;
    margin-right: 1.2rem;
}
.more-default:hover {
    background: #F9D24D;
}

.more-img:hover img {
    transform: scale(1.05);
}

.more-arow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 42.6rem;
    background: #000;
    border-radius: 10px;
    font-size: 2.2rem;
    line-height: 5.09090909;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 0.11rem;
    position: relative;
}
.more-arow i {
    font-size: 3rem;
    margin-right: 1.2rem;
}
.more-arow::after {
    content: "\f063";
    font-family: "FontAwesome", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: auto;
    right: 1.8rem;
    webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.more-arow:hover {
    background: #072b64;
}

.more-contact {
    display: inline-block;
    width: 100%;
    max-width: 32.6rem;
    background: #292929;
    border-radius: 60px;
    text-align: center;
    padding: 0 1rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 3.88888889;
    letter-spacing: 0.126rem;
    color: #ffffff !important;
    position: relative;
}
.more-contact::after {
    content: ">";
    position: absolute;
    top: 0;
    right: 2rem;
}
.more-contact:hover {
    background: #072b64;
}

.contact {
    width: 100%;
}
.textarea {
    width: 100%;
    min-height: 150px;
}

.btn{
    /*border: 1px solid green;*/
    border-radius: 5px;
    /*background-color: green;*/
    padding: 12px;
    text-align: center;
    color: white;
    width: 140px;
    font-size:12pt;
}
/* Layout - Structure and layout files.
========================================================================== */
/* -------------------->>> COMMON <<<-------------------- */
* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    background: #fff;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    /*font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
    color: #0a0a0a;
    font-size: 1.8rem;
    line-height: 1.77778;
    overflow-x: hidden;
    font-weight: 500;
    letter-spacing: 0;
    width: 100%;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #000 -moz-use-text-color -moz-use-text-color;
    -o-border-image: none;
    border-image: none;
    border-style: solid none none;
    border-width: 0.2em 0 0 0;
    margin: 0;
}

.container {
    width: 100%;
    max-width: 1030px;
    padding: 0 15px;
    margin: 0 auto;
}

p {
    margin-bottom: 1.5rem;
}

input:focus {
    outline: none;
}

a > img {
    transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
}
a > img:hover {
    opacity: 0.7;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.thumb-box a {
    display: block;
}

.thumb-box img {
    width: 100%;
    height: auto;
}

.img-cover figure {
    display: block;
    width: 100%;
    height: 100%;
}

.img-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumb-over figure {
    display: block;
    position: relative;
    overflow: hidden;
}
.thumb-over figure::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    transition: 0.3s;
}
.thumb-over figure img {
    transition: 0.3s;
}

.thumb-over:hover figure::before {
    background: rgba(0, 0, 0, 0.5);
}

.thumb-over:hover figure img {
    transform: scale(1.05);
}

#result input.error {
    border-color: #e41919;
}

#result div.error {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228, 25, 25, 0.75);
    color: #fff;
}

#result div.success {
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(50, 178, 95, 0.75);
    color: #fff;
}

.header {
    height: 10rem;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .container {
    max-width: 100%;
    padding: 0 2.5rem;
}
.header__main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__main .logo {
    width: 21rem;
}
.header__main .more-box {
    width: 20.5rem;
}

.banner .container {
    max-width: 100%;
    padding: 0;
}

.banner__main img {
    width: 100%;
}

.banner-page {
    padding-top: 10rem;
}
.banner-page .container {
    padding: 0;
    max-width: 100%;
}
.banner-page__main {
    text-align: center;
    background: #072b64;
    height: 19.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-page__main h2 {
    font-size: 3.2rem;
    color: #fff;
}

.products-box {
    padding: 5.5rem 0 0;
}
.products-box .container {
    max-width: 100%;
    padding: 0;
}
.products-box .head {
    margin-bottom: 5rem;
    display: flex;
    justify-content: center;
    text-align: center;
}
.products-box .head p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.21428571;
    letter-spacing: 0.14rem;
    color: #000;
    margin-bottom: 1rem;
    padding-bottom: 0.35rem;
    position: relative;
}
.products-box .head p::after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.3rem;
    background: #333333;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.products-box .head h2 {
    letter-spacing: 0.42rem;
    color: #1f1f1f;
}
.products-box .head h2 span {
    display: inline-block;
    color: #fff;
    background: #072b64;
    padding: 0 1.2rem;
}
.products-box__main img {
    width: 100%;
}

.production-box {
    padding-top: 5.5rem;
    padding-bottom: 9rem;
}
.production-box .head {
    text-align: center;
    margin-bottom: 4.5rem;
}
.production-box .head h2 {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1.5;
}
.production-box .head h2 span {
    position: relative;
    padding: 0 1.5rem;
}
.production-box .head h2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.2rem;
    background: #ffeb00;
    position: absolute;
    left: 0;
    bottom: -0.6rem;
    z-index: -1;
}
.production-box .head h2.pc  {
    display: inline-block;
}
.production-box .head h2.sp  {
    display: none;
}
.production-box__main .list-box {
    margin-bottom: 8rem;
    padding: 4rem 3rem 3rem;
    box-shadow: 0 0 0.6rem #0000005c;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
}
.production-box__main .list-box .thumb-box {
    width: 26.8%;
    position: relative;
}
.production-box__main .list-box .thumb-box figure {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.production-box__main .list-box .text-box {
    width: 73.2%;
    padding-left: 7.2rem;
    position: relative;
}
.production-box__main .list-box .text-box::before {
    content: "\f10e";
    font-family: "FontAwesome", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 700;
    font-size: 3.3rem;
    line-height: 1;
    color: #dbdbdb;
    position: absolute;
    top: 0;
    left: 2rem;
}
.production-box__main .list-box .text-box h3 {
    color: #00afb5;
    margin-bottom: 0.5rem;
    line-height: 1.3;
}
.production-box__main .list-box .text-box span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.38888889;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.production-box__main .list-box .text-box p {
    margin-bottom: 0;
    line-height: 1.6;
}
.production-box__main .list-box .text-box .more-img {
    display: block;
    width: 100%;
    max-width: 44.7rem;
}

.email-box {
    background: #f8d047;
}
.email-box .head {
    text-align: center;
    position: relative;
}
.email-box .head h2 {
    font-size: 2.8rem;
    letter-spacing: 0.14rem;
    color: #000;
    line-height: 3.92857143;
}
.email-box .head h2::after {
    content: "CONTACT";
    display: block;
    font-weight: 900;
    font-size: 11rem;
    line-height: 1;
    letter-spacing: 0.55rem;
    color: #fff;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    /*font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro";*/
    opacity: 0.28;
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.email-box .head h2 span {
    position: relative;
    z-index: 9;
}
.email-box__main {
    text-align: center;
}
.email-box__main p {
    font-size: 1.6rem;
    line-height: 1.14285714;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.07rem;
    margin-bottom: 2rem;
}
.email-box__main .more-box {
    display: flex;
    justify-content: center;
}
.email-box .container {
    position: relative;
    padding: 3.5rem 15px;
}
.email-box .container::after {
    content: "";
    display: block;
    width: 10.6rem;
    height: 17.1rem;
    background-image: url("../images/email-after.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 12%;
}

.difference-box {
    padding-top: 4rem;
    padding-bottom: 6rem;
    background: #072b64;
}
.difference-box .head {
    margin-bottom: 5rem;
    text-align: center;
}
.difference-box .head p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.21428571;
    letter-spacing: 0.14rem;
    color: #fff;
    margin-bottom: 2.5rem;
    padding-bottom: 0.35rem;
    position: relative;
}
.difference-box .head p::after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.difference-box .head h2 {
    letter-spacing: 0.42rem;
    color: #fff;
}
.difference-box .head h2 span {
    display: inline-block;
    color: #072b64;
    background: #fff;
    padding: 0 1.2rem;
}
.difference-box__main {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.75rem;
    overflow: hidden;
}
.difference-box__main .items {
    padding: 0 1.75rem;
    width: 33.333333%;
}
.difference-box__main .items main {
    display: block;
    width: 100%;
    height: 100%;
}
.difference-box__main .items h3 {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
    line-height: 1.33333333;
    color: #fff;
    min-height: 6.5rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.difference-box__main .items .thumb-box {
    margin-bottom: 2rem;
}
.difference-box__main .items p {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}
.difference-box__price {
    padding-top: 6rem;
}
.difference-box__price img {
    width: 100%;
}

.landing-box {
    padding: 5.5rem 0 3.5rem;
}
.landing-box .head {
    margin-bottom: 3.5rem;
    text-align: center;
}
.landing-box .head h2 {
    font-size: 3.2rem;
    line-height: 1.40625;
    color: #072b64;
}
.landing-box__main ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.75rem;
}
.landing-box__main ul li {
    padding: 0 1.75rem;
    margin-bottom: 2rem;
    width: 33.333333%;
}
.landing-box__main ul li a {
    display: block;
}
.landing-box__main ul li a img {
    width: 100%;
}
.landing-box__main ul li a:hover img {
    transform: scale(1.12);
}

.flow-box {
    background: #f2f2f2;
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.flow-box .head {
    margin-bottom: 3rem;
    text-align: center;
}
.flow-box .head p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.21428571;
    letter-spacing: 0.14rem;
    color: #000;
    margin-bottom: 1rem;
    padding-bottom: 0.35rem;
    position: relative;
}
.flow-box .head p::after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.3rem;
    background: #333333;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.flow-box .head h2 {
    letter-spacing: 0.42rem;
    color: #1f1f1f;
}
.flow-box__main {
    padding-bottom: 2rem;
    width: 100%;
}
.flow-box__main .list-items {
    position: relative;
}
.flow-box__main .list-items .slick-arrow {
    position: absolute;
    left: -3.6rem;
    top: 50%;
    width: 2.6rem;
    height: 2.5rem;
    text-indent: -9999px;
    background-image: url("../images/arow-left.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-top: -1.1rem;
    z-index: 99;
}
.flow-box__main .list-items .slick-next {
    left: auto;
    right: -3.6rem;
    background-image: url("../images/arow-right.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.flow-box__main .list-items .slick-track {
    display: flex;
    padding-top: 3rem;
}
.flow-box__main .list-items .items {
    width: 22.3rem;
    margin: 0 2.2rem;
    position: relative;
    height: auto !important;
}
.flow-box__main .list-items .items span {
    display: block;
    width: 6rem;
    height: 6rem;
    background: #072b64;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 2.8rem;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: -3rem;
    z-index: 99;
}
.flow-box__main .list-items .items:last-child {
    margin: 0;
}
.flow-box__main .list-items .items:focus {
    outline: none;
    outline: 0;
}
.flow-box__main .list-items .items main {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 5px solid #072b64;
    border-radius: 10px;
    padding: 3rem 1.5rem;
}
.flow-box__main .list-items .items h3 {
    text-align: center;
    padding-top: 2.2rem;
    font-size: 1.8rem;
    line-height: 1.33333333;
    letter-spacing: 0.108rem;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #000;
}
.flow-box__main .list-items .items p {
    font-size: 1.4rem;
    line-height: 1.71428571;
    letter-spacing: 0.084rem;
    color: #000;
    margin-bottom: 0;
}

.faq-box {
    padding: 6.5rem 0;
}
.faq-box .container {
    max-width: 100rem;
    background: #072b64;
    border-radius: 30px;
    padding: 3.5rem 4.3rem;
}
.faq-box .head {
    margin-bottom: 4rem;
    text-align: center;
}
.faq-box .head p {
    display: inline-block;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.21428571;
    letter-spacing: 0.14rem;
    color: #fff;
    margin-bottom: 2.5rem;
    padding-bottom: 0.35rem;
    position: relative;
}
.faq-box .head p::after {
    content: "";
    display: block;
    width: 5rem;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.faq-box .head h2 {
    letter-spacing: 0.42rem;
    color: #fff;
}
.faq-box__main .items {
    background: #fff;
    box-shadow: 0px 3px 0.6rem #0a85a2;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.faq-box__main .items h3 {
    font-size: 2rem;
    line-height: 1.16666667;
    padding: 2.2rem 2rem;
    letter-spacing: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}
.faq-box__main .items h3::after {
    content: "\f067";
    font-family: "FontAwesome", "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 300;
    font-size: 2.2rem;
    display: block;
    text-align: center;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    border-radius: 50%;
    background: #0a7891;
    color: #fff;
    margin-left: 2rem;
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}
.faq-box__main .items h3:hover {
    color: #072b64;
}
.faq-box__main .items h3:hover::after {
    transform: rotate(45deg);
}
.faq-box__main .items h3.is_active::after {
    transform: rotate(45deg);
}
.faq-box__main .items .content {
    display: none;
}
.faq-box__main .items .main {
    border-top: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 3.3rem;
}
.faq-box__main .items .main .icon {
    width: 15.58rem;
}
.faq-box__main .items .main .text {
    width: calc(100% - 15.58rem);
    padding-right: 2rem;
}
.faq-box__main .items .main .text p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.contact-box {
    padding: 3.5rem 0 4.5rem;
    background: #F9D24D;
}
.contact-box .head {
    text-align: center;
    position: relative;
}
.contact-box .head h2 {
    font-size: 2.8rem;
    letter-spacing: 0.14rem;
    color: #000;
    line-height: 3.92857143;
}
.contact-box .head h2::after {
    content: "CONTACT";
    display: block;
    font-weight: 900;
    font-size: 11rem;
    line-height: 1;
    letter-spacing: 0.55rem;
    color: #fff;
    font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
    /*font-family: "ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro";*/
    opacity: 0.28;
    position: absolute;
    top: 50%;
    left: 50%;
    webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact-box .head h2 span {
    position: relative;
    z-index: 9;
}
.contact-box .des {
    margin-bottom: 5rem;
    text-align: center;
}
.contact-box .des p {
    font-size: 1.6rem;
    line-height: 1.14285714;
    font-weight: 700;
    color: #000;
    letter-spacing: 0.07rem;
    margin-bottom: 2rem;
}
.contact-box__main {
    background: #fff;
    border-radius: 30px;
    padding: 3.5rem 8.2rem 4.5rem;
}
.contact-box__main h3 {
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1875;
    letter-spacing: 0.08rem;
    color: #2f2f2f;
}

.contact-form .form-group {
    padding: 2rem 2.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #d6d6d6;
}
.contact-form .form-group .labels {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.16rem;
    color: #000;
    width: 30%;
    padding-right: 2rem;
}
.contact-form .form-group .input {
    width: 70%;
}
.contact-form .form-group .input textarea,
.contact-form .form-group .input input {
    width: 100%;
    height: 4.5rem;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    box-shadow: none;
    font-size: 16px;
    border-radius: 5px;
    padding: 0 2rem;
}
.contact-form .form-group .input textarea:focus,
.contact-form .form-group .input input:focus {
    outline: 0;
    outline: none;
}
.contact-form .form-group .input textarea {
    min-height: 28.9rem;
    padding: 1rem 2rem;
}
.contact-form .form-group .input p {
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 1.28571429;
    font-weight: 500;
    letter-spacing: 0.07rem;
    color: #2f2f2f;
}
.contact-form .form-group.required .labels {
    display: flex;
    align-items: center;
}
.contact-form .form-group.required .labels::after {
    content: "必須";
    margin-left: 1.5rem;
    border-radius: 5px;
    background: #c60404;
    text-align: center;
    display: block;
    width: 5.6rem;
    padding: 0 0.5rem;
    font-size: 1.3rem;
    line-height: 1.92307692;
    letter-spacing: 0.091rem;
    color: #ffffff;
}
.contact-form .form-group.align-items-start {
    align-items: flex-start;
}

.contact-form .more-box {
    text-align: center;
    padding-top: 6rem;
}

.thanks-box {
    padding: 6rem 0;
    text-align: center;
}
.thanks-box p {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.thanks-box .more-box {
    padding-top: 11rem;
}
.thanks-box .more-box a {
    display: block;
    margin: 0 auto 1rem;
}
.thanks-box .more-box a:nth-child(1) {
    background: #ff9300;
}
.thanks-box .more-box a:nth-child(2) {
    background: #072b64;
}
.thanks-box .more-box a:hover {
    background: #000;
}

.footer {
    text-align: center;
    padding: 4rem 0;
}
.footer p {
    font-size: 1.6rem;
    margin-bottom: 0;
}
.footer .copyright {
    padding-top: 3rem;
}
.footer .copyright p {
    margin-bottom: 0;
    font-size: 1.4rem;
}

/* layout - Responsive .
========================================================================== */
.sp {
    display: none;
}

.googleform-wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 1400px;
}


@media (min-width: 769px) {
    .header.is_page,
    .header.is_active {
        background: #fff;
        box-shadow: 0 0.3rem 0.6rem #00000029;
    }
    .header.is_page .logo .pc ,
    .header.is_active .logo .pc {
        display: none;
    }
    .header.is_page .logo .sp ,
    .header.is_active .logo .sp {
        display: block;
    }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
    html {
        font-size: 8px;
    }
    h3 {
        font-size: 3rem;
    }
    .difference-box__main .items h3 {
        font-size: 2rem;
    }
}


@media (max-width: 768px) {
    html {
        font-size: 2.41546vw;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    h2 {
        font-size: 2.4rem;
        line-height: 1.46153846;
    }
    h3 {
        font-size: 2.6rem;
    }
    .more-default {
        font-size: 1.5rem;
        line-height: 3.9rem;
    }
    .more-default i {
        font-size: 1.7rem;
    }
    .more-arow {
        font-size: 2rem;
        line-height: 8.9rem;
        text-align: left;
        justify-content: flex-start;
        padding-left: 3.4rem;
    }
    .container {
        padding: 0 1.5rem;
    }
    .header {
        height: 6.3rem;
        background: #fff;
        box-shadow: none;
    }
    .header .container {
        padding: 0 1.5rem;
    }
    .header__main .logo {
        width: 14.8rem;
    }
    .header__main .more-box {
        width: 15.4rem;
    }
    .banner-page,
    .banner {
        padding-top: 6.3rem;
    }
    .products-box {
        padding: 2.5rem 0 0;
    }
    .products-box .head {
        margin-bottom: 3rem;
    }
    .products-box .head p {
        margin-bottom: 1.5rem;
    }
    .products-box .head h2 {
        letter-spacing: 0.26rem;
    }
    .production-box {
        padding-top: 4.5rem;
        padding-bottom: 8rem;
    }
    .production-box .head h2 {
        font-size: 2.4rem;
    }
    .production-box .head h2.pc {
        display: none;
    }
    .production-box .head h2.sp {
        display: inline-block;
    }
    .production-box .head h2 span {
        padding: 0 0.5rem;
    }
    .production-box .head h2 span::after {
        height: 1.6rem;
        bottom: -0.4rem;
    }
    .production-box__main .list-box {
        margin-bottom: 2.5rem;
        padding: 3rem 2rem;
    }
    .production-box__main .list-box .thumb-box {
        width: 100%;
        text-align: center;
        position: relative;
        margin-bottom: 4rem;
    }
    .production-box__main .list-box .thumb-box figure {
        width: 100%;
        max-width: 18.5rem;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
    }
    .production-box__main .list-box .text-box {
        width: 100%;
        padding-left: 0;
    }
    .production-box__main .list-box .text-box::before {
        font-size: 2.5rem;
        left: 0;
    }
    .production-box__main .list-box .text-box h3 {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
        padding-left: 4.2rem;
    }
    .production-box__main .list-box .text-box h3 br {
        display: none;
    }
    .production-box__main .list-box .text-box span {
        margin-bottom: 2.5rem;
    }
    .production-box__main .list-box .text-box .more-img {
        max-width: 33.2rem;
    }
    .email-box {
        padding: 4.5rem 0;
    }
    .email-box .head {
        margin-bottom: 5rem;
    }
    .email-box .head h2 {
        font-size: 2.6rem;
        line-height: 3.9rem;
    }
    .email-box .head h2::after {
        font-size: 6.5rem;
        letter-spacing: 0.325rem;
    }
    .email-box__main {
        text-align: left;
    }
    .email-box__main p {
        padding-left: 2.8rem;
    }
    .email-box .container {
        padding: 0 1.5rem;
    }
    .email-box .container::after {
        left: 1rem;
        bottom: 8.9rem;
    }
    .difference-box {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .difference-box .head h2 span {
        padding: 0 0.5rem;
    }
    .difference-box .head h2 span::after {
        height: 1.6rem;
        bottom: -0.4rem;
    }
    .difference-box__main {
        margin: 0;
    }
    .difference-box__main .items {
        padding: 0 3rem;
        width: 100%;
        margin-bottom: 5.5rem;
    }
    .difference-box__main .items main {
        display: block;
        width: 100%;
        height: 100%;
    }
    .difference-box__main .items .thumb-box {
        margin-bottom: 2.5rem;
    }
    .difference-box__main .items h3 {
        min-height: auto;
    }
    .difference-box__price {
        padding-top: 0;
        overflow-x: scroll;
    }
    .difference-box__price img {
        width: 75rem;
        max-width: 75rem;
        min-width: 75rem;
    }
    .landing-box {
        padding: 4.5rem 0;
    }
    .landing-box__main ul {
        margin: 0;
    }
    .landing-box__main ul li {
        padding: 0;
        margin-bottom: 1rem;
        width: 100%;
    }
    .flow-box {
        padding-top: 3.5rem;
        padding-bottom: 6rem;
    }
    .flow-box .head {
        margin-bottom: 4rem;
    }
    .flow-box__main .list-items .items {
        margin: 0 1.2rem;
    }
    .faq-box {
        padding: 4.5rem 1.5rem;
    }
    .faq-box .container {
        border-radius: 2rem;
        padding: 3.5rem 1.5rem;
    }
    .faq-box .head {
        margin-bottom: 3rem;
    }
    .faq-box__main .items {
        border-radius: 0.5rem;
        margin-bottom: 2rem;
        padding: 0 1.5rem;
    }
    .faq-box__main .items h3 {
        font-size: 1.6rem;
        padding: 3.2rem 0;
        letter-spacing: 0.08rem;
    }
    .faq-box__main .items h3::after {
        width: 2rem;
        max-width: 2rem;
        min-width: 2rem;
        height: 2rem;
        line-height: 2rem;
        font-size: 2rem;
        font-size: 1.5rem;
    }
    .faq-box__main .items .main {
        padding-bottom: 5rem;
    }
    .faq-box__main .items .main .icon {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .faq-box__main .items .main .icon img {
        width: 15.5rem;
    }
    .faq-box__main .items .main .text {
        width: 100%;
    }
    .faq-box__main .items .main .text p {
        line-height: 1.5;
    }
    .contact-box {
        padding: 4rem 0;
    }
    .contact-box .head {
        margin-bottom: 4rem;
    }
    .contact-box .head h2 {
        font-size: 2.6rem;
        line-height: 3.9rem;
    }
    .contact-box .head h2::after {
        font-size: 6.5rem;
        letter-spacing: 0.325rem;
    }
    .contact-box .des {
        margin-bottom: 3rem;
    }
    .contact-box .des p {
        line-height: 2rem;
    }
    .contact-box__main {
        border-radius: 3rem;
        padding: 4rem 2rem;
    }
    .contact-box__main h3 {
        margin-bottom: 3.5rem;
    }
    .contact-form .form-group {
        padding: 2.4rem 0;
    }
    .contact-form .form-group .labels {
        width: 100%;
        margin-bottom: 1rem;
        padding-right: 0;
    }
    .contact-form .form-group .input {
        width: 100%;
    }
    .contact-form .form-group .input textarea,
    .contact-form .form-group .input input {
        height: 5.7rem;
    }
    .contact-form .form-group .input p {
        margin-bottom: 1.5rem;
    }
    .contact-form .more-box {
        padding-top: 0;
    }
}



/* ipad Portrait */
/* ipad Landscape */
