@charset "UTF-8";
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

body {
  font-family: Meiryo, Helvetica, Arial, Hiragino Kaku Gothic Pro, Osaka, Sans-Serif;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

/*English font*/
html[lang="en"] body {
  font-family: Helvetica,Arial,sans-serif;
}

/*簡体字font*/
html[lang="zh-cn"] body {
  font-family: "Helvetica Neue","Microsoft YaHei",Helvetica,Arial,sans-serif;
}

a {
  color: #00a4d8;
}

a:hover, a:focus, a:active, a.active {
  color: #2a6496;
}

a, a:hover, a:focus, a:active, a.active {
  outline: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

main {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.vsbl_pc {
  display: inherit;
}

.vsbl_sp {
  display: none;
}

/* navigation */
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-bottom: solid 1px #e7e7e7;
  background-color: #fff;
  font-family: Meiryo, Helvetica, Arial, Hiragino Kaku Gothic Pro, Osaka, Sans-Serif;
  z-index: 100;
  
}

header .logo {
  width: 287px;
  height: 50px;
  /* margin: 5px; */
  background: url(https://www.fromjapan.co.jp/sp/common/image/logo_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999999px;
  padding: 5px 0;
}

header .reg_sp {
  display: none;
}

header button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}

header .nav-button {
  display: none;
}

header .nav {
  font-size: 14px;
  z-index: 100;
}

header .nav li {
  display: inline-block;
  margin: 0 5px;
}

header .nav li a {
  color: #333;
  text-decoration: none;
}

header .nav li a:hover {
  text-decoration: underline;
}

header .nav .anchor a {
  border: solid 1px transparent;
  color: #333;
  padding: 10px;
  /*text-transform: uppercase;*/
  text-decoration: none;
}

header .nav .anchor a:hover, header .nav .anchor a:focus {
  border: solid 1px #FFD861;
  background-color: #FFD861;
  color: #333;
  text-decoration: none;
}

header .nav .anchor a span {
  color: #FC070B;
}

header .nav .lang_wrap {
  margin: 0 5px;
}

header .nav .lang_wrap select {
  -webkit-appearance: menulist-button;
  height: 32px;
  padding: 2px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  vertical-align: middle;
  background: #fafafa;
}

header .nav .reg {
  margin-top: 2px;
  border: #d9534f 1px solid;
  border-radius: 3px;
  background-color: #d9534f;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

header .nav .reg a {
  display: inline-block;
  padding: 4px 3px;
  color: #fff;
  text-decoration: none;
}

header .nav .reg a:hover {
  background-color: #fff;
  color: #d9534f;
  text-decoration: none;
}

header .nav .reg a:active {
  background-color: #d9534f;
  color: #fff;
  text-decoration: none;
}

header .nav_wrap.open {
  display: block;
  -webkit-animation-name: slidedown;
          animation-name: slidedown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

@-webkit-keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-51px);
            transform: translateY(-51px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slidedown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-51px);
            transform: translateY(-51px);
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

header .nav_wrap.close {
  display: none;
}

#head_banner {
  overflow-x: hidden;
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
}

#head_banner .headimg {
  position: relative;
  overflow: hidden;
  max-width: 1170px;
  width: 100%;
  margin: 0;
}

#head_banner .headimg img {
  width: 100%;
  padding-top: 51px;
}

