@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import "https://fonts.googleapis.com/css?family=Heebo:100";
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

.listDef2:before, .listDef2:after {
  content: "";
  display: table;
}
.listDef2:after {
  clear: both;
}

/* ===============================================
   Foundation
=============================================== */
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
}

body {
  color: #000;
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16rem;
  background: #fff;
  overflow-x: hidden;
}
/*html[lang="en"] body{
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}*/

::-moz-selection {
  background: rgba(51, 153, 204, 0.2);
  color: inherit;
}

::selection {
  background: rgba(51, 153, 204, 0.2);
  color: inherit;
}

a:focus,
input:not([readonly]):focus,
textarea:focus,
button:focus,
select:focus {
  outline: #f3b2b7 auto 2px;
}
a:active,
input:not([readonly]):active,
textarea:active,
button:active,
select:active {
  outline: none;
}

a {
  color: #3399cc;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
a img {
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
a:hover {
  text-decoration: none;
}
a:hover img,
a:hover [class*="button"] {
  opacity: 0.8;
}

em {
  font-style: normal;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

dl > dd {
  margin-left: 0;
}

label {
  cursor: pointer;
  display: inline-block;
}

img {
  max-width: 100%;
}

pre {
  font-family: inherit;
}

button, select, textarea, input {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
html[lang="en"] button,
html[lang="en"] select,
html[lang="en"] textarea,
html[lang="en"] input{
  font-family: "Montserrat", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

button,
textarea,
select,
input[type="text"],
input[type="time"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="email"],
input[type="tel"] {
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.28em 1em;
  line-height: 1;
  vertical-align: middle;
}

textarea {
  min-height: 12em;
  line-height: 1.6;
  padding: 0.8em 1em;
}

select {
  cursor: pointer;
}

button {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

/* ===============================================
   master.css
=============================================== */
body {
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14rem;
    min-width: inherit;
  }
}

.strWrapper.bg-1 {
  background: #d9777c url("/wp-content/themes/setouchi/images/common/bg-inquiry.jpg") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
}

.strContent--top + .strFooter {
  border-top: none;
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .strContent--top + .strFooter {
    padding-top: 40px;
  }
}

.strContent--info {
  max-width: 1220px;
  padding: 0 10px 2em;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.strContent--info .strContent__main {
  width: calc(100% - 300px);
  padding-right: 30px;
}
.strContent--info .strContent__main h2 {
  border-bottom: 1px solid #4c9bcf;
  padding-bottom: 4px;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20rem;
}
.strContent--info .strContent__sub {
  margin-top: 2.5em;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .strContent--info {
    display: block;
  }
  .strContent--info .strContent__main {
    width: 100%;
    padding-right: 0;
  }
  .strContent--info .strContent__main h2 {
    font-size: 18rem;
  }
  .strContent--info .strContent__sub {
    width: 100%;
    padding: 60px 0;
  }
}

.strContent--service {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.strContent--service .strContent__main {
  font-size: 18rem;
  padding-bottom: 70px;
}
.strContent--service .strContent__main p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .strContent--service .strContent__main {
    font-size: 14rem;
  }
}

.strContent--lower {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.strContent--lower .strContent__main {
  font-size: 16rem;
  padding-bottom: 70px;
}
.strContent--lower .strContent__main p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .strContent--lower .strContent__main {
    font-size: 14rem;
  }
}

.strContent--dmo .strContent__main {
  font-size: 16rem;
}
.strContent--dmo .strContent__main p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .strContent--dmo .strContent__main {
    font-size: 14rem;
  }
}

.strContent--inquiry {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}
.strContent--inquiry .strContent__main {
  padding-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .strContent--inquiry .strContent__main {
    padding-bottom: 60px;
  }
}

.strContent__main p {
  margin-bottom: 2em;
}
.strContent__main > *:last-child {
  margin-bottom: 0;
}

.topicPath {
  max-width: 1220px;
  font-size: 14rem;
  padding: 0 10px;
  margin: 1em auto 4.5em;
}
.topicPath > a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.topicPath > a:hover {
  color: #3399cc;
}
.topicPath > a:hover:before {
  color: #333;
}
.topicPath > a + * {
  position: relative;
  margin-left: 0.5em;
}
.topicPath > a + *:before {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
}
.topicPath > em {
  display: inline-block;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .topicPath {
    font-size: 11rem;
    margin-bottom: 2em;
  }
}

/* Header
----------------------------------------------- */
.strHeaderWrap {
  background: #21458f url("/wp-content/themes/setouchi/images/common/bg-header-2.jpg") no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-bottom: 90px;
}
[class*="setouchidmo"] .strHeaderWrap {
  background-image: url("/wp-content/themes/setouchi/images/dmo/bg-header.jpg");
}
[class*="service"] .strHeaderWrap {
  background-image: url("/wp-content/themes/setouchi/images/service/bg-header.jpg");
}
[class*="info"] .strHeaderWrap {
  background-image: url("/wp-content/themes/setouchi/images/info/bg-header.jpg");
}
[class*="test_temp2"] .strHeaderWrap,
[class*="privacypolicy"] .strHeaderWrap {
  background-image: url("/wp-content/themes/setouchi/images/privacypolicy/bg-header.jpg");
}
@media screen and (max-width: 768px) {
  .strHeaderWrap {
    padding-bottom: 30px;
  }
}

.strHeaderWrap--top {
  /*background: #21458f url("/wp-content/themes/setouchi/images/common/bg-header-4.jpg") no-repeat center top;*/
  background: #21458f url("/ja/wp-content/uploads/sites/2/2018/04/top_slider1.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  min-height: 610px;
  margin-bottom: 80px;
  position: relative;
}
.strHeaderWrap--top .bg-slide {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .strHeaderWrap--top {
    min-height: 80vw;
    margin-bottom: 30px;
  }
}

.strHeaderWrap--inquiry {
  color: #fff;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .strHeaderWrap--inquiry {
    padding-bottom: 40px;
  }
}

.strHeader {
  /*max-width: 1220px;*/
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  z-index: 5555;
  background: #fff;
}
.strHeader.is-clone {
  display: none;
}
@media screen and (min-width: 769px) {
  .strHeader {
    -webkit-transition: top 0.4s;
            transition: top 0.4s;
  }
  .strHeader.is-clone {
    display: block;
    position: fixed;
    top: -150px;
    left: 0;
    max-width: inherit;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
  }
  .strHeader.is-clone .headerInner {
    padding: 22px 10px;
    max-width: 1220px;
    margin: 0 auto;
  }
  .strHeader.is-clone .headerH1 {
    display: inline-block;
    float: left;
    margin-bottom: 0;
    position: relative;
    z-index: 5005;
  }
  .strHeader.is-clone .headerH1 > a {
    display: block;
    line-height: 1;
  }
  .strHeader.is-clone .headerH1 > a > img {
    /*width: 250px;*/
  }
  .strHeader.is-clone .navGlobal {
    margin: 8px 0 0;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .strHeader.is-clone .navGlobal .navGlobal__items {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .strHeader.is-fixed {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .strHeader {
    padding: 0;
/*    position: fixed;
    top: 0;
    left: 0;
    width: 100%;*/
  }
}

.headerInner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  /*padding: 55px 0 0;*/
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 110px;
}
.headerInner .headerH1{
  width: 270px;
  padding-right: 20px;
}
.headerInner .headerMenu{
  width: calc(100% - 270px);
}
html[lang="en"] .headerInner .headerH1{
  width: 400px;
}
html[lang="en"] .headerInner .headerMenu{
  width: calc(100% - 400px);
}
@media screen and (max-width: 1200px) {
  .headerInner .headerH1{
    width: 270px;
  }
  .headerInner .headerMenu{
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 768px) {
  .headerInner {
    height: 55px;
  }
  .headerInner .headerH1{
    width: 100% !important;
    padding-right: 0;
    margin: 0;
    font-size: 100%;
  }
  .headerInner .headerH1 img{
    width: 150px;
  }
  .headerInner .headerMenu{
    width: 0 !important;
  }
  html[lang="en"] .headerInner .headerH1 img{
    width: 180px;
  }
}

.headerH1 {
  margin: 0;
  font-size: 100%;
  line-height: 1;
}
.headerH1 > a {
  display: block;
}
.headerH1 > a > img{
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .headerH1 {
    text-align: center;
  }
  .headerH1 > a img {
    max-width: 190px;
  }
}

.headerLang {
  text-align: right;
  color: #000;
  font-size: 12rem;
}
.headerLang span{
  display: inline-block;
  margin: 0 0.5em;
}
.headerLang > a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin: 0 2px;
}
.headerLang > a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .headerLang {
    position: absolute;
    top: 19px;
    left: 10px;
    /*display: none;*/
/*    right: auto;
    top: 17px;
    left: 10px;
    width: 3.5em;
    text-align: center;*/
  }
  .headerLang span {
    display: none;
  }
}

.navGlobal {
  font-weight: bold;
  margin: 0;
  position: relative;
  z-index: 5000;
}
.navGlobal .navGlobal__menu {
  display: none;
}
.navGlobal .navGlobal__items {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: flex-end;
          justify-content: flex-end;
}
.navGlobal .navGlobal__items > li {
  position: relative;
}
.navGlobal .navGlobal__items > li + li {
  margin-left: 0.5em;
}
.navGlobal .navGlobal__items > li + li:before {
  content: "／";
  display: inline-block;
  margin-right: 0.5em;
}
.navGlobal .navGlobal__items > li > a {
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  font-size: 106%;
}
.navGlobal .navGlobal__items > li > a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #000;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  z-index: 100;
}
.navGlobal .navGlobal__items > li > a:hover:before {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .navGlobal {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .navGlobal {
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .navGlobal.is-open .navGlobal__menu > a {
    background-image: url("/wp-content/themes/setouchi/images/common/header-menu_o.png");
  }
  .navGlobal .navGlobal__menu {
    display: inline-block;
  }
  .navGlobal .navGlobal__menu > a {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    width: 4em;
    padding-top: 17px;
    background: url("/wp-content/themes/setouchi/images/common/header-menu.png") no-repeat center top;
    background-size: 20px 15px;
    font-size: 10px;
  }
  .navGlobal .navGlobal__items {
    text-align: left;
    display: none;
    /*top: 55px;*/
    /*left: 0;*/
    /*position: fixed;*/
    /*width: 100%;*/
    border-top: 1px solid #4c9bcf;
    margin-top: 0;

    position: absolute;
    width: 100vw;
    top: 40px;
    left: calc(-100vw + 50px);
  }
  .navGlobal .navGlobal__items > li + li {
    margin-left: 0;
  }
  .navGlobal .navGlobal__items > li + li:before {
    display: none;
  }
  .navGlobal .navGlobal__items > li > a {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #4c9bcf;
    display: block;
    padding: 10px;
  }
  .navGlobal .navGlobal__items > li > a:before {
    display: none;
  }
  .navGlobal .navGlobal__items > li.jsdropMenu {
    position: relative;
  }
  .navGlobal .navGlobal__items > li.jsdropMenu:after {
    content: "＋";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0.25em;
    z-index: 1;
    color: #4c9bcf;
    font-weight: bold;
    font-size: 20px;
    font-family: sans-serif;
  }
  .navGlobal .navGlobal__items > li.jsdropMenu.is-open:after {
    content: "－";
  }
  .navGlobal .navGlobal__items > li.jsdropMenu .navDrop--sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .navGlobal .navDrop {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    /*-webkit-transform: translateX(-50%);*/
        /*-ms-transform: translateX(-50%);*/
            /*transform: translateX(-50%);*/
    width: 100vw;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px 0 15px;
    min-width: 1000px;
    font-weight: normal;
  }
  .navGlobal .navDrop br {
    display: none;
  }
  .navGlobal .navDrop > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .navGlobal .navDrop > ul > li {
    width: 25%;
    margin: 15px 0;
  }
  .navGlobal .navDrop > ul > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-decoration: none;
  }
  .navGlobal .navDrop > ul > li > a:hover {
    color: #3399cc;
  }
  .navGlobal .navDrop > ul > li img {
    width: 30%;
  }
  .navGlobal .navDrop > ul > li span {
    width: 70%;
    display: block;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .navGlobal .navDrop {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .navGlobal .navDrop--sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .navGlobal .navDrop--sp {
    border-bottom: 1px solid #4c9bcf;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
  }
  .navGlobal .navDrop--sp br {
    display: none;
  }
  .navGlobal .navDrop--sp > li {
    background: #fff;
  }
  .navGlobal .navDrop--sp > li > a {
    border-top: 1px solid rgba(76, 155, 207, 0.4);
    text-decoration: none;
    display: block;
    padding: 10px 10px 10px 20px;
    color: #222;
  }
  .navGlobal .navDrop--sp > li img {
    display: none;
  }
}
@media print{
  .navGlobal .navDrop{
    display:none !important;
  }
  .navGlobal .navDrop--sp{
    display:none !important;
  }
  .navGlobal .navGlobal__items > li > a{
    font-size:95%;
  }
}
/* Footer
----------------------------------------------- */
.strFooter {
  border-top: 1px solid #e5fbff;
  background: #fff;
}

.footerInner {
  max-width: 1220px;
  padding: 70px 10px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footerInner {
    padding-top: 40px;
  }
}

.footerHead {
  text-align: center;
  font-size: 20rem;
  margin-bottom: 50px;
  font-weight: normal;
  min-height: 83px;
  background: url("/wp-content/themes/setouchi/images/common/footer-bg-head.png") no-repeat center center;
  position: relative;
}
.footerHead.footerHead--mt40{
  margin-top:40px;
}

.footerHead > span {
  padding: 18px 1em;
  display: inline-block;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .footerHead {
    font-size: 16rem;
    margin-bottom: 25px;
  }
}

/*.footerFinder {
  text-align: center;
}
.footerFinder .footerFinder__head {
  margin-bottom: 25px;
}
.footerFinder .footerFinder__text {
  margin-bottom: 30px;
}
.footerFinder .footerFinder__button > a {
  display: inline-block;
  width: 100%;
  max-width: 430px;
  padding: 17px 10px;
  text-decoration: none;
  color: inherit;
  border: 1px solid #a0d2e6;
}
.footerFinder .footerFinder__button > a:hover {
  background: #a0d2e6;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footerFinder .footerFinder__head > img {
    max-width: 200px;
  }
  .footerFinder .footerFinder__text br {
    display: none;
  }
  .footerFinder .footerFinder__button > a {
    padding: 13.5px 10px;
  }
}*/

.footerPrefecture {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footerPrefecture > li {
  width: calc(100% / 7.1);
  padding: 0 10px;
  margin: 0 0 10px;
}
.footerPrefecture > li > a {
  display: block;
  border: 1px solid #a0d2e6;
  padding: 30px 10px;
  text-decoration: none;
  font-size: 18px;
  color: inherit;
  height: 100%;
}
.footerPrefecture > li > a:hover {
  background: #a0d2e6;
  color: #fff;
}

.footerPrefecture > li > a.no-border {
  border: none;
}



@media screen and (max-width: 768px) {
  .footerPrefecture {
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-bottom: -15px;
  }
  .footerPrefecture > li {
    width: 25%;
    margin: 0 0 15px;
    padding: 0 6px;
  }
  .footerPrefecture > li > a {
    padding: 13.5px 10px;
    font-size: 14rem;
  }
}

.footerHr {
  width: 100%;
  border: 1px solid #e5fbff;
  border-width: 1px 0 0;
  margin: 60px -100% 45px;
  padding: 0 100%;
}
@media screen and (max-width: 768px) {
  .footerHr {
    margin: 30px -100%;
  }
}

.footerNav {
  font-size: 18rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
.footerNav > li + li {
  margin-left: 20px;
}
.footerNav > li + li:before {
  content: "／";
  display: inline-block;
  margin-right: 20px;
}
.footerNav > li > a {
  color: inherit;
  text-decoration: none;
}
.footerNav > li > a:hover {
  color: #3399cc;
}
@media screen and (max-width: 768px) {
  .footerNav {
    font-size: 12rem;
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footerNav > li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footerNav > li + li {
    margin-left: 0;
  }
  .footerNav > li + li:before {
    display: none;
  }
}

.footerGroup {
  text-align: center;
  margin-bottom: 30px;
}
.footerGroup > li {
  display: inline-block;
  margin: 0 40px 10px;
  text-align: left;
}
.footerGroup > li > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.footerGroup > li > a:hover {
  color: #3399cc;
}
.footerGroup > li .footerGroup__text {
  display: inline-block;
  vertical-align: middle;
}
.footerGroup > li .footerGroup__caption {
  display: inline-block;
  font-size: 12rem;
  color: #999;
}
.footerGroup > li .footerGroup__image {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .footerGroup {
    margin-bottom: 20px;
  }
  .footerGroup > li {
    margin: 0 0 15px 10px;
    text-align: center;
  }
  .footerGroup > li .footerGroup__text {
    font-size: 12rem;
  }
  .footerGroup > li .footerGroup__caption {
    font-size: 10rem;
  }
  .footerGroup > li .footerGroup__image {
    margin-right: 8px;
  }
  .footerGroup > li .footerGroup__image > img {
    width: 40px;
  }
}

.footerCopy {
  text-align: center;
  font-size: 14rem;
  margin-bottom: 80px;
}
.footerCopy > small {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerCopy {
    font-size: 10rem;
    margin-bottom: 30px;
  }
}

/* Top
----------------------------------------------- */
.visualTop{
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.visualTop__inner{
  padding-top: 160px;
}
.visualTop__sub{
  font-size: 32px;
}
.visualTop__head{
  margin-top: 5px;
  font-size: 60px;
  font-weight: normal;
  /*font-weight: bold;*/
}
.visualTop__text{
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
  line-height: 1.6;
  max-width: 45em;
}
@media screen and (max-width: 768px) {
  .visualTop{
  }
  .visualTop__inner{
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .visualTop__sub{
    font-size: 26px;
    margin-bottom: 5px;
  }
  .visualTop__head{
    font-size: 45px;
  }
  .visualTop__text{
    font-size: 15px;
  }
  .visualTop__text br{
    display: none;
  }
}

.slideService {
  max-width: 1220px;
  margin: 70px auto;
}
.slideService.slick-slider {
  position: relative;
}
.slideService .slick-list {
  overflow-x: hidden;
}
.slideService .slick-track {
  display: table;
}
.slideService .slick-slide {
  display: table-cell;
  outline: none;
}
.slideService .slick-arrow {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 0;
  left: -64px;
  z-index: 1;
  color: transparent;
  width: 50px;
  height: 230px;
  transform: scaleX(-1);
  background: url("/wp-content/themes/setouchi/images/service/arrow-carousel.png") no-repeat center center;
}
.slideService .slick-next {
  left: auto;
  transform: scaleX(1);
  right: -64px;
}
.slideService__item {
  padding: 0 6px;
}
.slideService__item > a {
  display: block;
  position: relative;
}
.slideService__item > a > span {
  display: block;
  opacity: 0;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px 25px;
  font-size: 14.5px;
  transition: 0.3s;
}
.slideService__item > a:hover > span {
  opacity: 1;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  align-items: center;
}
.slideService__item > a:hover > span > span {
  opacity: 1;
}
.slideService__item > a > span > span {
  display: inline-block;
  max-height: 10.2em;
  overflow: hidden;
  line-height: 1.5;
  opacity: 0;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .slideService {
    margin: 30px auto;
  }
  .slideService .slick-arrow {
    display: none;
  }
  .slideService__item {
    padding: 0 6px;
  }
  .slideService__item > a > img {
    width: 100%;
  }
  .slideService__item > a:hover > span {
    display: none;
  }
  .slideService .slick-dots {
    width: 100%;
    text-align: center;
    max-width: inherit;
    margin-top: 15px;
  }
  .slideService .slick-dots > li {
    margin: 0 5px;
    display: inline-block;
  }
  .slideService .slick-dots > li > button {
    color: transparent;
    background: #4c9bcf;
    width: 10px;
    height: 10px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    padding: 0;
    opacity: 0.5;
  }
  .slideService .slick-dots .slick-active > button {
    /*background: #fff;*/
    opacity: 1;
  }
}



.slideTop {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 60px;
  color: #fff;
}
.slideTop > * {
  max-width: 830px;
}
.slideTop .slideTop__sub {
  font-size: 25px;
  font-style: italic;
  margin-bottom: -5px;
  opacity: 0;
  position: relative;
  bottom: -5px;
  -webkit-transition: 1s 0.3s;
          transition: 1s 0.3s;
}
.slideTop .slideTop__head {
  font-size: 45px;
  margin-bottom: 25px;
  line-height: 1.2;
  font-weight: normal;
  opacity: 0;
  position: relative;
  bottom: -5px;
  -webkit-transition: 1s 0.6s;
          transition: 1s 0.6s;
}
.slideTop .slideTop__text {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.3;
  opacity: 0;
  position: relative;
  bottom: -5px;
  -webkit-transition: 1s 0.9s;
          transition: 1s 0.9s;
}
.slideTop .slideTop__text2 {
  margin-bottom: 28px;
  opacity: 0;
  position: relative;
  bottom: -5px;
  -webkit-transition: 1s 1.2s;
          transition: 1s 1.2s;
}
.slideTop .slideTop__button {
  opacity: 0;
  position: relative;
  bottom: -5px;
  -webkit-transition: 1s 1.5s;
          transition: 1s 1.5s;
}
.slideTop .slideTop__button > a {
  display: inline-block;
  background: #fff;
  padding: 13px 40px;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.slideTop .slick-current .slideTop__sub,
.slideTop .slick-current .slideTop__head,
.slideTop .slick-current .slideTop__text,
.slideTop .slick-current .slideTop__text2,
.slideTop .slick-current .slideTop__button {
  bottom: 0;
  opacity: 1;
}
.slideTop.slick-slider {
  position: relative;
}
.slideTop .slick-track {
  display: table;
}
.slideTop .slick-slide {
  display: table-cell;
  outline: none;
}
.slideTop .slick-arrow {
  background: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: transparent;
  width: 28px;
  height: 90px;
  background: url("/wp-content/themes/setouchi/images/common/icon-arrow-l.png") no-repeat center center;
}
.slideTop .slick-next {
  left: auto;
  right: 10px;
  background-image: url("/wp-content/themes/setouchi/images/common/icon-arrow-r.png");
}
.slideTop .slick-dots {
  width: 100%;
  text-align: center;
  max-width: inherit;
  margin-top: 90px;
}
.slideTop .slick-dots > li {
  margin: 0 5px;
  display: inline-block;
}
.slideTop .slick-dots > li > button {
  color: transparent;
  background: rgba(255, 255, 255, 0.5);
  width: 15px;
  height: 15px;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  padding: 0;
}
.slideTop .slick-dots .slick-active > button {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .slideTop {
    padding: 0 10px;
  }
  .slideTop .slideTop__sub {
    font-size: 16px;
    margin-bottom: 0;
  }
  .slideTop .slideTop__head {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .slideTop .slideTop__text {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slideTop .slideTop__text2 {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .slideTop .slideTop__button > a {
    font-size: 12px;
    padding: 5px 20px;
  }
  .slideTop.slick-slider {
    position: relative;
  }
  .slideTop .slick-track {
    display: table;
  }
  .slideTop .slick-slide {
    display: table-cell;
    outline: none;
  }
  .slideTop .slick-arrow {
    display: none !important;
  }
  .slideTop .slick-dots {
    margin-top: 20px;
  }
  .slideTop .slick-dots > li {
    margin: 0 5px;
  }
  .slideTop .slick-dots > li > button {
    width: 10px;
    height: 10px;
  }
}

.headTopWrap {
  position: relative;
  border-bottom: 1px solid #282828;
  padding-bottom: 25px;
  margin-bottom: 30px;
}
.headTopWrap .headTop {
  text-align: center;
}
.headTopWrap .headTop .headTop__head {
  font-size: 30rem;
  font-weight: normal;
  display: inline-block;
}
.headTopWrap .headTop .headTop__caption {
  font-size: 14rem;
  color: #3399cc;
  font-weight: bold;
  display: inline-block;
}
.headTopWrap .headTop__more {
  font-weight: bold;
  font-size: 18rem;
  position: absolute;
  top: 0;
  right: 25px;
}
.headTopWrap .headTop__more > a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  padding-right: 35px;
  background: url("/wp-content/themes/setouchi/images/common/icon-more.png") no-repeat right center;
}
.headTopWrap .headTop__more > a:hover {
  color: #3399cc;
}
@media screen and (max-width: 768px) {
  .headTopWrap {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .headTopWrap .headTop .headTop__head {
    font-size: 20rem;
  }
  .headTopWrap .headTop .headTop__caption {
    font-size: 12rem;
  }
  .headTopWrap .headTop__more {
    margin-top: 10px;
    font-size: 12rem;
    position: static;
    text-align: center;
  }
  .headTopWrap .headTop__more > a {
    padding-right: 15px;
    background-size: 10px 10px;
  }
}

.headTop2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 50px;
}
.headTop2 .headTop2__head {
  display: inline-block;
  font-size: 40rem;
  font-style: italic;
}
.headTop2 .headTop2__caption {
  display: inline-block;
  font-size: 20rem;
}
@media screen and (max-width: 768px) {
  .headTop2 {
    margin-bottom: 30px;
  }
  .headTop2 .headTop2__head {
    font-size: 25rem;
  }
  .headTop2 .headTop2__caption {
    font-size: 12rem;
  }
}

.textTop {
  font-size: 18rem;
  line-height: 2;
  max-width: 900px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .textTop {
    font-size: 14rem;
    margin-bottom: 30px;
  }
}

.imageTop {
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .imageTop {
    margin: 0 -10px 65px;
  }
}

.boxTop {
  background: url("/wp-content/themes/setouchi/images/top/bg-box.png") no-repeat right bottom;
  padding: 70px 50px 50px 55px;
  max-width: 650px;
}
.boxTop .boxTop__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .boxTop {
    background-size: cover;
    padding: 35px 20px 25px;
    max-width: 650px;
    margin: 0 10px;
  }
  .boxTop .boxTop__text {
    margin-bottom: 20px;
  }
}

.headTop3 {
  margin-bottom: 15px;
}
.headTop3 .headTop3__head {
  display: inline-block;
  font-size: 50rem;
  font-weight: normal;
  line-height: 1;
}
.headTop3 .headTop3__caption {
  display: inline-block;
  font-size: 16rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .headTop3 .headTop3__head {
    font-size: 28rem;
  }
  .headTop3 .headTop3__caption {
    font-size: 12rem;
  }
}

/* Section
----------------------------------------------- */
.sectionTop {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sectionTop {
    margin-bottom: 65px;
  }
}

.sectionInner {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.sectionInner2 {
  padding-top: 30px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .sectionInner2 {
    padding-top: 20px;
    padding-left: 0;
  }
}

.sectionTop2 {
  background: #3399cc no-repeat center center;
  background-size: cover;
  min-height: 580px;
  padding: 120px 0;
}
.sectionTop2.bg-1 {
  background-image: url("/wp-content/themes/setouchi/images/top/bg-business.jpg");
}
.sectionTop2.bg-2 {
  background-image: url("/wp-content/themes/setouchi/images/top/bg-dmo.jpg");
}
@media screen and (max-width: 768px) {
  .sectionTop2 {
    min-height: inherit;
    padding: 65px 0;
  }
  .sectionTop2.bg-2 .boxTop.ml-a {
    margin-left: 10px;
  }
}

.sectionDmo.bg-1 {
  background: url("/wp-content/themes/setouchi/images/dmo/bg-dmo.jpg") no-repeat center bottom;
  min-height: 617px;
  padding-top: 90px;
}
.sectionDmo.bg-2 {
  padding-top: 55px;
}
.sectionDmo .sectionInner {
  max-width: 1220px;
  padding: 0 10px 100px;
  margin: 0 auto;
}
.sectionDmo .sectionInner > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sectionDmo.bg-1 {
    min-height: inherit;
    padding-top: 50px;
    background-position: 70% bottom;
    background-size: cover;
  }
  .sectionDmo.bg-2 {
    padding-top: 30px;
  }
  .sectionDmo .sectionInner {
    padding-bottom: 60px;
  }
}

/* Layout
----------------------------------------------- */
.lytReverse {
}
.lytReverse__item {
}
@media screen and (max-width: 768px) {
  .lytReverse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column-reverse;
  }
}

.lytGrid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.lytGrid > .lytGrid__item {
  padding: 0 15px;
  margin: 0 0 30px;
}
.lytGrid > .lytGrid__item > *:last-child {
  margin-bottom: 0;
}
.lytGrid > .lytGrid__item.w-33 p {
  line-height: 1.5;
}
.lytGrid + .lytGrid {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .lytGrid {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .lytGrid > .lytGrid__item {
    width: 100% !important;
    padding: 0;
  }
  .lytGrid > .lytGrid__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .lytGrid + .lytGrid {
    margin-top: 32px;
  }
  .lytImageThumb{
    text-align: center;
  }
}

.lytLink {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.lytLink:hover {
  color: #3399cc;
}

.lytImageFull {
  margin-bottom: 40px;
  text-align: center;
}
.lytImageFull > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .lytImageFull {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.lytImageText {
  margin: 100px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lytImageText > .lytImageText__contents .headH2 {
  margin-top: 15px;
}
.lytImageText > .lytImageText__contents p {
  margin-bottom: 1.2em;
}
.lytImageText > .lytImageText__image {
  padding-left: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lytImageText {
    margin: 60px 0;
    display: block;
  }
  .lytImageText > .lytImageText__contents {
    width: 100% !important;
  }
  .lytImageText > .lytImageText__contents .headH2 {
    margin-top: 0;
  }
  .lytImageText > .lytImageText__contents .buttonLink, .lytImageText > .lytImageText__contents .boxTop .boxTop__button, .boxTop .lytImageText > .lytImageText__contents .boxTop__button {
    text-align: center;
  }
  .lytImageText > .lytImageText__image {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
}

.textLead3 + .lytImageText2 {
  margin-top: 25px;
}
.lytImageText2 {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lytImageText2 p{
  font-size: 16rem;
}
.lytImageText2 p:last-child {
  margin-bottom: 0;
}
.lytImageText2.ve-m {
  align-items: center;
}
.lytImageText2.ve-m > .lytImageText2__contents {
  padding-top: 0;
}
.lytImageText2 > .lytImageText2__contents {
  width: calc(100% - 154px);
  padding-left: 30px;
  padding-top: 20px;
}
.lytImageText2 > .lytImageText2__image {
  text-align: center;
  width: 154px;
}
@media screen and (max-width: 768px) {
  .textLead3 + .lytImageText2 {
    margin-top: 15px;
  }
  .lytImageText2 {
    margin: 40px 0 0;
    display: block;
  }
  .lytImageText2 p{
    font-size: 14rem;
  }
  .lytImageText2 > .lytImageText2__contents {
    width: 100% !important;
    padding-left: 0;
    padding-top: 0;
    margin-top: 20px;
  }
  .lytImageText2 > .lytImageText2__image {
    width: 100% !important;
    text-align: center;
  }
}

.mediaYoutube {
  text-align: center;
}
.mediaYoutube > iframe {
  width: 100% !important;
  height: 315px !important;
}

@media screen and (max-width: 768px) {
.video {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
 }

.video iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
 }
}

@media screen and (max-width: 768px) {
  .mediaYoutube > iframe {
    height: 250px !important;
  }
}

/* Head
----------------------------------------------- */
.headH1 {
  font-weight: normal;
  text-align: center;
  margin: 0;
  line-height: 1;
  display: block;
}
.headH1 .headH1__caption {
  display: inline-block;
  border: 2px solid #fff;
  font-size: 45rem;
  line-height: 1;
  padding: 0.3em 1.4em;
  margin-top: 90px;
}
.headH1 .headH1__head {
  display: none;
  font-family: "Bodoni-Normal";
}
@media screen and (max-width: 768px) {
  .headH1 .headH1__caption {
    font-size: 20rem;
    border-width: 1px;
    margin-top: 30px;
  }
}

.headH2 {
  font-size: 30rem;
  margin-bottom: 38px;
}
@media screen and (max-width: 768px) {
  .headH2 {
    font-size: 20rem;
    margin-bottom: 20px;
  }
}

.headInfo {
  font-weight: bold;
  font-size: 22rem;
  border-bottom: 1px solid #4c9bcf;
  padding-bottom: 21px;
  margin-bottom: 58px;
}
@media screen and (max-width: 768px) {
  .headInfo {
    font-size: 18rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.headInfo2 {
  font-weight: normal;
  font-size: 20rem;
  border-bottom: 1px solid #4c9bcf;
  text-align: center;
  padding-bottom: 23px;
  margin-bottom: 30px;
}
.headInfo2:not(:first-child) {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .headInfo2 {
    font-size: 16rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .headInfo2:not(:first-child) {
    margin-top: 50px;
  }
}

.headInfo3 {
  font-weight: bold;
  font-size: 30rem;
  border-bottom: 1px solid #4c9bcf;
  padding-bottom: 11px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .headInfo3 {
    font-size: 20rem;
    margin-bottom: 25px;
  }
}

.headInfo3Wrap {
  position: relative;
}
.headInfo3Wrap .infoData {
  margin-bottom: 0.95em;
}
@media screen and (max-width: 768px) {
  .headInfo3Wrap .infoData {
    position: static;
    margin-bottom: 15px;
  }
}

.headInfo4 {
  font-size: 24rem;
  border-bottom: 1px solid #4c9bcf;
  padding-bottom: 11px;
  margin-bottom: 15px;
  color: #4c9bcf;
}
.headInfo4:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .headInfo4 {
    font-size: 18rem;
  }
  .headInfo4:not(:first-child) {
    margin-top: 30px;
  }
}

.headInfo5 {
  font-size: 20rem;
  margin-bottom: 15px;
  color: #4c9bcf;
}
.headInfo5:not(:first-child) {
  margin-top: 45px;
}

.headType {
  font-weight: bold;
  font-size: 22rem;
  border-bottom: 1px solid #4c9bcf;
  padding-bottom: 21px;
  margin-bottom: 30px;
  color: #4c9bcf;
}
.headType:not(:first-child) {
  margin-top: 90px;
}
.headType + .lytImageText {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .headType {
    font-size: 18rem;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .headType:not(:first-child) {
    margin-top: 50px;
  }
  .headType + .lytImageText {
    margin-top: 30px;
  }
}

.headType2 {
  font-weight: bold;
  font-size: 20rem;
  margin-bottom: 15px;
  color: #4c9bcf;
}
.headType2:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .headType2 {
    font-size: 15rem;
    margin-bottom: 10px;
  }
  .headType2:not(:first-child) {
    margin-top: 25px;
  }
}

.headType3 {
  text-align: center;
  font-weight: bold;
  font-size: 18rem;
  border-bottom: 1px solid #4c9bcf;
  padding-bottom: 21px;
  margin-bottom: 30px;
}
.headType3:not(:first-child) {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .headType3 {
    font-size: 18rem;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .headType3:not(:first-child) {
    margin-top: 50px;
  }
}

.headType4 {
  font-weight: normal;
  font-size: 16rem;
  margin-bottom: 15px;
}
.headType4:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .headType4 {
    font-size: 14rem;
    margin-bottom: 10px;
  }
  .headType4:not(:first-child) {
    margin-top: 20px;
  }
}

.headType5 {
  font-weight: normal;
  font-size: 20rem;
  margin-bottom: 15px;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #dcdcdc;
}
.headType5:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .headType5 {
    font-size: 16rem;
    margin-bottom: 10px;
  }
}

.headDmo {
  margin-bottom: 40px;
}
.headDmo .headDmo__head {
  display: inline-block;
  font-size: 26rem;
}
.headDmo .headDmo__caption {
  display: inline-block;
  font-size: 16rem;
  color: #3399cc;
  font-family: "Bodoni-Normal";
}
@media screen and (max-width: 768px) {
  .headDmo {
    margin-bottom: 25px;
  }
  .headDmo .headDmo__head {
    font-size: 18rem;
  }
  .headDmo .headDmo__caption {
    font-size: 12rem;
  }
}

.headDmo2 {
  font-weight: normal;
  text-align: center;
  margin: 0 0 90px;
  line-height: 1;
  background: #21458f url("/wp-content/themes/setouchi/images/dmo/bg-dmo-2.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 95px 10px;
}
.headDmo2 .headDmo__caption {
  display: inline-block;
  font-size: 20rem;
  margin-bottom: 15px;
  vertical-align: middle;
}
.headDmo2 .headDmo__head {
  vertical-align: middle;
  font-size: 60rem;
  font-family: "Bodoni-Normal";
}
@media screen and (max-width: 768px) {
  .headDmo2 {
    margin-bottom: 40px;
    padding: 40px 10px 45px;
  }
  .headDmo2 .headDmo__caption {
    font-size: 12rem;
  }
  .headDmo2 .headDmo__head {
    font-size: 28rem;
  }
}

/* List
----------------------------------------------- */
.listBannerTop{
  width: calc(100% + 30px);
  margin: 0 -15px 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.listBannerTop li{
  width: 33.33333%;
  padding: 0 15px;
}
.listBannerTop a{
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .listBannerTop{
    margin-bottom: 0;
    margin-top: 30px;
  }
  .listBannerTop li{
    width: 100%;
    margin-top: 10px;
  }
  .listBannerTop a{
  }
}

.listDef > li {
  padding-left: 7.5em;
  position: relative;
  margin-bottom: 10px;
}
.listDef > li .listDef__date {
  width: 6em;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .listDef > li {
    padding-left: 6.2em;
  }
}

.listDef2 > dt {
  width: 11em;
  float: left;
  display: inline-block;
  clear: both;
}
.listDef2 > dd {
  float: left;
  width: calc(100% - 11em);
  margin-bottom: 10px;
}
.listDef2 > dd .buttonLink, .listDef2 > dd .boxTop .boxTop__button, .boxTop .listDef2 > dd .boxTop__button {
  margin: 0.5em 0 1em;
}
@media screen and (max-width: 768px) {
  .listDef2 > dt {
    float: none;
    display: block;
    width: 100%;
  }
  .listDef2 > dd {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.listVision > li {
  font-size: 22rem;
  margin-bottom: 25px;
}
.listVision > li .listVision__mark {
  display: inline-block;
  margin-right: 40px;
  font-style: italic;
  font-family: "Bodoni-Normal";
}
@media screen and (max-width: 768px) {
  .listVision > li {
    font-size: 14rem;
    margin-bottom: 15px;
  }
  .listVision > li .listVision__mark {
    display: block;
    margin-right: 0;
  }
}

.listPolicy {
  margin: 0 0 2em;
  padding: 0;
}
.listPolicy > li {
  margin-bottom: 1.5em;
}

.listBullet {
  list-style: disc;
  padding-left: 1.5em;
}
.listBullet > li:not(:first-child) {
  margin-top: 1em;
}

.listNewsSub {
  margin-top: -5px;
  font-weight: bold;
}
.listNewsSub li {
  margin-bottom: 5px;
}
.listNewsSub li.cat-item-5 a {
  border-bottom-color: rgba(102, 174, 197, 0.2);
}
.listNewsSub li.cat-item-4 a {
  border-bottom-color: rgba(62, 119, 167, 0.2);
}
.listNewsSub li.cat-item-6 a {
  border-bottom-color: rgba(33, 69, 143, 0.2);
}
.listNewsSub li a {
  font-size: 18rem;
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: 12px solid rgba(160, 210, 230, 0.2);
}
.listNewsSub li a:hover {
  color: #3e77a7;
}
.listNewsSub li a span {
  position: relative;
  display: block;
  bottom: -10px;
  padding: 0 14px;
}
.listNewsSub .listNewsSub__num {
  float: right;
  color: #3e77a7;
  position: static;
}
.listNewsSub .children {
  margin: 5px 0 5px 20px;
}
.listNewsSub .children > li > a {
  font-size: 14rem;
}
@media screen and (max-width: 768px) {
  .listNewsSub > li > a {
    font-size: 16rem;
    border-bottom-width: 10px;
  }
  .listNewsSub > li > a > span {
    bottom: -10px;
  }
}

.listNews > li > a, .listNews--top > li > a, .listNews--info > li > a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.listNews > li > a:hover .listNews__text, .listNews--top > li > a:hover .listNews__text, .listNews--info > li > a:hover .listNews__text {
  color: #3399cc;
}
.listNews .listNews__text, .listNews--top .listNews__text, .listNews--info .listNews__text {
  margin-top: 0.8em;
  font-weight: bold;
}

.listNews--top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.listNews--top > li {
  padding: 0 15px;
  width: 33.33333%;
  margin-bottom: 50px;
}
.listNews--top .listNews__image {
  margin-bottom: 30px;
  aspect-ratio: 367 / 206;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .listNews--top {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .listNews--top > li {
    padding: 0;
    margin-bottom: 25px;
    width: 100%;
  }
  .listNews--top .listNews__image {
    margin-bottom: 20px;
  }
}

.listNews--info {
  margin-bottom: 60px;
}
.listNews--info > li {
  margin-bottom: 30px;
}
.listNews--info > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.listNews--info .listNews__image {
  width: 47.2%;
  padding-right: 30px;
}
.listNews--info .listNews__image img {
  max-width: 100%;
}
.listNews--info .infoData {
  width: calc(100% - 47.2%);
}
.listNews--info .listNews__text {
  margin-top: 1.5em;
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .listNews--info {
    margin-bottom: 40px;
  }
  .listNews--info > li {
    margin-bottom: 25px;
  }
  .listNews--info > li > a {
    display: block;
  }
  .listNews--info .listNews__image {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .listNews--info .infoData {
    width: 100%;
  }
  .listNews--info .listNews__text {
    margin-top: 1em;
    font-size: 14rem;
  }
}

/* Navigation
----------------------------------------------- */
.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi,
.navPager {
  margin: 0 0 20px;
  text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .page-numbers,
.wp-pagenavi .navPager__button,
.navPager .current,
.navPager .page,
.navPager .page-numbers,
.navPager .navPager__button {
  display: inline-block;
  border: 1px solid #3e77a7;
  min-width: 2em;
  line-height: 2;
  color: inherit;
  text-decoration: none;
  margin: 0 2px 10px;
}
.wp-pagenavi > *:hover,
.wp-pagenavi .is-current,
.wp-pagenavi .current,
.navPager > *:hover,
.navPager .is-current,
.navPager .current {
  font-weight: 500;
  color: #fff;
  background: #3e77a7;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .next,
.wp-pagenavi .prev,
.navPager .nextpostslink,
.navPager .previouspostslink,
.navPager .next,
.navPager .prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .current,
  .wp-pagenavi .page,
  .wp-pagenavi .page-numbers,
  .wp-pagenavi .navPager__button,
  .navPager .current,
  .navPager .page,
  .navPager .page-numbers,
  .navPager .navPager__button {
    font-size: 12rem;
  }
}

/* Group
----------------------------------------------- */
.infoData .infoData__date {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
.infoData .infoData__category {
  font-size: 14px;
  display: inline-block;
  background: #3e77a7;
  color: #fff;
  text-align: center;
  padding: 2px 10px 1px;
}
.infoData .infoData__category.category-news {
  background-color: #a0d2e6;
}
.infoData .infoData__category.category-public-offering {
  background-color: #21458f;
}
.infoData .infoData__category + .infoData__category {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .infoData .infoData__date {
    font-size: 10px;
  }
  .infoData .infoData__category {
    font-size: 10px;
  }
}

.infoContents > p {
  line-height: 1.8;
}

/* Button
----------------------------------------------- */
.buttonLink > a, .boxTop .boxTop__button > a {
  display: inline-block;
  min-width: 200px;
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  padding: 12px 10px;
  color: inherit;
  font-size: 16rem;
}
.buttonLink > a:hover, .boxTop .boxTop__button > a:hover {
  background: #a0d2e6;
  color: #fff;
  border-color: #a0d2e6;
}
@media screen and (max-width: 768px) {
  .buttonLink > a, .boxTop .boxTop__button > a {
    font-size: 14rem;
  }
}

/* Box
----------------------------------------------- */
.boxInquiry {
  background: rgba(255, 255, 255, 0.7);
  max-width: 900px;
  padding: 5% 10% 6%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .boxInquiry {
    padding: 30px 20px;
  }
}

/* Form
----------------------------------------------- */
.formItem {
  margin-bottom: 30px;
}
.formItem [type="text"],
.formItem [type="tel"],
.formItem [type="email"],
.formItem select,
.formItem textarea {
  width: 100%;
  border: none;
}
.formItem [type="text"],
.formItem [type="tel"],
.formItem [type="email"],
.formItem select {
  padding: 0 1em;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .formItem {
    margin-bottom: 20px;
  }
  .formItem select {
    min-height: 35px;
  }
}

.formSubmit [type="submit"] {
  background: #4c9bcf;
  color: #fff;
  font-size: 22rem;
  text-align: center;
  padding: 1.2em;
  height: inherit;
  width: 100%;
  border-color: #4c9bcf;
  -webkit-transition: 0.3s;
          transition: 0.3s;
}
.formSubmit [type="submit"]:hover {
  background: #fff;
  color: #4c9bcf;
}
@media screen and (max-width: 768px) {
  .formSubmit [type="submit"] {
    font-size: 16rem;
  }
}

/* Text
----------------------------------------------- */
.textLead {
  font-size: 18rem;
}
@media screen and (max-width: 768px) {
  .textLead {
    font-size: 15rem;
  }
}

.textLead2,
.textLead3 {
  display: table;
  width: 100%;
  margin: 20px 0 15px;
  font-size: 22rem;
  text-align: center;
}
.headType + .textLead3 {
  margin-top: 2em;
}
.textLead3 {
  font-weight: normal;
}
.textLead2 > span,
.textLead3 > span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .textLead2,
  .textLead3 {
    font-size: 16rem;
  }
}

/* Table
----------------------------------------------- */
.scheduletable h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

table.scheduletable,
.scheduletable table {
  width: 100%;
  margin-bottom: 2em;
}

.scheduletable thead th {
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  background: #4c9bcf;
  border-left: 1px solid #fff;
}

.scheduletable tbody td {
  border-bottom: solid 1px #4c9bcf;
  padding: 1em;
}
.scheduletable tbody td + td {
  position: relative;
}
.scheduletable tbody td + td:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #4c9bcf;
}

.tablebox{
  width: 100%;
}

.tablebox h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 25px;
}

.tablebox table {
  width: 100%;
  margin-bottom: 2em;
}

.tablebox thead th {
  color: #fff;
  text-align: center;
  padding-bottom: 12px;
  padding-top: 12px;
  background: #4c9bcf;
  border-left: 1px solid #fff;
}
.tablebox tbody td {
  border-top: solid 1px #4c9bcf;
  border-right: solid 1px #4c9bcf;
  border-bottom: solid 1px #4c9bcf;
  border-left: solid 1px #4c9bcf;
  padding: 1em;
}

/* xxx
----------------------------------------------- */
/* xxx
----------------------------------------------- */
/* xxx
----------------------------------------------- */
/* Helper
----------------------------------------------- */
.d-n {
  display: none;
}

@media screen and (max-width: 768px) {
.tablebox thead th {
    font-size: 10px;
  }

  .tablebox tbody td {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .d-n--sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .d-n--pc {
    display: none !important;
  }
}

.ta-c {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ta-c--sp {
    text-align: center;
  }
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.ve-m{
  vertical-align: middle;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-33 {
  width: 33.33333% !important;
}

.w-66 {
  width: 66.66666% !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}
@media screen and (max-width: 768px) {
  .mb-5em {
    margin-bottom: 4em !important;
  }
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

.footerSocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 100px
}

.footerSocial .footerSocialCol {
    width: 33.33333%;
    text-align: center
}

.footerSocial .footerSocialCol .footerSocialColTitle {
    font-size: 20px
}

.footerSocial .footerSocialCol .footerSocialColIcons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.footerSocial .footerSocialCol .footerSocialColIcons .footerSocialColIcons_svg {
    display: block;
    width: 56px;
    margin: 0 10px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.footerSocial .footerSocialCol .footerSocialColIcons .footerSocialColIcons_svg svg {
    fill: #6EBBD6;
}

.footerSocial .footerSocialCol .footerSocialColIcons .footerSocialColIcons_svg:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .footerSocial {
        display:block;
        margin: 0 0 50px
    }

    .footerSocial .footerSocialCol {
        width: 100%;
        margin: 0 0 40px
    }

    .footerSocial .footerSocialCol .footerSocialColTitle {
        font-size: 16rem
    }

    .footerSocial .footerSocialCol .footerSocialColIcons {
        margin-top: 10px
    }

    .footerSocial .footerSocialCol .footerSocialColIcons .footerSocialColIcons_svg {
        width: 48px;
        margin: 0 10px
    }
}
