@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Allura&family=Khula:wght@400;700&family=Lato:wght@400;700;900&display=swap");

@font-face {
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  src: url("../font/recruit_icomoon.eot?ftcn80");
  src: url("../font/recruit_icomoon.eot?ftcn80#iefix") format("embedded-opentype"), url("../font/recruit_icomoon.ttf?ftcn80") format("truetype"), url("../font/recruit_icomoon.woff?ftcn80") format("woff"), url("../font/recruit_icomoon.svg?ftcn80#icomoon") format("svg")
}

[class*=" icon-"],
[class^=icon-] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-external:before {
  content: "\e901"
}

.icon-pen:before {
  content: "\e900"
}

.icon-cancel:before {
  content: "\e917"
}

.icon-vision_goal:before {
  content: "\e918"
}

.icon-vision_evo:before {
  content: "\e919"
}

.icon-vision_mission:before {
  content: "\e91a"
}

.icon-check1:before {
  content: "\e91b"
}

.icon-arrow_right1:before {
  content: "\e91c"
}

.icon-arrow_left1:before {
  content: "\e91d"
}

br.spShow {
  display: none
}

br.spHide {
  display: block
}

@media only screen and (max-width:800px) {
  br.spShow {
    display: block
  }

  br.spHide {
    display: none
  }
}

* {
  box-sizing: border-box;
  line-height: 1
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  text-align: inherit
}

body {
  font-size: 17px;
  font-family: "Lato", sans-serif;
  line-height: 1;
  color: #234
}

@media only screen and (max-width:800px) {
  body {
    font-size: 14px
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #52a0ea
}

a:focus {
  outline: 0
}

a:active,
a:hover {
  outline: 0;
  color: #f90
}

del {
  text-decoration: line-through
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}

input,
select {
  vertical-align: middle
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%
}

button,
input,
select,
textarea {
  -webkit-appearance: none
}

em,
strong {
  font-style: normal;
  font-weight: bold
}

html {
  background-color: #fff
}

body {
  overflow-x: hidden;
  background-color: transparent
}

.wrap {
  width: 1200px;
  margin: 0 auto
}

@media only screen and (max-width:800px) {
  .wrap {
    width: 100%;
    padding: 0 20px
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
  padding-bottom: 90px
}

@media only screen and (max-width:800px) {
  .container {
    padding-top: 20px
  }
}

@media only screen and (max-width:800px) {
  .container {
    padding-bottom: 60px
  }
}

.container--noPadding {
  width: auto;
  padding: 0
}

@media only screen and (max-width:800px) {
  .container {
    width: 100%;
    padding: 20px 20px 60px
  }

  .container--noPadding {
    padding: 0
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

:hover {
  transition: all 0.2s ease-out 0s
}

#recruitHeader {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 1.5vw;
  background-color: #fff;
  z-index: 9000
}

#recruitHeader .logo {
  padding-top: 3px
}

#recruitHeader .logo a {
  display: flex;
  align-items: center
}

#recruitHeader .logo a img {
  width: 81px;
  height: 33px
}

#recruitHeader .logo a .txt {
  margin-left: 1.2vw;
  font-size: 12px;
  color: #1f3b69;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-feature-settings: "palt"
}

#recruitHeader .nav {
  display: flex;
  margin-left: auto
}

#recruitHeader .nav .md_tab {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: none
}

#recruitHeader .nav .md_tab:after {
  display: none
}

#recruitHeader .nav .md_tab .tab--message {
  width: 7vw
}

#recruitHeader .nav .md_tab .tab--vision {
  width: 6vw
}

#recruitHeader .nav .md_tab .tab--project {
  width: 7vw
}

#recruitHeader .nav .md_tab .tab--workplace {
  width: 9vw
}

#recruitHeader .nav .md_tab .tab--interview {
  width: 9vw
}

#recruitHeader .nav .md_tab .tab--support {
  width: 6vw
}

#recruitHeader .nav .md_tab .tab--analysis {
  width: 7vw
}

#recruitHeader .nav .md_tab .tab .md_btn {
  position: relative;
  width: 100%;
  height: 14px;
  line-height: 1;
  padding: 0
}

#recruitHeader .nav .md_tab .tab .md_btn .en,
#recruitHeader .nav .md_tab .tab .md_btn:after {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: all 0.2s ease-out 0s
}

#recruitHeader .nav .md_tab .tab .md_btn .en {
  font-size: 14px;
  font-weight: normal;
  color: #777;
  letter-spacing: 0.15em;
  transform: rotateX(0deg) translateZ(30px)
}

#recruitHeader .nav .md_tab .tab .md_btn:after {
  content: attr(title);
  font-size: 12px;
  font-weight: bold;
  transform: rotateX(-90deg) translateZ(30px);
  white-space: nowrap
}

#recruitHeader .nav .md_tab .tab .md_btn:hover .en {
  transform: rotateX(90deg) translateZ(30px)
}

#recruitHeader .nav .md_tab .tab .md_btn:hover:after {
  transform: rotateX(0deg) translateZ(30px)
}

#recruitHeader .nav .md_tab .tab--active:after {
  display: none
}

#recruitHeader .nav .md_tab .tab--active .md_btn .en {
  font-weight: bold;
  color: #1f3b69
}

#recruitHeader .nav .md_tab .tab+.tab {
  margin-left: 1.5vw
}

#recruitHeader .nav .entry {
  margin-left: 1.5vw
}

#recruitHeader .nav .entry .md_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.3vw 0 2vw;
  background: #cb7;
  text-align: center;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

#recruitHeader .nav .entry .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e91c";
  margin-left: 10px
}

#recruitHeader .nav .md_floatMenu {
  position: absolute;
  top: 101px;
  width: 250px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 25px 2px rgba(15, 43, 73, 0.05), 0 6px 24px 5px rgba(15, 43, 73, 0.02), 0 8px 10px -7px rgba(15, 43, 73, 0.01);
  display: none;
  z-index: 10
}

#recruitHeader .nav .md_floatMenu .md_list {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none
}

#recruitHeader .spBtnSet {
  display: none
}

#recruitHeader--sticky {
  position: sticky;
  top: 0;
  z-index: 100
}

@media only screen and (max-width:800px) {
  #recruitHeader {
    height: 60px;
    padding: 0 15px
  }

  #recruitHeader .logo a img {
    width: auto;
    height: 25px
  }

  #recruitHeader .logo a .txt {
    margin-left: 10px;
    font-size: 11px
  }

  #recruitHeader .nav {
    display: none
  }

  #recruitHeader .spBtnSet {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    display: flex;
    align-items: center
  }

  #recruitHeader .spBtnSet .md_btn {
    width: 60px;
    height: 60px;
    border-radius: 0;
    box-shadow: none
  }

  #recruitHeader .spBtnSet .md_btn .label {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    font-size: 9px;
    letter-spacing: 0.05em
  }

  #recruitHeader .spBtnSet .md_btn--menu {
    display: block;
    background: #fff
  }

  #recruitHeader .spBtnSet .md_btn--menu .bars {
    position: relative;
    top: 12px;
    width: 20px;
    height: 20px
  }

  #recruitHeader .spBtnSet .md_btn--menu .bars .bar {
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 1px);
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #1f3b69
  }

  #recruitHeader .spBtnSet .md_btn--menu .bars .bar:first-of-type {
    margin-top: -7px
  }

  #recruitHeader .spBtnSet .md_btn--menu .bars .bar:nth-of-type(3) {
    margin-top: 7px
  }

  #recruitHeader .spBtnSet .md_btn--menu .label {
    color: #1f3b69
  }

  #recruitHeader .spBtnSet .md_btn--entry {
    position: relative;
    background: #cb7
  }

  #recruitHeader .spBtnSet .md_btn--entry:before {
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    top: 3px;
    content: "\e900";
    font-size: 22px
  }
}

#recruitFooter {
  background-color: #fff
}

#recruitFooter .pageTopLink {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: none;
  z-index: 100
}

#recruitFooter .pageTopLink .md_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%);
  border-radius: 100%;
  box-shadow: 0 5px 10px 2px rgba(15, 43, 73, 0.15), 0 2px 6px 2px rgba(15, 43, 73, 0.1), 0 4px 5px -2px rgba(15, 43, 73, 0.3)
}

#recruitFooter .pageTopLink .md_btn:after {
  content: "";
  position: relative;
  top: 2px;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 1px 0 0 1px;
  transform: rotate(45deg)
}

#recruitFooter .linkArea {
  padding-top: 90px;
  padding-bottom: 90px
}

@media only screen and (max-width:800px) {
  #recruitFooter .linkArea {
    padding-top: 60px
  }
}

@media only screen and (max-width:800px) {
  #recruitFooter .linkArea {
    padding-bottom: 60px
  }
}

#recruitFooter .linkArea .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between
}

#recruitFooter .linkArea .wrap .logo {
  width: 250px
}

#recruitFooter .linkArea .wrap .logo a {
  display: flex;
  align-items: center
}

#recruitFooter .linkArea .wrap .logo a img {
  width: 100px;
  height: auto
}

#recruitFooter .linkArea .wrap .logo a .txt {
  margin-left: 15px;
  font-size: 12px;
  color: #1f3b69;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"
}

@media only screen and (max-width:800px) {
  #recruitFooter .linkArea .wrap .logo a .txt {
    font-size: 10px
  }
}

#recruitFooter .linkArea .wrap .linkList {
  width: calc(100% - 400px)
}

#recruitFooter .linkArea .wrap .linkList .link a {
  font-size: 14px;
  color: #777
}

@media only screen and (max-width:800px) {
  #recruitFooter .linkArea .wrap .linkList .link a {
    font-size: 12px
  }
}

#recruitFooter .linkArea .wrap .linkList .link a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  top: -1px;
  content: "\e91c";
  margin-left: 12px;
  font-size: 12px;
  color: #1f3b69
}

#recruitFooter .linkArea .wrap .linkList .link a:hover {
  color: #f90
}

#recruitFooter .toCompanyArea {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #eee
}

@media only screen and (max-width:800px) {
  #recruitFooter .toCompanyArea {
    padding-top: 20px
  }
}

@media only screen and (max-width:800px) {
  #recruitFooter .toCompanyArea {
    padding-bottom: 20px
  }
}

#recruitFooter .toCompanyArea .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0
}

#recruitFooter .toCompanyArea .wrap .copyright {
  font-size: 12px;
  color: #777
}

@media only screen and (max-width:800px) {
  #recruitFooter .toCompanyArea .wrap .copyright {
    font-size: 10px
  }
}

#recruitFooter .toCompanyArea .wrap .toCompany {
  font-size: 14px;
  color: #777
}

@media only screen and (max-width:800px) {
  #recruitFooter .toCompanyArea .wrap .toCompany {
    font-size: 12px
  }
}

#recruitFooter .toCompanyArea .wrap .toCompany:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  top: -2px;
  content: "\e901";
  margin-left: 10px;
  color: #1f3b69
}

#recruitFooter .toCompanyArea .wrap .toCompany:hover {
  color: #f90
}

@media only screen and (max-width:800px) {
  #recruitFooter {
    padding-top: 40px;
    padding-bottom: 40px
  }

  #recruitFooter .pageTopLink {
    right: 20px;
    bottom: 20px
  }

  #recruitFooter .pageTopLink .md_btn {
    width: 40px;
    height: 40px
  }

  #recruitFooter .pageTopLink .md_btn:after {
    top: 2px;
    width: 9px;
    height: 9px
  }

  #recruitFooter .linkArea {
    padding: 0
  }

  #recruitFooter .linkArea .wrap {
    display: block;
    padding: 0
  }

  #recruitFooter .linkArea .wrap .logo,
  #recruitFooter .linkArea .wrap .md_column {
    width: 100%
  }

  #recruitFooter .linkArea .wrap .logo a {
    justify-content: center
  }

  #recruitFooter .linkArea .wrap .logo a img {
    width: auto;
    height: 40px
  }

  #recruitFooter .linkArea .wrap .linkList {
    margin-top: 40px;
    border: 1px solid #eee;
    border-width: 1px 0
  }

  #recruitFooter .linkArea .wrap .linkList .link {
    margin-top: 0 !important
  }

  #recruitFooter .linkArea .wrap .linkList .link+.link {
    border-top: 1px solid #eee
  }

  #recruitFooter .linkArea .wrap .linkList .link a {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px
  }

  #recruitFooter .linkArea .wrap .linkList .link a:after {
    position: relative;
    display: inline-block;
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    content: "\e91c";
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    right: 20px;
    font-size: 12px
  }

  #recruitFooter .linkArea .wrap .linkList .link a:hover {
    color: #777
  }

  #recruitFooter .toCompanyArea {
    margin-top: 40px;
    padding: 0;
    border-top: none
  }

  #recruitFooter .toCompanyArea .wrap {
    display: block;
    text-align: center
  }

  #recruitFooter .toCompanyArea .wrap .toCompany {
    display: inline-block;
    margin-top: 40px
  }

  #recruitFooter .toCompanyArea .wrap .toCompany:hover {
    color: #1f3b69
  }
}