#head_banner .hdimg_line {
  height: 10px;
  background-color: #FD4E00;
  background-image: repeating-linear-gradient(45deg, #FFD861 25%, transparent 25%, transparent 75%, #FFD861 75%, #FFD861), repeating-linear-gradient(45deg, #FFD861 25%, #FD4E00 25%, #FD4E00 75%, #FFD861 75%, #FFD861);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

/*section*/
section {
  width: 100%;
}

/*ボタン*/
a.btn {
  display: block;
  position: relative;
  width: 300px;
  margin: 10px auto;
  padding: 1em;
  color: #fff;
  background-color: #ff6978;
  border: 2px solid #ff6978;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

a.btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -7px;
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  content: "";
}

a.btn:hover {
  background: #ff8f9a;
  border: 2px solid #ff8f9a;
  color: #fff;
}

a.btn:hover::after {
  right: 2px;
  border-left: 7px solid #fff;
}

a.btn:active {
  background: #f92b40;
  border: 2px solid #f92b40;
  color: #fff;
}

a.btn:visited {
  color: #fff;
}

/* FJ top */
.fjtop {
  width: 100%;
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #888;
  font-size: 14px;
  text-align: center;
}

.fjtop a, .fjtop a:visited {
  color: #888;
  text-decoration: none;
}

.fjtop a:hover, .fjtop a:focus, .fjtop a:visited:hover, .fjtop a:visited:focus {
  color: #333;
}

.fjtop a:active, .fjtop a:visited:active {
  color: #00a4d8;
}

@media (min-width: 768px) {
  header .nav_wrap {
    display: block !important;
    z-index: 200;
  }
  /*TOPボタン PC*/
  #pagetop {
    position: fixed;
    right: 20px;
    bottom: 30px;
    z-index: 90;
  }
  #pagetop a {
    display: block;
  }
  #pagetop a:hover {
    display: block;
    text-decoration: none;
  }
  #pagetop .icn_btn {
    width: 44px;
    height: 41px;
    border: solid 1px #333;
    border-radius: 50%;
    background-color: #333;
  }
  #pagetop .icn_btn:hover, #pagetop .icn_btn:active, #pagetop .icn_btn:focus {
    border: solid 1px #999;
    background-color: #999;
  }
  #pagetop .arrow {
    margin: 0 30%;
    line-height: 1.2em;
    color: #fff;
    font-size: 30px;
  }
  #pagetop_sp .icn_btn_sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .logo {
    margin: 5px 10px;
  }
  header .nav li {
    margin: 0;
  }
  header .nav li a {
    padding: 0 5px;
  }
  header .nav .reg {
    margin-right: 15px;
  }
}

@media (max-width: 1020px) {
  .headimg {
    margin: 61px 0 0 0;
  }
}

@media (max-width: 767px) {
  body {
    background-size: 150%;

  }
  main {
    margin: 0 0 30px 0;
    padding-top: 0;
  }
  .vsbl_pc {
    display: none;
  }
  .vsbl_sp {
    display: inherit;
  }
  header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: solid 1px #e7e7e7;
    background-color: #fff;
    /*メニューボタンのエフェクト*/
  }
  header .logo {
    width: 150px;
    background-image: url(https://www.fromjapan.co.jp/sp/common/image/logo_sp.png);
    background-size: 85% auto;
    text-indent: -9999999px
  }
  header .reg_sp {
    display: inherit;
    position: absolute;
    right: 55px;
    height: auto;
    padding: 2px 4px;
    background-color: #d9534f;
    border: 1px solid #d9534f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: none;
  }
  header .reg_sp:hover {
    background-color: #fff;
    color: #d9534f;
  }
  header .nav-button {
    display: block;
    cursor: pointer;
  }
  header .nav_wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 51px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: solid 1px #e7e7e7;
    z-index: 200;
  }
  header .nav_wrap .nav {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 0;
  }
  header .nav_wrap .nav li {
    width: 100%;
    margin: 0;
    font-size: 14px;
  }
  header .nav_wrap .nav li a {
    width: 100%;
    padding: 5px 15px;
  }
  header .nav_wrap ul {
    margin: 0;
    padding: 0 10px;
    list-style: none;
  }
  header .nav_wrap li {
    margin: 10px 0;
    font-size: 14px;
  }
  header .nav_wrap li a {
    display: inline-block;
    color: #333;
  }
  header .nav_wrap .lang_wrap {
    display: none;
  }
  header .nav_wrap .lang_sp {
    font-size: 14px;
    text-align: center;
    list-style: none;
  }
  header .nav_wrap .lang_sp .lang_active {
    font-weight: bold;
  }
  header .nav_wrap .lang_sp a, header .nav_wrap .lang_sp a:visited {
    margin: 5px 7px;
    text-decoration: none;
  }
  header .nav_wrap .lang_sp a:hover, header .nav_wrap .lang_sp a:active {
    text-decoration: underline;
  }
  header .nav_wrap .lang_sp .sns_sp {
    font-size: 18px;
  }
  header .nav_wrap .lang_sp .sns_sp_cn {
    display: inline-block;
  }
  header .nav_wrap .lang_sp .sns_sp_cn a {
    margin: 0 5px;
  }
  header .nav_wrap .reg {
    display: none;
  }
  header .nav-button,
  header .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .nav-button {
    position: relative;
    width: 30px;
    height: 24px;
    margin: -10px 10px 0 0;
    z-index: 100;
  }
  header .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    border-radius: 4px;
  }
  header .nav-button span:nth-of-type(1) {
    top: 0;
  }
  header .nav-button span:nth-of-type(2) {
    top: 10px;
  }
  header .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
  header .nav-button::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 30px;
    margin: 2px 0 0 0;
    color: #333;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    content: "MENU";
  }
  header .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  header .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  .headimg {
    margin: 51px 0 0 0;
  }
  .headimg h1 img {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  /*ボタン*/
  a.btn {
    width: 85%;
    max-width: 600px;
  }
  /*TOPボタン SP*/
  #pagetop .icn_btn {
    display: none;
  }
  #pagetop_sp {
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 90;
  }
  #pagetop_sp a {
    display: block;
  }
  #pagetop_sp .icn_btn_sp {
    width: 33px;
    height: 30px;
    border: solid 1px #333;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: #333;
  }
  #pagetop_sp .arrow_sp {
    margin: 0 31%;
    color: #fff;
    font-size: 20px;
  }
  /* FJ top */
  .fjtop {
    margin: 0;
  }
}

