@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,500,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/*共通の処理*/
@media screen and (min-width: 599px) {
  .sp {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .tb-sp {
    display: none !important; } }
@media screen and (max-width: 600px) {
  .tb-pc {
    display: none !important; } }
@media screen and (max-width: 1280px) {
  .only1280 {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0
  
  reset.css
========================================================= */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0; }

/* =========================================================
  Copyright (c) 2011, Yahoo! Inc. All rights reserved.
  Code licensed under the BSD License:
  http://developer.yahoo.com/yui/license.html
  version: 2.9.0
  
  fonts.css
  ---------------------------------
  font-size:1	for setting 10px
========================================================= */
html {
  background: #ffffff;
  overflow-x: hidden;
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font: 10px/1.6 "游ゴシック", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
  color: #333; }

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* HTML5 reset */
del,
ins,
var,
article,
aside,
canvas,
details,
span,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/
  margin: 0;
  padding: 0; }

article,
aside,
details,
dialog,
figure,
footer,
header,
hgroup,
legend,
nav,
section,
menu {
  display: block;
  zoom: 1; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

/* Reset */
body {
  -webkit-text-size-adjust: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input,
textarea,
select {
  *font-size: 100%; }

legend {
  color: #000; }

a {
  color: #003764;
  text-decoration: underline;
  cursor: pointer;
  _cursor: hand;
  outline: none; }

a:hover {
  color: #003764;
  text-decoration: none; }

embed,
object {
  display: block;
  outline: none; }

object,
a:focus {
  -moz-outline-style: none; }

hr {
  display: none; }

div {
  position: relative;
  zoom: 1; }

dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
table {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

/*クリアフィックス*/
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    visibility: hidden; }

img {
  width: 100%; }

a {
  text-decoration: none;
  transition: 0.5s; }

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap; }

/*マージン*/
.mlr-05 {
  margin-right: -0.5em;
  margin-left: -0.5em; }

.mlr-03 {
  margin-right: -0.3em;
  margin-left: -0.3em; }

.mlr-01 {
  margin-right: -0.1em;
  margin-left: -0.1em; }

.mb00 {
  margin-bottom: 0px !important; }
  @media screen and (max-width: 599px) {
    .mb00 {
      margin-bottom: 0px !important; } }

.mb05 {
  margin-bottom: 5px !important; }
  @media screen and (max-width: 599px) {
    .mb05 {
      margin-bottom: 5px !important; } }

.mb10 {
  margin-bottom: 10px !important; }
  @media screen and (max-width: 599px) {
    .mb10 {
      margin-bottom: 5px !important; } }

.mb15 {
  margin-bottom: 15px !important; }
  @media screen and (max-width: 599px) {
    .mb15 {
      margin-bottom: 10px !important; } }

.mb20 {
  margin-bottom: 20px !important; }
  @media screen and (max-width: 599px) {
    .mb20 {
      margin-bottom: 10px !important; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media screen and (max-width: 1024px) {
    .mb30 {
      margin-bottom: 25px !important; } }
  @media screen and (max-width: 599px) {
    .mb30 {
      margin-bottom: 20px !important; } }

.mb40 {
  margin-bottom: 40px !important; }
  @media screen and (max-width: 1024px) {
    .mb40 {
      margin-bottom: 30px !important; } }
  @media screen and (max-width: 599px) {
    .mb40 {
      margin-bottom: 20px !important; } }

.mb50 {
  margin-bottom: 50px !important; }
  @media screen and (max-width: 599px) {
    .mb50 {
      margin-bottom: 25px !important; } }

.mb70 {
  margin-bottom: 70px !important; }
  @media screen and (max-width: 1024px) {
    .mb70 {
      margin-bottom: 40px !important; } }
  @media screen and (max-width: 599px) {
    .mb70 {
      margin-bottom: 30px !important; } }

.mb80 {
  margin-bottom: 80px !important; }
  @media screen and (max-width: 1024px) {
    .mb80 {
      margin-bottom: 40px !important; } }
  @media screen and (max-width: 599px) {
    .mb80 {
      margin-bottom: 30px !important; } }

.anchor {
  margin-top: -110px;
  padding-top: 110px;
  display: block; }
  @media screen and (max-width: 1024px) {
    .anchor {
      margin-top: -80px;
      padding-top: 80px; } }
  @media screen and (max-width: 599px) {
    .anchor {
      margin-top: -50px;
      padding-top: 50px; } }

@media print {
  .sp {
    display: none !important; }

  body {
    width: 1140px;
    -webkit-print-color-adjust: exact; }

  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/ }
@page {
  size: A4;
  margin: 12.7mm 9.7mm; }
#fade {
  opacity: 1s;
  position: fixed;
  z-index: 10; }

.header-wrapper {
  top: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background-color: #f7f7f7;
  position: fixed;
  z-index: 10; }
  @media screen and (max-width: 599px) {
    .header-wrapper {
      height: 50px; } }
  .header-wrapper--contents {
    width: 50%; }
    @media screen and (max-width: 1400px) {
      .header-wrapper--contents {
        width: 55%; } }
    @media screen and (max-width: 1024px) {
      .header-wrapper--contents {
        width: 100%; } }
  .header-wrapper__logo {
    top: 19px;
    left: 25px;
    width: 220px;
    position: absolute; }
    @media screen and (max-width: 599px) {
      .header-wrapper__logo {
        top: 10px;
        left: 10px;
        width: 170px; } }
    .header-wrapper__logo__link {
      opacity: 1; }
      .header-wrapper__logo__link:hover {
        opacity: 0.7; }
        @media screen and (max-width: 1024px) {
          .header-wrapper__logo__link:hover {
            opacity: 1; } }
  .header-wrapper__menu-wrapper {
    width: 80px;
    position: relative;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 599px) {
      .header-wrapper__menu-wrapper {
        width: 50px; } }
    .header-wrapper__menu-wrapper__btn-menu {
      width: 80px;
      height: 80px;
      background-color: #49b;
      display: block;
      cursor: pointer;
      transition: 0.5s;
      position: absolute;
      z-index: 30; }
      .header-wrapper__menu-wrapper__btn-menu:hover {
        background-color: #333; }
        @media screen and (max-width: 1024px) {
          .header-wrapper__menu-wrapper__btn-menu:hover {
            background-color: #49b; } }
      @media screen and (max-width: 599px) {
        .header-wrapper__menu-wrapper__btn-menu {
          width: 50px;
          height: 50px; } }
      .header-wrapper__menu-wrapper__btn-menu span {
        top: calc( 50% - 1px );
        left: calc( 50% - 15px );
        width: 30px;
        height: 2px;
        background-color: #fff;
        position: absolute; }
        .header-wrapper__menu-wrapper__btn-menu span::before {
          content: '';
          top: -10px;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: absolute;
          transition: 0.5s; }
        .header-wrapper__menu-wrapper__btn-menu span::after {
          content: '';
          bottom: -10px;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: absolute;
          transition: 0.5s; }
        @media screen and (max-width: 599px) {
          .header-wrapper__menu-wrapper__btn-menu span {
            left: calc( 50% - 10px );
            width: 20px; }
            .header-wrapper__menu-wrapper__btn-menu span::before {
              top: -6px; }
            .header-wrapper__menu-wrapper__btn-menu span::after {
              bottom: -6px; } }
    .header-wrapper__menu-wrapper__inner {
      top: 0;
      left: 0;
      width: 0;
      height: 100vh;
      background-color: rgba(68, 153, 187, 0.95);
      transition: 0.25s;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      position: fixed;
      z-index: 20; }
      .header-wrapper__menu-wrapper__inner__box {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
        display: none; }
      .header-wrapper__menu-wrapper__inner__item {
        border-bottom: 1px solid #fff; }
        .header-wrapper__menu-wrapper__inner__item:first-child {
          border-top: 1px solid #fff; }
        .header-wrapper__menu-wrapper__inner__item__link {
          padding: 20px 15px;
          font-size: 16px;
          line-height: 1.01em;
          color: #fff;
          font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
          font-weight: 400;
          display: block;
          position: relative; }
          @media screen and (max-width: 599px) {
            .header-wrapper__menu-wrapper__inner__item__link {
              padding: 15px;
              font-size: 14px; } }
          .header-wrapper__menu-wrapper__inner__item__link::before {
            content: '';
            top: calc( 50% - 6px );
            right: 20px;
            width: 12px;
            height: 12px;
            border-width: 2px 2px 0 0;
            border-style: solid;
            border-color: #fff #fff transparent transparent;
            transform: rotate(45deg);
            position: absolute;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box; }
          .header-wrapper__menu-wrapper__inner__item__link:hover {
            color: #fff;
            background-color: #333; }
            @media screen and (max-width: 1024px) {
              .header-wrapper__menu-wrapper__inner__item__link:hover {
                background-color: transparent; } }
          .header-wrapper__menu-wrapper__inner__item__link--none::before {
            display: none; }
          .header-wrapper__menu-wrapper__inner__item__link--none:hover {
            background-color: transparent; }
        .header-wrapper__menu-wrapper__inner__item__sub__item {
          border-top: 1px dotted #fff; }
          .header-wrapper__menu-wrapper__inner__item__sub__item__link {
            padding: 18px 20px 18px 30px;
            font-size: 16px;
            line-height: 1.01em;
            color: #fff;
            font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
            font-weight: 400;
            display: block;
            position: relative; }
            @media screen and (max-width: 599px) {
              .header-wrapper__menu-wrapper__inner__item__sub__item__link {
                padding: 15px 15px 15px 30px;
                font-size: 14px; } }
            .header-wrapper__menu-wrapper__inner__item__sub__item__link::before {
              content: '';
              top: calc( 50% - 1px );
              left: 13px;
              width: 12px;
              height: 2px;
              background-color: #fff;
              position: absolute; }
            .header-wrapper__menu-wrapper__inner__item__sub__item__link:hover {
              color: #fff;
              background-color: #333; }
              @media screen and (max-width: 1024px) {
                .header-wrapper__menu-wrapper__inner__item__sub__item__link:hover {
                  background-color: transparent; } }

.btn-input {
  display: none; }

input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
  padding: 80px 120px;
  width: 100vw;
  overflow: scroll; }
  @media screen and (max-width: 599px) {
    input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner {
      padding: 50px 0; } }
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__inner__box {
  display: block; }
input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span {
  background-color: rgba(68, 153, 187, 0); }
  input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::before {
    top: 0; }
  input[type=checkbox].btn-input:checked + .header-wrapper__menu-wrapper .header-wrapper__menu-wrapper__btn-menu span::after {
    bottom: 0; }

.line-button-wrapper {
  margin: 0 auto 20px;
  text-align: center;
  display: none; }
  @media screen and (max-width: 1024px) {
    .line-button-wrapper {
      display: block; } }

.footer-wrapper {
  padding: 30px;
  background-color: #49b; }
  @media screen and (max-width: 1024px) {
    .footer-wrapper {
      padding: 20px; } }
  @media screen and (max-width: 599px) {
    .footer-wrapper {
      padding: 20px 0; } }
  .footer-wrapper__logo {
    width: 230px;
    float: left; }
    @media screen and (max-width: 599px) {
      .footer-wrapper__logo {
        margin: 0 auto 10px;
        width: 180px;
        float: none; } }
  .footer-wrapper__copyright {
    margin-top: 15px;
    width: auto;
    font-size: 14px;
    line-height: 1.01;
    color: #fff;
    text-align: right;
    float: right; }
    @media screen and (max-width: 599px) {
      .footer-wrapper__copyright {
        margin-top: 0;
        font-size: 10px;
        text-align: center;
        float: none; } }

.title-en {
  padding-bottom: 55px;
  font-size: 50px;
  line-height: 1.01;
  color: #333;
  font-family: "Cabin Sketch", cursive !important;
  font-weight: 400;
  text-align: center;
  background-image: url(../common/icon_face.svg);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: left 50% bottom 15px; }
  @media screen and (max-width: 599px) {
    .title-en {
      padding-bottom: 36px;
      font-size: 30px;
      background-size: 16px auto;
      background-position: left 50% bottom 7px; } }
  .title-en__jp {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.01;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-weight: 500;
    text-align: center;
    display: block; }
    @media screen and (max-width: 599px) {
      .title-en__jp {
        font-size: 12px; } }

.title-circle {
  padding-left: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.01;
  color: #333;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  position: relative; }
  .title-circle::before {
    content: '';
    top: -1px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 6px solid #49b;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute; }
  @media screen and (max-width: 599px) {
    .title-circle {
      padding-left: 20px;
      margin-bottom: 12px;
      font-size: 16px; }
      .title-circle::before {
        top: 1px;
        width: 16px;
        height: 16px;
        border: 5px solid #49b; } }

.title-mincho {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1.01em;
  color: #49b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: center; }
  @media screen and (max-width: 599px) {
    .title-mincho {
      margin-bottom: 15px;
      font-size: 22px;
      font-weight: 500; } }

.btn01 {
  margin: 15px auto 0;
  width: 300px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: center;
  background-color: #cb5;
  display: block;
  position: relative; }
  @media screen and (max-width: 599px) {
    .btn01 {
      margin-top: 10px;
      max-width: 100%;
      height: 40px;
      font-size: 14px;
      line-height: 40px; } }
  .btn01::before {
    content: '';
    top: 50%;
    right: 0;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transition: 0.5s;
    position: absolute; }
  .btn01:hover {
    color: #fff;
    background-color: #333; }
    .btn01:hover::before {
      right: -12px;
      background-color: #cb5; }
    @media screen and (max-width: 1024px) {
      .btn01:hover {
        background-color: #cb5; }
        .btn01:hover::before {
          right: 0px;
          background-color: #fff; } }
  .btn01--mt {
    margin-top: 50px; }
    @media screen and (max-width: 599px) {
      .btn01--mt {
        margin-top: 20ox; } }
  .btn01--mt0 {
    margin-top: 0; }

.sns-links {
  margin-top: 30px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .sns-links {
      margin-top: 20px; } }
  @media screen and (max-width: 599px) {
    .sns-links {
      margin-top: 15px; } }
  .sns-links__item {
    margin: 0 5px;
    display: inline-block; }
    .sns-links__item__link {
      width: 46px;
      height: 46px;
      background-color: #f7f7f7;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: 20px auto;
      display: block;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      -o-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      .sns-links__item__link:hover {
        background-color: #333; }
        @media screen and (max-width: 1024px) {
          .sns-links__item__link:hover {
            background-color: #f7f7f7; } }
      .sns-links__item__link--fb {
        background-image: url(../common/icon_fb.svg); }
        .sns-links__item__link--fb:hover {
          background-image: url(../common/icon_fb_white.svg); }
          @media screen and (max-width: 1024px) {
            .sns-links__item__link--fb:hover {
              background-image: url(../common/icon_fb.svg); } }
      .sns-links__item__link--insta {
        background-image: url(../common/icon_insta.svg); }
        .sns-links__item__link--insta:hover {
          background-image: url(../common/icon_insta_white.svg); }
          @media screen and (max-width: 1024px) {
            .sns-links__item__link--insta:hover {
              background-image: url(../common/icon_insta.svg); } }
      .sns-links__item__link--twitter {
        background-image: url(../common/icon_twitter.svg); }
        .sns-links__item__link--twitter:hover {
          background-image: url(../common/icon_twitter_white.svg); }
          @media screen and (max-width: 1024px) {
            .sns-links__item__link--twitter:hover {
              background-image: url(../common/icon_twitter.svg); } }

.text-link {
  color: #49b; }
  .text-link:hover {
    color: #cb5; }
    @media screen and (max-width: 1024px) {
      .text-link:hover {
        color: #49b; } }

.contents-wrapper {
  position: relative; }
  @media screen and (max-width: 1024px) {
    .contents-wrapper {
      padding-top: 80px; } }
  @media screen and (max-width: 599px) {
    .contents-wrapper {
      padding-top: 50px; } }
  .contents-wrapper__inner {
    padding: 130px 60px 0;
    width: 50%;
    min-height: calc( 100vh - 102px );
    float: right;
    box-sizing: border-box;
    position: relative; }
    @media screen and (max-width: 1400px) {
      .contents-wrapper__inner {
        padding: 120px 50px 0;
        width: 55%; } }
    @media screen and (max-width: 1280px) {
      .contents-wrapper__inner {
        padding: 110px 40px 0; } }
    @media screen and (max-width: 1024px) {
      .contents-wrapper__inner {
        padding: 50px 40px 0;
        width: auto;
        min-height: 10px;
        float: none; } }
    @media screen and (max-width: 599px) {
      .contents-wrapper__inner {
        padding: 30px 20px 0; } }
    .contents-wrapper__inner--pb {
      padding-bottom: 120px; }
      @media screen and (max-width: 1024px) {
        .contents-wrapper__inner--pb {
          padding-bottom: 80px; } }
      @media screen and (max-width: 599px) {
        .contents-wrapper__inner--pb {
          padding-bottom: 60px; } }

.floating-wrapper {
  margin: 0 -60px;
  padding: 20px;
  bottom: 0;
  width: auto;
  height: auto;
  background-color: rgba(51, 51, 51, 0.9);
  position: -webkit-sticky;
  position: sticky;
  box-sizing: border-box; }
  @media screen and (max-width: 1400px) {
    .floating-wrapper {
      margin: 0 -50px;
      width: calc( 100% + 100px ); } }
  @media screen and (max-width: 1280px) {
    .floating-wrapper {
      margin: 0 -40px;
      width: calc( 100% + 80px ); } }
  @media screen and (max-width: 1024px) {
    .floating-wrapper {
      padding: 10px; } }
  @media screen and (max-width: 599px) {
    .floating-wrapper {
      margin: 0 -20px;
      width: calc( 100% + 40px ); } }

.pagetitle {
  top: 0;
  width: 50%;
  height: 100vh;
  background-color: #cb5;
  position: -webkit-sticky;
  position: sticky;
  box-sizing: border-box;
  float: left; }
  @media screen and (max-width: 1400px) {
    .pagetitle {
      width: 45%; } }
  @media screen and (max-width: 1024px) {
    .pagetitle {
      top: 0;
      padding: 25px 0 25px 25px;
      width: auto;
      height: 180px;
      float: none;
      position: relative; } }
  @media screen and (max-width: 599px) {
    .pagetitle {
      padding: 15px 0 15px 15px;
      height: 120px; } }
  .pagetitle__text-wrapper {
    top: 30px;
    left: 30px;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .pagetitle__text-wrapper {
        top: auto;
        left: auto;
        position: relative; } }
    .pagetitle__text-wrapper__sub {
      margin-bottom: 10px;
      font-size: 24px;
      line-height: 1.01;
      color: #fff;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      font-weight: 400;
      display: block; }
      @media screen and (max-width: 1024px) {
        .pagetitle__text-wrapper__sub {
          margin-bottom: 7px;
          font-size: 20px; } }
      @media screen and (max-width: 599px) {
        .pagetitle__text-wrapper__sub {
          margin-bottom: 5px;
          font-size: 13px; } }
    .pagetitle__text-wrapper__title {
      font-size: 50px;
      line-height: 1.01;
      color: #fff;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      font-weight: 400;
      display: block; }
      @media screen and (max-width: 1280px) {
        .pagetitle__text-wrapper__title {
          font-size: 3.83vw; } }
      @media screen and (max-width: 1024px) {
        .pagetitle__text-wrapper__title {
          font-size: 36px; } }
      @media screen and (max-width: 599px) {
        .pagetitle__text-wrapper__title {
          font-size: 5.25vw; } }
    .pagetitle__text-wrapper__name {
      margin-top: 15px;
      font-size: 18px;
      line-height: 1.01;
      color: #fff;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      font-weight: 400;
      display: block; }
      @media screen and (max-width: 1024px) {
        .pagetitle__text-wrapper__name {
          margin-top: 10px;
          font-size: 15px; } }
      @media screen and (max-width: 599px) {
        .pagetitle__text-wrapper__name {
          margin-top: 7px;
          font-size: 12px; } }
  .pagetitle__en {
    bottom: calc( 50% + 20px );
    right: 20px;
    font-size: 30px;
    line-height: 1.01;
    color: #fff;
    font-family: "Cabin Sketch", cursive !important;
    font-weight: 400;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .pagetitle__en {
        bottom: 20px;
        right: calc( 45% + 20px );
        font-size: 22px; } }
    @media screen and (max-width: 599px) {
      .pagetitle__en {
        bottom: 12px;
        right: calc( 40% + 15px );
        font-size: 16px; } }
  .pagetitle__photo {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute; }
    @media screen and (max-width: 1024px) {
      .pagetitle__photo {
        left: auto;
        right: 0;
        width: 45%;
        height: 100%; } }
    @media screen and (max-width: 599px) {
      .pagetitle__photo {
        width: 40%; } }
    .pagetitle__photo--tamagawa {
      background-image: url(../voice/tamagawa/main.jpg); }
    .pagetitle__photo--cosmocourt {
      background-image: url(../voice/cosmocourt/main.jpg); }
    .pagetitle__photo--wingcourt {
      background-image: url(../voice/wingcourt/main.jpg); }
    .pagetitle__photo--amatsu-kaze {
      background-image: url(../voice/amatsu-kaze/main.jpg); }
    .pagetitle__photo--prosprey {
      background-image: url(../voice/prosprey/main.jpg); }
    .pagetitle__photo--about {
      background-image: url(../about/img/main.jpg); }

.table01 {
  width: 100%;
  border-bottom: 1px solid #ddd;
  border-collapse: collapse; }
  @media screen and (max-width: 599px) {
    .table01 {
      border-right: 1px solid #ddd;
      border-left: 1px solid #ddd; } }
  .table01 tr {
    background-color: #f7f7f7; }
    @media screen and (max-width: 599px) {
      .table01 tr {
        background-color: #fff; } }
  .table01 th {
    padding: 20px 0 18px;
    width: 110px;
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-weight: 400;
    text-align: center;
    background-color: #cb5;
    border-top: 1px solid #ddd; }
    @media screen and (max-width: 599px) {
      .table01 th {
        padding: 7px 0 6px;
        width: auto;
        display: block; } }
  .table01 td {
    padding: 20px 25px 18px;
    width: calc( 100% - 110px );
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: justify;
    border-top: 1px solid #ddd; }
    @media screen and (max-width: 599px) {
      .table01 td {
        padding: 15px;
        width: auto;
        display: block; } }
    .table01 td .tel-link {
      color: #333;
      cursor: auto; }
      @media screen and (max-width: 599px) {
        .table01 td .tel-link {
          color: #49b;
          text-decoration: underline;
          text-align: center;
          display: block; } }

.sub-nav {
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: url(../common/icon_face.svg);
  background-repeat: no-repeat;
  background-position: 50% 30px;
  background-size: 21px auto; }
  @media screen and (max-width: 599px) {
    .sub-nav {
      margin: 0 -15px -55px; } }
  .sub-nav__item {
    margin-top: 2px;
    width: calc( 50% - 1px );
    float: left; }
    .sub-nav__item:nth-child(even) {
      float: right; }
    .sub-nav__item__link {
      padding-left: 40px;
      height: 50px;
      font-size: 16px;
      line-height: 50px;
      color: #333;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
      font-weight: 400;
      background-color: #f7f7f7;
      display: block;
      position: relative; }
      .sub-nav__item__link::before {
        content: '';
        top: calc( 50% - 4px );
        left: 25px;
        border-width: 4px 0 4px 7px;
        border-style: solid;
        border-color: transparent transparent transparent #cb5;
        position: absolute;
        transition: 0.5s; }
      @media screen and (max-width: 599px) {
        .sub-nav__item__link {
          padding-left: 30px;
          height: 40px;
          font-size: 14px;
          line-height: 40px; }
          .sub-nav__item__link::before {
            content: '';
            top: calc( 50% - 3px );
            left: 15px;
            border-width: 3px 0 3px 6px; } }
      .sub-nav__item__link:hover {
        color: #fff;
        background-color: #49b; }
        .sub-nav__item__link:hover::before {
          left: 28px;
          border-color: transparent transparent transparent #fff; }
        @media screen and (max-width: 1024px) {
          .sub-nav__item__link:hover {
            color: #333;
            background-color: #f7f7f7; }
            .sub-nav__item__link:hover::before {
              left: 25px; } }
      .sub-nav__item__link--none::before {
        display: none; }
      .sub-nav__item__link--none:hover {
        background-color: #f7f7f7; }

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }
  .remodal-wrapper img {
    margin: 0 auto;
    max-width: 100%;
    width: auto;
    display: block; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  text-align: center;
  position: relative;
  outline: none;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 20px 20px 10px; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 32px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0; }
  to {
    transform: none;
    opacity: 1; } }
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1; }
  to {
    transform: scale(0.95);
    opacity: 0; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 800px;
    padding: 50px; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.top-main-wrapper {
  width: auto;
  background-color: #cb5; }
  .top-main-wrapper__text-wrapper {
    width: 50%;
    float: right;
    position: relative; }
    @media screen and (max-width: 599px) {
      .top-main-wrapper__text-wrapper {
        width: auto;
        float: none; }
        .top-main-wrapper__text-wrapper::before {
          content: '';
          padding-top: 60%;
          display: block; } }
    .top-main-wrapper__text-wrapper__copy {
      top: 6.25%;
      right: 5%;
      width: 60%;
      position: absolute; }
      @media screen and (max-width: 599px) {
        .top-main-wrapper__text-wrapper__copy {
          width: 55%; } }
    .top-main-wrapper__text-wrapper__ill {
      left: 20.834%;
      bottom: 4.7917%;
      width: 26.17%;
      position: absolute; }
      @media screen and (max-width: 599px) {
        .top-main-wrapper__text-wrapper__ill {
          left: 18%;
          bottom: 8%;
          width: 22%; } }
    .top-main-wrapper__text-wrapper__kumo01 {
      top: 52.5%;
      left: 6.167%;
      width: 13%;
      position: absolute;
      animation-duration: 2.5s;
      animation-name: kumo01-movie;
      transition-timing-function: linear;
      animation-iteration-count: infinite; }
@keyframes kumo01-movie {
  0% {
    top: 52.5%; }
  50% {
    top: 50.5%; }
  100% {
    top: 52.5%; } }
      @media screen and (max-width: 599px) {
        .top-main-wrapper__text-wrapper__kumo01 {
          top: 44%;
          left: 4%;
          width: 11%; }
        @keyframes kumo01-movie {
          0% {
            top: 44%; }
          50% {
            top: 42%; }
          100% {
            top: 44%; } } }
    .top-main-wrapper__text-wrapper__kumo02 {
      top: 37.917%;
      left: 17%;
      width: 16.5%;
      position: absolute;
      animation-delay: 0.5s;
      animation-duration: 2.5s;
      animation-name: kumo02-movie;
      transition-timing-function: linear;
      animation-iteration-count: infinite; }
@keyframes kumo02-movie {
  0% {
    top: 37.917%; }
  50% {
    top: 39.917%; }
  100% {
    top: 37.917%; } }
      @media screen and (max-width: 599px) {
        .top-main-wrapper__text-wrapper__kumo02 {
          top: 26%;
          left: 14%;
          width: 14%; }
        @keyframes kumo02-movie {
          0% {
            top: 26%; }
          50% {
            top: 28%; }
          100% {
            top: 26%; } } }
  .top-main-wrapper__photo {
    width: 50%;
    float: left; }
    @media screen and (max-width: 599px) {
      .top-main-wrapper__photo {
        width: auto;
        float: none; } }

.top-about-wrapper {
  padding: 80px 40px 100px;
  background-color: #f7f7f7; }
  @media screen and (max-width: 1024px) {
    .top-about-wrapper {
      padding: 40px 40px 60px; } }
  @media screen and (max-width: 599px) {
    .top-about-wrapper {
      padding: 30px 20px 40px; } }
  .top-about-wrapper__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 800px; }
    .top-about-wrapper__inner__copy {
      margin-bottom: 20px;
      font-size: 24px;
      line-height: 1.6;
      color: #333;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
      font-weight: 400;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .top-about-wrapper__inner__copy {
          margin-bottom: 15px;
          font-size: 20px; } }
      @media screen and (max-width: 599px) {
        .top-about-wrapper__inner__copy {
          margin-bottom: 10px;
          font-size: 20px; } }
    .top-about-wrapper__inner__text {
      font-size: 16px;
      line-height: 2.0;
      text-align: justify; }
      @media screen and (max-width: 599px) {
        .top-about-wrapper__inner__text {
          font-size: 14px;
          line-height: 1.8; } }

.top-voice-wrapper {
  padding: 80px 40px 150px; }
  @media screen and (max-width: 1024px) {
    .top-voice-wrapper {
      padding: 40px 10px 80px; } }
  @media screen and (max-width: 599px) {
    .top-voice-wrapper {
      padding: 30px 20px 60px; } }
  .top-voice-wrapper__inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px; }
    .top-voice-wrapper__inner__list {
      margin-top: -50px; }
      @media screen and (max-width: 1280px) {
        .top-voice-wrapper__inner__list {
          margin-top: -20px; } }
      @media screen and (max-width: 1024px) {
        .top-voice-wrapper__inner__list {
          margin-top: -10px; } }
      @media screen and (max-width: 599px) {
        .top-voice-wrapper__inner__list {
          margin-top: 0; } }
    .top-voice-wrapper__inner__item {
      margin-top: 50px;
      margin-left: 50px;
      width: calc( ( 99.9% - 100px ) / 3 );
      float: left; }
      @media screen and (max-width: 1280px) {
        .top-voice-wrapper__inner__item {
          margin-top: 20px;
          margin-left: 20px;
          width: calc( ( 99.9% - 40px ) / 3 ); } }
      @media screen and (max-width: 1024px) {
        .top-voice-wrapper__inner__item {
          margin-top: 10px;
          margin-left: 10px;
          width: calc( ( 99.9% - 20px ) / 3 ); } }
      @media screen and (max-width: 599px) {
        .top-voice-wrapper__inner__item {
          margin-top: 10px;
          margin-left: 0;
          width: auto;
          float: none; } }
      .top-voice-wrapper__inner__item:nth-child(3n-2) {
        margin-left: 0; }
      .top-voice-wrapper__inner__item__link {
        color: #333;
        background-color: #f7f7f7;
        display: block;
        position: relative; }
        .top-voice-wrapper__inner__item__link::before {
          content: '';
          right: 10px;
          bottom: 10px;
          border-width: 10px 10px 0 0;
          border-style: solid;
          border-color: transparent #789 transparent transparent;
          position: absolute;
          transition: 0.5s; }
        .top-voice-wrapper__inner__item__link:hover {
          color: #fff;
          background-color: #49b; }
          .top-voice-wrapper__inner__item__link:hover::before {
            border-color: transparent #fff transparent transparent; }
          .top-voice-wrapper__inner__item__link:hover .top-voice-wrapper__inner__item__link__photo-wrapper__img {
            transform: scale(1.1); }
          @media screen and (max-width: 1024px) {
            .top-voice-wrapper__inner__item__link:hover {
              color: #333;
              background-color: #fff; }
              .top-voice-wrapper__inner__item__link:hover::before {
                border-color: transparent #789 transparent transparent; }
              .top-voice-wrapper__inner__item__link:hover .top-voice-wrapper__inner__item__link__photo-wrapper__img {
                transform: scale(1); } }
        .top-voice-wrapper__inner__item__link__photo-wrapper {
          overflow: hidden; }
          .top-voice-wrapper__inner__item__link__photo-wrapper::before {
            content: '';
            padding-top: 56.67%;
            display: block; }
          .top-voice-wrapper__inner__item__link__photo-wrapper__img {
            top: 0;
            left: 0;
            width: 100%;
            position: absolute;
            transition: 0.5s; }
        .top-voice-wrapper__inner__item__link__text-wrapper {
          padding: 20px 25px 25px; }
          @media screen and (max-width: 1024px) {
            .top-voice-wrapper__inner__item__link__text-wrapper {
              padding: 15px 20px 20px; } }
          .top-voice-wrapper__inner__item__link__text-wrapper__copy {
            margin-bottom: 10px;
            font-size: 16px;
            line-height: 1.5;
            font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
            font-weight: 500;
            text-align: justify; }
            @media screen and (max-width: 1024px) {
              .top-voice-wrapper__inner__item__link__text-wrapper__copy {
                margin-bottom: 7px;
                font-size: 14px; } }
          .top-voice-wrapper__inner__item__link__text-wrapper__text {
            font-size: 14px;
            line-height: 1.57; }
            @media screen and (max-width: 1024px) {
              .top-voice-wrapper__inner__item__link__text-wrapper__text {
                font-size: 13px; } }

.voice-wrapper__copy {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.6em;
  color: #49b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 300;
  text-align: justify; }
  @media screen and (max-width: 599px) {
    .voice-wrapper__copy {
      margin-bottom: 8px;
      font-size: 18px;
      font-weight: 500; } }
.voice-wrapper__text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2.0em;
  color: #333;
  text-align: justify; }
  @media screen and (max-width: 599px) {
    .voice-wrapper__text {
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 1.8em; } }
  .voice-wrapper__text--center {
    text-align: center; }
.voice-wrapper__photos {
  margin-top: -20px;
  margin-bottom: 50px; }
  @media screen and (max-width: 599px) {
    .voice-wrapper__photos {
      margin-top: -5px;
      margin-bottom: 20px; } }
  .voice-wrapper__photos__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc( ( 99.9% - 20px) / 3 );
    float: left; }
    .voice-wrapper__photos__item:nth-child(3n-2) {
      margin-left: 0; }
    @media screen and (max-width: 599px) {
      .voice-wrapper__photos__item {
        margin-top: 4px;
        margin-left: 0;
        width: calc( 50% - 2px ); }
        .voice-wrapper__photos__item:nth-child(even) {
          float: right; } }
    .voice-wrapper__photos__item__link {
      background-color: #49b;
      display: block; }
      .voice-wrapper__photos__item__link img {
        transition: 0.5s; }
        .voice-wrapper__photos__item__link img:hover {
          opacity: 0.7; }
          @media screen and (max-width: 1024px) {
            .voice-wrapper__photos__item__link img:hover {
              opacity: 1; } }
.voice-wrapper__map {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  height: 300px;
  position: relative; }
  @media screen and (max-width: 599px) {
    .voice-wrapper__map {
      margin-top: 10px;
      margin-bottom: 15px;
      height: 200px; } }
  .voice-wrapper__map iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