.md_pageTitle {
  position: relative;
  padding: 60px 0 75px;
  background: center no-repeat;
  background-size: cover;
  text-align: center
}

.md_pageTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%);
  opacity: 0.8
}

.md_pageTitle:after {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover;
  bottom: -1px;
  background: url(../../imageFile/recruit_bg_texture_pageTitle_white.svg) center bottom;
  background-size: 102% auto
}

.md_pageTitle .wrap {
  position: relative;
  z-index: 2
}

.md_pageTitle .wrap>*+* {
  margin-top: 25px
}

@media only screen and (max-width:800px) {
  .md_pageTitle .wrap>*+* {
    margin-top: 20px
  }
}

.md_pageTitle .wrap .main,
.md_pageTitle .wrap .sub {
  color: #fff;
  font-feature-settings: "palt"
}

.md_pageTitle .wrap .main {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em
}

@media only screen and (max-width:800px) {
  .md_pageTitle .wrap .main {
    font-size: 20px
  }
}

.md_pageTitle .wrap .sub {
  font-weight: bold;
  letter-spacing: 0.4em
}

.md_pageTitle .wrap .copy {
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
  word-break: normal;
  word-wrap: break-word
}

@media only screen and (max-width:800px) {
  .md_pageTitle .wrap .copy {
    font-size: 12px
  }
}

.md_pageTitle--blue:after {
  background-image: url(../../imageFile/recruit_bg_texture_pageTitle.svg)
}

@media only screen and (max-width:800px) {
  .md_pageTitle {
    padding: 40px 0
  }

  .md_pageTitle .wrap .main {
    font-size: 26px
  }

  .md_pageTitle .wrap .sub {
    margin-top: 15px;
    font-size: 12px
  }

  .md_pageTitle .wrap .copy {
    font-size: 12px;
    text-align: justify
  }
}

@media (-ms-high-contrast:none) {
  .md_pageTitle:after {
    background-size: 1550px 35px
  }
}

.md_btn {
  appearance: none;
  -webkit-appearance: none;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  box-shadow: 0 5px 10px 2px rgba(31, 59, 105, 0.15), 0 2px 6px 2px rgba(31, 59, 105, 0.1), 0 4px 5px -2px rgba(31, 59, 105, 0.3);
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%);
  border: none;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px
}

.md_btn--small {
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  font-size: 14px
}

.md_btn--big {
  height: 55px;
  line-height: 55px;
  padding: 0 60px;
  font-size: 17px;
  border-radius: 27.5px
}

.md_btn--w100 {
  width: 100%;
  padding: 0;
  text-align: center
}

.md_btn:hover {
  opacity: 0.8;
  color: #fff
}

.md_btn .wave {
  pointer-events: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 100%;
  transform: scale(0);
  animation: waveEffect 700ms
}

@keyframes waveEffect {
  to {
    opacity: 0;
    transform: scale(2)
  }
}

.md_btn--disable {
  cursor: default;
  background-color: #dfdfdf !important;
  color: #777 !important;
  box-shadow: none !important
}

.md_btn--disable:hover {
  opacity: 1
}

.md_btn--disable .wave {
  display: none
}

.md_btn--flat {
  background-color: transparent !important;
  font-weight: normal;
  color: #52a0ea !important;
  box-shadow: none
}

.md_btn--flat.md_btn--disable {
  color: #777 !important
}

.md_btn--flat .wave {
  background-color: rgba(31, 59, 105, 0.7)
}

.md_btn--white {
  background: #fff;
  color: #1f3b69;
  box-shadow: 0 5px 10px 2px rgba(204, 204, 204, 0.15), 0 2px 6px 2px rgba(204, 204, 204, 0.1), 0 4px 5px -2px rgba(204, 204, 204, 0.3)
}

.md_btn--white:hover {
  color: #1f3b69
}

.md_btn--white .wave {
  background-color: rgba(31, 59, 105, 0.7)
}

.md_btn--line {
  background: #fff;
  color: #1f3b69 !important;
  box-shadow: 0 5px 10px 2px rgba(204, 204, 204, 0.15), 0 2px 6px 2px rgba(204, 204, 204, 0.1), 0 4px 5px -2px rgba(204, 204, 204, 0.3)
}

.md_btn--line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px #1f3b69
}

.md_btn--line.md_btn--disable {
  background: none !important;
  color: #777 !important
}

.md_btn--line.md_btn--disable:after {
  box-shadow: inset 0 0 0 1px #777
}

.md_btn--line.md_btn--roud:after {
  border-radius: 20px
}

.md_btn--line.md_btn--roud:after.md_btn--big {
  border-radius: 27.5px
}

.md_btn--line .wave {
  background-color: rgba(31, 59, 105, 0.7)
}

.md_btn--ghost {
  background: none !important;
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 rgba(0, 0, 0, 0)
}

.md_btn--ghost.md_btn--disable {
  color: #dfdfdf !important;
  box-shadow: inset 0 0 0 2px #dfdfdf, 0 0 0 rgba(0, 0, 0, 0) !important
}

.md_btn--icon:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e9be";
  top: -1px;
  margin-right: 5px
}

.md_btn--icon.md_btn--big:before {
  top: -2px
}

@media only screen and (max-width:800px) {
  .md_btn {
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    font-size: 14px;
    border-radius: 20px
  }

  .md_btn--small {
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
    font-size: 13px
  }

  .md_btn--big {
    height: 45px;
    line-height: 45px;
    padding: 0 40px;
    font-size: 15px;
    border-radius: 27.5px
  }

  .md_btn:hover {
    opacity: 1
  }
}

.md_card {
  position: relative;
  background-color: #fff;
  text-align: left;
  border-radius: 10px;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

.md_card+.md_card {
  margin-top: 25px
}

@media only screen and (max-width:800px) {
  .md_card+.md_card {
    margin-top: 20px
  }
}

.md_card .cardTitle {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #1f3b69;
  border-radius: 10px 10px 0 0
}

@media only screen and (max-width:800px) {
  .md_card .cardTitle {
    padding: 15px
  }
}

.md_card .cardTitle .title {
  font-size: 28px;
  font-weight: bold;
  color: #fff
}

@media only screen and (max-width:800px) {
  .md_card .cardTitle .title {
    font-size: 17px
  }
}

.md_card .cardTitle--center {
  justify-content: center
}

.md_card .cardTitle+.cardContent {
  border-radius: 0 0 10px 10px
}

.md_card .cardContent .contentArea {
  padding: 25px
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .contentArea {
    padding: 20px
  }
}

.md_card .cardContent .actionArea {
  padding: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #eee;
  text-align: right
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .actionArea {
    padding: 20px
  }
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .actionArea {
    padding-top: 15px
  }
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .actionArea {
    padding-bottom: 15px
  }
}

.md_card .cardContent .actionArea>*+* {
  margin-left: 20px
}

.md_card .cardContent .actionArea--center,
.md_card .cardContent .contentArea--center {
  text-align: center
}

.md_card .cardContent .imageArea {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  background: center no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0
}

.md_card .cardContent .imageArea img {
  width: 100%;
  height: auto
}

.md_card .cardContent .imageArea .copySet {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: rgba(31, 59, 105, 0.5)
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .imageArea .copySet {
    padding: 20px
  }
}

.md_card .cardContent .imageArea .catch,
.md_card .cardContent .imageArea .copy {
  color: #fff
}

.md_card .cardContent>*+.imageArea {
  border-radius: 0
}

.md_card .cardContent .accountArea {
  display: flex;
  align-items: center;
  padding: 20px
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .accountArea {
    padding: 15px
  }
}

.md_card .cardContent .accountArea .photo {
  width: 40px;
  height: 40px;
  background: center no-repeat #ddd;
  background-size: cover;
  border-radius: 100%
}

.md_card .cardContent .accountArea .txtSet {
  width: calc(100% - 53px);
  margin-left: 13px;
  padding-top: 3px
}

.md_card .cardContent .accountArea .txtSet .main,
.md_card .cardContent .accountArea .txtSet .sub {
  line-height: 1.35
}

.md_card .cardContent .accountArea .txtSet .main {
  font-weight: bold
}

.md_card .cardContent .accountArea .txtSet .sub {
  margin-top: 4px;
  font-size: 12px
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .accountArea .txtSet .sub {
    font-size: 10px
  }
}

.md_card .cardContent .catch--clamp1,
.md_card .cardContent .copy--clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.md_card .cardContent .catch--clamp2,
.md_card .cardContent .copy--clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.md_card .cardContent .catch--clamp3,
.md_card .cardContent .copy--clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.md_card .cardContent .catch--clamp4,
.md_card .cardContent .copy--clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4
}

.md_card .cardContent .catch {
  font-size: 28px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.35;
  letter-spacing: 0.1em
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .catch {
    font-size: 17px
  }
}

.md_card .cardContent .catch+.copy {
  margin-top: 8px
}

.md_card .cardContent .copy {
  font-size: 14px;
  text-align: justify;
  word-break: normal;
  word-wrap: break-word;
  line-height: 1.75
}

@media only screen and (max-width:800px) {
  .md_card .cardContent .copy {
    font-size: 12px
  }
}

.md_card--naked {
  background-color: transparent;
  border-radius: 0
}

.md_card--naked .cardTitle {
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  border-radius: 16px 16px 0 0
}

.md_card--naked .cardTitle .title {
  color: #234
}

.md_card--naked .cardContent {
  background-color: #fff !important;
  border-radius: 10px;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

.md_card--interview {
  overflow: hidden
}

.md_card--interview .cardContent .imageArea {
  position: relative;
  height: 270px
}

.md_card--interview .cardContent .imageArea:after,
.md_card--interview .cardContent .imageArea:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%
}

.md_card--interview .cardContent .imageArea:before {
  height: 100px;
  background: url(../../imageFile/recruit_bg_texture_002_white.svg) center bottom no-repeat;
  background-size: 102% auto
}

.md_card--interview .cardContent .imageArea:after {
  height: 1px;
  background-color: #fff
}

.md_card--interview .cardContent .contentArea {
  padding: 20px
}

@media only screen and (max-width:800px) {
  .md_card--interview .cardContent .contentArea {
    padding: 15px
  }
}

.md_card--interview .cardContent .contentArea .catch {
  font-size: 17px;
  line-height: 1.35
}

@media only screen and (max-width:800px) {
  .md_card--interview .cardContent .contentArea .catch {
    font-size: 14px
  }
}

.md_card--interview .cardContent .contentArea .job {
  margin-top: 8px
}

.md_card--interview .cardContent .contentArea .job .data {
  font-size: 12px;
  line-height: 1.2
}

@media only screen and (max-width:800px) {
  .md_card--interview .cardContent .contentArea .job .data {
    font-size: 10px
  }
}

.md_card--interview .cardContent .contentArea .job .data+.data:before {
  content: "/";
  margin: 0 5px
}

.md_card--interview .cardContent .contentArea .belong {
  margin-top: 15px;
  font-size: 10px;
  color: #777
}

@media only screen and (max-width:800px) {
  .md_card--interview .cardContent .contentArea .belong {
    font-size: 9px
  }
}

.md_card--interview:hover {
  opacity: 1 !important
}

.md_card--interview:hover .cardContent .imageArea {
  opacity: 0.8
}

@media only screen and (max-width:800px) {
  .md_card--interview .cardContent .imageArea {
    height: 180px
  }

  .md_card--interview .cardContent .contentArea .job .data+.data:before {
    margin: 0 4px
  }
}

@media (-ms-high-contrast:none) {
  .md_card--interview .cardContent .imageArea:before {
    background-size: 100% 24px
  }
}