/* footer */
footer {
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
}

footer .footer_cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  color: #333;
  font-size: 11px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  padding: 0;
  list-style: none;
  line-height: 30px;
}

footer ul li {
  margin: 0 10px;
  line-height: 1.2;
}

footer ul.quicklinks {
  width: 40%;
}

footer ul.quicklinks_cn {
  width: 35%;
}

footer ul.sns {
  width: 20%;
  font-size: 18px;
}

footer ul.sns_cn {
  width: 30%;
  padding-left: 5px;
  font-size: 18px;
}

footer .copyright {
  width: 40%;
  margin: 0 10px;
}

footer .copyright_cn {
  width: 35%;
  margin: 0 10px;
}

footer a, footer a:visited {
  color: #333;
  text-decoration: none;
}

footer a:hover, footer a:visited:hover {
  color: #C1272D;
}

footer a:active, footer a:visited:active {
  color: #C1272D;
}

@media screen and (max-width: 1024px) {
  footer .footer_cnt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    max-width: 760px;
  }
  footer ul {
    margin: 0 10px;
  }
  footer ul li {
    margin: 0 10px;
  }
  footer ul.quicklinks, footer ul.quicklinks_cn {
    width: 100%;
    margin-bottom: 5px;
  }
  footer ul.sns, footer ul.sns_cn {
    width: 100%;
    margin-bottom: 5px;
  }
  footer ul.sns_cn a {
    margin: 5px;
  }
  footer .copyright, footer .copyright_cn {
    width: 100%;
    margin: 0 10px;
  }
}

/* 検索 */
#search {
  padding: 40px;
  background-color: #F9F9F9;
}

#search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

#search h2 {
  margin: 15px 0 25px 15px;
  color: #333;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}

#search h2 br {
  display: none;
}

#search form:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

#search input,
#search select {
  float: left;
  height: 70px;
}

#search .wrd {
  width: 90%;
  margin-right: 10px;
  padding: 10px;
  background: #fff;
  border: none;
  outline: none;
  border: 1px solid #E1E1E1;
}

#search .submit {
  width: 80px;
  border: none;
  border-radius: 3px;
  background: #333 url(../image/common/icn_search.png) no-repeat center;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}

#search .submit:hover {
  background-color: #ccc;
}

