@charset "utf-8";
/* CSS Document */

/* windows用設定 */
main {
    display: block;
}

@media all and (-ms-high-contrast: none) {
body {
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}
}
/* --- base --- */
main {
    margin: 0 auto;
}
img {
    margin: 0;
    padding: 0;
    text-align: center;
}
a:hover, a:active {
    color: #999;
}
h3 {
    font-size: 3rem;
    font-weight: 300;
    vertical-align: bottom;
}
h3 span {
    font-size: 4rem;
    vertical-align: bottom;
}
.sp-invisible {
    display: none!important;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
#totop {
    position: fixed;
    right: 10px;
    bottom: 50px;
}
#fix-menu {
    position: fixed;
    right: 0px;
    bottom: 250px;
    z-index: 2;
}
#fix-menu li {
    transition: 0.3s;
}
#fix-menu li:first-child {
    transition: unset;
}
#fix-menu li:hover {
    opacity: .8;
}
#fix-menu li:first-child:hover {
    opacity: 1;
}
footer p {
    text-align: center;
    font-size: 14px;
    /* margin: 10px auto; */
    line-height: 1.3;
    color: #00469b;
}
footer a:link, footer a:visited {
    color: #00469b;
}
footer a {
    text-decoration: underline;
}
/*========================================= */
/* グローバルナビ
=========================================== */
header {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}
/*========================================= */
/* 言語選択
=========================================== */
header {
    position: absolute;
    top: 35px;
    left: 10px;
    z-index: 99;
}
.lang-area {
    background: linear-gradient(-45deg, rgb(0, 70, 155), rgb(157, 218, 246));
    height: 28px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.lang-area ul {
    float: right;
    margin: 5px;
}
.lang-area ul li {
    float: left;
    color: #ff0;
    font-size: 12px;
    margin-left: 20px;
    letter-spacing: 1px;
}
.lang-area ul li a {
    color: #fff;
}
.lang-area ul li img {
    width: 25px;
    vertical-align: middle;
    padding-right: 5px
}
.lang-area ul li a:hover {
    text-decoration: underline;
}

/*========================================= */
/* メインビジュアル
=========================================== */
main .main-area {
    background: url(../../img/bg-main.jpg) no-repeat;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    height: 1000px;
}
main .main-v {
    width: 2000px;
    height: 1529px;
    position: absolute;
    right: -580px;
    top: -200px;
    background: url(../../img/en-main-img.png) no-repeat;
    background-size: 80%;
    z-index: 2;
}
.white-grade {
    position: absolute;
    z-index: 2;
    bottom: -1px;
    width: 100%;
}
.white-grade img {
    vertical-align: bottom;
}
/*========================================= */
/* vision
=========================================== */
#vision {
    display: block;
    overflow: hidden;
}
#vision .vision-area h2 {
    margin: 0 auto 20px;
}
#vision .vision-area {
    width: 1110px;
    margin: 0 auto;
    background: url(../../img/bg-vision.jpg) no-repeat;
    background-position: right bottom;
}
#vision .vision-area p {
    font-size: 16px;
}
#vision .vision-area ul {
    margin: 70px 0 0 100px;
    color: #005baf;
    font-size: 25px;
    font-weight: bold;
}
#vision .vision-area li {
    margin: 30px auto;
    list-style-image: url(../../img/list-vision.png);
}
#vision .vision-area li:first-child {
    margin-top: 0px;
}
#vision .vision-area li:nth-child(2) {
    margin-left: 20px;
}
#vision .vision-area li:nth-child(3) {
    margin-left: 40px;
}
#vision .vision-area li:nth-child(4) {
    margin-left: 60px;
}
#vision .vision-area li:nth-child(5) {
    margin-left: 80px;
}
/*========================================= */
/* point
=========================================== */
#point {
    margin: 80px auto 0;
    position: relative;
}
#point .point-area {
    width: 1110px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#point .point-area h2 {
    margin: 90px auto 0;
    text-align: center;
}
#point .point-area .point6 {
    margin: 90px auto;
}
#particles-js {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    z-index: -999;
}
/*========================================= */
/* works
=========================================== */
#works {
    margin: 90px auto 0;
}
#works .works-area {
    width: 1110px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#works .works-area h2 {
    margin: 0 auto;
    text-align: center;
}
#works .works-area p {
    margin: 20px auto 100px;
    text-align: center;
    color: #192f60;
    font-size: 18px;
    font-weight: bold;
}
#works .works-area .works-2col-left, #works .works-area .works-2col-right {
    position: relative;
    display: block;
    overflow: hidden;
}
#works .works-area .works-2col-left .col-right {
    position: absolute;
    top: 20px;
    right: 0;
}
#works .works-area .works-2col-right img {
    float: right;
}
#works .works-area .works-2col-right .col-left {
    position: absolute;
    top: 30px;
    left: 0;
}
/*========================================= */
/* structure
=========================================== */
.structure-top {
    position: relative;
    top: 3px;
    vertical-align: top;
}
#structure {
    margin: 0 auto;
    background: #eee;
}
#structure .structure-area {
    width: 1110px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#structure .structure-area h2 {
    margin: 30px auto 0;
    float: right;
}
#structure .structure-left img {
    width: 610px;
    float: left;
}
#structure .structure-right {
    width: 500px;
    float: right;
    position: relative;
}
#structure .structure-right p {
    margin-top: 80px;
    font-size: 16px;
    line-height: 2;
}
#structure .structure-right p span {
    color: #f4a000;
    font-weight: bold;
    font-size: 20px;
}
#structure .structure-right img {
    float: right;
}
#structure .structure-right .aaa {
    position: absolute;
    bottom: 0;
    right: 15px;
}
/*========================================= */
/* flow
=========================================== */
#flow {
    background: url(../../img/grid7.png);
}
#flow .flow-area {
    width: 1110px;
    margin: 90px auto 70px;
    display: block;
    overflow: hidden;
}
#flow .flow-area h2 {
    margin: 0 auto;
    text-align: center;
}
#flow .flow-area ul {
    margin-top: 70px;
    height: 240px;
    background: url(../../img/fig-flow-line.jpg) no-repeat;
    background-position: center;
}
#flow .flow-area li {
    width: 270px;
    float: left;
    margin-right: 10px;
    text-align: center;
}
#flow .flow-area li:last-child {
    margin-right: 0;
}
#flow .flow-area li .fig-ttl {
    margin: 30px auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