.md_card--blog .cardContent * {
  word-break: normal;
  word-wrap: break-word
}

.md_card--blog .cardContent .articleArea,
.md_card--blog .cardContent .contentArea {
  padding: 60px
}

@media only screen and (max-width:800px) {

  .md_card--blog .cardContent .articleArea,
  .md_card--blog .cardContent .contentArea {
    padding: 40px
  }
}

.md_card--blog .cardContent .articleArea>*+*,
.md_card--blog .cardContent .contentArea>*+* {
  margin-top: 25px
}

@media only screen and (max-width:800px) {

  .md_card--blog .cardContent .articleArea>*+*,
  .md_card--blog .cardContent .contentArea>*+* {
    margin-top: 20px
  }
}

.md_card--blog .cardContent .contentArea .catch,
.md_card--blog .cardContent .contentArea .copy {
  line-height: 1.75
}

.md_card--blog .cardContent .contentArea .catch {
  font-size: 48px
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .contentArea .catch {
    font-size: 26px
  }
}

.md_card--blog .cardContent .contentArea .copy {
  margin-top: 25px;
  font-size: 17px
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .contentArea .copy {
    margin-top: 20px
  }
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .contentArea .copy {
    font-size: 14px
  }
}

.md_card--blog .cardContent .contentArea .date {
  font-size: 14px;
  color: #777
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .contentArea .date {
    font-size: 12px
  }
}

.md_card--blog .cardContent .articleArea .subject {
  padding-bottom: 20px;
  border-bottom: 2px solid #1f3b69;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.35
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .articleArea .subject {
    font-size: 20px
  }
}

.md_card--blog .cardContent .articleArea .subject--small {
  padding: 0 0 0 20px;
  border-bottom: none;
  border-left: 2px solid #1f3b69;
  font-size: 28px
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .articleArea .subject--small {
    font-size: 17px
  }
}

.md_card--blog .cardContent .articleArea .copy {
  font-size: 17px;
  line-height: 2
}

@media only screen and (max-width:800px) {
  .md_card--blog .cardContent .articleArea .copy {
    font-size: 14px
  }
}

.md_card--blog .cardContent .articleArea .image {
  text-align: center
}

.md_card--blog .cardContent .articleArea .image img {
  max-width: 100%;
  height: auto
}

.md_card--analysis {
  overflow: hidden
}

.md_card--analysis .cardContent {
  padding-top: 5px
}

.md_card--analysis .cardContent .contentArea {
  padding-bottom: 0;
  text-align: center
}

.md_card--analysis .cardContent .contentArea .item {
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"
}

.md_card--analysis .cardContent .contentArea .detail,
.md_card--analysis .cardContent .contentArea .num {
  position: relative;
  z-index: 2
}

.md_card--analysis .cardContent .contentArea .num {
  height: 90px;
  margin-top: 20px;
  font-feature-settings: "palt"
}

.md_card--analysis .cardContent .contentArea .num em {
  font-size: 90px;
  font-family: "Khula", sans-serif;
  color: #2e589c
}

.md_card--analysis .cardContent .contentArea .num .holder {
  position: relative;
  top: -2px;
  margin-left: 3px;
  font-size: 18px
}

.md_card--analysis .cardContent .contentArea .num--ratio {
  display: flex;
  align-items: center;
  justify-content: center
}

.md_card--analysis .cardContent .contentArea .num--ratio>*+* {
  margin-left: 10px
}

.md_card--analysis .cardContent .contentArea .num--ratio .colon,
.md_card--analysis .cardContent .contentArea .num--ratio .label {
  position: relative
}

.md_card--analysis .cardContent .contentArea .num--ratio .label {
  top: -10px;
  font-weight: bold
}

.md_card--analysis .cardContent .contentArea .num--ratio .colon {
  top: -18px;
  font-size: 50px
}

.md_card--analysis .cardContent .contentArea .num--set {
  display: flex;
  justify-content: center
}

.md_card--analysis .cardContent .contentArea .num--set .numSet+.numSet {
  margin-left: 30px
}

.md_card--analysis .cardContent .contentArea .num--set .numSet .label {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em
}

@media only screen and (max-width:800px) {
  .md_card--analysis .cardContent .contentArea .num--set .numSet .label {
    font-size: 10px
  }
}

.md_card--analysis .cardContent .contentArea .num--set .numSet .label em {
  font-size: 17px;
  color: #234
}

@media only screen and (max-width:800px) {
  .md_card--analysis .cardContent .contentArea .num--set .numSet .label em {
    font-size: 14px
  }
}

.md_card--analysis .cardContent .contentArea .num--set .numSet .data {
  margin-top: 6px
}

.md_card--analysis .cardContent .contentArea .num--set .numSet .data em {
  font-size: 50px
}

.md_card--analysis .cardContent .contentArea .num--set .numSet .data .holder {
  font-size: 14px
}

.md_card--analysis .cardContent .contentArea .detail {
  margin-top: -10px;
  text-align: right;
  font-size: 10px;
  color: #777
}

@media only screen and (max-width:800px) {
  .md_card--analysis .cardContent .contentArea .detail {
    font-size: 9px
  }
}

.md_card--analysis .cardContent .contentArea .detail:before {
  content: "※";
  margin-right: 3px
}

.md_card--analysis .cardContent .contentArea .img {
  margin-top: -15px
}

.md_card--analysis .cardContent .contentArea .img img {
  width: 100%;
  height: auto
}

@media only screen and (max-width:800px) {
  .md_card--analysis .cardContent .contentArea .num {
    height: auto;
    margin-top: 15px
  }

  .md_card--analysis .cardContent .contentArea .num em {
    font-size: 65px
  }

  .md_card--analysis .cardContent .contentArea .num .holder {
    font-size: 14px
  }

  .md_card--analysis .cardContent .contentArea .num--ratio .label {
    top: -10px
  }

  .md_card--analysis .cardContent .contentArea .num--ratio .colon {
    top: -15px;
    font-size: 40px
  }

  .md_card--analysis .cardContent .contentArea .num--set .numSet+.numSet {
    margin-left: 20px
  }

  .md_card--analysis .cardContent .contentArea .num--set .numSet .data em {
    font-size: 40px
  }

  .md_card--analysis .cardContent .contentArea .num--set .numSet .data .holder {
    font-size: 12px
  }

  .md_card--analysis .cardContent .contentArea .detail {
    margin: 0 0 5px
  }
}

a.md_card {
  display: block;
  color: #234
}

a.md_card:hover {
  opacity: 0.8
}

.md_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none
}

.md_modal--show {
  display: flex
}

.md_modal .bgLayer {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7)
}

.md_modal .md_card--modalBase {
  position: relative;
  display: block;
  width: 700px;
  background-color: transparent;
  box-shadow: none;
  z-index: 2
}

.md_modal .md_card--modalBase .closeLink {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #777
}

.md_modal .md_card--modalBase .closeLink:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\ea12";
  font-size: 20px
}

.md_modal .md_card--modalBase .closeLink .md_btn {
  width: 30px;
  height: 30px;
  background-color: transparent
}

.md_modal .md_card--modalBase .closeLink .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\ea12";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center
}

.md_modal .md_card--modalBase .cardTitle {
  position: relative;
  padding-right: 40px
}

.md_modal .md_card--modalBase .cardTitle .closeLink {
  top: calc(50% - 20px);
  color: #fff
}

.md_modal .md_card--modalBase .cardTitle+.cardContent {
  border-radius: 0 0 16px 16px
}

.md_modal .md_card--modalBase .cardContent {
  background-color: #fff;
  border-radius: 16px
}

.md_modal .md_card--modalBase .cardContent .actionArea {
  padding-top: 0;
  border-top: none
}

@media only screen and (max-width:800px) {
  .md_modal .md_card--modalBase {
    width: 90%
  }
}

.md_drawer {
  position: fixed;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  transition: all 0.2s ease-out 0s
}

.md_drawer .base,
.md_drawer .bgLayer {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%
}

.md_drawer .bgLayer {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1
}

.md_drawer .base {
  overflow-y: auto;
  width: 300px;
  padding: 20px;
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%);
  z-index: 2;
  transition: all 0.2s ease-out 0s
}

@media only screen and (max-width:800px) {
  .md_drawer .base {
    padding: 15px
  }
}

.md_drawer .base .close {
  display: flex;
  justify-content: flex-end
}

.md_drawer .base .close .md_btn {
  height: auto;
  line-height: 1;
  padding: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0
}

.md_drawer .base .close .md_btn:hover {
  box-shadow: none
}

.md_drawer .base .close .md_btn:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e917";
  font-size: 16px;
  color: #fff
}

.md_drawer .base .md_list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  border-radius: 0
}

.md_drawer .base .md_list .row .list .txtCell {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"
}

@media only screen and (max-width:800px) {
  .md_drawer .base .md_list .row .list .txtCell {
    padding-top: 15px
  }
}

@media only screen and (max-width:800px) {
  .md_drawer .base .md_list .row .list .txtCell {
    padding-bottom: 15px
  }
}

.md_drawer .base .entry {
  margin-top: 20px
}

.md_drawer .base .entry .md_btn {
  background: #cb7
}

.md_drawer .base .entry .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e91c";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  right: 15px
}

.md_drawer .base .toCompany {
  margin-top: 40px;
  text-align: center
}

.md_drawer .base .toCompany a {
  font-size: 14px;
  color: #fff
}

@media only screen and (max-width:800px) {
  .md_drawer .base .toCompany a {
    font-size: 12px
  }
}

.md_drawer .base .toCompany a:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e901";
  top: -2px;
  margin-left: 6px
}

.md_drawer .base .copyright {
  margin-top: 90px;
  font-size: 10px;
  color: #fff;
  text-align: center
}

@media only screen and (max-width:800px) {
  .md_drawer .base .copyright {
    margin-top: 60px
  }
}

@media only screen and (max-width:800px) {
  .md_drawer .base .copyright {
    font-size: 9px
  }
}

.md_drawer--show {
  right: 0
}

.md_drawer--show .base,
.md_drawer--show .bgLayer {
  right: 0
}

.md_form .item {
  display: flex;
  align-items: center
}

.md_form .item .text {
  font-size: 14px;
  font-weight: bold
}

@media only screen and (max-width:800px) {
  .md_form .item .text {
    font-size: 12px
  }
}

.md_form .item+.data {
  margin-top: 15px
}

@media only screen and (max-width:800px) {
  .md_form .item+.data {
    margin-top: 10px
  }
}

.md_form .item--free .text:after,
.md_form .item--must .text:after {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  padding: 0 8px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px
}

.md_form .item--must .text:after {
  content: "必須";
  background-color: #f44
}

.md_form .item--free .text:after {
  content: "任意";
  background-color: #00bfa5
}

.md_form .data+.item {
  margin-top: 25px
}

@media only screen and (max-width:800px) {
  .md_form .data+.item {
    margin-top: 20px
  }
}

.md_form .data .md_toggle {
  padding-top: 15px
}

.md_input {
  position: relative
}

.md_input+.md_input {
  margin-top: 25px
}

.md_input input+.md_select,
.md_input input+input {
  margin-left: 20px
}

.md_input input+.md_btn {
  margin-left: 15px
}

.md_input .md_suggestList {
  top: 39px
}

.md_input--moveLabel {
  position: relative;
  padding-top: 20px
}

.md_input--moveLabel .moveLabel {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  transition: all 0.2s ease-out 0s;
  z-index: 2
}

.md_input--moveLabel input.js_inputted+.moveLabel,
.md_input--moveLabel input:focus+.moveLabel {
  top: 0;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  color: #1f3b69
}

.md_input--moveLabel input.md_error.js_inputted+.moveLabel,
.md_input--moveLabel input.md_error:focus+.moveLabel {
  color: #f44
}

.md_input--moveLabel--line .moveLabel {
  left: 12px
}

.md_input--moveLabel--line input.js_inputted+.moveLabel,
.md_input--moveLabel--line input:focus+.moveLabel {
  left: 0
}

.md_inputLabel {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 12px
}

.md_inputExplain {
  margin-top: 6px;
  font-size: 12px;
  color: #777;
  line-height: 1.35
}

.md_inputExplain:before {
  content: "※";
  margin-right: 5px
}

.md_select select,
button,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  font-family: inherit;
  transition: all 0.2s ease-out 0s
}