/* for sp */
@media screen and (max-width: 767px) {
  #search {
    padding: 20px;
  }
  #search h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  #search h2 br {
    display: block;
  }
  #search input,
  #search select {
    float: none;
    height: 50px;
    margin-bottom: 10px;
  }
  #search .wrd {
    width: 90%;
  }
  #search .submit {
    width: 10%;
    background-size: 30px;
  }
}

/* /for sp */
/* for ss */
@media screen and (max-width: 420px) {
  #search .wrd {
    width: 85%;
  }
  #search .submit {
    width: 15%;
    background-size: 30px;
  }
}

/* /for ss */
/* /検索 */
/*メインカラー*/
/*
 * 各特集のスタイル
 */
#main_wrap {
  overflow-x: hidden;
  position: relative;
  max-width: 1170px;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
}

#first {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background-color: #FCF8ED;
  padding-top: 80px;
  text-align: center;
  position: relative;
}

#first .section_wrap {
  width: 70%;
  margin: 0 auto;
}

#first .section_wrap .intro_tit {
  position: relative;
  margin: 0 auto;
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#first .section_wrap .intro_tit div:nth-child(1) {
  background: #ffe082;
  width: 5px;
  height: 100px;
  margin: 0 8px;
  /* Skew */
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

#first .section_wrap .intro_tit div:nth-child(3) {
  background: #ffe082;
  width: 5px;
  height: 100px;
  margin: 0 8px;
  /* Skew */
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

#first .section_wrap .intro_tit div p {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline;
  -webkit-box-shadow: inset 0 -15px 0 #fff;
          box-shadow: inset 0 -15px 0 #fff;
}

#first .section_wrap .intro_tit div p span {
  color: #f36a2f;
}

#first .section_wrap img {
  margin: 40px auto 40px;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#first .section_wrap .intro_txt {
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.6em;
}

#first .section_wrap .intro_txt .txt_b {
  color: #525252;
  font-weight: 600;
}

#first .section_wrap .intro_txt span {
  color: #f36a2f;
  font-weight: 600;
}

#first .section_wrap .txt_cn {
  font-weight: 400;
}

#first .triangle-down1 {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  line-height: 0;
}

#first .triangle-down1 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 86px;
  fill: #FCF8ED;
}

#second {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 13%;
  position: relative;
}

#second .section_wrap {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

#second .section_wrap .step_tit {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 40px;
  border-radius: 100px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 7px 0px 2px #ebebeb;
          box-shadow: 0px 7px 0px 2px #ebebeb;
}

#second .section_wrap .step_wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#second .section_wrap .step_wrap .step_box {
  background-color: #fff;
  -webkit-box-shadow: -1px 2px 18px -2px rgba(180, 180, 180, 0.712);
          box-shadow: -1px 2px 18px -2px rgba(180, 180, 180, 0.712);
  border-radius: 10px;
  width: 330px;
  height: 240px;
  margin: 20px;
  position: relative;
}

#second .section_wrap .step_wrap .step_box .box_up {
  width: 100%;
  height: 35%;
  position: relative;
  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;
}

#second .section_wrap .step_wrap .step_box .box_up .box_icon {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

#second .section_wrap .step_wrap .step_box .box_up .box_icon img {
  position: absolute;
  left: 7%;
  bottom: -20%;
  z-index: 10;
  width: 95px;
  height: 95px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

#second .section_wrap .step_wrap .step_box .box_up div {
  -webkit-box-flex: 3.5;
      -ms-flex: 3.5;
          flex: 3.5;
  width: 100%;
  height: 100%;
}

#second .section_wrap .step_wrap .step_box .box_up div p {
  font-size: 28px;
  font-style: italic;
  display: inline;
  -webkit-box-shadow: inset 0 -10px 0 #fff3af;
          box-shadow: inset 0 -10px 0 #fff3af;
  line-height: 1.3;
  color: #5e5e5e;
}

#second .section_wrap .step_wrap .step_box .box_up div p span {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  margin-left: 2%;
  color: #000;
}

