@charset "UTF-8";

* {
  box-sizing: border-box;
}


html,
body {
  font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
  /*自動文字詰め*/
  font-feature-settings: "palt";
  /*英字の折返し*/
  word-break: break-all;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #1d1d1d;
  background-image: url(../images/bg3.jpg);
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

body#business {
  background-image: url(../images/bg4.jpg);
}

.fixed{
  display: block;
   position: fixed;/*←絶対位置*/
    bottom: 0px; /*下に固定*/
    width: 100%;
    max-width: 400px;
}
.right{
  width: 100%;
}
.right img{
  width: 100%;
}

.left{
  width: 100%;
}
.left img{
  width: 100%;
}

/*段落・フォント*/

p {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  color: #1d1d1d;
  font-family: 'Noto Sans JP', "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

.font-mincho {
  font-family: 'Noto Serif JP', Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.font-en1 {
  /*英字1*/
  font-family: 'Arial', sans-serif;
}

.font-en2 {
  /*英字2*/
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
}

.font-en3 {
  /*英字2丸文字版*/
  font-family: sofia-pro-soft, sans-serif;
  font-weight: 700;
}


/******************************************************************************
*
* [共通]基本設定
*
******************************************************************************/

body {
  display: flex;
  justify-content: space-between;
}

.content_inner {
  width: 100%;
  max-width: 400px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: relative;
}

#left,
#right {
  width: 40%;
  width: -webkit-calc(50% - 200px);
  width: calc(50% - 200px);
  position: fixed;
  padding: 50px;
}

#left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

#right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

@media only screen and (max-width: 1500px) {

  #left,
  #right {
    padding: 20px;
  }
}

@media only screen and (max-width: 960px) {

  #left,
  #right {
    display: none;
  }
}

/*左コンテンツ*/

#left .main {
  width: 92%;
  margin: 0 auto 40px;
}

#left form {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.15));
  transform: translateZ(0);
}

#left form input[type="email"] {
  font-size: 18px;
  text-align: center;
  padding: 25px 10px;
  font-weight: bold;
  border-radius: 10px;
}

#left form input[type="image"] {
  width: 80%;
  margin: 20px auto 0;
}

/*右*/

#right h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin-bottom: 30px;
}

#right ul li {
  text-align: center;
  margin-bottom: 35px;
}

#right ul li:last-child {
  margin-bottom: 0;
}

#right ul li a {
  font-size: 16.5px;
  color: #d74237;
  font-weight: bold;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  transition: all 0.5s;
}

#business #right ul li a {
  color: #217ec3;
}

#right ul li a span {
  font-size: 50%;
  display: block;
  color: #9d9d9d;
}

#right ul li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1340px) {
  #right ul li a {
    font-size: 14px;
  }
}


/*---------------------
* コンテナ関係
---------------------*/

/*全体*/

article.content_article {
  padding: 30px 0;
}

article.content_article.none_pt {
  padding-top: 0;
}

article.content_article.none_pb {
  padding-bottom: 0;
}

/*内包*/

.wrap {
  width: 94%;
  margin: 0 auto;
}

.middle_wrap {
  width: 1400px;
  margin: 0 auto;
}

/*---------------------
* テキスト関係
---------------------*/

/*一般*/

small {
  font-size: 80%;
}

strong {
  font-weight: 900;
}

/*文字サイズ*/

.fsb {
  font-size: 150%;
}

.fsb2 {
  font-size: 200%;
}

/*カラー*/

.tc0 {
  color: #486886;
}

.tc1 {
  color: #f05178;
}

.tc2 {
  color: #167dbf;
}

.tc3 {
  color: #f29707;
  color: #ce9b2f;
}

.tc4 {
  color: #fcee21;
}

/*テキスト背景*/

.tbg1 {
  background: #f07d99;
  color: #fff;
  display: inline;
  padding: 0 3px;
}

.tbg2 {
  background: #167dbf;
  color: #fff;
  display: inline;
  padding: 0 3px;
}

.tbg4 {
  background: #fff;
  color: #167dbf;
  display: inline;
  padding: 0 3px;
}

/*マーカー*/

.tm3 {
  background: linear-gradient(transparent 70%, #ffe571 70%);
}

/*改行(SP時のみ改行)*/

.brSp {
  display: none;
}

/*---------------------
* 画像関係
---------------------*/

.lp_img img {
  display: block;
}

/*枠付き*/

.lp_img.be_border img {
  border: solid 1px #e0e0e0;
}

/*画像補足情報*/

figure figcaption {
  text-align: right;
  font-size: 11px;
  line-height: 2;
  color: #666;
}

/*---------------------
* 動画(埋め込み用)
---------------------*/

.mov {
  width: 100%;
  height: auto;
  position: relative;
}

.mov::before {
  content: "";
  display: block;
  padding-top: 56.2%;
}

.mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------
* 表示関係
---------------------*/

._pc {}

._sp {
  display: none !important;
}


/******************************************************************************
*
* [共通]フッター
*
******************************************************************************/

footer {
  padding: 20px 0;
  text-align: center;
  background: rgb(1 97 56) 0%;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
}

#business footer {
  background: linear-gradient(90deg, rgba(22, 125, 191, 1) 0%, rgba(0, 68, 90, 1) 99.86%);
}

footer p.copy {
  color: #fff;
  font-size: 10px;
  margin-top: 5px;
}

footer p.tokushoho {
  color: #ffff;
}

footer p.tokushoho a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  transition: all 0.5s;
}

footer p.tokushoho a:hover {
  opacity: 0.7;
}


/******************************************************************************
*
* [共通]追従ボタン
*
******************************************************************************/

#fb {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(217, 67, 97, 0.9);
  padding: 6px 10px 8px;
  z-index: 998;
  display: none;
}

#fb.lp2 {
  background: rgba(33, 126, 195, 0.9);
}

#fb .txt {
  width: 90%;
  margin: 0 auto 6px;
}

#fb .box {
  display: flex;
  justify-content: space-between;
}

#fb .box input[type="email"] {
  width: 70%;
  width: -webkit-calc(100% - 93px);
  width: calc(100% - 93px);
  font-size: 14px;
  padding: 5px 10px;
  background: #fff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

#fb .box input[type="image"] {
  width: 90px;
  padding: 5px 10px;
  background: linear-gradient(135deg, rgba(250, 243, 218, 1) 0%, rgba(250, 241, 214, 1) 50%, rgba(246, 227, 175, 1) 50%, rgba(251, 245, 224, 1) 100%);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}


/*640px以下*/

@media only screen and (max-width: 640px) {
  footer {
    position: relative;
    z-index: 999;
  }

  #fb {
    display: block;
  }
}