.md_select select:placeholder-shown,
button:placeholder-shown,
input[type=date]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=number]:placeholder-shown,
input[type=password]:placeholder-shown,
input[type=search]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=text]:placeholder-shown,
input[type=url]:placeholder-shown,
textarea:placeholder-shown {
  color: #ccc
}

.md_select select::-webkit-input-placeholder,
button::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc
}

.md_select select:-moz-placeholder,
button:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1
}

.md_select select::-moz-placeholder,
button::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1
}

.md_select select:-ms-input-placeholder,
button:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc
}

.md_select select,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  position: relative;
  height: 40px;
  padding: 0;
  background-color: transparent;
  border: 1px solid #ccc;
  border-width: 0 0 1px;
  font-size: 17px;
  border-radius: 0 0;
  vertical-align: middle;
  z-index: 2;
  line-height: 1.5
}

@media only screen and (max-width:800px) {

  .md_select select,
  input[type=date],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea {
    font-size: 14px
  }
}

.md_select select:active,
.md_select select:focus,
input[type=date]:active,
input[type=date]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
  border-bottom-color: #1f3b69;
  box-shadow: 0 1px 0 0 #1f3b69;
  outline: none
}

.md_select select:disabled,
input[type=date]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=url]:disabled,
textarea:disabled {
  background-color: #dfdfdf !important;
  border-color: #ccc !important;
  box-shadow: none !important;
  z-index: 1
}

.md_select select.form--line,
input[type=date].form--line,
input[type=email].form--line,
input[type=number].form--line,
input[type=password].form--line,
input[type=search].form--line,
input[type=tel].form--line,
input[type=text].form--line,
input[type=url].form--line,
textarea.form--line {
  padding: 0 12px;
  background-color: #fcfcfc;
  border-width: 1px;
  border-radius: 4px
}

.md_select select.md_error,
input[type=date].md_error,
input[type=email].md_error,
input[type=number].md_error,
input[type=password].md_error,
input[type=search].md_error,
input[type=tel].md_error,
input[type=text].md_error,
input[type=url].md_error,
textarea.md_error {
  background-color: #ffecec !important;
  border-bottom-color: #f44 !important;
  box-shadow: none !important
}

.md_select.form--w10,
input[type=date].form--w10,
input[type=email].form--w10,
input[type=number].form--w10,
input[type=password].form--w10,
input[type=search].form--w10,
input[type=tel].form--w10,
input[type=text].form--w10,
input[type=url].form--w10,
textarea.form--w10 {
  width: 10%
}

.md_select.form--w20,
input[type=date].form--w20,
input[type=email].form--w20,
input[type=number].form--w20,
input[type=password].form--w20,
input[type=search].form--w20,
input[type=tel].form--w20,
input[type=text].form--w20,
input[type=url].form--w20,
textarea.form--w20 {
  width: 20%
}

.md_select.form--w30,
input[type=date].form--w30,
input[type=email].form--w30,
input[type=number].form--w30,
input[type=password].form--w30,
input[type=search].form--w30,
input[type=tel].form--w30,
input[type=text].form--w30,
input[type=url].form--w30,
textarea.form--w30 {
  width: 30%
}

.md_select.form--w40,
input[type=date].form--w40,
input[type=email].form--w40,
input[type=number].form--w40,
input[type=password].form--w40,
input[type=search].form--w40,
input[type=tel].form--w40,
input[type=text].form--w40,
input[type=url].form--w40,
textarea.form--w40 {
  width: 40%
}

.md_select.form--w50,
input[type=date].form--w50,
input[type=email].form--w50,
input[type=number].form--w50,
input[type=password].form--w50,
input[type=search].form--w50,
input[type=tel].form--w50,
input[type=text].form--w50,
input[type=url].form--w50,
textarea.form--w50 {
  width: 50%
}

.md_select.form--w60,
input[type=date].form--w60,
input[type=email].form--w60,
input[type=number].form--w60,
input[type=password].form--w60,
input[type=search].form--w60,
input[type=tel].form--w60,
input[type=text].form--w60,
input[type=url].form--w60,
textarea.form--w60 {
  width: 60%
}

.md_select.form--w70,
input[type=date].form--w70,
input[type=email].form--w70,
input[type=number].form--w70,
input[type=password].form--w70,
input[type=search].form--w70,
input[type=tel].form--w70,
input[type=text].form--w70,
input[type=url].form--w70,
textarea.form--w70 {
  width: 70%
}

.md_select.form--w80,
input[type=date].form--w80,
input[type=email].form--w80,
input[type=number].form--w80,
input[type=password].form--w80,
input[type=search].form--w80,
input[type=tel].form--w80,
input[type=text].form--w80,
input[type=url].form--w80,
textarea.form--w80 {
  width: 80%
}

.md_select.form--w90,
input[type=date].form--w90,
input[type=email].form--w90,
input[type=number].form--w90,
input[type=password].form--w90,
input[type=search].form--w90,
input[type=tel].form--w90,
input[type=text].form--w90,
input[type=url].form--w90,
textarea.form--w90 {
  width: 90%
}

.md_select.form--w100,
input[type=date].form--w100,
input[type=email].form--w100,
input[type=number].form--w100,
input[type=password].form--w100,
input[type=search].form--w100,
input[type=tel].form--w100,
input[type=text].form--w100,
input[type=url].form--w100,
textarea.form--w100 {
  width: 100%
}

.md_select {
  position: relative;
  display: inline-block;
  vertical-align: middle
}

.md_select:after {
  pointer-events: none;
  content: "";
  position: absolute;
  display: inline-block;
  right: 8px;
  top: calc(50% - 3px);
  border-left: 5px solid transparent;
  border-top: 5px solid #aaa;
  border-right: 5px solid transparent;
  line-height: 0;
  z-index: 2
}

.md_select select {
  width: 100%;
  height: 40px;
  padding-right: 25px !important;
  background: none
}

.md_select select>option {
  background-color: #fff
}

.md_select select::-ms-expand {
  display: none
}

.md_select select.md_statusSelect {
  padding: 0 25px 0 12px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px
}

@media only screen and (max-width:800px) {
  .md_select select.md_statusSelect {
    font-size: 12px
  }
}

.md_select select.md_statusSelect>option {
  font-weight: normal;
  color: #234
}

.md_select select.md_statusSelect:active,
.md_select select.md_statusSelect:focus,
.md_select select.md_statusSelect:hover {
  border-color: #ccc;
  box-shadow: none
}

.md_select select.md_statusSelect--on {
  color: #00bfa5
}

.md_select select.md_statusSelect--off {
  color: #777
}

.md_select select.md_statusSelect--alert {
  color: #f44
}

.md_select select.md_statusSelect:disabled {
  border: none
}

.md_select+.md_select,
.md_select+input {
  margin-left: 20px
}

.md_select+.md_btn {
  margin-left: 15px
}

textarea {
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.35;
  transition: none
}

@media only screen and (max-width:800px) {
  textarea {
    padding-top: 15px
  }
}

@media only screen and (max-width:800px) {
  textarea {
    padding-bottom: 15px
  }
}

textarea.form--line {
  padding: 20px
}

@media only screen and (max-width:800px) {
  textarea.form--line {
    padding: 15px
  }
}

.md_toggle {
  display: flex;
  align-items: center
}

.md_toggle+.md_toggle {
  margin-top: 20px
}

@media only screen and (max-width:800px) {
  .md_toggle+.md_toggle {
    margin-top: 15px
  }
}

.md_toggle.md_column .check {
  margin-right: 0
}

.md_toggle .check {
  margin-right: 30px
}

.md_toggle .check input[type=checkbox],
.md_toggle .check input[type=radio] {
  display: none
}

.md_toggle .check input[type=checkbox]+label,
.md_toggle .check input[type=radio]+label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 14px
}

@media only screen and (max-width:800px) {

  .md_toggle .check input[type=checkbox]+label,
  .md_toggle .check input[type=radio]+label {
    font-size: 12px
  }
}

.md_toggle .check input[type=checkbox]+label:after,
.md_toggle .check input[type=checkbox]+label:before,
.md_toggle .check input[type=radio]+label:after,
.md_toggle .check input[type=radio]+label:before {
  content: "";
  transition: all 0.2s ease-out 0s
}

.md_toggle .check input[type=checkbox]+label:before,
.md_toggle .check input[type=radio]+label:before {
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 2px solid #ccc
}

.md_toggle .check input[type=checkbox]:disabled+label,
.md_toggle .check input[type=radio]:disabled+label {
  cursor: default;
  color: #bbb
}

.md_toggle .check input[type=checkbox]:disabled:checked+label:before,
.md_toggle .check input[type=radio]:disabled:checked+label:before {
  background-color: #bbb;
  border-color: #bbb
}

.md_toggle .check input[type=checkbox]+label {
  padding-left: 35px
}

.md_toggle .check input[type=checkbox]+label:after,
.md_toggle .check input[type=checkbox]+label:before {
  width: 20px;
  height: 20px;
  line-height: 20px
}

.md_toggle .check input[type=checkbox]+label:before {
  top: calc(50% - 13px);
  border-radius: 4px
}

.md_toggle .check input[type=checkbox]+label:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e92d";
  position: absolute;
  left: 2px;
  top: calc(50% - 11px);
  font-size: 18px;
  color: transparent;
  text-align: center
}

.md_toggle .check input[type=checkbox]:checked+label:before {
  background-color: #1f3b69;
  border-color: #1f3b69
}

.md_toggle .check input[type=checkbox]:checked+label:after {
  color: #fff
}

.md_toggle .check input[type=radio]+label {
  padding-left: 30px
}

.md_toggle .check input[type=radio]+label:before {
  top: calc(50% - 11px);
  width: 16px;
  height: 16px;
  border-radius: 100%
}

.md_toggle .check input[type=radio]:checked+label:before {
  background-color: #1f3b69;
  border-color: #1f3b69
}

.md_toggle .chip input {
  display: none
}

.md_toggle .chip input+.md_chip:hover {
  cursor: pointer;
  opacity: 0.8
}

.md_toggle .chip input:checked+.md_chip {
  background-color: #1f3b69
}

.md_toggle .chip input:checked+.md_chip .chipTxt {
  color: #fff
}

.md_toggle .switch input[type=checkbox] {
  display: none
}

.md_toggle .switch input[type=checkbox]+label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 14px
}

.md_toggle .switch input[type=checkbox]+label:before {
  position: absolute;
  content: "";
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  transition: all 0.2s ease-out 0s
}

.md_toggle .switch input[type=checkbox]+label:hover {
  opacity: 0.8
}

.md_toggle .switch input[type=checkbox]:checked+label {
  background-color: #b9eed5
}

.md_toggle .switch input[type=checkbox]:checked+label:before {
  left: 16px;
  background-color: #00bfa5;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12)
}

.md_toggle .switch+.label {
  margin-right: 0;
  margin-left: 10px
}

.md_toggle .switch--text input[type=checkbox]+label {
  width: auto;
  height: 28px;
  line-height: 28px;
  padding: 0 15px 0 30px;
  background-color: #f44;
  font-size: 13px;
  font-weight: bold;
  color: #fff
}

.md_toggle .switch--text input[type=checkbox]+label:before {
  left: 4px;
  background-color: #fff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important
}

.md_toggle .switch--text input[type=checkbox]:checked+label {
  padding: 0 30px 0 15px;
  background-color: #00bfa5
}

.md_toggle .switch--text input[type=checkbox]:checked+label:before {
  left: calc(100% - 24px)
}

.md_toggle .label {
  margin-right: 10px;
  font-weight: bold
}

.md_toggle .label--on {
  color: #00bfa5
}

.md_toggle .label--off {
  color: #777
}

.md_toggle--error {
  padding: 10px;
  background-color: #ffecec
}

.md_toggle--bg .check {
  margin-right: 10px
}

.md_toggle--bg .check input[type=checkbox]+label,
.md_toggle--bg .check input[type=radio]+label {
  display: flex;
  align-items: center;
  height: 55px;
  padding: 10px;
  background-color: #fff;
  line-height: 1.35;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 43, 73, 0.05), 0 1px 10px rgba(15, 43, 73, 0.02)
}

.md_toggle--bg .check input[type=checkbox]:disabled+label,
.md_toggle--bg .check input[type=radio]:disabled+label {
  background-color: #dfdfdf;
  color: #777;
  box-shadow: none
}