#second .section_wrap .step_wrap .step_box .box_down {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66%;
  background-color: #f36a2f;
  border-radius: 0 0 10px 10px;
  padding: 20px 10px 20px;
  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;
}

#second .section_wrap .step_wrap .step_box .box_down p {
  font-size: 20px;
  line-height: 1.5em;
  color: #FFF;
  margin-bottom: 0;
}

#second .intro_tit {
  width: 70%;
  height: auto;
  margin: 40px auto 0;
  position: relative;
}

#second .intro_tit p {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.5em;
  display: inline;
  -webkit-box-shadow: inset 0 -15px 0 #FFF1A2;
          box-shadow: inset 0 -15px 0 #FFF1A2;
}

#second .intro_tit div {
  height: 100%;
}

#second .intro_tit div img {
  width: 240px;
  margin: 15px auto 0;
}

#second::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3%;
  left: 25%;
  width: 150px;
  height: 150px;
  background: url(../image/common/stars.png) no-repeat;
  background-size: cover;
  opacity: 0.3;
}

#second::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3%;
  right: 25%;
  width: 150px;
  height: 150px;
  background: url(../image/common/stars.png) no-repeat;
  background-size: cover;
  opacity: 0.3;
}

#third {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 3% 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F7F7F7;
  position: relative;
}

#third .triangle-down2 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  line-height: 0;
}

#third .triangle-down2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 86px;
  fill: #ffffff;
}

#third .section_wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 120px;
}

#third .section_wrap .ex_box {
  width: 100%;
  position: relative;
}

#third .section_wrap .ex_box .ex_tit {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  height: auto;
  background-color: #E0DFE0;
  border: 3px solid #d6d6d6;
  font-size: 20px;
  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;
}

#third .section_wrap .ex_box .ex_tit div {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 3px 10px;
  margin-right: 20px;
}

#third .section_wrap .ex_box .ex_tit p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
}

#third .section_wrap .ex_box .ex_txt {
  width: 85%;
  height: auto;
  margin: 0 auto;
  padding: 35px 10px 20px;
  background-color: #fff;
  border: 5px solid #FC4F30;
  -webkit-box-shadow: -1px 6px 15px -4px rgba(139, 139, 139, 0.6);
          box-shadow: -1px 6px 15px -4px rgba(139, 139, 139, 0.6);
}

#third .section_wrap .ex_box .ex_txt p {
  font-size: 20px;
  margin: 0;
}

#third .section_wrap .ex_box .ex_txt p:last-child {
  font-size: 36px;
  font-weight: 600;
}

#third .section_wrap .ex_box .ex_txt .ex_pt {
  width: 100%;
  height: auto;
}

#third .section_wrap .ex_box .ex_txt .ex_pt div {
  line-height: 1;
}

#third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(1) p {
  font-size: 60px;
  line-height: 1;
}

#third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(2) {
  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;
}

#third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(2) p {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  color: #FC4F30;
}

#third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(2) img {
  width: 20%;
  height: auto;
  margin-left: 20px;
}

#third .section_wrap .ex_point {
  width: 70%;
  margin: 0 auto;
  background-color: #ffe082;
  padding: 30px 40px 30px;
}

#third .section_wrap .ex_point p {
  font-size: 24px;
  font-weight: 600;
}

#third .section_wrap .ex_point p:nth-last-child(2) {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5em;
}

#third .section_wrap .ex_point p a {
  color: #f36a2f;
  cursor: pointer;
  text-decoration: underline;
}

#third .section_wrap .ex_point .warning {
  background-color: rgba(255, 248, 220, 0.644);
  margin-top: 20px;
  padding: 10px;
  color: #616161;
}

#third .section_wrap .ex_point .warning p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

#third .section_wrap .btn_gogo {
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  margin: 30px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f36a2f;
  -webkit-box-shadow: -1px 6px 15px -4px rgba(139, 139, 139, 0.6);
          box-shadow: -1px 6px 15px -4px rgba(139, 139, 139, 0.6);
  border-radius: 50px;
  font-size: 24px;
  font-weight: 800;
  -webkit-transition: .3s;
  transition: .3s;
}