#flow .flow-area li .fig-ttl span {
    font-size: 15px;
}
#flow .flow-area li:first-child {
    color: #97d8f6;
}
#flow .flow-area li:nth-child(2) {
    color: #69c7f1;
}
#flow .flow-area li:nth-child(3) {
    color: #009fe8;
}
#flow .flow-area li:last-child {
    color: #00469b;
}
#flow .flow-area li .fig-txt {
    font-size: 16px;
    color: #323232;
    line-height: 1.5;
    width: 240px;
    margin: 0 auto;
    text-align: left;
}
/*========================================= */
/* safety
=========================================== */
#safety {
    background: url(../../img/bg-safety-1.png) left 230px top no-repeat, url(../../img/bg-safety-2.png) right 30px no-repeat, url(../../img/bg-safety-3.png) left 0 top 420px no-repeat, url(../../img/bg-safety-4.png) left -50px bottom 140px no-repeat;
}
#safety .safety-area {
    width: 1110px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#safety .safety-area h2 {
    margin: 90px auto 0;
    text-align: center;
}
#safety .safety-area p {
    text-align: center;
    font-size: 16px;
}
#safety .safety-main img {
    text-align: center;
    display: block;
    margin: 0 auto;
}
/*========================================= */
/* about
=========================================== */
#about .about-area {
    width: 1110px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    text-align: center;
}
#about .about-area h2 {
    margin: 90px auto 20px;
}
#about .about-area p {
    width: 850px;
    margin: 60px auto;
    text-align: left;
    font-size: 16px;
    line-height: 2;
}
#about .safety-img img {
    width: 100%;
}
/*========================================= */
/* hope
=========================================== */
#hope .hope-area {
    position: relative;
    width: 1110px;
    margin: 30px auto;
    display: block;
    overflow: hidden;
    text-align: center;
    background: url(../../img/bg-world.png) no-repeat;
}
#hope .hope-area h2 {
    margin: 90px auto 20px;
}
#hope .hope-area p {




    width: 680px;
    margin: 80px auto 0;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    float: left;
}
#hope .hope-area img {
    float: right;
    padding-bottom: 10px;
}
#hope .hope-area .aaa {
    position: absolute;
    right: 15px;
    bottom: -8px;
    z-index: 999;
}
/*========================================= */
/* contact
=========================================== */
#contact {
    background-color: #192f60;
    margin-top: -40px;
}
#contact .contact-area {
    width: 800px;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#contact .contact-area h2 {
    margin: 90px auto 0;
    text-align: center;
}
#contact .contact-area legend {
    display: none;
}
#contact .contact-area label {
    width: 500px;
}
#contact .contact-area fieldset {
    width: 500px;
    margin: 0 auto;
}
#contact .contact-area .ekmjawpbzr-name {
    font-size: 16px;
    color: #fff;
    padding: 15px 0 10px 10px;
    border-top: 1px dotted;
    text-align: left;
}
#contact .contact-area .inner-efo-default-theme input, .inner-efo-default-theme textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    width: 80%;
    font-size: 1rem;
    border: 1px solid #d3d3d9;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}