.md_toggle--bg .check input[type=checkbox]:disabled:checked+label:before,
.md_toggle--bg .check input[type=radio]:disabled:checked+label:before {
  background-color: #bbb;
  border-color: #bbb
}

.md_toggle--bg .check input[type=checkbox]+label {
  padding-left: 45px
}

.md_toggle--bg .check input[type=checkbox]+label:before {
  left: 10px
}

.md_toggle--bg .check input[type=checkbox]+label:after {
  left: 12px
}

.md_toggle--bg .check input[type=radio]+label {
  padding-left: 40px
}

.md_toggle--bg .check input[type=radio]+label:before {
  left: 10px
}

.md_toggle--bg--list {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 43, 73, 0.05), 0 1px 10px rgba(15, 43, 73, 0.02);
  overflow: hidden
}

.md_toggle--bg--list .check {
  width: 100%;
  margin: 0
}

.md_toggle--bg--list .check+.check {
  border-top: 1px solid #eee
}

.md_toggle--bg--list .check input[type=checkbox]+label,
.md_toggle--bg--list .check input[type=radio]+label {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none
}

.md_counter {
  margin-top: 10px;
  font-size: 14px;
  text-align: right
}

@media only screen and (max-width:800px) {
  .md_counter {
    font-size: 12px
  }
}

.md_counter .holder {
  color: #89a
}

.md_counter .holder:before {
  content: "/";
  margin: 0 5px
}

.md_counter--limit .num {
  color: #f44
}

.md_column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: flex-start
}

.md_column>* {
  margin: 25px 0 0 25px
}

.md_column--2>* {
  width: calc((100% - 25px) / 2)
}

.md_column--2>:first-of-type,
.md_column--2>:nth-of-type(2) {
  margin-top: 0 !important
}

.md_column--2>:nth-of-type(odd) {
  margin-left: 0 !important
}

.md_column--3>* {
  width: calc((100% - 50px) / 3)
}

.md_column--3>:first-of-type,
.md_column--3>:nth-of-type(2),
.md_column--3>:nth-of-type(3) {
  margin-top: 0 !important
}

.md_column--3>:nth-of-type(3n+1) {
  margin-left: 0 !important
}

.md_column--4>* {
  width: calc((100% - 75px) / 4)
}

.md_column--4>:first-of-type,
.md_column--4>:nth-of-type(2),
.md_column--4>:nth-of-type(3),
.md_column--4>:nth-of-type(4) {
  margin-top: 0 !important
}

.md_column--4>:nth-of-type(4n+1) {
  margin-left: 0 !important
}

.md_column--5>* {
  width: calc((100% - 100px) / 5)
}

.md_column--5>:first-of-type,
.md_column--5>:nth-of-type(2),
.md_column--5>:nth-of-type(3),
.md_column--5>:nth-of-type(4),
.md_column--5>:nth-of-type(5) {
  margin-top: 0 !important
}

.md_column--5>:nth-of-type(5n+1) {
  margin-left: 0 !important
}

.md_column--6>* {
  width: calc((100% - 125px) / 6)
}

.md_column--6>:first-of-type,
.md_column--6>:nth-of-type(2),
.md_column--6>:nth-of-type(3),
.md_column--6>:nth-of-type(4),
.md_column--6>:nth-of-type(5),
.md_column--6>:nth-of-type(6) {
  margin-top: 0 !important
}

.md_column--6>:nth-of-type(6n+1) {
  margin-left: 0 !important
}

.md_column--side {
  display: flex
}

.md_column--side>* {
  margin: 0
}

.md_column--side>:first-of-type {
  width: 70%
}

.md_column--side>:nth-of-type(2) {
  width: calc(30% - 25px);
  margin-left: auto
}

.md_column--closely {
  margin-top: 0
}

.md_column--closely>* {
  margin: 0
}

.md_column--closely>:nth-of-type(n) {
  margin: 0 !important
}

.md_column--closely.md_column--2>* {
  width: 50% !important
}

.md_column--closely.md_column--3>* {
  width: 33.3333333333% !important
}

.md_column--closely.md_column--4>* {
  width: 25% !important
}

.md_column--closely.md_column--5>* {
  width: 20% !important
}

.md_column--closely.md_column--6>* {
  width: 16.6666666667% !important
}

.md_column--closely.md_column--side>:nth-of-type(2) {
  width: 30%
}

@media only screen and (max-width:800px) {
  .md_column>* {
    margin: 20px 0 0 20px
  }

  .md_column--2>* {
    width: calc((100% - 20px) / 2)
  }

  .md_column--3>* {
    width: calc((100% - 40px) / 3)
  }

  .md_column--4>* {
    width: calc((100% - 60px) / 4)
  }

  .md_column--5>* {
    width: calc((100% - 80px) / 5)
  }

  .md_column--6>* {
    width: calc((100% - 100px) / 6)
  }

  .md_column--side.md_column--closely>*,
  .md_column--side>* {
    margin: 0
  }

  .md_column--side.md_column--closely>:first-of-type,
  .md_column--side.md_column--closely>:nth-of-type(2),
  .md_column--side>:first-of-type,
  .md_column--side>:nth-of-type(2) {
    width: 100%
  }

  .md_column--side.md_column--closely>:first-of-type,
  .md_column--side>:first-of-type {
    padding-top: 25px
  }

  .md_column--side.md_column--closely>:nth-of-type(2),
  .md_column--side>:nth-of-type(2) {
    margin: 40px 0 0
  }

  .md_column--spReset>* {
    width: 100% !important;
    margin: 0
  }

  .md_column--spReset>:nth-of-type(n) {
    margin-top: 40px !important
  }

  .md_column--spReset>:first-of-type {
    margin-top: 0 !important
  }
}

.md_column>*,
_:-ms-lang(x) {
  margin: 25px 0 0 5%
}

.md_column.md_column--2>*,
_:-ms-lang(x) {
  width: 45%
}

.md_column.md_column--3>*,
_:-ms-lang(x) {
  width: 30%
}

.md_column.md_column--4>*,
_:-ms-lang(x) {
  width: 22%;
  margin: 25px 0 0 4%
}

.md_column.md_column--5>*,
_:-ms-lang(x) {
  width: 16%
}

.md_column.md_column--6>*,
_:-ms-lang(x) {
  width: 15%;
  margin: 14px 0 0 2%
}

.md_column.md_column--side>*,
_:-ms-lang(x) {
  margin: 0 !important
}

.md_column.md_column--side>:first-of-type,
_:-ms-lang(x) {
  width: 70%
}

.md_column.md_column--side>:nth-of-type(2),
_:-ms-lang(x) {
  width: 25%;
  margin-left: 5% !important
}

.md_column.md_column--side.md_column--closely>:nth-of-type(2),
_:-ms-lang(x) {
  width: 30%;
  margin-left: 0 !important
}

.md_list {
  text-align: left
}

.md_list .row .list {
  display: block
}

.md_list .row .list .txtCell {
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 20px;
  width: 100%;
  min-height: 55px;
  line-height: 1.35
}

.md_list .row .list .txtCell *+* {
  margin-top: 5px
}

.md_list .row .list .txtCell .txtSet .main,
.md_list .row .list .txtCell .txtSet .sub {
  display: block
}

.md_list .row .list .txtCell .txtSet .main--clamp1,
.md_list .row .list .txtCell .txtSet .sub--clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.md_list .row .list .txtCell .txtSet .main--clamp2,
.md_list .row .list .txtCell .txtSet .sub--clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.md_list .row .list .txtCell .txtSet .main--clamp3,
.md_list .row .list .txtCell .txtSet .sub--clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

.md_list .row .list .txtCell .txtSet .main--clamp4,
.md_list .row .list .txtCell .txtSet .sub--clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4
}

.md_list .row .list .txtCell .txtSet .main {
  font-weight: bold;
  color: #234;
  line-height: 1.35
}

.md_list .row .list .txtCell .txtSet .sub {
  font-size: 12px;
  color: #777;
  line-height: 1.75
}

@media only screen and (max-width:800px) {
  .md_list .row .list .txtCell .txtSet .sub {
    font-size: 10px
  }
}

.md_list .row+.row .list .txtCell {
  border-top: 1px solid #eee
}

.md_list--bg {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

.md_list--bg .row .list {
  height: auto;
  line-height: 1;
  padding: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  border-radius: 0
}

.md_list--bg .row .list:hover {
  box-shadow: none
}

.md_list--bg .row .list .wave {
  background-color: rgba(0, 0, 0, 0.15)
}

.md_list--bg .row .list .txtCell {
  padding: 20px
}

.md_list--bg .row .list:hover {
  background-color: #f6f7f8
}

.md_list--bg--separate {
  background: none;
  box-shadow: none;
  border-radius: 0
}

.md_list--bg--separate .row {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(15, 43, 73, 0.05), 0 1px 10px rgba(15, 43, 73, 0.02)
}

.md_list--bg--separate .row+.row {
  margin-top: 20px
}

@media only screen and (max-width:800px) {
  .md_list--bg--separate .row+.row {
    margin-top: 15px
  }
}

.md_list--bg--separate .row+.row .list .txtCell {
  border-top: none
}

.md_list--arrow .row .list .txtCell {
  position: relative;
  padding-right: 30px
}

.md_list--arrow .row .list .txtCell:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e91c";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  height: 20px;
  line-height: 20px;
  font-size: 18px
}

.md_list--img .row .list {
  display: flex;
  align-items: center
}

.md_list--img .row .list .imgCell {
  width: 45px
}

.md_list--img .row .list .imgCell .img {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: center no-repeat #fff;
  background-size: cover;
  border-radius: 4px;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

.md_list--img .row .list .imgCell .img--avator {
  border-radius: 100%
}

.md_list--img .row .list .txtCell {
  flex-grow: 1;
  min-height: 70px;
  margin-left: 15px
}

.md_list--img .row a.list:hover .txtCell .txtSet .main {
  color: #f90
}

.md_list--img.md_list--bg .row .list {
  padding-left: 20px
}

.md_list--img.md_list--bg .row .list .txtCell {
  padding-left: 0
}

.md_list--action .row .list .txtCell .txtSet {
  width: calc(100% - 110px)
}

.md_list--action .row .list .txtCell .md_btn {
  width: 100px;
  margin-left: 10px
}

.md_list--suggest {
  position: absolute;
  left: 0;
  top: 39px;
  width: 90%;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 16px 25px 2px rgba(15, 43, 73, 0.05), 0 6px 24px 5px rgba(15, 43, 73, 0.02), 0 8px 10px -7px rgba(15, 43, 73, 0.01);
  z-index: 10;
  display: none
}

.md_list--suggest .row .list:hover {
  background-color: rgba(0, 0, 0, 0.05)
}

.md_list--suggest .row .list .txtCell {
  padding-left: 20px;
  padding-right: 20px
}

@media only screen and (max-width:800px) {
  .md_list--suggest .row .list .txtCell {
    padding-left: 15px
  }
}

@media only screen and (max-width:800px) {
  .md_list--suggest .row .list .txtCell {
    padding-right: 15px
  }
}

.md_list--suggest .row--nothing {
  padding: 20px;
  background-color: #f6f7f8;
  text-align: center;
  border-radius: 0 0 10px 10px
}

@media only screen and (max-width:800px) {
  .md_list--suggest .row--nothing {
    padding: 15px
  }
}

.md_list--suggest .row--nothing .explain {
  margin-bottom: 6px;
  font-size: 12px
}

@media only screen and (max-width:800px) {
  .md_list--suggest .row--nothing .explain {
    font-size: 10px
  }
}

.md_list--suggest .row--nothing .nothing {
  font-size: 14px;
  color: #52a0ea;
  text-decoration: underline
}

@media only screen and (max-width:800px) {
  .md_list--suggest .row--nothing .nothing {
    font-size: 12px
  }
}

.md_list--suggest .row--nothing .nothing:hover {
  color: #f90
}

.md_tab {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #c9e8ff
}

.md_tab .tab {
  position: relative
}

.md_tab .tab .md_btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  background: none;
  font-size: 14px;
  font-weight: normal;
  color: #234;
  text-align: center;
  box-shadow: none;
  border-radius: 0
}

@media only screen and (max-width:800px) {
  .md_tab .tab .md_btn {
    padding-left: 20px
  }
}

@media only screen and (max-width:800px) {
  .md_tab .tab .md_btn {
    padding-right: 20px
  }
}