#third .section_wrap .btn_gogo a {
  color: #fff !important;
  text-decoration: none;
}

#third .section_wrap .btn_gogo a .fa-solid {
  width: 10px;
  background: red;
}

#third .section_wrap .btn_gogo:hover {
  -webkit-box-shadow: -1px 10px 15px -4px rgba(139, 139, 139, 0.8);
          box-shadow: -1px 10px 15px -4px rgba(139, 139, 139, 0.8);
  background-color: #000;
  cursor: pointer;
}

#otherevent {
  background-color: #3CC17E;
  padding: 55px 55px 60px;
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#otherevent .oe_heading {
  display: inline-block;
  padding: 10px;
  margin: 0 auto 35px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

#otherevent .oe_banner {
  -webkit-box-shadow: -1px 10px 15px -4px rgba(77, 77, 77, 0.8);
          box-shadow: -1px 10px 15px -4px rgba(77, 77, 77, 0.8);
  cursor: pointer;
}

#otherevent .oe_banner:hover {
  -webkit-box-shadow: -1px 10px 30px -4px rgba(51, 51, 51, 0.863);
          box-shadow: -1px 10px 30px -4px rgba(51, 51, 51, 0.863);
}

#portfolio {
  padding: 50px 0;
}

#portfolio .section-heading p {
  font-size: 26px;
  line-height: 1.5;
  padding: 0 5%;
}

#portfolio .section-heading p span {
  color: #f36a2f;
}



/* フッター pagetop */
.footer_pagetop {
  margin: 50px auto 20px;
  text-align: center;
  position: relative;
  /* background-color: #F9F9F9; */
}
.footer_pagetop a {
  color: #333;
}
.footer_pagetop a:before {
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
  border-top: solid 2px #333;
  border-left: solid 2px #333;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  content: "";
}
.footer_pagetop a:hover {
  color: #C1272D;
}
.footer_pagetop a:hover:before {
  border-top: solid 2px #C1272D;
  border-left: solid 2px #C1272D;
}


/* FJ home */
.fjhome {
  width: 100%;
  padding: 20px;
  color: #000;
  text-align: center;
  background-color: #f2f2f2;
}

.fjhome a,
.fjhome a:visited {
  color: #000;
}

.fjhome a:hover,
.fjhome .fjhome a:focus,
.fjhome .fjhome a:active,
.fjhome .fjhome a:visited:hover,
.fjhome .fjhome a:visited:focus,
.fjhome .fjhome a:visited:active {
  color: #C1272D;
}

.radio-eva {
  max-width: 980px;
  width: 95%;
  margin: 0 auto 60px;
  text-align: center;
}

.radio-eva .ttl {
  margin-bottom: 24px;
  color: #f36a2f;
}

.radio-eva .ttl-main {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.radio-eva .ttl-sub {
  display: block;
}

.radio-eva .img {
  margin-bottom: 32px;
}

.radio-eva .img img {
  width: 100%;
  max-width: 100%;
}

.radio-eva .cta {
  display: inline-block;
  max-width: 100%;
  padding: 16px;
  background-color: #f36a2f;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
}

.radio-eva .cta:hover {
  opacity: .8;
  text-decoration: none;
}

/* SP */
@media (max-width: 979px) {
  #third .section_wrap .ex_box .ex_txt .ex_pt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #third .section_wrap .ex_box .ex_txt .ex_pt img {
    width: 20%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  #head_banner .headimg img {
    padding-top: 50px;
  }
  #first .section_wrap {
    width: 90%;
  }
  #first .section_wrap .intro_txt {
    width: 100%;
  }
  #second {
    padding-top: 15%;
  }
  #second .section_wrap .step_wrap .step_box {
    width: 70%;
    height: 230px;
    margin: 15px;
  }
  #second .section_wrap .step_wrap .step_box .box_down {
    padding: 10px;
  }
  #second .section_wrap .step_wrap .step_box .box_up .box_icon img {
    left: 15%;
  }
  #second .intro_tit {
    width: 100%;
  }
  #second .intro_tit::after {
    bottom: -15%;
  }
  #second::after {
    right: 115px;
  }
  #second::before {
    left: 115px;
  }
  #third .section_wrap .ex_box .ex_txt {
    width: 100%;
  }
  #third .section_wrap .ex_box .ex_tit {
    width: 90%;
  }
  #third .section_wrap .ex_point {
    width: 90%;
  }
  #third .section_wrap .btn_gogo {
    width: 85%;
  }
}