#contact .contact-area .inner-efo-default-theme .required-icon {
    color: #fff;
    background: none;
    padding: 3px 5px;
    margin: 0 0 0 10px;
    border-radius: 4px;
    font-size: 0;
    vertical-align: text-top;
}
#contact .contact-area .inner-efo-default-theme .required-icon:before {
    content: "required";
    font-size: 15px;
    color: #fff;
    background-color: #f29600;
    padding: 3px 5px;
    margin: 0 0 0 10px;
    border-radius: 4px;
    vertical-align: text-top;
}
#contact .contact-area .inner-efo-default-theme fieldset {
    border: none;
    text-align: center;
}
#contact .contact-area .inner-efo-default-theme .control.radio .control-indicator {
    margin: 3px 0 0 10px;
}
#contact .contact-area .inner-efo-default-theme .control.info input:checked ~ .control-indicator {
    background-color: #f29600 !important;
    border-color: #fff000 !important;
}
#contact .contact-area .inner-efo-default-theme .control-label {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
#contact .contact-area .inner-efo-default-theme {
    margin: 70px auto;
}
#contact .contact-area .inner-efo-default-theme .button-primary.button-border {
    color: #fff;
    font-size: 18px;
    background: transparent;
    width: 300px;
    margin: 80px auto 0;
    font-size: 0;
}
#contact .contact-area .inner-efo-default-theme .button-primary.button-border.btn-confirm {
    font-size: 0;
}
#contact .contact-area .inner-efo-default-theme .button-primary.button-border.btn-confirm:after {
    content: "Confirm";
    font-size: 18px;
}
#contact .contact-area .inner-efo-default-theme .button-primary.button-border.btn-cancel {
    font-size: 0;
}
#contact .contact-area .inner-efo-default-theme .button-primary.button-border.btn-cancel:after {
    content: "Back";
    font-size: 18px;
}
#contact .contact-area .inner-efo-default-theme .button-primary {
    color: #fff;
    background: #fff;
    border-color: #fff;
    height: 60px;
    border-radius: 30px;
}
#contact .contact-area .inner-efo-default-theme .efo-confirm-message {
    color: #fff;
    font-size: 0px;
    border-top: 1px solid;
    padding-top: 10px;
}
#contact .contact-area .inner-efo-default-theme .efo-confirm-message:before {
    content: "Is this information correct? Press OK to send.";
    font-size: 16px;
}



/*========================================= */
/* thanks
=========================================== */
.thanks-area {
    margin: 40vh auto;
    text-align: center;
}
.thanks-area img  {
    margin: 0 auto;
    display:block;
}
.thanks-area p span {
    font-size: 20px;
    color: #f29600;
    font-weight: bold;
}
.thanks-area  {
    font-size: 16px;
}
.thanks-area p {
    margin: 30px 0;
    line-height: 1.5;
}

