@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;700&display=swap");
html {
  font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","ヒラギノ角ゴシック","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
  /* 1 */
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
div,
summary {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.u-pc-none {
  display: none; }
  @media (max-width: 768px) {
    .u-pc-none {
      display: block; } }

.u-sp-none {
  display: block; }
  @media (max-width: 768px) {
    .u-sp-none {
      display: none !important; } }

/* =BreakPoint
--------------------------------------------------------------
PC and TABLET ( and SP landscape )
@media ( min-width: 601px ){

PC ( and TABLET landscape )
@media ( min-width: 961px ){

TABLET ( and SP landscape )
@media ( min-width: 601px ) and ( max-width: 960px ){

TABLET and SP ( not TABLET landscape )
@media ( max-width: 960px ){

SP ( only portrait )
@media ( max-width: 600px ){

over
@media ( min-width: 1101px ){

under
@media ( max-width: 1100px ){
--------------------------------------------------------------
*/
/* = index
-------------------------------------------------------------- */
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

.form_in {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

.form_in ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 60px;
  margin: 0 0 4px; }

.form_in ul li {
  -ms-flex-preferred-size: 31.2%;
  flex-basis: 31.2%;
  margin: 0 0 26px 3.2%; }

.form_in ul li:nth-child(1),
.form_in ul li:nth-child(4) {
  margin: 0 0 26px; }

.form_in ul li .search_label {
  display: block;
  text-align: left;
  font-size: 19px;
  font-weight: bold;
  color: #1c3366;
  padding: 0 0 10px 2px; }

.form_in ul li .search_label span {
  font-size: 13px; }

.form_in ul li input,
.form_in ul li select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 44px;
  outline: none;
  border: 1px solid #b4b7bb;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  padding: 2px 14px 0 14px;
  background: #fff;
  border-radius: 3px;
  color: #1c3366 !important; }

.form_in ul li input:focus,
.form_in ul li select:focus {
  border: 1px solid #00489d; }

.form_in ul li select {
  background: #fff url("../img/arrow.png") no-repeat 96% center;
  background-size: 14px auto; }

.inputDate {
  display: block;
  position: relative; }

.inputDate::after {
  content: "";
  background: url("../img/ico_form_calendar.svg") no-repeat 0 center;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none; }

.datepicker::-webkit-input-placeholder {
  color: #1c3366; }

.datepicker:-ms-input-placeholder {
  color: #1c3366; }

.datepicker::-ms-input-placeholder {
  color: #1c3366; }

.datepicker::placeholder {
  color: #1c3366; }

.form_in .btn input {
  display: block;
  width: 60%;
  height: 76px;
  font-size: 20px;
  background: #00489d url(../img/search_arrow.png) no-repeat 96% center;
  background-size: 7px auto;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 2px solid #1c3366;
  border-radius: 3px;
  padding: 6px 0 4px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rd_smk_selectbox {
  position: relative; }

.rd_smk_selectbox[data-value]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: calc(22 / 14 * 1em);
  height: calc(22 / 14 * 1em);
  margin: 0;
  margin-left: calc(calc(14 / 14 * 1em) + 3.4em);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  pointer-events: none; }

.rd_smk_selectbox[data-value="0"]::before {
  background-image: url("../img/ico_form_smoking01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.rd_smk_selectbox[data-value="1"]::before {
  background-image: url("../img/ico_form_smoking02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 960px) {
  .form_in ul {
    padding: 0; } }

@media (max-width: 600px) {
  .form_in ul {
    padding: 0 0 5.2vw; }
  .form_in ul li {
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%;
    margin: 0 0 3.6vw 2%; }
  .form_in ul li:nth-child(1),
  .form_in ul li:nth-child(4) {
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    margin: 0 0 3.6vw; }
  .form_in ul li .search_label {
    font-size: 2.67vw;
    padding: 0 0 1.6vw 1vw; }
  .form_in ul li .search_label span {
    font-size: 2vw; }
  .form_in ul li input,
  .form_in ul li select {
    height: 10.4vw;
    font-size: 4.4vw;
    padding: 0 1.6vw; }
  .form_in ul li select {
    background: #fff url("../img/arrow.png") no-repeat 94% center;
    background-size: 2.27vw auto; }
  .inputDate::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 1.4vw; }
  .form_in .btn input {
    width: 100%;
    height: 12.67vw;
    font-size: 3.47vw;
    background: #00489d url(../img/search_arrow.png) no-repeat 96% center;
    background-size: 0.93vw auto;
    border-bottom: 0.27vw solid #1c3366;
    border-radius: 0.8vw;
    padding: 0.5vw; }
  .rd_smk_selectbox[data-value]::before {
    width: 4.6vw;
    height: 4.6vw;
    margin-left: 12vw; } }

/* datepicker */
:root {
  --fontSize: 14;
  --font-NotoSans: 'Noto Sans JP', sans-serif;
  --font-LeagueSpartan: 'League Spartan', sans-serif;
  --color-brand-navy: #1C3366;
  --color-brand-blue: #00489D;
  --color-brand-beige: #D3BBA3;
  --color-base-lightGray: #F8F8F8;
  --color-font-gray: #3C3C3C;
  --color-font-blue: #194998;
  --color-gray: #D3D3D3; }

@media all and (min-width: 601px) {
  body .ui-datepicker {
    width: calc(361 / 15.4 * 1em);
    font-family: var(--font-NotoSans);
    padding: calc(33 / 15.4 * 1em) calc(33 / 15.4 * 1em) calc(42 / 15.4 * 1em);
    z-index: 3 !important; }
  body .ui-datepicker .ui-widget-header.ui-datepicker-header {
    position: relative;
    border: none;
    background: #fff;
    font-weight: 100;
    font-size: calc(25 / 15.4 * 1em);
    padding: 0; }
  body .ui-datepicker .ui-datepicker-next,
  body .ui-datepicker .ui-datepicker-prev {
    width: calc(30 / 25 * 1em);
    height: calc(30 / 25 * 1em);
    border: calc(1 / 25 * 1em) solid #DBDBDB;
    border-radius: 50%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body .ui-datepicker .ui-datepicker-next {
    right: 0 !important; }
  body .ui-datepicker .ui-datepicker-prev {
    left: 0 !important; }
  body .ui-datepicker .ui-widget-header .ui-icon {
    display: inline-block;
    background-image: url("../img/ico_arw_right_navy.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(6 / 25 * 1em);
    height: calc(11 / 25 * 1em);
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body .ui-datepicker .ui-widget-header .ui-state-hover {
    opacity: .7;
    background: transparent; }
  body .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1); }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 400; }
  .ui-datepicker table {
    margin-top: calc(24 / 25 * 1em);
    margin-bottom: 0; }
  .ui-datepicker th {
    font-weight: 400;
    padding-bottom: calc(20 / 25 * 1em); }
  .ui-state-default, .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    color: var(--color-font-gray);
    font-weight: 400;
    border: none;
    background: transparent;
    letter-spacing: .1em;
    text-align: center;
    padding: calc(12 / 25 * 1em) 0; }
  .date-sunday .ui-state-default,
  .ui-datepicker th:first-child,
  .ui-datepicker td:first-child .ui-state-default {
    color: #B91F1F; }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    opacity: .3; }
  .ui-state-active, .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  .ui-datepicker td:first-child .ui-state-default.ui-state-active {
    background: var(--color-brand-blue);
    color: #fff; } }

@media all and (max-width: 600px) {
  body .ui-datepicker {
    width: calc(83% - calc(44 / var(--fontSize) * 1em));
    font-family: var(--font-NotoSans);
    padding: calc(12 / var(--fontSize) * 1em);
    z-index: 3 !important; }
  .ui-datepicker table {
    font-size: .7em; }
  body .ui-datepicker .ui-widget-header.ui-datepicker-header {
    position: relative;
    border: none;
    background: #fff;
    font-weight: 100;
    font-size: calc(18 / 15.4 * 1em);
    padding: 0; }
  body .ui-datepicker .ui-datepicker-next,
  body .ui-datepicker .ui-datepicker-prev {
    width: calc(30 / 25 * 1em);
    height: calc(30 / 25 * 1em);
    border: calc(1 / 25 * 1em) solid #DBDBDB;
    border-radius: 50%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body .ui-datepicker .ui-datepicker-next {
    right: 0 !important; }
  body .ui-datepicker .ui-datepicker-prev {
    left: 0 !important; }
  body .ui-datepicker .ui-widget-header .ui-icon {
    display: inline-block;
    background-image: url("../img/ico_arw_right_navy.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: calc(6 / 25 * 1em);
    height: calc(11 / 25 * 1em);
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  body .ui-datepicker .ui-widget-header .ui-state-hover {
    opacity: .7;
    background: transparent; }
  body .ui-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon {
    -webkit-transform: translate(-50%, -50%) scale(-1, 1);
    -ms-transform: translate(-50%, -50%) scale(-1, 1);
    transform: translate(-50%, -50%) scale(-1, 1); }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 400;
    margin: 0 1.5em; }
  .ui-datepicker table {
    margin-top: calc(24 / 25 * 1em);
    margin-bottom: 0; }
  .ui-datepicker th {
    font-weight: 400;
    padding-bottom: calc(20 / 25 * 1em); }
  .ui-state-default, .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    color: var(--color-font-gray);
    font-weight: 400;
    border: none;
    background: transparent;
    letter-spacing: .1em;
    text-align: center;
    padding: calc(12 / 25 * 1em) 0; }
  .date-sunday .ui-state-default,
  .ui-datepicker th:first-child,
  .ui-datepicker td:first-child .ui-state-default {
    color: #B91F1F; }
  .ui-state-highlight, .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    opacity: .3; }
  .ui-state-active, .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  .ui-datepicker td:first-child .ui-state-default.ui-state-active {
    background: var(--color-brand-blue);
    color: #fff; } }

.form_in .btn input {
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.form_in .btn input:hover {
  opacity: 0.6 !important; }

.mv {
  width: 100%;
  position: relative;
  z-index: 1;
  min-width: 1160px;
  padding-bottom: 27px; }
  @media (max-width: 768px) {
    .mv {
      min-width: auto;
      padding-bottom: 15px; } }
  .mv::before {
    position: absolute;
    content: "";
    width: 100%;
    display: block;
    background-color: #01489c;
    height: 30.7vw;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% - 27px)) skewY(-15.5deg);
    -ms-transform: translate(-50%, calc(100% - 27px)) skewY(-15.5deg);
    transform: translate(-50%, calc(100% - 27px)) skewY(-15.5deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top; }
    @media (max-width: 768px) {
      .mv::before {
        height: 49.26%;
        -webkit-transform: translate(-50%, calc(100% - 15px)) skewY(-34deg);
        -ms-transform: translate(-50%, calc(100% - 15px)) skewY(-34deg);
        transform: translate(-50%, calc(100% - 15px)) skewY(-34deg); } }
  .mv img {
    width: 100%;
    position: relative; }
  .mv-cta-wrapper {
    width: 26.666%;
    position: absolute;
    bottom: 27px;
    z-index: 5; }
    @media (max-width: 768px) {
      .mv-cta-wrapper {
        width: 51%;
        bottom: 0px; } }
    .mv-cta-wrapper.cta-right {
      right: 2.33%; }
      @media (max-width: 768px) {
        .mv-cta-wrapper.cta-right {
          right: 3.46%; } }
    .mv-cta-wrapper.cta-left {
      left: 8.4%; }
      @media (max-width: 768px) {
        .mv-cta-wrapper.cta-left {
          left: 50%;
          -webkit-transform: translateX(-51%);
          -ms-transform: translateX(-51%);
          transform: translateX(-51%); } }
    .mv-cta-wrapper::before {
      position: absolute;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: #1b3367;
      top: 5px;
      left: 5px;
      z-index: 1; }
      @media (max-width: 768px) {
        .mv-cta-wrapper::before {
          top: 4px;
          left: 4px; } }
  .mv-cta-link {
    z-index: 3;
    position: relative;
    width: 100%;
    text-decoration: none;
    display: block;
    background-color: #fff;
    font-size: 20px;
    line-height: 1;
    color: #01489c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    letter-spacing: .2em;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    @media (max-width: 768px) {
      .mv-cta-link {
        font-size: 12px;
        padding: 10px 0 11px; } }
    .mv-cta-link:hover {
      -webkit-transform: translate(4px, 4px);
      -ms-transform: translate(4px, 4px);
      transform: translate(4px, 4px);
      opacity: 1; }
      .mv-cta-link:hover .mv-cta-arrow-wrapper {
        -webkit-animation: none;
        animation: none; }
  .mv-cta-arrow-wrapper {
    width: 30px;
    height: 20px;
    overflow: hidden;
    margin-left: 12px;
    position: relative;
    -webkit-animation: bounce 1.5s infinite 1.5s;
    animation: bounce 1.5s infinite 1.5s; }
    @media (max-width: 768px) {
      .mv-cta-arrow-wrapper {
        width: 15px;
        height: 10px;
        overflow: hidden;
        margin-left: 4px; } }
    .mv-cta-arrow-wrapper::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 13px;
      height: 13px;
      border-right: 4px solid #01489c;
      border-bottom: 4px solid #01489c;
      -webkit-transform: translate(-50%, -70%) rotate(45deg);
      -ms-transform: translate(-50%, -70%) rotate(45deg);
      transform: translate(-50%, -70%) rotate(45deg); }
      @media (max-width: 768px) {
        .mv-cta-arrow-wrapper::after {
          width: 6px;
          height: 6px;
          border-width: 2px; } }

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }

.info {
  width: 100%;
  position: relative;
  min-width: 1160px;
  z-index: 3; }
  @media (max-width: 768px) {
    .info {
      min-width: auto; } }
  .info-wrapper {
    padding-top: 220px;
    overflow: hidden; }
    @media (max-width: 768px) {
      .info-wrapper {
        padding-top: 75px; } }
  .info-inner {
    position: relative;
    width: 77.333%;
    min-width: 1160px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .info-inner {
        width: 100%;
        min-width: auto; } }
  .info-bg {
    position: absolute;
    height: 54.54%;
    width: 100%;
    bottom: 0;
    right: 0;
    display: block;
    background-color: #e3eaf0;
    z-index: 2; }
    .info-bg::before, .info-bg::after {
      content: "";
      position: absolute;
      height: 100%;
      display: block;
      background-color: #e3eaf0;
      top: 0; }
    .info-bg::before {
      width: 91px;
      -webkit-transform: translateX(calc(-100% + 1px));
      -ms-transform: translateX(calc(-100% + 1px));
      transform: translateX(calc(-100% + 1px));
      left: 0; }
      .info-even .info-bg::before {
        right: 0;
        left: auto;
        -webkit-transform: translateX(calc(100% - 1px));
        -ms-transform: translateX(calc(100% - 1px));
        transform: translateX(calc(100% - 1px)); }
    .info-bg::after {
      width: calc((100vw - 100%) / 2 + 1px);
      -webkit-transform: translateX(calc(100% - 1px));
      -ms-transform: translateX(calc(100% - 1px));
      transform: translateX(calc(100% - 1px));
      right: 0px; }
      .info-even .info-bg::after {
        right: auto;
        left: 1px;
        -webkit-transform: translateX(calc(-100% + 1px));
        -ms-transform: translateX(calc(-100% + 1px));
        transform: translateX(calc(-100% + 1px)); }
  .info-top-wrapper {
    position: relative;
    z-index: 4; }
  .info-img-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 660px);
    height: 100%; }
  .info-even .info-img-wrapper {
    left: auto;
    right: 0; }
  .info-img-perth-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 60px;
    overflow: hidden; }
    .info-img-perth-container.container-min {
      padding-bottom: 240px; }
  .info-perth-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    top: 0;
    left: 0;
    overflow: hidden; }
  .info-deco-img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 224px;
    display: block;
    position: absolute;
    -webkit-transform: translateY(-44.5%);
    -ms-transform: translateY(-44.5%);
    transform: translateY(-44.5%); }
    .info-even .info-deco-img {
      left: auto;
      right: 0; }
  .info-text-wrapper {
    padding-left: calc(100% - 610px);
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding-top: 90px; }
    @media (max-width: 768px) {
      .info-text-wrapper {
        padding: 0;
        width: 92%;
        margin: 50px auto 0; } }
  .info-even .info-text-wrapper {
    padding-right: calc(100% - 610px);
    padding-left: 0; }
    @media (max-width: 768px) {
      .info-even .info-text-wrapper {
        padding: 0; } }
  .info-text-tel {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    background-color: #fff;
    border: 3px solid #e3eaf0;
    position: absolute;
    top: -7px;
    right: 0;
    color: #1b3367;
    display: inline-block; }
    @media (max-width: 768px) {
      .info-text-tel {
        position: relative;
        font-size: 15px;
        margin-top: 23px;
        top: 0; } }
  .info-even .info-text-tel {
    left: 0;
    right: auto; }
  .info-text-tel-tag {
    text-align: center;
    padding: 12px 17px;
    display: inline-block;
    background-color: #e3eaf0; }
    @media (max-width: 768px) {
      .info-text-tel-tag {
        padding: 8px 10px; } }
  .info-text-tel-num {
    padding: 12px 17px;
    display: inline-block;
    letter-spacing: .1em; }
    @media (max-width: 768px) {
      .info-text-tel-num {
        padding: 8px 10px; } }
  .info-text-head-wrapper {
    display: block;
    width: 100%;
    position: relative;
    line-height: 1;
    letter-spacing: .1em; }
    .info-text-head-wrapper::before {
      content: "";
      display: block;
      height: 1px;
      width: calc(25px + 100%);
      position: absolute;
      left: -50px;
      bottom: 0;
      background-color: #01489c; }
      @media (max-width: 768px) {
        .info-text-head-wrapper::before {
          width: calc(100% - 25px);
          left: 0; } }
    .info-even .info-text-head-wrapper::before {
      width: calc(100% - 25px);
      left: 0; }
  .info-text-head {
    font-size: 24px;
    position: relative; }
    @media (max-width: 768px) {
      .info-text-head {
        font-size: 15px; } }
    .info-text-head span {
      font-size: 50px; }
      @media (max-width: 768px) {
        .info-text-head span {
          font-size: 30px; } }
    @media (max-width: 768px) {
      .info-text-head .text-min {
        font-size: 26px; } }
  .info-text-head-icon-wrapper {
    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;
    width: 66px;
    height: 66px;
    border: 1px solid #01489c;
    border-radius: 50%;
    background-color: #e3eaf0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer; }
    .info-text-head-icon-wrapper:hover {
      background-color: #fff; }
    .info-text-head-icon-wrapper img {
      display: block;
      width: 50%; }
    @media (max-width: 768px) {
      .info-text-head-icon-wrapper {
        width: 42px;
        height: 42px; } }
  .info-text-head-icon {
    width: 100%; }
  .info-desc-wrapper {
    margin-top: 32px;
    padding-left: 69px;
    position: relative; }
    @media (max-width: 768px) {
      .info-desc-wrapper {
        padding-left: 0; } }
  .info-desc-icon {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3em;
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 768px) {
      .info-desc-icon {
        position: relative; } }
  .info-desc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .info-desc-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 500;
    margin: 0;
    width: 53.5%; }
    @media (max-width: 768px) {
      .info-desc-list {
        margin-top: 16px;
        width: 57.1%; } }
    .info-desc-list + .info-desc-list {
      margin-top: 8px; }
      @media (max-width: 768px) {
        .info-desc-list + .info-desc-list {
          margin-top: 16px; } }
    .info-desc-list.list-full {
      width: 100%; }
    .info-desc-list.list-min {
      width: 43.73%; }
      @media (max-width: 768px) {
        .info-desc-list.list-min {
          width: 39.85%; } }
      .info-desc-list.list-min:nth-child(2) {
        margin-top: 0; }
        @media (max-width: 768px) {
          .info-desc-list.list-min:nth-child(2) {
            margin-top: 16px; } }
    @media (max-width: 768px) {
      .info-desc-list.list-sp-full {
        width: 100%; } }
  .info-desc-list-item-head {
    font-weight: 700;
    width: 96px; }
    @media (max-width: 768px) {
      .info-desc-list-item-head {
        width: 100%;
        font-size: 15px; } }
    .list-min .info-desc-list-item-head {
      width: 106px; }
      @media (max-width: 768px) {
        .list-min .info-desc-list-item-head {
          width: 100%; } }
  .info-desc-list-item {
    width: calc(100% - 96px);
    margin: 0;
    font-weight: 500;
    line-height: 1.4em; }
    @media (max-width: 768px) {
      .info-desc-list-item {
        width: 100%; } }
    .info-desc-list-item a {
      color: #01489c; }
    .list-min .info-desc-list-item {
      width: calc(100% - 106px); }
      @media (max-width: 768px) {
        .list-min .info-desc-list-item {
          width: 100%; } }
  .info-desc-list-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .info-desc-list-bottom {
        display: block; } }
  .info-desc-list-bottom-container.container-left {
    width: 57.24%; }
    @media (max-width: 768px) {
      .info-desc-list-bottom-container.container-left {
        width: 100%; } }
  .info-desc-list-bottom-container.container-right {
    width: 42.93%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px; }
    @media (max-width: 768px) {
      .info-desc-list-bottom-container.container-right {
        width: 100%;
        padding: 0;
        margin-top: 16px; } }
  .info-desc-list-bottom-head {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.25em;
    margin: 0; }
    @media (max-width: 768px) {
      .info-desc-list-bottom-head {
        font-size: 15px; } }
    .info-desc-list-bottom-head span {
      font-size: 10px; }
  .info-desc-list-bottom-img {
    margin-top: 15px;
    display: block; }
    @media (max-width: 768px) {
      .info-desc-list-bottom-img {
        margin-top: 10px; } }
  .container-left .info-desc-list-bottom-img {
    width: 100%; }
    @media (max-width: 768px) {
      .container-left .info-desc-list-bottom-img {
        width: 95%; } }
  .container-right .info-desc-list-bottom-img {
    width: 81%; }
    @media (max-width: 768px) {
      .container-right .info-desc-list-bottom-img {
        width: 46%; } }
  .info-desc-cta {
    text-decoration: none;
    width: 100%;
    display: block;
    margin-top: 23px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .info-desc-cta:hover {
      opacity: .6; }
    .info-desc-cta span {
      font-size: 18px;
      line-height: 1;
      color: #fff;
      background-color: #01489c;
      padding: 19px 0 21px;
      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;
      text-align: center;
      font-weight: 500;
      letter-spacing: .2em; }
      .info-desc-cta span::after {
        content: "";
        display: block;
        right: 0;
        width: 13px;
        height: 13px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: translate(100%, -20%) rotate(45deg);
        -ms-transform: translate(100%, -20%) rotate(45deg);
        transform: translate(100%, -20%) rotate(45deg); }
  .info-feature-wrapper {
    margin-right: 0;
    margin-left: auto;
    margin-top: 32px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column; }
    .info-even .info-feature-wrapper {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .info-feature-wrapper li {
      position: relative;
      overflow: hidden;
      height: 130px;
      width: auto;
      vertical-align: bottom;
      display: inline-block; }
      .info-feature-wrapper li::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1b3367;
        mix-blend-mode: multiply;
        -webkit-transform: skewX(-21deg) translateX(25px);
        -ms-transform: skewX(-21deg) translateX(25px);
        transform: skewX(-21deg) translateX(25px); }
        .info-even .info-feature-wrapper li::before {
          -webkit-transform: skewX(21deg) translateX(-25px);
          -ms-transform: skewX(21deg) translateX(-25px);
          transform: skewX(21deg) translateX(-25px); }
      .info-feature-wrapper li + li {
        margin-top: 20px; }
    .info-feature-wrapper li img {
      display: block;
      width: auto;
      height: 100%;
      position: relative; }
  .info-bottom-bg {
    width: 100%;
    position: absolute;
    height: 51.6vw;
    overflow: hidden;
    -webkit-transform: translateY(62.19%);
    -ms-transform: translateY(62.19%);
    transform: translateY(62.19%);
    left: 0;
    bottom: 0; }
    @media (max-width: 768px) {
      .info-bottom-bg {
        height: 14.6%;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%); } }

.serch {
  padding-bottom: 85px;
  position: relative;
  z-index: 8; }
  @media (max-width: 768px) {
    .serch {
      width: 100%;
      background-color: #e3eaf0;
      margin-top: 30px;
      padding: 25px 0 38px; } }
  .serch-inner {
    width: 92%;
    margin: 0 auto; }
  .serch-img-list {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 768px) {
      .serch-img-list {
        display: block;
        margin-top: 0; } }
    .serch-img-list li {
      width: 32.9%; }
      @media (max-width: 768px) {
        .serch-img-list li {
          width: 100%; } }
      @media (max-width: 768px) {
        .serch-img-list li + li {
          margin-top: 10px; } }
    .serch-img-list li img {
      display: block;
      width: 100%; }
  .serch-form-body {
    margin-top: 70px;
    position: relative;
    z-index: 8; }
    @media (max-width: 768px) {
      .serch-form-body {
        margin-top: 40px; } }

.other {
  padding: 50px 0; }
  @media (max-width: 768px) {
    .other {
      padding: 30px 0; } }
  .other-title {
    font-size: 48px;
    color: #01489d;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 768px) {
      .other-title {
        font-size: 32px; } }
  .other-list {
    width: 92%;
    margin: 50px auto 0; }
  .other-list-card {
    padding-left: 30%;
    position: relative;
    border: solid 1px #687d8f; }
    @media (max-width: 768px) {
      .other-list-card {
        padding: 0; } }
    .other-list-card + .other-list-card {
      margin-top: 50px; }
      @media (max-width: 768px) {
        .other-list-card + .other-list-card {
          margin-top: 40px; } }
  .other-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(30% + 1px);
    height: 100%;
    overflow: hidden; }
    @media (max-width: 768px) {
      .other-img-wrapper {
        width: 35%; } }
  .other-card-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover; }
  .other-card-inner {
    width: 100%;
    position: relative; }
  .other-card-title-wrapper {
    background-color: #01489d;
    position: relative;
    padding: 30px; }
    @media (max-width: 768px) {
      .other-card-title-wrapper {
        padding: 15px 15px 15px calc(35% + 15px); } }
    .other-card-title-wrapper a {
      text-decoration: none;
      color: #fff;
      -webkit-transition: opacity .3s ease;
      -o-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .other-card-title-wrapper a:hover {
        opacity: .7; }
  .other-card-title {
    margin: 0;
    position: relative;
    line-height: 1;
    letter-spacing: .1em;
    font-size: 24px;
    position: relative;
    color: #fff;
    font-weight: 400; }
    @media (max-width: 768px) {
      .other-card-title {
        font-size: 12px; } }
    .other-card-title span {
      font-size: 40px; }
      @media (max-width: 768px) {
        .other-card-title span {
          display: block;
          font-size: 23px;
          margin-top: 12px; } }
  .other-card-icon {
    position: absolute;
    right: 25px;
    top: 50%; }
    @media (max-width: 768px) {
      .other-card-icon {
        right: 15px;
        top: 0%; } }
  .other-card-address {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    color: #fff;
    margin-top: 16px; }
    .other-card-address span {
      display: block;
      width: 100%;
      font-size: 15px;
      font-weight: 700; }
  .other-card-info-wrapper {
    padding: 0 30px 30px; }
    @media (max-width: 768px) {
      .other-card-info-wrapper {
        padding: 0 15px 20px; } }
  .other-card-form-wrapper {
    background-color: #e3eaf0;
    padding: 30px; }
    @media (max-width: 768px) {
      .other-card-form-wrapper {
        padding: 15px; } }


.footer {
  background-color: rgba(192, 210, 221, 0.2);
  width: 100%; }
  .footer-inner {
    width: 1120px;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .footer-inner {
        width: 100%;
        padding: 0 25px; } }
  .footer-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0; }
    @media (max-width: 768px) {
      .footer-nav-wrapper {
        padding: 35px 0;
        display: block; } }
  .footer-nav {
    width: 25%; }
    @media (max-width: 768px) {
      .footer-nav {
        width: 100%; }
        .footer-nav + .footer-nav {
          margin-top: 35px; } }
    .footer-nav li {
      font-size: 15px;
      color: #0d1a33; }
      .footer-nav li + li {
        margin-top: 18px; }
        @media (max-width: 768px) {
          .footer-nav li + li {
            margin-top: 22px; } }
      .footer-nav li a {
        color: #0d1a33;
        font-weight: 500;
        text-decoration: none; }
  .footer-sns-wrapper {
    padding: 26px 0;
    border-top: 1px solid #bccddd;
    border-bottom: 1px solid #bccddd; }
    .footer-sns-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .footer-sns-wrapper li {
      height: 20px; }
      .footer-sns-wrapper li + li {
        margin-left: 30px; }
    .footer-sns-wrapper a, .footer-sns-wrapper img {
      display: block;
      height: 100%; }
  .footer-bottom-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 0; }
    @media (max-width: 768px) {
      .footer-bottom-wrapper {
        display: block; } }
    .footer-bottom-wrapper small {
      font-size: 11px;
      color: #0d1a33; }
    .footer-bottom-wrapper ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      .footer-bottom-wrapper ul li {
        font-size: 11px; }
        @media (max-width: 768px) {
          .footer-bottom-wrapper ul li {
            margin-right: 16px;
            margin-top: 12px; } }
        .footer-bottom-wrapper ul li + li {
          margin-left: 16px; }
          @media (max-width: 768px) {
            .footer-bottom-wrapper ul li + li {
              margin-left: 0; } }
      .footer-bottom-wrapper ul a {
        font-weight: 600;
        text-decoration: none;
        color: #787F91; }

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 999; }

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  width: 90%; }

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer; }

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .modal-content {
      padding: 12px; } }
  .modal-content img {
    width: 100%;
    display: block; }

/*# sourceMappingURL=style.css.map */