@media only screen and (max-width:800px) {
  .md_tab .tab .md_btn {
    font-size: 12px
  }
}

.md_tab .tab--active .md_btn {
  font-weight: bold;
  color: #1f3b69
}

.md_tab .tab--active .md_btn span {
  font-weight: bold
}

.md_tab .tab--active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #1f3b69;
  z-index: 1
}

.md_tab.md_column {
  display: flex
}

.md_tab.md_column--2 .tab,
.md_tab.md_column--3 .tab,
.md_tab.md_column--4 .tab,
.md_tab.md_column--5 .tab {
  margin: 0 !important
}

.md_tab.md_column--2 .tab .md_btn,
.md_tab.md_column--3 .tab .md_btn,
.md_tab.md_column--4 .tab .md_btn,
.md_tab.md_column--5 .tab .md_btn {
  padding-left: 0;
  padding-right: 0
}

.md_tab.md_column--2 .tab {
  width: 50%
}

.md_tab.md_column--3 .tab {
  width: 33.3333333333%
}

.md_tab.md_column--4 .tab {
  width: 25%
}

.md_tab.md_column--5 .tab {
  width: 20%
}

.md_tab.md_column--6 .tab {
  width: 16.6666666667%
}

.md_tab--color {
  border-bottom: none
}

.md_tab--color .tab .md_btn {
  color: rgba(255, 255, 255, 0.7)
}

.md_tab--color .tab--active .md_btn {
  color: #fff
}

.md_tab--color .tab--active:after {
  background-color: #fff
}

.md_tab+.tabContentSet .tabContent {
  display: none
}

.md_tab+.tabContentSet .tabContent:first-of-type {
  display: block
}

.md_table {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

.md_table tbody tr,
.md_table thead tr {
  border-collapse: separate
}

.md_table tbody tr+tr,
.md_table thead tr+tr {
  border-top: 1px solid #eee
}

.md_table tbody tr .data,
.md_table tbody tr .item,
.md_table thead tr .data,
.md_table thead tr .item {
  padding: 20px;
  border-left: none;
  font-size: 14px;
  line-height: 1.35;
  vertical-align: middle
}

@media only screen and (max-width:800px) {

  .md_table tbody tr .data,
  .md_table tbody tr .item,
  .md_table thead tr .data,
  .md_table thead tr .item {
    font-size: 12px
  }
}

.md_table tbody tr .data--L,
.md_table tbody tr .item--L,
.md_table thead tr .data--L,
.md_table thead tr .item--L {
  text-align: left
}

.md_table tbody tr .data--C,
.md_table tbody tr .item--C,
.md_table thead tr .data--C,
.md_table thead tr .item--C {
  text-align: center
}

.md_table tbody tr .data--R,
.md_table tbody tr .item--R,
.md_table thead tr .data--R,
.md_table thead tr .item--R {
  text-align: right
}

.md_table tbody tr .data--min,
.md_table tbody tr .item--min,
.md_table thead tr .data--min,
.md_table thead tr .item--min {
  width: 1%;
  white-space: nowrap
}

.md_table tbody tr .data--w5,
.md_table tbody tr .item--w5,
.md_table thead tr .data--w5,
.md_table thead tr .item--w5 {
  width: 5%
}

.md_table tbody tr .data--w10,
.md_table tbody tr .item--w10,
.md_table thead tr .data--w10,
.md_table thead tr .item--w10 {
  width: 10%
}

.md_table tbody tr .data--w15,
.md_table tbody tr .item--w15,
.md_table thead tr .data--w15,
.md_table thead tr .item--w15 {
  width: 15%
}

.md_table tbody tr .data--w20,
.md_table tbody tr .item--w20,
.md_table thead tr .data--w20,
.md_table thead tr .item--w20 {
  width: 20%
}

.md_table tbody tr .data--w25,
.md_table tbody tr .item--w25,
.md_table thead tr .data--w25,
.md_table thead tr .item--w25 {
  width: 25%
}

.md_table tbody tr .data--w30,
.md_table tbody tr .item--w30,
.md_table thead tr .data--w30,
.md_table thead tr .item--w30 {
  width: 30%
}

.md_table tbody tr .data--w35,
.md_table tbody tr .item--w35,
.md_table thead tr .data--w35,
.md_table thead tr .item--w35 {
  width: 35%
}

.md_table tbody tr .data--w40,
.md_table tbody tr .item--w40,
.md_table thead tr .data--w40,
.md_table thead tr .item--w40 {
  width: 40%
}

.md_table tbody tr .data--w45,
.md_table tbody tr .item--w45,
.md_table thead tr .data--w45,
.md_table thead tr .item--w45 {
  width: 45%
}

.md_table tbody tr .data--w50,
.md_table tbody tr .item--w50,
.md_table thead tr .data--w50,
.md_table thead tr .item--w50 {
  width: 50%
}

.md_table tbody tr .data--w55,
.md_table tbody tr .item--w55,
.md_table thead tr .data--w55,
.md_table thead tr .item--w55 {
  width: 55%
}

.md_table tbody tr .data--w100px,
.md_table tbody tr .item--w100px,
.md_table thead tr .data--w100px,
.md_table thead tr .item--w100px {
  width: 100px
}

.md_table tbody tr .data--w150px,
.md_table tbody tr .item--w150px,
.md_table thead tr .data--w150px,
.md_table thead tr .item--w150px {
  width: 150px
}

.md_table tbody tr .data--w200px,
.md_table tbody tr .item--w200px,
.md_table thead tr .data--w200px,
.md_table thead tr .item--w200px {
  width: 200px
}

.md_table tbody tr .data--w250px,
.md_table tbody tr .item--w250px,
.md_table thead tr .data--w250px,
.md_table thead tr .item--w250px {
  width: 250px
}

.md_table tbody tr .data--w300px,
.md_table tbody tr .item--w300px,
.md_table thead tr .data--w300px,
.md_table thead tr .item--w300px {
  width: 300px
}

.md_table thead+tbody {
  border-top: 1px solid #eee
}

.md_table thead tr .item {
  font-weight: bold;
  color: #89a;
  line-height: 1.35
}

.md_table thead tr .item--sort .txt {
  position: relative;
  display: inline-block;
  font-weight: bold
}

.md_table thead tr .item--sort .txt:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e940";
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: -20px;
  top: calc(50% - 10px);
  font-size: 16px;
  transform: rotate(90deg)
}

.md_table thead tr .item--sort--ascending .txt:after,
.md_table thead tr .item--sort--descending .txt:after {
  transform: rotate(0deg)
}

.md_table thead tr .item--sort--ascending .txt:after {
  content: "\e931"
}

.md_table thead tr .item--sort--descending .txt:after {
  content: "\e92e"
}

.md_table thead tr .item--sort:hover {
  cursor: pointer;
  background-color: #f6f7f8
}

.md_table tbody tr:hover {
  background-color: rgba(242, 242, 242, 0.5)
}

.md_table tbody tr.md_rowGray {
  background-color: #ffecec
}

.md_table tbody tr.md_rowGray:hover {
  background-color: #ffecec
}

.md_table tbody tr.md_rowError {
  background-color: #f0f0f0
}

.md_table tbody tr.md_rowError:hover {
  background-color: #f0f0f0
}

.md_table tbody tr.md_nodata {
  border-radius: 0 0 10px 10px
}

.md_table tbody tr.md_nodata:hover {
  background-color: inherit
}

.md_table tbody tr .data .main {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.35
}

@media only screen and (max-width:800px) {
  .md_table tbody tr .data .main {
    font-size: 14px
  }
}

.md_table tbody tr .data .sub {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
  line-height: 1.35
}

@media only screen and (max-width:800px) {
  .md_table tbody tr .data .sub {
    font-size: 10px
  }
}

.md_table tbody tr .data .sub .set+.set:before {
  content: "/";
  margin: 0 7px
}

.md_table tbody tr .data a.link {
  line-height: 1.75
}

.md_table tbody tr .data .numSet em {
  margin: 0 3px;
  font-size: 28px
}

@media only screen and (max-width:800px) {
  .md_table tbody tr .data .numSet em {
    font-size: 17px
  }
}

.md_table tbody tr .data .numSet .holder {
  font-size: 12px
}

@media only screen and (max-width:800px) {
  .md_table tbody tr .data .numSet .holder {
    font-size: 10px
  }
}

.md_table tbody tr .data .accountSet {
  position: relative;
  padding-left: 60px
}

.md_table tbody tr .data .accountSet .photo {
  position: absolute;
  left: 0;
  top: calc(50% - 23px);
  width: 45px;
  height: 45px;
  background: center no-repeat;
  background-size: cover;
  border-radius: 100%
}

.md_table tbody tr .data .status {
  font-weight: bold
}

.md_table tbody tr .data .status--on {
  color: #00bfa5
}

.md_table tbody tr .data .status--off {
  color: #777
}

.md_table tbody tr .data .status--alert {
  color: #f44
}

.md_table tbody tr .data .md_btn {
  width: 100%;
  text-align: center
}

.md_table tbody tr .data--load {
  padding: 0;
  text-align: center
}

.md_table tbody tr .data--load a {
  height: auto;
  line-height: 1;
  padding: 0;
  background: none;
  color: inherit;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #777
}

.md_table tbody tr .data--load a:hover {
  box-shadow: none
}

.md_table tbody tr .data--load a:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e9be";
  margin-right: 3px
}

.md_table tbody tr .data .md_badge {
  display: block
}

.md_table--border tbody tr .data+.data,
.md_table--border tbody tr .data+.item,
.md_table--border tbody tr .item+.data,
.md_table--border tbody tr .item+.item,
.md_table--border thead tr .data+.data,
.md_table--border thead tr .data+.item,
.md_table--border thead tr .item+.data,
.md_table--border thead tr .item+.item {
  border-left: 1px solid #eee
}

.md_horizonTable {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  border-bottom: 1px solid #eee
}

.md_horizonTable>.data,
.md_horizonTable>.item {
  padding: 20px;
  border-top: 1px solid #eee;
  line-height: 1.35
}

.md_horizonTable>.item {
  position: relative;
  width: 25%;
  font-weight: bold
}

.md_horizonTable>.item--free,
.md_horizonTable>.item--must {
  padding-right: 70px
}

.md_horizonTable>.item--free:after,
.md_horizonTable>.item--must:after {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  padding: 0 8px;
  font-size: 13px;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 20px;
  right: 20px
}

.md_horizonTable>.item--must:after {
  content: "必須";
  background-color: #f44
}

.md_horizonTable>.item--free:after {
  content: "任意";
  background-color: #00bfa5
}

.md_horizonTable>.data {
  width: 75%;
  border-left: 1px solid #eee
}

@media only screen and (max-width:800px) {
  .md_horizonTable {
    display: block;
    padding: 20px
  }

  .md_horizonTable>.data,
  .md_horizonTable>.item {
    width: 100%;
    padding: 0;
    border: none
  }

  .md_horizonTable>.item--free,
  .md_horizonTable>.item--must {
    padding-right: 0
  }

  .md_horizonTable>.item--free:after,
  .md_horizonTable>.item--must:after {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-left: 10px;
    padding: 0 8px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px;
    position: relative;
    top: -1px;
    right: 0
  }

  .md_horizonTable>.data {
    margin-top: 15px
  }

  .md_horizonTable>.data+.item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee
  }
}

.md_disaplaySetting {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px
}

@media only screen and (max-width:800px) {
  .md_disaplaySetting {
    margin-bottom: 15px
  }
}

.md_accordion .md_accoSwitch:hover {
  cursor: pointer
}

.md_accordion .md_accoContent {
  display: none
}

.md_accordion.md_card .cardTitle {
  position: relative;
  border-radius: 16px
}

.md_accordion.md_card .cardTitle:hover {
  cursor: pointer
}

.md_accordion.md_card .cardTitle:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e91c";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  content: "\e92e";
  color: #fff
}

.md_accordion.md_card .cardTitle.js_open {
  border-radius: 16px 16px 0 0
}

.md_accordion.md_card .cardTitle.js_open:after {
  content: "\e931"
}

.md_accordion.md_card .md_accoContent {
  display: none
}

#md_backLink {
  margin-top: 180px;
  text-align: center
}

#md_backLink a {
  font-size: 14px;
  text-decoration: underline;
  color: #777
}

@media only screen and (max-width:800px) {
  #md_backLink a {
    font-size: 12px
  }
}