@media (max-width: 540px) {
  #first {
    padding-top: 50px;
  }
  #first .section_wrap .intro_tit {
    width: 100%;
  }
  #second {
    padding-top: 20%;
  }
  #second .section_wrap .step_wrap .step_box {
    width: 100%;
  }
  #second .intro_tit div img {
    width: 180px;
  }
  #second::after,
  #second::before {
    opacity: 0.2;
  }
  #third .section_wrap .ex_box .ex_txt {
    padding-top: 50px;
  }
  #third .section_wrap .ex_box .ex_txt.ex_txt_en {
    padding-top: 35px;
  }
  #third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(1) p,
  #third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(2) p {
    font-size: 50px;
  }
  #third .section_wrap .ex_point {
    padding: 20px;
  }
  #third .section_wrap .btn_gogo {
    width: 100%;
  }
}

@media (max-width: 414px) {
  #first .section_wrap .intro_tit div p {
    font-size: 22px;
  }
  #first .section_wrap img {
    margin: 20px auto 30px;
  }
  #first .section_wrap .intro_txt {
    font-size: 16px;
  }
  #second {
    padding-top: 25%;
  }
  #second .section_wrap {
    width: 90%;
  }
  #second .section_wrap .step_tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #second .section_wrap .step_wrap .step_box {
    margin: 15px;
    height: 210px;
  }
  #second .section_wrap .step_wrap .step_box .box_up div p {
    font-size: 24px;
    line-height: 1.2;
  }
  #second .section_wrap .step_wrap .step_box .box_up div p span {
    font-size: 58px;
  }
  #second .section_wrap .step_wrap .step_box .box_up .box_icon img {
    width: 85px;
    height: 85px;
  }
  #second .section_wrap .step_wrap .step_box .box_down p {
    font-size: 20px;
  }
  #second .intro_tit p {
    font-size: 22px;
  }
  #second .intro_tit div img {
    width: 200px;
  }
  #second::after, #second::before {
    display: none;
  }
  #third .section_wrap {
    width: 85%;
  }
  #third .section_wrap .ex_box .ex_tit p {
    font-size: 14px;
  }
  #third .section_wrap .ex_box .ex_txt.ex_txt_en {
    padding-top: 50px;
  }
  #third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(1) p,
  #third .section_wrap .ex_box .ex_txt .ex_pt div:nth-child(2) p {
    font-size: 45px;
  }
  #third .section_wrap .ex_box .ex_txt p:last-child {
    font-size: 24px;
  }
  #third .section_wrap .ex_point p {
    font-size: 20px;
  }
  #third .section_wrap .ex_point p:nth-last-child(2) {
    font-size: 14px;
  }
  #third .section_wrap .ex_point .warning {
    font-size: 12px;
  }
  #third .section_wrap .btn_gogo {
    font-size: 22px;
  }
  #otherevent {
    padding: 7%;
  }
  #otherevent .oe_heading {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  #first {
    padding-top: 30px;
  }
  #second {
    padding-top: 30%;
  }
  #second .section_wrap .step_wrap .step_box .box_up .box_icon img {
    left: 10%;
  }
  #second .intro_tit p {
    font-size: 22px;
  }
  #second .intro_tit {
    margin-top: 25px;
  }
  #second .intro_tit::after {
    top: 98%;
  }
  #third .section_wrap .btn_gogo {
    font-size: 20px;
    margin: 20px auto;
  }
  #otherevent .oe_heading {
    font-size: 20px;
  }
  #portfolio .section-heading p {
    font-size: 20px;
  }
}
