@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h3相当）*/
.main-heading {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: .9em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px), print {
  .main-heading {
    font-size: 2.9rem;
  }
}

.main-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5rem;
  width: .6rem;
  bottom: 0;
  background: #00749F;
}

.main-heading::after {
  content: "";
  position: absolute;
  left: .6rem;
  top: .5rem;
  width: .6rem;
  bottom: 0;
  background: #2D9E9C;
}

/* 共通見出し（h4相当）*/
.main-subheading {
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: .7em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px), print {
  .main-subheading {
    font-size: 2.2rem;
  }
}

.main-subheading::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 70px;
  height: 3px;
  background: #2D9E9C;
}

.common-header {
  max-width: 1100px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 767.98px) {
  .common-header {
    margin: 0 auto 1.2em;
  }
}

.common-heading .heading {
  display: block;
  letter-spacing: .05em;
}

.common-heading .heading-jp {
  margin-bottom: 1rem;
  line-height: 1.3;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .common-heading .heading-jp {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .common-heading .heading-jp {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-size: 2rem;
  }
}

.common-heading .heading-en {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d9e9c), to(#00749f));
  background: linear-gradient(180deg, #2d9e9c 0%, #00749f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px), print {
  .common-heading .heading-en {
    font-size: 4.4rem;
  }
}

@media screen and (min-width: 1100px), print {
  .common-heading .heading-en {
    margin-bottom: 4rem;
    font-size: 6rem;
  }
}

.common-heading2 {
  text-align: center;
}

.common-heading2 .heading {
  display: block;
  letter-spacing: .05em;
}

.common-heading2 .heading-en {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d9e9c), to(#00749f));
  background: linear-gradient(180deg, #2d9e9c 0%, #00749f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px), print {
  .common-heading2 .heading-en {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .common-heading2 .heading-en {
    font-size: 2rem;
  }
}

.common-heading2 .heading-jp {
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .common-heading2 .heading-jp {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .common-heading2 .heading-jp {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 3.8rem;
  }
}

/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.common-link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 13em;
  padding: 1rem 2rem 1.3rem;
  border: 2px solid #fff;
  border-radius: 10em;
  letter-spacing: .05em;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  -webkit-transition: color 0.25s, border-color 0.25s, background-color 0.25s;
  transition: color 0.25s, border-color 0.25s, background-color 0.25s;
}

@media screen and (min-width: 768px), print {
  .common-link {
    padding: 1.8rem 2rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .common-link {
    font-size: 1.8rem;
  }
}

.common-link:hover {
  color: #2C9E9B;
  text-decoration: none;
  background-color: #fff;
}

.common-link:hover:before {
  border: 0.2rem solid #2C9E9B;
  border-left: 0;
  border-bottom: 0;
}

.common-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .common-link::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  padding-bottom: 150px;
  background: transparent;
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -209px;
    padding-bottom: 209px;
  }
}

.heading {
  line-height: 1.2;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.img-wrap:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.img-cover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 100%;
  z-index: 900;
}

@media screen and (min-width: 1100px), print {
  .header-container {
    display: block;
    position: absolute;
    height: auto;
    background: none;
    z-index: 1010;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    display: block;
    position: absolute;
    top: 2rem;
    left: 2.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo {
    display: block;
    position: absolute;
    top: 0.3rem;
    left: 3.2rem;
    text-align: center;
  }
}

.header-logo .site-logo img {
  display: block;
  width: 15rem;
  height: auto;
}

@media screen and (min-width: 1100px), print {
  .header-logo .site-logo img {
    width: 17rem;
  }
}

@media screen and (min-width: 1280px), print {
  .header-logo .site-logo img {
    width: 19.1rem;
  }
}

/* お問い合わせボタン */
.contact-button {
  display: block;
  position: fixed;
  top: 2rem;
  right: calc( 2rem + 4.8rem + 1rem);
  z-index: 1020;
}

@media screen and (min-width: 1100px), print {
  .contact-button {
    position: absolute;
    top: 1.6rem;
    right: 2rem;
  }
}

@media screen and (min-width: 1600px), print {
  .contact-button {
    right: 3rem;
  }
}

.contact-button a {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background: url(../img/base/mail_wht.svg) center no-repeat;
  background-color: #2d9e9c;
  background-size: 23px auto;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.contact-button a:hover {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .contact-button a:hover {
    background-color: #2C9E9B;
  }
}

/* スクロール時固定用 */
@media screen and (min-width: 1100px) {
  .is-fixed .header .header-container,
  .is-fixed .header .contact-button {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
  }
  .is-fixed .header .header-logo .site-logo {
    top: 1.75rem;
    left: 4rem;
  }
  .is-fixed .header .header-logo .site-logo img {
    width: 23.8rem;
  }
  .is-fixed .header .contact-button {
    margin: 1rem 0 0;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1010;
}

@media screen and (max-width: 1099.98px) {
  .nav {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    left: auto;
    width: 100%;
    height: auto;
    z-index: 1000;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    opacity: 1;
    pointer-events: auto;
  }
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8rem 0 5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 110;
}

@media screen and (min-width: 1100px), print {
  .nav-container {
    display: block;
    position: relative;
    height: auto;
    padding: 3.5rem 10rem 0 0;
    overflow: visible;
  }
}

@media screen and (min-width: 1600px), print {
  .nav-container {
    padding: 3.5rem 12rem 0 0;
  }
}

.nav-inner {
  width: 100%;
  max-width: 24rem;
  margin: auto;
}

@media screen and (min-width: 1100px), print {
  .nav-inner {
    width: auto;
    max-width: none;
    margin: 0;
  }
}

.nav-logo {
  max-width: 23.8rem;
  margin: 0 auto 5rem;
}

@media screen and (min-width: 1100px), print {
  .nav-logo {
    display: none;
  }
}

.nav-sns {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .nav-sns {
    position: absolute;
    top: 18.5rem;
    left: 0;
    width: 32rem;
    margin: 0;
  }
}

/* メインナビ */
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    position: relative;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item + .nav-item {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item + .nav-item {
    margin-left: 1rem;
    padding-left: 1rem;
  }
  .main-nav .nav-item + .nav-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 60%;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media screen and (min-width: 1600px), print {
  .main-nav .nav-item + .nav-item {
    margin-left: 2rem;
    padding-left: 2rem;
  }
}

.main-nav .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 1rem 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  letter-spacing: .05em;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    display: block;
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 1280px), print {
  .main-nav .nav-link {
    font-size: 1.4rem;
  }
}

.main-nav .nav-link::before {
  content: "";
  display: block;
  width: 3rem;
  height: 1px;
  margin-right: 2rem;
  background-color: currentColor;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::before {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    border-top: 4px solid #bbbbbb;
    border-bottom: 0;
  }
}

.main-nav .nav-link:hover {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .main-nav .nav-link:hover {
    opacity: .65;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact {
    display: none;
  }
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 2rem;
  right: 2rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 100%;
  background-color: #0079A7;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
  cursor: pointer;
  overflow: hidden;
  z-index: 1100;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-button-bar {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1px;
  background-color: #fff;
}

.nav-button-bar.bar-lg {
  width: 60%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.nav-button-bar.bar-sm {
  width: 40%;
}

.nav-button-bar.bar-1 {
  top: -1.25rem;
}

.nav-open .nav-button-bar.bar-1 {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-open .nav-button-bar.bar-2 {
  background-color: transparent;
}

.nav-button-bar.bar-3 {
  bottom: -1.25rem;
}

.nav-open .nav-button-bar.bar-3 {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ナビゲーション背景 */
.nav-screen {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  pointer-events: none;
}

@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  background: #fff;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

#top .main {
  padding: 0 1em 0 1em;
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  display: block;
  position: relative;
}

.footer-map {
  position: relative;
}

.footer-map:before {
  content: "";
  display: block;
  padding-top: 250px;
  background-color: #fff;
}

@media screen and (min-width: 768px), print {
  .footer-map:before {
    padding-top: 350px;
  }
}

.footer-map iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 90px;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: .35rem;
  background-color: #181939;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6b7277;
}

.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .copy {
  overflow: hidden;
  background-color: #fff;
  padding: 1.8em 1em 1.8em 1em;
}

@media screen and (max-width: 767.98px) {
  .footer .copy {
    padding: 1.5em 1em 1.5em 1em;
  }
}

.footer .copy small {
  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;
  width: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: .1em;
}

@media screen and (max-width: 1099.98px) {
  .footer .copy small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .footer .copy small {
    font-size: 1.4rem;
  }
}

.footer .copy span {
  margin-left: .3em;
}

@media screen and (max-width: 479.98px) {
  .footer .copy span {
    display: none;
  }
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  width: 100%;
  z-index: 105;
  height: 250px;
  margin-top: 80px;
  background: url(../img/base/mv.jpg) no-repeat center/cover;
}

@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
    padding: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .page-title {
    height: 200px;
  }
}

@media screen and (max-width: 479.98px) {
  .page-title {
    height: 180px;
  }
}

.page-title-inner {
  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;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
}

.page-title-name {
  display: inline-block;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  text-shadow: #ffffff 2px 0px 7px, #ffffff -2px 0px 7px, #ffffff 0px -2px 7px, #ffffff -2px 0px 7px, #ffffff 2px 2px 7px, #ffffff -2px 2px 7px, #ffffff 2px -2px 7px, #ffffff -2px -2px 7px;
}

@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .page-title-name {
    padding: 1rem 1em 1.3rem 1em;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 479.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}

.page-title-name span {
  display: block;
  font-weight: 500;
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity , -webkit-transform;
  transition-property: opacity , -webkit-transform;
  transition-property: opacity , transform;
  transition-property: opacity , transform , -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

@media screen and (min-width: 1100px), print {
  ._anim-point {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
  }
}

._anim-point.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
  }
  .tel-button:hover {
    background-color: #2C9E9B;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon_tel_blue.svg") no-repeat center/cover;
  }
  .tel-button a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #0079A7;
    letter-spacing: .1em;
    line-height: 1;
  }
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.contact-form table {
  width: 100%;
}

.contact-form table tr {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr {
    display: table;
    width: 100%;
  }
}

.contact-form table tr:not(:last-child) {
  margin-bottom: 1.5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table tr:not(:last-child) {
    margin-bottom: 0;
  }
}

.contact-form table th {
  position: relative;
  display: block;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px), print {
  .contact-form table th {
    display: table-cell;
    vertical-align: middle;
    width: 15em;
    margin-bottom: 0;
    padding: .8em 1em;
  }
}

.contact-form table th .title {
  font-weight: bold;
}

.contact-form table th .require,
.contact-form table th .option {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: .9em;
  color: #fff;
  font-weight: normal;
  width: 3em;
  margin: 0 auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form table th .require {
  background-color: #2D9E9C;
}

.contact-form table th .option {
  background-color: #999;
}

.contact-form table td {
  display: block;
}

@media screen and (min-width: 768px), print {
  .contact-form table td {
    display: table-cell;
    vertical-align: middle;
    padding: .8em 0 .8em 1em;
  }
}

.contact-form table td input[type="text"],
.contact-form table td input[type="email"],
.contact-form table td input[type="tel"] {
  padding: 8px;
  border: 1px solid #999;
  border-radius: 3px;
  font-size: 1em;
}

.contact-form table td input::-webkit-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input:-ms-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input::-ms-input-placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td input::placeholder {
  font-size: .9em;
  color: #ccc;
}

.contact-form table td .full {
  width: 100%;
}

.contact-form table td .per60 {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .contact-form table td .per60 {
    width: 60%;
  }
}

.contact-form table td select {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}

.contact-form table td textarea {
  padding: 8px 4px;
  border-radius: 3px;
  border: 1px solid #999;
}

.contact-submit {
  margin-top: 1em;
  text-align: center;
}

.contact-submit .btn {
  display: block;
  border: 1px solid #006CAB;
  background-color: #fff;
  color: #0079A7;
  text-decoration: none;
  font-weight: bold;
  padding: 20px;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
}

.contact-submit .btn:hover {
  color: #fff;
  background-color: #006CAB;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 50%;
  }
}

.loader.loading {
  opacity: 1;
  pointer-events: auto;
}

.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #181939;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #181939;
    top: 0;
  }
}

.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 65px;
  padding: 0;
  background-color: #FFF;
}

@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 0;
  }
}

.mainvisual .inner {
  max-width: none;
}

.mainvisual-main {
  position: relative;
}

.mainvisual-main::before {
  content: "";
  display: block;
  padding-top: 450px;
}

@media screen and (min-width: 768px), print {
  .mainvisual-main::before {
    padding-top: 500px;
  }
}

.mainvisual-side {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  z-index: 1;
}

.mainvisual-catch {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 1.6;
  font-family: "BIZ UDPMincho", serif;
  font-weight: 600;
  text-shadow: #ffffff 2px 0px 7px, #ffffff -2px 0px 7px, #ffffff 0px -2px 7px, #ffffff -2px 0px 7px, #ffffff 2px 2px 7px, #ffffff -2px 2px 7px, #ffffff 2px -2px 7px, #ffffff -2px -2px 7px;
}

@media screen and (max-width: 1279.98px) {
  .mainvisual-catch {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch {
    margin-bottom: 3rem;
  }
}

.mainvisual-catch .catch1 {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 1279.98px) {
  .mainvisual-catch .catch1 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2rem;
  }
}

.mainvisual-catch .catch1 .type1 {
  color: #1F63A5;
}

.mainvisual-catch .catch2 {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.6rem;
  }
}

.mainvisual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainvisual-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 450px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px), print {
  .mainvisual-image img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

/* --------------------------------

  ぱんくず

-------------------------------- */
.pankz {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 2.5em;
}

.pankz-area {
  max-width: 1100px;
  margin: 0 auto 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099.98px) {
  .pankz-area {
    margin: 0 auto 1.5em;
  }
}

.pankz-item {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: .5em;
  color: #000;
}

.pankz-item:not(:last-child) {
  padding-right: 1.2em;
  margin-right: 1em;
}

.pankz-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #999;
  border-left: 2px solid #999;
}