.thanks-area .button::before,
.thanks-area .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.thanks-area .button,
.thanks-area .button::before,
.thanks-area .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.thanks-area .button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none; 
  position: relative;
  z-index: 2;
  background-color: #004ba0;
  border: 2px solid #004da1;
  color: #fff;
  line-height: 50px;
}
.thanks-area .button:hover {
  background-color: #fff;
  border-color: #f29600;
  color: #f29600;
  letter-spacing: 2px;
}
.thanks-area .button::before,
.thanks-area .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #00469b;
}
.thanks-area .button::before {
  right: 0;
}
.thanks-area .button::after {
  left: 0;
}
.thanks-area .button:hover::before,
.thanks-area .button:hover::after {
  width: 0;
  background-color: #f29600;
}
/*========================================= */
/* FB
=========================================== */
.fb-page {
  margin: 30px auto;
  width: 338px;
  display: block!important;
}
/*========================================= */
/* ここからスマホ
=========================================== */
@media (max-width: 768px) {
body {
    line-height: 1.3;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Sans-Serif;
}
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #00469b;
    z-index: 99;
}
header img {
    padding: 2%;
}
.sp-invisible {
    display: block!important;
}
.sp {
    display: block;
}
.pc {
    display: none!important;
}
.select-area {
  float: right;
}
select {
    border-radius: 0px;
    border-color: rgb(242, 153, 0);
    padding: 5px;
    font-size: 20px;
    margin: 15px;
}
#fix-menu-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#fix-menu-sp li {
  float: left;
}
#fix-menu-sp {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#fix-menu-sp ul {
  line-height: 0;
}
#fix-menu-sp ul li{
  width: 33.33%;
  float: left;
}
#fix-menu-sp li img {
  width: 100%;
}
#totop {
    bottom: 10%;
}
footer p {
    margin: 10px auto 100px;
}
/*========================================= */
/* メインビジュアル
=========================================== */
main .main-area {
    height: 110vh;
    z-index: 3;
}
main .main-v {
    left: 1px;
    top: 0px;
    background: url(../../img/en-sp-main-img.png) no-repeat;
    background-size: 24%;
    z-index: 2;
}
/*========================================= */
/* vision
=========================================== */
#vision .vision-area h2 img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
#vision .vision-area h2 {
    margin: 5% auto 10%;
}
#vision .vision-area {
    width: 100%;
    background-position: bottom;
    padding-bottom: 70%;
}
#vision .vision-area p {
    font-size: 2em;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
