@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ BASE
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 830px) {
  body {
    　position: relative;
    overflow-x: hidden;
  }
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*====================================================================================
BreakPoint
====================================================================================*/
@media screen and (max-width: 830px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 830px) {
  .sp {
    display: none !important;
  }
}

/*====================================================================================
Font
====================================================================================*/
h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  word-wrap: break-word;
  color: #303030;
  font-family: Arial, Droid Sans, Roboto, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5em;
  list-style-type: none;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ header
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ block
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.block {
  position: relative;
}

.block.puff {
  padding: 100px 0;
}

@media screen and (max-width: 580px) {
  .block.puff {
    padding: 60px 0;
  }
}

@media screen and (max-width: 359px) {
  .block.puff {
    padding: 40px 0;
  }
}

.inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.inner > *:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 580px) {
  .inner > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 359px) {
  .inner > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 800px) {
  .inner {
    padding: 0 10px;
  }
}

.card {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.card .inner {
  padding: 20px 10px;
}

.card .inner > *:not(:last-child) {
  margin-bottom: 30px;
}

/*====================================================================================
color
====================================================================================*/
.blue {
  background-color: #37ACF3;
}

.white {
  background-color: #ffffff;
}

.gray {
  background-color: #F8F9FA;
}

/*====================================================================================
option
====================================================================================*/
.block.d-height {
  min-height: 100vh;
}

.block__lv02 > *:not(:last-child) {
  margin-bottom: 15px;
}

/*====================================================================================
flex
====================================================================================*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 共通パーツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.button {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}

.button > * {
  display: block;
  padding: 20px 0;
  border-radius: 8px;
  background-color: #f59b14;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

button.button {
  display: block;
  width: 300px;
}

/*====================================================================================
title
====================================================================================*/
.titleArea > * {
  text-align: center;
}

.titleArea > *:not(:last-child) {
  margin-bottom: 15px;
}

.titleArea02 > * {
  text-align: center;
}

.titleArea02 > *:not(:last-child) {
  margin-bottom: 10px;
}

.title-block {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 580px) {
  .title-block {
    font-size: 26px;
  }
}

@media screen and (max-width: 450px) {
  .title-block {
    font-size: 22px;
  }
}

@media screen and (max-width: 359px) {
  .title-block {
    font-size: 18px;
  }
}

.title01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .title01 {
    font-size: 18px;
  }
}

@media screen and (max-width: 359px) {
  .title01 {
    font-size: 15px;
  }
}

.title-white {
  color: #fff;
}

/*====================================================================================
text
====================================================================================*/
.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.small {
  font-size: 13px;
}

.strong {
  color: #1B63A5;
}

@media screen and (max-width: 500px) {
  .spLeft {
    text-align: left;
  }
}

.mt5 {
  margin-top: 5px;
}

/*====================================================================================
video
====================================================================================*/
.video {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.video:before {
  display: block;
  padding-top: 56.25%;
  content: "";
  /* 高さの比率 ÷ 幅の比率 × 100 【1:1=100%】【4:3=75%】【16:9=56.25%】 */
}

.video > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ mv
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.mv {
  padding: 150px 30px;
  background-image: url("../images/bg.png");
  background-position: bottom;
  background-size: cover;
}

.mv .button {
  margin-right: 0;
  margin-left: 0;
}

.mv-content > *:not(:last-child) {
  margin-bottom: 30px;
}

.mv-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}

.mv-text {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.75em;
}

.mv-text a {
  color: #FFEA2B;
  font-weight: bold;
  text-decoration: underline;
}

.mv-iPhone img {
  width: 250px;
  height: 504px;
} 


.site-logo img {
  width: 116px;
  height: 36px;
}

@media screen and (max-width: 1025px) {
  .mv-title {
    font-size: 38px;
  }
  .mv-iPhone {
    margin-bottom: 0 !important;
  }
  .mv-iPhone img {
    width: 220px;
    height: 443px;
  }
}

@media screen and (max-width: 955px) {
  .mv-title {
    font-size: 35px;
  }
  .mv-iPhone img {
    width: 200px;
    height: 403px;
  }
}

@media screen and (max-width: 895px) {
  .mv-title {
    font-size: 30px;
  }
  .mv-iPhone img {
    width: 180px;
    height: 363px;
  }
}

@media screen and (max-width: 800px) {
  .mv {
    padding: 80px 15px;
  }
  .mv .inner {
    display: block;
    text-align: center;
  }
  .mv .inner > *:not(:last-child) {
    margin-bottom: 50px;
  }
  .mv .button {
    margin-right: auto;
    margin-left: auto;
  }
  .mv-iPhone img {
    width: 180px;
    height: 363px;
  }
}

@media screen and (max-width: 580px) {
  .mv {
    padding-bottom: 0;
  }
  .mv-content > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .mv .inner > *:not(:last-child) {
    margin-bottom: 30px;
  }
  .mv-title {
    font-size: 18px;
  }
  .mv .button > * {
    padding: 15px 0;
  }
  .mv-text {
    text-align: left;
  }
  .mv-iPhone {
    height: 250px;
    overflow: hidden;
  }
}