.pankz-item._current a {
  position: relative;
  color: #0079A7;
  padding-left: 1.5em;
}

.pankz-item._current a:hover {
  text-decoration: underline;
}

.pankz-item._current a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 14px;
  background: url("../img/base/icon_home_green2.svg") no-repeat center/cover;
}

/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section-secondary {
  line-height: 1.5;
}

@media screen and (min-width: 1100px), print {
  .section-secondary {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.8;
  }
}

.section-secondary:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1100px), print {
  .section-secondary:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.section-header {
  margin-bottom: 4rem;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 5rem;
  }
}

.section-heading {
  text-align: center;
}

.section-heading .heading {
  display: block;
  letter-spacing: .05em;
}

.section-heading .heading-en {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d9e9c), to(#00749f));
  background: linear-gradient(180deg, #2d9e9c 0%, #00749f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1100px), print {
  .section-heading .heading-en {
    font-size: 2rem;
  }
}

.section-heading .heading-jp {
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .section-heading .heading-jp {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .section-heading .heading-jp {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 3.8rem;
  }
}

.section-description {
  line-height: 1.8;
}

@media screen and (min-width: 1100px), print {
  .section-description {
    line-height: 2;
  }
}

.section-dummy {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .section-dummy {
    margin-right: -5rem;
    margin-left: -5rem;
  }
}

.section-dummy:not(:last-child) {
  margin-bottom: 5rem;
}

@media screen and (min-width: 1100px), print {
  .section-dummy:not(:last-child) {
    margin-bottom: 10rem;
  }
}

.section-dummy-inner {
  margin-right: -19%;
  margin-left: -19%;
}

/* メイングラフィック */
.hero-section {
  position: relative;
  margin: 0 -1.5rem 5rem;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .hero-section {
    margin: 0 -4rem 14rem;
    padding-top: 8rem;
  }
}

.hero-container {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 54rem;
  max-height: 102.4rem;
}

.hero-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.hero-catch img {
  width: 50%;
  max-width: 30rem;
  opacity: .5;
}

.hero-catch-text {
  padding: 0 0 3rem 2rem;
}

@media screen and (min-width: 1100px), print {
  .hero-catch-text {
    padding: 0 0 10rem 8rem;
  }
}

.hero-catch-text span {
  display: block;
  color: #fff;
}

.hero-catch-text .catch1 {
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

@media screen and (min-width: 1100px), print {
  .hero-catch-text .catch1 {
    font-size: 11.5rem;
    margin-bottom: 4rem;
  }
}

.hero-catch-text .catch1 span {
  display: inline-block;
  font-size: 6rem;
}

@media screen and (min-width: 1100px), print {
  .hero-catch-text .catch1 span {
    font-size: 15.5rem;
  }
}

.hero-catch-text .catch2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 1100px), print {
  .hero-catch-text .catch2 {
    font-size: 3rem;
  }
}

.hero-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-img img {
  display: block;
  position: absolute;
  top: 0;
  left: -50%;
  width: 150%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 768px), print {
  .hero-img img {
    left: 0;
    width: 100%;
  }
}

.hero-img-scroller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10%;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .hero-img-scroller {
    left: -32rem;
    width: 32rem;
    height: calc( 100% - 38rem);
  }
}

.hero-img-scroller a {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .2em;
}

@media screen and (min-width: 1100px), print {
  .hero-img-scroller a {
    font-size: 1.4rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}

.hero-img-scroller a:hover {
  text-decoration: none;
}

.hero-img-scroller::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: .1rem;
  margin: 1rem auto 0;
  background-color: #111;
  opacity: .25;
}

@media screen and (min-width: 1100px), print {
  .hero-img-scroller::after {
    opacity: 1;
  }
}

/* 稼げる！オーストラリアでフルサポートのプチ留学体験 */
.australia-intro-section {
  margin: 0 -1.5rem 5rem;
  padding: 0 1.5rem;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-section {
    margin: 0 -5rem 10rem;
  }
}

.australia-intro-wrap {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-wrap {
    padding: 0 5rem;
  }
}

.australia-intro-container {
  position: static;
}

.australia-intro-img .img {
  position: absolute;
}

.australia-intro-img .img1 {
  top: 5em;
  right: 0;
  left: -1.5rem;
  width: 15rem;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-img .img1 {
    width: 22rem;
    left: auto;
    right: calc(5rem + 25rem);
  }
}

@media screen and (min-width: 1600px), print {
  .australia-intro-img .img1 {
    width: 28rem;
    right: calc(5rem + 31rem);
  }
}

.australia-intro-img .img2 {
  top: 0;
  right: -1.5rem;
  width: 18rem;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-img .img2 {
    right: 0;
    width: 25rem;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-intro-img .img2 {
    width: 31rem;
  }
}

.australia-intro-img img {
  height: auto;
  border: none;
  vertical-align: top;
}

.australia-intro-main {
  max-width: 32em;
  padding: 1.5em;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-main {
    padding: 0;
    margin: 0;
    background-color: transparent;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-intro-main {
    max-width: 42em;
  }
}

.australia-intro-heading .heading {
  display: block;
  letter-spacing: .05em;
}

.australia-intro-heading .heading-en {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d9e9c), to(#00749f));
  background: linear-gradient(180deg, #2d9e9c 0%, #00749f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px), print {
  .australia-intro-heading .heading-en {
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-intro-heading .heading-en {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-intro-heading .heading-en {
    font-size: 3.2rem;
  }
}

.australia-intro-heading .heading-jp {
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .australia-intro-heading .heading-jp {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-intro-heading .heading-jp {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 3.6rem;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-intro-heading .heading-jp {
    font-size: 4.2rem;
  }
}

.australia-intro-text {
  line-height: 1.8;
  font-size: 1.4rem;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-text {
    line-height: 2;
    font-size: 1.6rem;
  }
}

.australia-intro-schedule {
  max-width: 580px;
  padding: 2rem 2rem 3rem;
  margin-top: 2em;
  border: 4px solid #EEEEEE;
  border-radius: .5em;
}

@media screen and (min-width: 1100px), print {
  .australia-intro-schedule {
    padding: 2rem 3rem 3rem;
  }
}

.australia-intro-subheading {
  color: #0079A6;
  font-weight: 700;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 479.98px) {
  .australia-intro-subheading {
    text-align: center;
  }
}

.australia-intro-time {
  margin-top: 0.8em;
}

@media screen and (min-width: 480px), print {
  .australia-intro-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .8rem;
  }
}

.australia-intro-time dt {
  width: 100%;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: .3rem .5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#288aae), to(#2d9e9c));
  background-image: linear-gradient(90deg, #288aae, #2d9e9c);
}

@media screen and (min-width: 480px), print {
  .australia-intro-time dt {
    max-width: 68px;
    margin: 0 1.5em 0 0;
  }
}

.australia-intro-time dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media screen and (max-width: 479.98px) {
  .australia-intro-time dd {
    text-align: center;
  }
}

/* １Week体験の魅力 */
.australia-week-section {
  padding: 5rem 1.5rem;
  margin: 0 -1em;
  background: url(../img/top/bg1.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .australia-week-section {
    padding: 10rem 0;
    margin: 0 -2em;
  }
}

.australia-week-container {
  text-align: right;
}

.australia-week-main {
  max-width: 37em;
  display: inline-block;
  text-align: left;
}

.australia-week-heading {
  display: inline-block;
  padding: 1rem 2.5rem 1.1rem;
  margin-bottom: 3.5rem;
  background-color: #fff;
  letter-spacing: .05em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  color: #2C9E9B;
}

@media screen and (min-width: 768px), print {
  .australia-week-heading {
    padding: 1rem 2.5rem 1.5rem;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-week-heading {
    font-size: 4rem;
  }
}

.australia-week-text {
  margin-bottom: 2.5rem;
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 1100px), print {
  .australia-week-text {
    margin-bottom: 5rem;
    font-size: 1.6rem;
  }
}

/* 現地の看護師体験について */
.australia-nurse-section {
  padding: 5rem 1.5rem;
  margin: 0 -1em;
  background: url(../img/top/bg2.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .australia-nurse-section {
    padding: 10rem 0;
    margin: 0 -2em;
  }
}

.australia-nurse-main {
  max-width: 37em;
  display: inline-block;
  text-align: left;
}

.australia-nurse-heading {
  display: inline-block;
  padding: 1rem 2.5rem 1.1rem;
  margin-bottom: 3.5rem;
  background-color: #fff;
  letter-spacing: .05em;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2rem;
  color: #0079A7;
}

@media screen and (min-width: 768px), print {
  .australia-nurse-heading {
    padding: 1rem 2.5rem 1.5rem;
    font-size: 3rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-nurse-heading {
    font-size: 4rem;
  }
}

.australia-nurse-text {
  margin-bottom: 2.5rem;
  line-height: 2;
  font-size: 1.4rem;
}

@media screen and (min-width: 1100px), print {
  .australia-nurse-text {
    margin-bottom: 5rem;
    font-size: 1.6rem;
  }
}

.australia-nurse-btn .common-link {
  border: 2px solid #0079A7;
  color: #0079A7;
}

.australia-nurse-btn .common-link::before {
  border: 0.2rem solid #0079A7;
  border-left: 0;
  border-bottom: 0;
}

/* 1週間の宿泊・食事について */
/* 現地の観光案内について */
.australia-stay-section {
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .australia-stay-section {
    margin: 0 -2em;
  }
}

.australia-stay-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.australia-stay-item {
  width: 100%;
}

@media screen and (min-width: 1100px), print {
  .australia-stay-item {
    width: 50%;
  }
}

.australia-stay-inner {
  position: relative;
  overflow: hidden;
}

.australia-stay-img {
  background-color: #fff;
}

.australia-stay-img.img-wrap::before {
  padding-top: 75%;
}

@media screen and (min-width: 480px), print {
  .australia-stay-img.img-wrap::before {
    padding-top: 55%;
  }
}

@media screen and (min-width: 640px), print {
  .australia-stay-img.img-wrap::before {
    padding-top: 40%;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-stay-img.img-wrap::before {
    padding-top: 75%;
  }
}

.australia-stay-img img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.australia-stay-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  z-index: 10;
}

.australia-stay-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.australia-stay-block {
  max-width: 30em;
}

@media screen and (max-width: 639.98px) {
  .australia-stay-block .common-heading {
    text-align: center;
  }
}

.australia-stay-block .common-heading .heading-jp {
  line-height: 1.1;
  font-size: 1.5rem;
  color: #fff;
}

@media screen and (min-width: 1100px), print {
  .australia-stay-block .common-heading .heading-jp {
    line-height: 1.1;
    font-size: 2rem;
  }
}

.australia-stay-block .common-heading .heading-en {
  margin-bottom: 1.5rem;
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
}

@media screen and (min-width: 768px), print {
  .australia-stay-block .common-heading .heading-en {
    font-size: 4.2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-stay-block .common-heading .heading-en {
    margin-bottom: 3rem;
    line-height: 1.5;
    font-size: 6rem;
  }
}

.australia-stay-text {
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 1100px), print {
  .australia-stay-text {
    font-size: 1.6rem;
  }
}

/* お申込み条件と資格・お申込後の開始までの流れ */
/* 料金プラン */
.australia-flow-section {
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .australia-flow-section {
    margin: 0 -2em;
  }
}

.australia-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.australia-flow-item {
  position: relative;
  width: 100%;
}

.australia-flow-inner {
  position: relative;
  overflow: hidden;
}

.australia-flow-img {
  background-color: #fff;
}

.australia-flow-img.img-wrap::before {
  padding-top: 55%;
}

@media screen and (min-width: 480px), print {
  .australia-flow-img.img-wrap::before {
    padding-top: 30%;
  }
}

@media screen and (min-width: 640px), print {
  .australia-flow-img.img-wrap::before {
    padding-top: 35%;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-flow-img.img-wrap::before {
    padding-top: 28%;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-flow-img.img-wrap::before {
    padding-top: 20%;
  }
}

.australia-flow-img img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.australia-flow-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  z-index: 10;
}

.australia-flow-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.australia-flow-block .common-heading {
  position: relative;
  text-align: center;
  padding-bottom: 4em;
}

@media screen and (min-width: 768px), print {
  .australia-flow-block .common-heading {
    padding-bottom: 7em;
  }
}

.australia-flow-block .common-heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  width: 3em;
  height: 3em;
  margin: auto;
  border: 0.1rem solid #fff;
  border-radius: 100%;
  z-index: 1;
}

@media screen and (min-width: 768px), print {
  .australia-flow-block .common-heading::before {
    width: 5em;
    height: 5em;
  }
}

.australia-flow-block .common-heading::after {
  content: "";
  position: absolute;
  bottom: 0.8em;
  left: 0;
  right: 0.3rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

@media screen and (min-width: 768px), print {
  .australia-flow-block .common-heading::after {
    bottom: 1.5em;
    right: 1rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}

.australia-flow-block .common-heading .heading-jp {
  display: inline-block;
  padding: .5rem 1rem;
  background-color: #fff;
  letter-spacing: .05em;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.2rem;
  color: #2C9E9B;
}

@media screen and (min-width: 480px), print {
  .australia-flow-block .common-heading .heading-jp {
    padding: .7rem 1rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-flow-block .common-heading .heading-jp {
    padding: .6rem 2rem .7rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1280px), print {
  .australia-flow-block .common-heading .heading-jp {
    font-size: 2rem;
  }
}

.australia-flow-block .common-heading .heading-en {
  background: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: #fff;
  margin-bottom: 0;
}

.australia-flow-text {
  line-height: 2;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 1100px), print {
  .australia-flow-text {
    font-size: 1.6rem;
  }
}

.australia-strong-section {
  margin: 5rem -1.5rem;
  padding: 0 1.5rem;
}

@media screen and (min-width: 1100px), print {
  .australia-strong-section {
    margin: 10rem -5rem;
  }
}

.australia-strong-section .common-heading .heading-en {
  font-size: 2.6rem;
}

@media screen and (min-width: 768px), print {
  .australia-strong-section .common-heading .heading-en {
    font-size: 4.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-strong-section .common-heading .heading-en {
    font-size: 8.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-strong-section .common-heading .heading-jp {
    font-size: 2.4rem;
  }
}

.australia-strong-wrap {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .australia-strong-wrap {
    padding: 0 5rem;
  }
}

.australia-strong-container {
  position: static;
  margin: 0 auto 2em;
}

@media screen and (min-width: 1100px), print {
  .australia-strong-container {
    margin: 0 auto 8em;
  }
}

@media screen and (max-width: 1099.98px) {
  .australia-strong-img {
    text-align: center;
    margin: 0 0 2em;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-strong-img .img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50rem;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-strong-img .img {
    width: 70rem;
  }
}

.australia-strong-img img {
  height: auto;
  border: none;
  vertical-align: top;
}

.australia-strong-main {
  max-width: 36em;
}

@media screen and (max-width: 1599.98px) {
  .australia-strong-main {
    max-width: 33em;
  }
}

@media screen and (max-width: 1099.98px) {
  .australia-strong-main {
    max-width: 36em;
    margin: 0 auto;
  }
}

.australia-strong-text {
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (min-width: 1100px), print {
  .australia-strong-text {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-strong-text {
    font-size: 3rem;
  }
}

.australia-strong-side {
  padding: 3rem 1.5rem 5rem;
  margin: 0 -1.5rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#288aae), to(#2d9e9c));
  background-image: linear-gradient(90deg, #288aae, #2d9e9c);
}

@media screen and (min-width: 1100px), print {
  .australia-strong-side {
    padding: 7rem 5rem 9rem;
    margin: 0 -5rem;
  }
}

.australia-strong-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1em -1em 0;
}

@media screen and (min-width: 1100px), print {
  .australia-strong-list {
    margin: 0 -2em -1em 0;
  }
}

.australia-strong-list li {
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 1em 1em 42px;
}

@media screen and (min-width: 480px), print {
  .australia-strong-list li {
    width: 50%;
    font-size: 1.8rem;
    padding: 0 1em 1em 45px;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-strong-list li {
    font-size: 2rem;
    padding: 0 2em 1em 60px;
  }
}

.australia-strong-list li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 27px;
  height: 26px;
  background: url(../img/top/icon_check.png) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 480px), print {
  .australia-strong-list li::before {
    width: 32px;
    height: 30px;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-strong-list li::before {
    width: 42px;
    height: 40px;
  }
}

/* V7のこだわり */
/* 基礎知識 */
.australia-knowledge-section {
  margin: 5rem -1.5rem;
  padding: 0 1.5rem;
}

@media screen and (min-width: 1100px), print {
  .australia-knowledge-section {
    margin: 10rem -5rem;
  }
}

.australia-knowledge-wrap {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .australia-knowledge-wrap {
    padding: 0 5rem;
  }
}

.australia-knowledge-heading {
  text-align: center;
}

.australia-knowledge-heading .heading {
  display: block;
  letter-spacing: .05em;
}

.australia-knowledge-heading .heading-en {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d9e9c), to(#00749f));
  background: linear-gradient(180deg, #2d9e9c 0%, #00749f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1100px), print {
  .australia-knowledge-heading .heading-en {
    font-size: 2rem;
  }
}

.australia-knowledge-heading .heading-jp {
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (min-width: 768px), print {
  .australia-knowledge-heading .heading-jp {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-knowledge-heading .heading-jp {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 3.8rem;
  }
}

.australia-knowledge-btn {
  text-align: center;
}

.australia-knowledge-btn .common-link {
  border: 2px solid #0079A7;
  color: #0079A7;
}

.australia-knowledge-btn .common-link:before {
  border: 0.2rem solid #0079A7;
  border-left: 0;
  border-bottom: 0;
}

.australia-knowledge-btn .common-link:hover {
  background-color: #0079A7;
  color: #fff;
}

.australia-knowledge-btn .common-link:hover:before {
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
}

/* キーワード */
.australia-keyword-section {
  padding: 5rem 1.5rem;
  margin: 0 -1em;
  background: url(../img/top/bg5.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .australia-keyword-section {
    padding: 10rem 5rem;
    margin: 0 -2em;
  }
}

.australia-keyword-heading {
  text-align: center;
}

.australia-keyword-heading .heading {
  display: block;
  letter-spacing: .05em;
}

.australia-keyword-heading .heading-en {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d9e9c), to(#00749f));
  background: linear-gradient(180deg, #2d9e9c 0%, #00749f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1100px), print {
  .australia-keyword-heading .heading-en {
    font-size: 2rem;
  }
}

.australia-keyword-heading .heading-jp {
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 2.2rem;
  font-weight: 700;
  text-shadow: rgba(255, 255, 255, 0.7) 2px 2px 10px, rgba(255, 255, 255, 0.7) -2px 2px 10px, rgba(255, 255, 255, 0.7) 2px -2px 10px, rgba(255, 255, 255, 0.7) -2px -2px 10px;
}

@media screen and (min-width: 768px), print {
  .australia-keyword-heading .heading-jp {
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-keyword-heading .heading-jp {
    margin-bottom: 4rem;
    line-height: 1.5;
    font-size: 3.8rem;
  }
}

/* ブログ */
.australia-blog-section {
  margin: 5rem -1.5rem;
}

@media screen and (max-width: 991.98px) {
  .australia-blog-section {
    padding: 5rem 1.5rem;
    margin: 0 -1.5rem;
    background: url(../img/top/img3.jpg) no-repeat center;
    background-size: cover;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-blog-section {
    margin: 10rem -5rem;
  }
}

.australia-blog-wrap {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .australia-blog-wrap {
    padding: 0 5rem;
  }
}

.australia-blog-container {
  position: static;
}

@media screen and (min-width: 992px), print {
  .australia-blog-container {
    min-height: 20em;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-blog-container {
    min-height: 25em;
  }
}

@media screen and (min-width: 1200px), print {
  .australia-blog-container {
    min-height: 28em;
  }
}

@media screen and (min-width: 1440px), print {
  .australia-blog-container {
    min-height: 32em;
  }
}

@media screen and (min-width: 1600px), print {
  .australia-blog-container {
    min-height: 38em;
  }
}

.australia-blog-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.australia-blog-img .img-wrap::before {
  padding-top: 77.14285%;
}

.australia-blog-img .img {
  position: absolute;
}

.australia-blog-img .img1 {
  top: 0;
  left: 0;
  width: 45%;
}

@media screen and (max-width: 991.98px) {
  .australia-blog-img .img1 {
    display: none;
  }
}

.australia-blog-img img {
  height: auto;
  border: none;
  vertical-align: top;
}

.australia-blog-main {
  padding: 1.5rem 1.5rem 2rem;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.65);
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 992px), print {
  .australia-blog-main {
    max-width: 32em;
    padding: 0;
    margin: 0 0 0 auto;
    background-color: transparent;
  }
}

@media screen and (min-width: 1200px), print {
  .australia-blog-main {
    max-width: 36em;
  }
}

.australia-blog-list {
  margin-bottom: 3em;
}

.australia-blog-btn .common-link {
  border: 2px solid #0079A7;
  color: #0079A7;
}

.australia-blog-btn .common-link:before {
  border: 0.2rem solid #0079A7;
  border-left: 0;
  border-bottom: 0;
}

.australia-blog-btn .common-link:hover {
  background-color: #0079A7;
  color: #fff;
}

.australia-blog-btn .common-link:hover:before {
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
}

/* 会社概要 */
.australia-company-section {
  padding: 5rem 1.5rem;
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .australia-company-section {
    padding: 10rem 2rem;
    margin: 0 -2em;
  }
}

.australia-company-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099.98px) {
  .australia-company-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.australia-company-side {
  width: 43.7%;
  min-width: 250px;
  margin: 3rem 0 0 0;
}

@media screen and (min-width: 1100px), print {
  .australia-company-side {
    margin: 0 0 0 5rem;
  }
}

.australia-company-img {
  background-color: #fff;
}

.australia-company-img.img-wrap::before {
  padding-top: 108.333333%;
}

.australia-company-img img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.australia-company-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1099.98px) {
  .australia-company-main .common-heading {
    text-align: center;
  }
}

.australia-company-table th,
.australia-company-table td {
  padding: 2rem 0;
  line-height: 2;
  font-size: 1.4rem;
}

@media screen and (min-width: 1100px), print {
  .australia-company-table th,
  .australia-company-table td {
    font-size: 1.6rem;
  }
}

.australia-company-table th {
  width: 10rem;
  font-weight: normal;
}

/* 代表 松田隼のプロフィール */
.australia-representative-section {
  padding: 5rem 1.5rem;
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .australia-representative-section {
    padding: 10rem 2rem;
    margin: 0 -2em;
  }
}

.australia-representative-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099.98px) {
  .australia-representative-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.australia-representative-side {
  width: 38.2%;
  min-width: 250px;
  margin: 0 0 3rem 0;
}

@media screen and (min-width: 1100px), print {
  .australia-representative-side {
    margin: 0 7rem 0 0;
  }
}

.australia-representative-img {
  background-color: #fff;
}

.australia-representative-img.img-wrap::before {
  padding-top: 123.8095%;
}

.australia-representative-img img {
  width: 100%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.australia-representative-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 1099.98px) {
  .australia-representative-main .common-heading {
    text-align: center;
  }
}

.australia-representative-text {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 2.5em;
}

@media screen and (min-width: 1100px), print {
  .australia-representative-text {
    line-height: 2;
    font-size: 1.6rem;
  }
}

.australia-representative-text p:not(:last-child) {
  margin-bottom: 1.5em;
}

.australia-representative-career {
  padding: 2.5rem 2rem 3rem;
  background: #F4F4F4;
  border-radius: .5em;
}

@media screen and (min-width: 1100px), print {
  .australia-representative-career {
    padding: 2.5rem 3rem 3rem;
  }
}

.australia-representative-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.8rem;
  line-height: 1.8;
}

.australia-representative-list dt {
  width: 6em;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 480px), print {
  .australia-representative-list dt {
    font-size: 1.6rem;
  }
}

.australia-representative-list dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.4rem;
  margin-bottom: 0;
}

@media screen and (min-width: 480px), print {
  .australia-representative-list dd {
    font-size: 1.6rem;
  }
}

/* お問い合わせ */
.australia-contact-section {
  padding: 6rem 1.5rem;
  margin: 0 -1em;
  background: url(../img/top/bg6.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .australia-contact-section {
    padding: 15rem 0;
    margin: 0 -2em;
  }
}

.australia-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1rem 0 0;
}

@media screen and (min-width: 480px), print {
  .australia-contact-list {
    margin: 0 -2rem 0 0;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-contact-list {
    margin: 0 -8rem 0 0;
  }
}

.australia-contact-item {
  width: 50%;
  padding: 0 1rem 0 0;
}

@media screen and (min-width: 480px), print {
  .australia-contact-item {
    padding: 0 2rem 0 0;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-contact-item {
    padding: 0 8rem 0 0;
  }
}

.australia-contact-item .common-link {
  max-width: 100%;
  padding: 1.2rem 1.5rem 1.3rem 1rem;
  border: 2px solid #fff;
  font-size: 1.3rem;
  font-weight: 700;
}

@media screen and (min-width: 480px), print {
  .australia-contact-item .common-link {
    padding: 1.5rem 3.5rem 1.5rem 1rem;
    border: 3px solid #fff;
    text-align: center;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px), print {
  .australia-contact-item .common-link {
    padding: 2rem 4rem 2rem 2rem;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 1100px), print {
  .australia-contact-item .common-link {
    padding: 2.5rem 4rem 2.5rem 2rem;
    font-size: 3.8rem;
  }
}

.australia-contact-item .common-link::before {
  right: .8rem;
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 480px), print {
  .australia-contact-item .common-link::before {
    right: 2.5rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}

@media screen and (min-width: 768px), print {
  .australia-contact-item .common-link::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}

/* アニメーション */
.anim-item {
  pointer-events: none;
}

.anim-item.is-active {
  pointer-events: auto;
}

.anim-item.fadeIn {
  opacity: 0;
}

.anim-item.fadeIn.is-active {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}

.anim-item.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}

.anim-item.fadeInUp.is-active {
  -webkit-animation: fadeInUp .5s forwards;
          animation: fadeInUp .5s forwards;
}

@media screen and (max-width: 1099.98px) {
  .anim-none {
    pointer-events: auto !important;
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-section .news-date {
  width: 100%;
  margin-bottom: 1rem;
}

.news-detail-section .news-date {
  width: 100%;
  text-align: right;
  margin-bottom: 1.5em;
  color: #707070;
}

@media screen and (max-width: 767.98px) {
  .news-detail-section .news-date {
    margin-bottom: 1em;
  }
}

.news-topics {
  position: relative;
  border-bottom: 1px solid #CCC;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.news-topics:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#288aae), to(#2d9e9c));
  background-image: linear-gradient(90deg, #288aae, #2d9e9c);
}

.news-topics:hover .news-date {
  color: #fff;
}

.news-topics:hover .news-title {
  color: #fff;
}

.news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  line-height: 1.2;
  font-size: 1.8rem;
  padding: 1.5em 1em;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 575.98px) {
  .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news-link:hover {
  text-decoration: none;
}

.news-date {
  display: block;
  font-size: 1.5rem;
  line-height: 1.2;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  width: 5em;
  color: #AAAAAA;
  font-weight: 700;
  margin-right: 3rem;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-date {
    font-size: 1.4rem;
    margin-right: 2rem;
  }
}

@media screen and (max-width: 575.98px) {
  .news-date {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.news-title {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

@media screen and (max-width: 767.98px) {
  .news-title {
    font-size: 1.4rem;
  }
}

.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  word-break: break-all;
  word-wrap: break-word;
}

.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}

.news-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.news-back {
  text-align: center;
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #181939;
}

@media screen and (max-width: 767.98px) {
  .news-back {
    margin-top: 2em;
  }
}

/* pagination */
.pagination {
  margin: 0;
  margin-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: .2rem;
  padding: .5rem 1.1rem;
  color: #fff;
  font-size: .9em;
  text-align: center;
  border-radius: .35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: .35em .75em;
    font-size: 1em;
  }
}

.pagination a:hover, .pagination span.current {
  background-color: #181939;
}

.pagination a:hover {
  text-decoration: none;
}

/* --------------------------------

  idxx　下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 1em 2.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 5em 2em 5em 2em;
  }
}

/* 基礎知識や事例 */
.category-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.category-text h2 {
  font-weight: bold;
  margin: 1.25em 0 .5em;
}

.category-text h3 {
  font-weight: bold;
  margin: 1.25em 0 .5em;
}

.category-text p:not(:last-child) {
  margin-bottom: 1em;
}

.category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}

.category-list ul li {
  overflow: hidden;
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .category-list ul li {
    width: 50%;
  }
}

.category-link {
  float: right;
  width: 100%;
  margin-left: -90px;
  padding-left: 100px;
  color: #111;
}

.category-link:hover {
  color: #111;
  text-decoration: none;
}

.category-link:hover .category-title {
  color: #2C9E9B;
}

.category-title {
  font-size: 1.8rem;
  font-family: "BIZ UDPMincho", serif;
  margin-bottom: .5rem;
}

.category-body {
  font-size: .9em;
}

.category-img {
  float: left;
  width: 90px;
}

.category-img img {
  width: 90px;
  height: 90px;
  vertical-align: bottom;
}

/* 投稿ページ */
.detail-text {
  line-height: 1.8;
  margin-bottom: 3em;
}

.detail-text h3 {
  position: relative;
  color: #333;
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding: .7em 0 .7em 17px;
  margin: 3.5em 0 1.5em;
  background-color: #fafafa;
  border-left: 6px solid #0079A6;
}

@media screen and (min-width: 768px), print {
  .detail-text h3 {
    font-size: 1.5em;
  }
}

.detail-text h3:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ddd;
}

.detail-text h3 a,
.detail-text h3 span {
  font-weight: 700;
}

.detail-text h4 {
  position: relative;
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  padding: 0 0 .5em 1.3em;
  margin: 3.5em 0 1.5em;
  border-bottom: 2px solid #0079A6;
}

@media screen and (min-width: 768px), print {
  .detail-text h4 {
    font-size: 1.3em;
  }
}

.detail-text h4:before {
  position: absolute;
  display: block;
  content: "";
  top: 40%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #0079A6;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.detail-text h4 a,
.detail-text h4 span {
  font-weight: 700;
}

.detail-text h5 {
  position: relative;
  color: #2D9E9C;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
  margin: 2.5em 0 .7em;
}

@media screen and (min-width: 768px), print {
  .detail-text h5 {
    font-size: 1.2em;
  }
}

.detail-text h5 a,
.detail-text h5 span {
  font-weight: 700;
}

.detail-text a {
  color: #0079A7;
}

.detail-text strong {
  font-weight: 700;
}

.detail-text blockquote {
  padding: 1.5em;
  border-radius: .5em;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
}

.detail-text blockquote p,
.detail-text blockquote strong,
.detail-text blockquote em {
  font-style: italic;
  font-weight: 700;
  color: #444;
}

.detail-text blockquote p {
  margin-bottom: 1em;
}

.detail-text blockquote p:last-child {
  font-style: normal;
  margin-bottom: 0;
}

.detail-text ul li,
.detail-text ol li {
  margin-left: 1.3em;
}

.detail-text ul {
  list-style: disc;
}

.detail-text ol {
  list-style: decimal;
}

.detail-text table {
  width: 100%;
  border-collapse: collapse;
}

.detail-text table th,
.detail-text table td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}

.detail-text table th {
  text-align: center;
  background-color: #f7f7f7;
}

.detail-paging-subsection:first-child {
  overflow: hidden;
  margin-bottom: 1.5em;
}

.detail-paging-subsection a {
  font-weight: bold;
  text-decoration: underline;
}

.detail-paging-subsection .prev {
  float: left;
}

.detail-paging-subsection .next {
  float: right;
}

.detail-paging-subsection .back {
  text-align: center;
}

.detail-paging-subsection .back .common-link {
  border: 2px solid #0079A7;
  color: #0079A7;
  text-align: left;
  text-decoration: none;
}

.detail-paging-subsection .back .common-link::before {
  border: 0.2rem solid #0079A7;
  border-left: 0;
  border-bottom: 0;
}

.detail-paging-subsection .back .common-link:hover {
  background-color: #0079A7;
  color: #fff;
}

.detail-paging-subsection .back .common-link:hover::before {
  border: 0.2rem solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.detail .post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 0 -1.5em -1.5em 0;
}

.detail .post-list li {
  width: 100%;
  padding: 0 1.5em 1.5em 0;
}

@media screen and (min-width: 768px), print {
  .detail .post-list li {
    width: 50%;
  }
}

.detail .post-list li:before {
  display: none;
}

.detail .post-list li a {
  display: inline-block;
  font-weight: bold;
  color: #555;
  text-decoration: underline;
  margin-bottom: .5rem;
}

.detail .post-list li p {
  font-size: .9em;
}

.detail .post-list mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* ページネーション */
.pagination {
  padding-top: 2em;
  text-align: center;
  overflow: hidden;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  padding: .6em 1.2em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  background-color: #ccc;
}

.pagination a:hover,
.pagination span.current {
  background-color: #0079A7;
  color: #fff;
}

.pagination a:hover {
  text-decoration: none;
}

/* 料金プラン */
.price-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2em -2em 0;
}

.price-item {
  width: 100%;
  padding: 0 2em 2em 0;
}

@media screen and (min-width: 768px), print {
  .price-item {
    width: 50%;
  }
}

.price-item:last-child .price-plan {
  border: 2px solid #00749F;
}

.price-item:last-child .price-plan dt {
  background-color: #00749F;
}

.price-point-list {
  border: solid 2px #ff7eb7;
  padding: 1.5em 1.5em;
  position: relative;
  list-style-type: none;
}

.price-point-list::after {
  width: 100%;
  max-width: 200px;
  background: -webkit-gradient(linear, left top, right top, from(#ff9775), to(#ff7eb7));
  background: linear-gradient(90deg, #ff9775 0%, #ff7eb7 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 0.3rem 1rem 0.6rem 1rem;
  border-radius: 0 0.8rem 0 0;
  content: "POINT";
  letter-spacing: 0.1em;
}

.price-point-list li {
  position: relative;
  line-height: 1.5;
  font-size: 1.6rem;
  padding-left: 35px;
}

@media screen and (min-width: 768px), print {
  .price-point-list li {
    font-size: 1.8rem;
  }
}

.price-point-list li:not(:last-child) {
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  border-bottom: dashed 1px #ff7eb7;
}

.price-point-list li::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 27px;
  height: 26px;
  background: url(../img/top/icon_check2.png) no-repeat;
  background-size: contain;
}

.price-plan {
  border: 2px solid #2D9E9C;
  text-align: center;
}

.price-plan dt {
  background-color: #2D9E9C;
  padding: 1.7rem 2rem 1.8rem;
  line-height: 1.2;
  font-size: 1.8rem;
  color: #FFF;
}

@media screen and (min-width: 768px), print {
  .price-plan dt {
    font-size: 2.4rem;
  }
}

.price-plan dd {
  padding: 2rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px), print {
  .price-plan dd {
    font-size: 2.2rem;
  }
}

.price-plan dd span {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  background: -webkit-gradient(linear, left top, right top, from(#ff9775), to(#ff7eb7));
  background: linear-gradient(90deg, #ff9775 0%, #ff7eb7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 768px), print {
  .price-plan dd span {
    font-size: 2.8rem;
  }
}

@media screen and (min-width: 1100px), print {
  .price-plan dd span {
    font-size: 3.4rem;
  }
}

.price-note {
  margin: 1.5em 0 6em;
  font-size: 1.5rem;
  line-height: 1.7;
}

.price-point {
  margin-bottom: 4em;
}

.price-include-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1099.98px) {
  .price-include-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-include-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 2em 0;
}

@media screen and (min-width: 1100px), print {
  .price-include-main {
    margin: 0 5em 0 0;
  }
}

.price-include-side {
  text-align: center;
}

.price-include-image img {
  max-width: 65%;
  height: auto;
}

@media screen and (min-width: 1100px), print {
  .price-include-image img {
    max-width: 100%;
  }
}

.price-include-list li {
  font-size: 1.6rem;
  border-bottom: 1px dashed #AAA;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px), print {
  .price-include-list li {
    font-size: 1.8rem;
  }
}