#vision .vision-area ul {
    margin: 50px 0 0 65px;
    font-size: 2.5em;
}
#vision .vision-area li:first-child {
    margin-top: 0px;
}
#vision .vision-area li:nth-child(2) {
    margin-left: 0;
}
#vision .vision-area li:nth-child(3) {
    margin-left: 0;
}
#vision .vision-area li:nth-child(4) {
    margin-left: 0;
}
#vision .vision-area li:nth-child(5) {
    margin-left: 0;
}
/*========================================= */
/* point
=========================================== */
#point {
    margin: 0 auto;
}
#point .point-area {
    width: 100%;
}
#point .point-area h2 {
    margin: 20% auto 10%;
    width: 80%;
}
#point .point-area img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
#point .point-area .point6 {
    margin: 90px auto;
}
/*========================================= */
/* works
=========================================== */
#works .works-area {
    width: 100%;
}
#works .works-area h2 img {
    width: 90%;
}
#works .works-area p {
    font-size: 2em;
}
#works .works-area .works-2col-left, #works .works-area .works-2col-right {
    position: relative;
    display: block;
    overflow: hidden;
}
#works .works-area .works-2col-left img, #works .works-area .works-2col-right img {
    width: 100%;
}
#works .works-area .works-2col-left .col-right {
    position: absolute;
    top: 47px;
    right: 0;
    width: 100%;
}
#works .works-area .works-2col-right img {
    float: right;
}
#works .works-area .works-2col-right .col-left {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
}
/*========================================= */
/* structure
=========================================== */
.structure-top {
    position: relative;
    top: 3px;
    vertical-align: top;
    margin-top: 50px;
}
#structure {
    margin: 0 auto;
    background: #eee;
}
#structure .structure-area {
    width: 100%;
}
#structure .structure-area h2 {
    margin: 10% auto;
}
#structure .structure-area h2 img {
    width: 90%;
    display: block;
    margin: 0 auto;
}
#structure .structure-left img {
    width: 95%;
    display: block;
    margin: 0 auto;
    float: none;
}
#structure .structure-right {
    width: 100%;
}
#structure .structure-right p {
    width: 90%;
    margin: 10% auto 0;
    font-size: 2em;
    line-height: 2;
}
#structure .structure-right img {
    margin-top: -20px;
}
#structure .structure-right .aaa {
    right: -36px;
}
/*========================================= */
/* flow
=========================================== */
#flow {
    background: url(../../img/grid7.png);
}
#flow .flow-area {
    width: 100%;
    margin: 90px auto 100px;
    display: block;
    overflow: hidden;
}
#flow .flow-area h2 img {
    width: 90%;
}
#flow .flow-area ul {
    margin-top: 70px;
    height: auto;
    background: none;
}
#flow .flow-area li {
    width: 90%;
    float: none;
    margin: 10% auto;
}
#flow .flow-area li .fig-ttl {
    margin: 5% auto 0;
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
}
#flow .flow-area li:first-child, #flow .flow-area li:nth-child(2), #flow .flow-area li:nth-child(3), #flow .flow-area li:last-child {
    background: url(../../img/fig-flow-line.jpg) no-repeat;
    background-position: bottom;
    padding-bottom: 10%;
}
#flow .flow-area li:last-child {
    margin: 0 auto;
}
#flow .flow-area li .fig-txt {
    font-size: 2em;
    width: 100%;
}
/*========================================= */
/* safety

=========================================== */
#safety {
    background: url(../../img/bg-safety-1.png) left 230px top no-repeat, url(../../img/bg-safety-2.png) right 30px no-repeat, url(../../img/bg-safety-3.png) left 0 top 420px no-repeat, url(../../img/bg-safety-4.png) left -50px bottom 40px no-repeat;
}
#safety .safety-area {
    width: 100%;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#safety .safety-area h2 {
    margin: 15% auto 5%;
}
#safety .safety-area h2 img {
    width: 90%;
}
#safety .safety-area p {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: 2em;
}
#safety .safety-main img {
    text-align: center;
    margin: 0 auto;
    width: 100%
}
/*========================================= */
/* about
=========================================== */
#about .about-area {
    width: 100%;
    margin: 0px auto;
    display: block;
    overflow: hidden;
    text-align: center;
}
#about .about-area h2 {
    margin: 80px auto 20px;
}
#about .about-area h2 img {
    width: 90%;
}
#about .about-area p {
    width: 90%;
    font-size: 2em;
}
#about .safety-img img {
    width: 130%;
}
/*========================================= */
/* hope
=========================================== */
#hope .hope-area {
    position: relative;
    width: 100%;
    margin: 30px auto;
    display: block;
    overflow: hidden;
    text-align: center;
    background: url(../../img/bg-world.png) no-repeat;
}
#hope .hope-area p {
    width: 90%;
    text-align: left;
    font-size: 2em;
    float: none;
}
#hope .hope-area img {
    margin-top: 80px;
    float: right;
    padding-bottom: 10px;
}
#hope .hope-area .aaa {
    width: 100%;
    position: absolute;
    right: -15px;
    bottom: -7px;
    z-index: 0;
}
/*========================================= */
/* contact
=========================================== */
#contact {
    margin-top: -40px;
}
#contact .contact-area {
    width: 100%;
    margin: 0px auto;
    display: block;
    overflow: hidden;
}
#contact .contact-area h2 {
    margin: 90px auto 0;
    text-align: center;
}
#contact .contact-area h2 img {
    width: 80%;
}
#contact .contact-area label {
    width: 100%;
}
.inner-efo-default-theme .form-message {
    display: block;
    margin: 0.5rem 0;
    line-height: 1.5;
}
#contact .contact-area label.radio {
    padding-bottom: 3%;
}
#contact .contact-area fieldset {
    width: 90%;
}
#contact .contact-area .ekmjawpbzr-name {
    font-size: 2em;
    color: #fff;
    padding: 15px 0 10px 10px;
    border-top: 1px dotted;
    text-align: left;
}
#contact .contact-area .inner-efo-default-theme input, .inner-efo-default-theme textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    width: 95%;
    font-size: 1rem;
    border: 1px solid #d3d3d9;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}
}
#contact .contact-area .inner-efo-default-theme fieldset {
    border: none;
    text-align: center;
    padding: 0;
}
#contact .contact-area .inner-efo-default-theme .control.radio .control-indicator {
    margin: 3px 0 0 10px;
}
#contact .contact-area .inner-efo-default-theme .control.info input:checked ~ .control-indicator {
    background-color: #f29600 !important;
    border-color: #fff000 !important;
}
#contact .contact-area .inner-efo-default-theme .control-label {
    color: #fff;
    font-size: 2em;
    text-align: left;
}
#contact .contact-area .inner-efo-default-theme {
    margin: 70px auto;
}
#contact .contact-area .inner-efo-default-theme .button-primary.button-border {
    color: #fff;
    font-size: 20px;
    background: transparent;
    margin: 50px auto 0;
}
#contact .contact-area .inner-efo-default-theme .button-primary {
    color: #fff;
    background: #fff;
    border-color: #fff;
    height: 60px;
    border-radius: 30px;
}
#contact .contact-area .inner-efo-default-theme .efo-confirm-message {
    color: #fff;
    border-top: 1px solid;
    padding-top: 10px;
}
/*========================================= */
/* thanks
=========================================== */
.thanks-area {
    margin: 25vh auto ;
}
.thanks-area p span {
    font-size: 1.5em;
    color: #f29600;
    font-weight: bold;
}
.thanks-area {
    font-size: 1.6em;
}
.thanks-area img {
    width: 70%;
}
.thanks-area p {
    margin: 50px 0;
    line-height: 1.5;
    width: 100%;
}