#md_backLink a:hover {
  color: #f90
}

@media only screen and (max-width:800px) {
  #md_backLink {
    margin-top: 60px
  }
}

.md_contentUnit {
  padding-top: 90px;
  padding-bottom: 90px;
  background: center no-repeat;
  background-size: cover
}

@media only screen and (max-width:800px) {
  .md_contentUnit {
    padding-top: 60px
  }
}

@media only screen and (max-width:800px) {
  .md_contentUnit {
    padding-bottom: 60px
  }
}

.md_contentUnit .title,
.md_contentUnit .wrap .title {
  text-align: center
}

.md_contentUnit .title .main,
.md_contentUnit .title .sub,
.md_contentUnit .wrap .title .main,
.md_contentUnit .wrap .title .sub {
  line-height: 1.75
}

.md_contentUnit .title .main,
.md_contentUnit .wrap .title .main {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2em
}

@media only screen and (max-width:800px) {

  .md_contentUnit .title .main,
  .md_contentUnit .wrap .title .main {
    font-size: 20px
  }
}

.md_contentUnit .title .sub,
.md_contentUnit .wrap .title .sub {
  margin-top: 15px;
  font-size: 14px
}

@media only screen and (max-width:800px) {

  .md_contentUnit .title .sub,
  .md_contentUnit .wrap .title .sub {
    margin-top: 10px
  }
}

@media only screen and (max-width:800px) {

  .md_contentUnit .title .sub,
  .md_contentUnit .wrap .title .sub {
    font-size: 12px
  }
}

.md_contentUnit .title--alignL,
.md_contentUnit .wrap .title--alignL {
  text-align: left
}

.md_contentUnit .title--alignR,
.md_contentUnit .wrap .title--alignR {
  text-align: right
}

.md_contentUnit>.title+.content,
.md_contentUnit>.wrap>.title+.content {
  margin-top: 60px
}

@media only screen and (max-width:800px) {

  .md_contentUnit>.title+.content,
  .md_contentUnit>.wrap>.title+.content {
    margin-top: 40px
  }
}

.md_contentUnit--colored {
  background-color: #1f3b69
}

.md_contentUnit--colored .title .main,
.md_contentUnit--colored .title .sub {
  color: #fff
}

.md_contentUnit--devide .devideSet {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  text-align: left
}

.md_contentUnit--devide .devideSet+.devideSet {
  margin-top: 90px
}

@media only screen and (max-width:800px) {
  .md_contentUnit--devide .devideSet+.devideSet {
    margin-top: 60px
  }
}

.md_contentUnit--devide .devideSet .leftCell,
.md_contentUnit--devide .devideSet .rightCell {
  width: 50%;
  text-align: center
}

.md_contentUnit--devide .devideSet .leftCell>.title,
.md_contentUnit--devide .devideSet .rightCell>.title {
  text-align: left
}

.md_contentUnit--devide .devideSet .leftCell {
  padding: 0 60px 0 calc((100vw - 1200px) / 2)
}

.md_contentUnit--devide .devideSet .rightCell {
  padding: 0 calc((100vw - 1200px) / 2) 0 60px
}

.md_contentUnit--message .wrap .title .label {
  color: #234;
  letter-spacing: 0.2em
}

.md_contentUnit--message .wrap .title .main,
.md_contentUnit--message .wrap .title .sub {
  font-feature-settings: "palt";
  color: #1f3b69
}

.md_contentUnit--message .wrap .title .main {
  font-size: 90px !important;
  font-family: "Khula", sans-serif;
  letter-spacing: 0.05em
}

.md_contentUnit--message .wrap .title .sub {
  margin-top: -20px;
  font-size: 17px;
  letter-spacing: 0.2em
}

.md_contentUnit--message .wrap .title .sub:after,
.md_contentUnit--message .wrap .title .sub:before {
  position: relative;
  top: -1px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #234;
  vertical-align: middle
}

.md_contentUnit--message .wrap .title .sub:before {
  margin-right: 8px
}

.md_contentUnit--message .wrap .title .sub:after {
  margin-left: 8px
}

.md_contentUnit--message .wrap .content {
  margin-top: 60px
}

@media only screen and (max-width:800px) {
  .md_contentUnit--message .wrap .content {
    margin-top: 40px
  }
}

.md_contentUnit--message .wrap .content .copy {
  margin-top: 60px;
  line-height: 2;
  word-break: normal;
  word-wrap: break-word;
  text-align: center
}

@media only screen and (max-width:800px) {
  .md_contentUnit--message .wrap .content .copy {
    margin-top: 40px
  }
}

.md_contentUnit--message .wrap .content .md_column {
  margin-top: 60px
}

@media only screen and (max-width:800px) {
  .md_contentUnit--message .wrap .content .md_column {
    margin-top: 40px
  }
}

.md_contentUnit--message .wrap .content .md_column .md_card .cardContent .imageArea {
  height: 240px;
  border-radius: 10px
}

.md_contentUnit--message .wrap .content .md_column .md_card .cardContent .imageArea .copySet {
  position: relative
}

.md_contentUnit--message .wrap .content .md_column .md_card .cardContent .imageArea .copySet:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e91c";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #fff
}

.md_contentUnit--message .wrap .content .md_column .md_card .cardContent .imageArea .copySet .catch {
  font-size: 17px
}

@media only screen and (max-width:800px) {
  .md_contentUnit--message .wrap .content .md_column .md_card .cardContent .imageArea .copySet .catch {
    font-size: 14px
  }
}

.md_contentUnit--entry {
  position: relative;
  padding-top: 120px;
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%);
  z-index: 1
}

.md_contentUnit--entry:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover;
  top: -1px;
  width: 100%;
  background: url(../../imageFile/recruit_bg_texture_006_white.svg) center top;
  background-size: 102% auto
}

.md_contentUnit--entry .wrap .title .main {
  margin-top: 0;
  color: #fff
}

.md_contentUnit--entry .wrap .title .main:before {
  background-color: #fff
}

.md_contentUnit--entry .wrap .title+.content {
  margin-top: 25px
}

@media only screen and (max-width:800px) {
  .md_contentUnit--entry .wrap .title+.content {
    margin-top: 20px
  }
}

.md_contentUnit--entry .wrap .content {
  text-align: center
}

.md_contentUnit--entry .wrap .content .md_btn {
  width: 40vw;
  height: 5vw;
  line-height: 5vw;
  background: #cb7;
  font-size: 1.3vw;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px;
  border-radius: 2.5vw
}

.md_contentUnit--entry .wrap .content .md_btn:after {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  content: "\e91c";
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  right: 2vw;
  font-size: 1.5vw
}

@media (-ms-high-contrast:none) {
  .md_contentUnit--entry:before {
    background-size: 1550px 35px
  }
}

@media only screen and (max-width:800px) {

  .md_contentUnit .title .sub,
  .md_contentUnit .wrap .title .sub {
    margin-top: 5px
  }

  .md_contentUnit--devide .devideSet .leftCell,
  .md_contentUnit--devide .devideSet .rightCell {
    width: 100%;
    padding: 0 20px;
    text-align: center
  }

  .md_contentUnit--devide .devideSet .leftCell+.leftCell,
  .md_contentUnit--devide .devideSet .leftCell+.rightCell,
  .md_contentUnit--devide .devideSet .rightCell+.leftCell,
  .md_contentUnit--devide .devideSet .rightCell+.rightCell {
    margin-top: 40px
  }

  .md_contentUnit--devide .devideSet .leftCell>.title,
  .md_contentUnit--devide .devideSet .rightCell>.title {
    text-align: center
  }

  .md_contentUnit--devide .devideSet .title {
    text-align: center
  }

  .md_contentUnit--devide .devideSet .md_card .contentArea {
    padding: 60px
  }
}

@media only screen and (max-width:800px) and (max-width:800px) {
  .md_contentUnit--devide .devideSet .md_card .contentArea {
    padding: 40px
  }
}

@media only screen and (max-width:800px) {
  .md_contentUnit--devide .devideSet .md_card .catch {
    font-size: 36px
  }
}

@media only screen and (max-width:800px) and (max-width:800px) {
  .md_contentUnit--devide .devideSet .md_card .catch {
    font-size: 20px
  }
}

@media only screen and (max-width:800px) {
  .md_contentUnit--devide .devideSet .md_card .copy {
    margin-top: 25px
  }
}

@media only screen and (max-width:800px) and (max-width:800px) {
  .md_contentUnit--devide .devideSet .md_card .copy {
    margin-top: 20px
  }
}

@media only screen and (max-width:800px) {
  .md_contentUnit--devide .devideSet--reverse {
    flex-direction: column-reverse
  }

  .md_contentUnit--devide .devideSet--reverse .leftCell,
  .md_contentUnit--devide .devideSet--reverse .rightCell {
    margin-top: 40px
  }

  .md_contentUnit--devide .devideSet--reverse .leftCell+.leftCell,
  .md_contentUnit--devide .devideSet--reverse .leftCell+.rightCell,
  .md_contentUnit--devide .devideSet--reverse .rightCell+.leftCell,
  .md_contentUnit--devide .devideSet--reverse .rightCell+.rightCell {
    margin-top: 0
  }
}

@media only screen and (max-width:800px) {
  .md_contentUnit--message .wrap .title .main {
    font-size: 10vw !important
  }

  .md_contentUnit--message .wrap .title .sub {
    margin-top: -10px;
    font-size: 12px;
    letter-spacing: 0.1em
  }

  .md_contentUnit--message .wrap .title .sub:after,
  .md_contentUnit--message .wrap .title .sub:before {
    width: 10px
  }

  .md_contentUnit--message .wrap .title .sub:before {
    margin-right: 6px
  }

  .md_contentUnit--message .wrap .title .sub:after {
    margin-left: 6px
  }

  .md_contentUnit--message .wrap .content .copy {
    padding: 0 5px;
    text-align: justify
  }

  .md_contentUnit--message .wrap .content .md_column .md_card .cardContent .imageArea {
    height: 180px
  }
}

@media only screen and (max-width:800px) {
  .md_contentUnit--entry {
    padding-top: 60px
  }

  .md_contentUnit--entry:before {
    top: -1px
  }

  .md_contentUnit--entry .wrap .content .md_btn {
    width: 100%;
    height: 12vw;
    line-height: 12vw;
    padding: 0;
    font-size: 4.5vw;
    border-radius: 30px
  }

  .md_contentUnit--entry .wrap .content .md_btn:after {
    right: 13px;
    font-size: 15px
  }
}

.md_imageUnit {
  text-align: center
}

.md_imageUnit .catch,
.md_imageUnit .copy {
  margin-top: 20px;
  line-height: 1.35
}

@media only screen and (max-width:800px) {

  .md_imageUnit .catch,
  .md_imageUnit .copy {
    margin-top: 15px
  }
}

.md_imageUnit .catch {
  padding-top: 5px;
  font-size: 28px;
  font-weight: bold
}

@media only screen and (max-width:800px) {
  .md_imageUnit .catch {
    font-size: 17px
  }
}

.md_imageUnit .copy {
  font-size: 14px;
  line-height: 1.35;
  word-break: normal;
  word-wrap: break-word
}

@media only screen and (max-width:800px) {
  .md_imageUnit .copy {
    font-size: 12px
  }
}

#md_loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999
}

#md_loading .loader {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%);
  border-radius: 50%
}

#md_loading .loader:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0px solid white;
  transform: translate(-50%, -50%);
  animation: an_loading 1000ms ease-out forwards infinite;
  border-radius: 50%
}

@keyframes an_loading {
  0% {
    border: 0px solid white
  }

  20% {
    border: 3px solid white;
    width: 0%;
    height: 0%
  }

  to {
    border: 3px solid white;
    width: 100%;
    height: 100%
  }
}

.md_newIcon {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  padding: 0 6px;
  background-color: #ff4081;
  font-size: 10px;
  color: #fff;
  border-radius: 4px
}

.md_newRibbon {
  position: absolute;
  right: -25px;
  top: -5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 80px;
  height: 40px;
  padding-bottom: 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  background-color: #ff4081;
  transform: rotate(45deg)
}

.md_nodata {
  height: 200px;
  line-height: 200px;
  background-color: #dfdfdf !important;
  font-size: 17px;
  color: #777;
  box-shadow: none;
  text-align: center
}