@media screen and (max-width: 359px) {
  .mv-title {
    font-size: 16px;
  }
  .mv-text {
    font-size: 14px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ sv
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.sv {
  padding: 160px 0;
  overflow: hidden;
}

.sv .textArea {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sv .textArea-content > *:not(:last-child) {
  margin-bottom: 100px;
}

.sv .textArea-item .text, .sv .textArea-item .text > * {
  line-height: 1em;
}

.sv .textArea-item .text {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.sv .textArea-item .text:not(:last-child) {
  margin-bottom: 15px;
}

.sv .textArea-item .text > * {
  display: inline-block;
  padding: 15px 30px;
  background-color: #fff;
}

.sv .cross {
  position: relative;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
}

.sv .cross:before, .sv .cross:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 130px;
  background-color: #333;
  content: "";
}

.sv .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.sv .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sv .bgArea {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.sv .bgArea:after {
  -webkit-transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../images/mask.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.sv .bgArea .content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.sv .bg-item {
  position: relative;
  width: 50%;
}

.sv .bg-item img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*====================================================================================

====================================================================================*/
@media screen and (max-width: 1025px) {
  .sv .textArea-item .text {
    font-size: 38px;
  }
}

@media screen and (max-width: 955px) {
  .sv {
    padding: 90px 0;
  }
  .sv .textArea-content > *:not(:last-child) {
    margin-bottom: 80px;
  }
  .sv .textArea-item .text {
    font-size: 35px;
  }
}

@media screen and (max-width: 895px) {
  .sv .textArea-content > *:not(:last-child) {
    margin-bottom: 50px;
  }
  .sv .textArea-item .text {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .sv {
    padding: 80px 0;
  }
  .sv .cross {
    width: 100px;
    height: 100px;
  }
  .sv .cross:before, .sv .cross:after {
    width: 5px;
    height: 100px;
  }
  .sv .textArea-content > *:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 580px) {
  .sv {
    padding: 40px 0;
  }
  .sv .cross {
    width: 60px;
    height: 60px;
  }
  .sv .cross:before, .sv .cross:after {
    width: 4px;
    height: 60px;
  }
  .sv .textArea-content > *:not(:last-child) {
    margin-bottom: 25px;
  }
  .sv .textArea-item .text {
    font-size: 18px;
  }
  .sv .textArea-item .text > * {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 359px) {
  .sv .textArea-item .text {
    font-size: 16px;
  }
  .sv .textArea-content > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .sv .cross {
    width: 40px;
    height: 40px;
  }
  .sv .cross:before, .sv .cross:after {
    width: 3px;
    height: 40px;
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ service
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.bgTop {
  position: relative;
}

.bgTop .inner {
  z-index: 1;
  position: relative;
}

.bgTop .bg {
  -webkit-transform: translateX(-50%);
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 300px;
  overflow: hidden;
  transform: translateX(-50%);
  background-image: url("../images/bg.png");
  background-position: center bottom;
  background-size: cover;
}

.price * {
  color: #1B63A5;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}

.price .big {
  font-size: 45px;
}

.priceList {
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.priceList__item {
  display: table-row;
}

.priceList__item > * {
  display: table-cell;
  padding: 6px 10px;
  line-height: 1em;
}

@media screen and (max-width: 359px) {
  .priceList__item > * {
    font-size: 13px;
  }
}

.centerList {
  display: table;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}

.centerList__item {
  display: table-row;
}

.centerList__item > * {
  display: table-cell;
  margin-left: 1em;
  font-size: 13px;
  text-indent: -1em;
}

.centerList__item > *:before {
  content: "・";
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ step
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.step {
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepItem {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  background-color: #fff;
}

.stepItem > * {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.stepArrow {
  position: relative;
  width: 20px;
  height: 20px;
}

.stepArrow:after {
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 0;
  border-left: 20px solid #1B63A5;
  content: "";
}

@media screen and (max-width: 650px) {
  .stepItem {
    width: 100px;
    height: 100px;
  }
  .stepItem > *, .stepItem .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 550px) {
  .step {
    display: block;
  }
  .step > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .stepItem {
    margin-right: auto;
    margin-left: auto;
  }
  .stepItem > *, .stepItem .small {
    font-size: 12px;
  }
  .stepArrow {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .stepArrow:after {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 10px solid #1B63A5;
    border-bottom: 0;
    content: "";
  }
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ お問い合わせ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.formArea {
  -webkit-box-shadow: none;
  border: 1px solid #ccc;
  box-shadow: none;
}

.formArea .inner {
  padding: 20px;
}

.formArea .hissu {
  color: red;
  font-size: 10px;
  font-weight: bold;
  vertical-align: super;
}

.formArea .formItem > * {
  display: block;
}

.formArea input, .formArea textArea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ footer
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
.corporation__copy {
  width: 100%;
  padding: 15px 0;
  background: #3a3a3a;
}

.corporation__copy .inner {
  display: table;
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.corporation__copy .inner > * {
  display: table-cell;
}

.corporation__copy .left > * {
  display: inline-block;
}

.corporation__copy .left > *:not(:last-child) {
  margin-right: 15px;
}

.corporation__copy .right {
  width: 500px;
}

@media screen and (max-width: 1000px) {
  .corporation__copy .right {
    width: 400px;
  }
}

@media screen and (max-width: 900px) {
  .corporation__copy .right {
    width: 350px;
  }
}

@media screen and (max-width: 769px) {
  .corporation__copy .inner {
    display: block;
  }
  .corporation__copy .inner > * {
    display: block;
  }
  .corporation__copy .left > *:not(:last-child) {
    margin-right: 0;
  }
  .corporation__copy .left > * {
    display: block;
  }
  .corporation__copy .right {
    width: 100%;
    max-width: 400px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}

.corporation__copy .banner img {
  width: 100%;
}

.corporation__copyright, .corporation__copyright * {
  color: #fff;
}