.thanks-area .button::before,
.thanks-area .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.thanks-area .button,
.thanks-area .button::before,
.thanks-area .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.thanks-area .button {
  display: inline-block;
  width: 80%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #004ba0;
  border: 2px solid #004da1;
  color: #fff;
  line-height: 50px;
}
.thanks-area .button:hover {
  background-color: #fff;
  border-color: #f29600;
  color: #f29600;
  letter-spacing: 2px;
}
.thanks-area .button::before,
.thanks-area .button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #00469b;
}
.thanks-area .button::before {
  right: 0;
}
.thanks-area .button::after {
  left: 0;
}
.thanks-area .button:hover::before,
.thanks-area .button:hover::after {
  width: 0;
  background-color: #f29600;
}



/* 221019lineブロック追加 */

/*========================================= */
/* FB
=========================================== */
.fb-page {
    /* margin: 30px auto; */
    margin: 40px 0;
    /* width: 338px; */
    display: block!important;
  }

  .footer_box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 800px;
    margin: 40px auto;
    justify-content: space-around;
  }

.line {
   border: 5px solid #06c755;
    text-align: center;
    color: #fff;
}

.l_tbox {
    background-color: #06c755;
    padding: 10px;
    font-weight: bold;
}

.l_tbox p
{
    color: #fff;
}

p.l_title {
    font-size: 20px;
    margin-bottom: 0.5rem;
}

p.l_text
{
    font-size: 14px;
}

.line img
{
    width: 55%;
    padding: 1.6rem 0;
}


.fb-page {
    text-align: center;
    width:400px;
    display:inline-block;
}

blockquote {
    width: 400px;
    overflow: hidden;
}

@media (max-width: 768px)
{
    .footer_box{
        display: block;
        flex-wrap: wrap;
        align-items: center;
        width:100%;
        justify-content: space-around;
      }

      .fb-page,.line
      {
        margin-left: auto;
        margin-right: auto;
      }

      .line
      {
        width:70%;
        margin-top: 60px;
      }

      .line p
      {
        margin: 0;
      }

      p.l_title {
        font-size: 2.5em;
    }

    p.l_text {
        font-size: 1.8em;
        margin-top: 5px;
    }

    .l_tbox
    {
        padding: 15px;
    }
    

}

.l_link
{
    font-size: 18px;
    max-width: 220px;
    background-color: #06c755;
    border-radius: 30px;
    margin: 0 auto 2rem;

}

.l_link a
{
    display: block;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    padding: 1.5rem 0;
}