@media only screen and (max-width:800px) {
  .md_nodata {
    font-size: 14px
  }
}

.md_pagination {
  display: flex;
  justify-content: center;
  align-items: center
}

.md_pagination .page {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  font-size: 15px;
  font-weight: normal
}

.md_pagination .page+.page {
  margin-left: 10px
}

.md_pagination .page--next:before,
.md_pagination .page--prev:before {
  position: relative;
  display: inline-block;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 20px
}

.md_pagination .page--prev:before {
  content: "\e92f"
}

.md_pagination .page--next:before {
  content: "\e930"
}

.md_pagination .page--active {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #1f3b69;
  color: #fff;
  border-radius: 4px
}

#md_pankuzu {
  padding: 20px;
  background-color: #fff
}

@media only screen and (max-width:800px) {
  #md_pankuzu {
    padding: 15px
  }
}

#md_pankuzu .linkList .link {
  display: inline;
  font-size: 14px;
  vertical-align: middle
}

@media only screen and (max-width:800px) {
  #md_pankuzu .linkList .link {
    font-size: 12px
  }
}

#md_pankuzu .linkList .link+.link:before {
  position: relative;
  top: -1px;
  content: "/";
  margin-right: 15px;
  margin-left: 15px
}

@media only screen and (max-width:800px) {
  #md_pankuzu .linkList .link+.link:before {
    margin-right: 10px
  }
}

@media only screen and (max-width:800px) {
  #md_pankuzu .linkList .link+.link:before {
    margin-left: 10px
  }
}

#md_pankuzu .linkList .link .now,
#md_pankuzu .linkList .link a {
  line-height: 1.75
}

#md_pankuzu .linkList .link a:hover {
  color: #f90
}

.md_pageTitle {
  background-image: url(../../imageFile/recruit_message_bg.jpg);
  background-position: center 30%
}

#messageIndex {
  position: relative;
  background: url(../../imageFile/recruit_bg_texture_001.svg) right 15% no-repeat;
  background-size: auto 350px
}

@media only screen and (max-width:800px) {
  #messageIndex {
    background-size: auto 150px
  }
}

#messageIndex:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 400px;
  height: 400px;
  background: url(../../imageFile/recruit_bg_texture_008.svg) left center no-repeat;
  background-size: contain;
  bottom: 5%
}

@media only screen and (max-width:800px) {
  #messageIndex:before {
    width: 150px;
    height: 150px
  }
}

@media (-ms-high-contrast:none) {
  #messageIndex {
    background-size: 300px 450px
  }

  #messageIndex:before {
    background-size: 150px 400px
  }
}

#hrPanel {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 75vh;
  padding-bottom: 0;
  background: url(../../imageFile/recruit_message_HR_panel.jpg?2020307) 80% 30% no-repeat;
  background-size: cover
}

#hrPanel:after,
#hrPanel:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: 102% auto !important
}

#hrPanel:before {
  background: url(../../imageFile/recruit_bg_texture_004_grad.svg) center bottom no-repeat;
  opacity: 0.7
}

#hrPanel:after {
  bottom: -1px;
  background: url(../../imageFile/recruit_bg_texture_002_white.svg) center bottom no-repeat
}

@media only screen and (max-width:800px) {
  #hrPanel {
    background-position: 70% 30%;
    height: 500px
  }

  #hrPanel:before {
    background-size: auto 250px !important;
    background-position: left bottom
  }
}

@media (-ms-high-contrast:none) {
  #hrPanel:before {
    background-size: 100% 475px !important
  }

  #hrPanel:after {
    background-size: 100% 185px !important
  }
}

#hrPanel .txtSet {
  position: relative;
  display: inline-block;
  padding-bottom: 90px
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet {
    padding-bottom: 60px
  }
}

#hrPanel .txtSet * {
  color: #fff
}

#hrPanel .txtSet .item {
  font-weight: bold
}

#hrPanel .txtSet .catch {
  margin-top: 25px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-shadow: 0 0 10px rgba(31, 59, 105, 0.3);
  word-break: normal;
  word-wrap: break-word
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .catch {
    margin-top: 20px
  }
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .catch {
    font-size: 26px
  }
}

#hrPanel .txtSet .name {
  margin-top: 60px
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .name {
    margin-top: 40px
  }
}

#hrPanel .txtSet .name .jp {
  font-size: 28px;
  font-weight: bold
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .name .jp {
    font-size: 17px
  }
}

#hrPanel .txtSet .name .en {
  margin-left: 20px;
  font-size: 28px;
  font-family: "Allura", cursive
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .name .en {
    margin-left: 15px
  }
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .name .en {
    font-size: 17px
  }
}

#hrPanel .txtSet .job {
  margin-top: 25px
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .job {
    margin-top: 20px
  }
}

#hrPanel .txtSet .job .data+.data:before {
  content: "/";
  margin: 0 8px
}

#hrPanel .txtSet .belong {
  margin-top: 15px;
  font-size: 14px
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .belong {
    margin-top: 10px
  }
}

@media only screen and (max-width:800px) {
  #hrPanel .txtSet .belong {
    font-size: 12px
  }
}

@media only screen and (max-width:800px) {
  #hrPanel:before {
    background-size: auto 320px !important;
    background-position: -100px bottom
  }

  #hrPanel .txtSet .name {
    margin-top: 20px
  }

  #hrPanel .txtSet .job {
    margin-top: 15px
  }

  #hrPanel .txtSet .job .data+.data:before {
    margin: 0 5px
  }
}

#hrMessage {
  position: relative;
  padding: 120px 0;
  background: url(../../imageFile/recruit_bg_texture_001.svg) right 15% no-repeat;
  background-size: auto 350px
}

@media only screen and (max-width:800px) {
  #hrMessage {
    background-size: auto 150px
  }
}

#hrMessage:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 400px;
  height: 400px;
  background: url(../../imageFile/recruit_bg_texture_008.svg) left center no-repeat;
  background-size: contain;
  bottom: 70px;
  left: -150px;
  width: 700px;
  height: 700px
}

@media only screen and (max-width:800px) {
  #hrMessage:before {
    width: 150px;
    height: 150px
  }
}

#hrMessage .devideSet .messageUnit {
  text-align: left
}

#hrMessage .devideSet .messageUnit .subject {
  font-size: 28px;
  font-weight: bold;
  color: #1f3b69;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-feature-settings: "palt"
}

@media only screen and (max-width:800px) {
  #hrMessage .devideSet .messageUnit .subject {
    font-size: 17px
  }
}

#hrMessage .devideSet .messageUnit .message {
  margin-top: 25px;
  text-align: justify;
  line-height: 2;
  word-break: normal;
  word-wrap: break-word
}

@media only screen and (max-width:800px) {
  #hrMessage .devideSet .messageUnit .message {
    margin-top: 20px
  }
}

#hrMessage .devideSet .img {
  position: relative;
  display: inline-block
}

#hrMessage .devideSet .img .photo,
#hrMessage .devideSet .img:before {
  width: 500px;
  height: 450px;
  background: center no-repeat;
  background-size: cover
}

#hrMessage .devideSet .img:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 6px;
  background: linear-gradient(to right bottom, #1f3b69 0%, #51a8d5 100%)
}

#hrMessage .devideSet .img .photo {
  position: relative
}

#hrMessage .devideSet:first-of-type .messageUnit {
  padding-left: 60px
}

@media only screen and (max-width:800px) {
  #hrMessage .devideSet:first-of-type .messageUnit {
    padding-left: 40px
  }
}

#hrMessage .devideSet:first-of-type .img .photo,
#hrMessage .devideSet:first-of-type .img:before {
  border-radius: 90% 50% 100% 60%/60% 60% 100% 100%
}

#hrMessage .devideSet:first-of-type .img:before {
  transform: rotate(4deg)
}

#hrMessage .devideSet:nth-of-type(2) .messageUnit {
  padding-right: 60px
}

@media only screen and (max-width:800px) {
  #hrMessage .devideSet:nth-of-type(2) .messageUnit {
    padding-right: 40px
  }
}

#hrMessage .devideSet:nth-of-type(2) .img .photo,
#hrMessage .devideSet:nth-of-type(2) .img:before {
  border-radius: 100% 100% 90% 70%/100% 100% 100% 100%
}

#hrMessage .devideSet:nth-of-type(2) .img:before {
  transform: rotate(2deg)
}

@media only screen and (max-width:800px) {
  #hrMessage {
    padding: 60px 0
  }

  #hrMessage:before {
    left: -50px;
    width: 200px;
    height: 200px
  }

  #hrMessage .devideSet .messageUnit .subject {
    font-size: 20px
  }

  #hrMessage .devideSet .messageUnit .message {
    margin-top: 25px;
    text-align: justify;
    line-height: 2;
    word-break: normal;
    word-wrap: break-word
  }
}

@media only screen and (max-width:800px) and (max-width:800px) {
  #hrMessage .devideSet .messageUnit .message {
    margin-top: 20px
  }
}

@media only screen and (max-width:800px) {
  #hrMessage .devideSet .img {
    position: relative;
    display: inline-block
  }

  #hrMessage .devideSet .img .photo,
  #hrMessage .devideSet .img:before {
    width: 230px;
    height: 180px
  }

  #hrMessage .devideSet .img:before {
    left: 5px;
    top: 3px
  }
}

@media only screen and (max-width:800px) {

  #hrMessage .devideSet:first-of-type .messageUnit,
  #hrMessage .devideSet:nth-of-type(2) .messageUnit {
    padding: 0 5px
  }
}

@media (-ms-high-contrast:none) {
  #hrMessage {
    background-size: 300px 450px
  }

  #hrMessage:before {
    left: 0;
    background-size: 150px 400px
  }
}

#cultureIsm .wrap,
#cultureWay .wrap {
  width: 750px
}

#cultureIsm .wrap .title .main,
#cultureWay .wrap .title .main {
  color: #1f3b69;
  letter-spacing: 0.05em
}

#cultureIsm .wrap .title .sub,
#cultureWay .wrap .title .sub {
  margin-top: 0;
  font-size: 17px
}

@media only screen and (max-width:800px) {

  #cultureIsm .wrap .title .sub,
  #cultureWay .wrap .title .sub {
    font-size: 14px
  }
}

#cultureIsm .wrap .content .img,
#cultureWay .wrap .content .img {
  text-align: center
}

#cultureIsm .wrap .content .copy,
#cultureWay .wrap .content .copy {
  margin-top: 60px;
  line-height: 2;
  text-align: justify;
  word-break: normal;
  word-wrap: break-word
}

@media only screen and (max-width:800px) {

  #cultureIsm .wrap .content .copy,
  #cultureWay .wrap .content .copy {
    margin-top: 40px
  }
}

@media only screen and (max-width:800px) {

  #cultureIsm .wrap,
  #cultureWay .wrap {
    width: 100%
  }

  #cultureIsm .wrap .title .main,
  #cultureWay .wrap .title .main {
    font-size: 26px
  }

  #cultureIsm .wrap .content,
  #cultureWay .wrap .content {
    margin-top: 20px
  }
}

#cultureWay {
  padding-top: 60px;
  padding-bottom: 220px;
  background: url(../../imageFile/recruit_bg_texture_002_white.svg) center bottom no-repeat #e2f3ff;
  background-size: 102% auto
}

@media only screen and (max-width:800px) {
  #cultureWay {
    padding-top: 40px
  }
}

#cultureWay .wrap .content .img {
  padding: 60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}

@media only screen and (max-width:800px) {
  #cultureWay .wrap .content .img {
    padding: 40px
  }
}

#cultureWay .wrap .content .img img {
  width: auto;
  height: 600px
}

@media only screen and (max-width:800px) {
  #cultureWay {
    padding-bottom: 90px
  }

  #cultureWay .wrap .content .img img {
    width: 100%;
    height: auto
  }
}

@media (-ms-high-contrast:none) {
  #cultureWay {
    background-size: 1550px 190px
  }
}

#cultureIsm {
  position: relative;
  top: -1px;
  padding-top: 60px;
  background-color: #fff
}

@media only screen and (max-width:800px) {
  #cultureIsm {
    padding-top: 40px
  }
}

#cultureIsm .wrap .content .img img {
  width: 100%;
  height: auto;
  box-shadow: rgba(15, 43, 73, 0.1) 0px 20px 25px -5px, rgba(15, 43, 73, 0.04) 0px 10px 10px -5px
}