@charset "UTF-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansCJKjp-Bold.eot");
  src: url("../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../../font/NotoSansCJKjp-Bold.ttf") format("truetype");
}
.hv {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hv:hover {
  opacity: 0.6;
}

.more {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #6496be;
  display: block;
  font-size: 16px;
  color: white;
  line-height: 1.2;
  text-align: center;
  max-width: 300px;
  margin: 0 auto 0;
  padding: 15px 0 16px;
  position: relative;
  letter-spacing: 0.03rem;
}
.more:hover {
  opacity: 0.6;
}
.more:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 5px;
  background: url(../../img/v_05.png) no-repeat top left;
  right: 20px;
}
.more:hover {
  color: #FFF;
}

/* Commonness CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

html {
  height: 100%;
}

body {
  width: 100%;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  line-height: 130%;
  letter-spacing: 0px;
}

/* * html body { font-family: 'ＭＳ Ｐゴシック',sans-serif;  }  IE6 */
img {
  line-height: 1.0;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*\*/
* html #container {
  overflow: visible;
}

/**/
input, select, textarea {
  font-size: 12px;
  color: #333;
}

.typ {
  opacity: 0;
  }
.typ span {
  opacity: 0;
  }

/* - ClearFix ------------------------------------------------------ */
* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
* {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

/* Hides from IE5-Mac \*/
* html .foo {
  height: 1%;
}

/****************************************************/
/* for html5. from html5doctor.com Reset Stylesheet */
/****************************************************/
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

img {
  vertical-align: bottom;
}

/* for placeholder color */
:-ms-input-placeholder {
  color: #999 !important;
}

::-webkit-input-placeholder {
  color: #999 !important;
}

::-moz-placeholder {
  color: #999 !important;
}

:-moz-placeholder {
  color: #999 !important;
}

::-input-placeholder {
  color: #999 !important;
}

:-input-placeholder {
  color: #999 !important;
}

::-placeholder {
  color: #999 !important;
}

:-placeholder {
  color: #999 !important;
}

html {
  margin: 0 !important;
}

sup, sub {
  font-size: 0.8em;
}

body {
  position: relative;
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  background: #FFF;
}

p {
  word-wrap: normal;
  font-size: 14px;
  line-height: 30.25px;
  color: #333333;
}

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

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

.ud:hover {
  text-decoration: underline;
}

.ud2 {
  text-decoration: underline;
}

.ud3 {
  text-decoration: underline;
}

.ud3:hover {
  text-decoration: none;
}

.hv:hover {
  opacity: 0.6;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.sp {
  display: none;
}

.pc {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  justify-content: space-between;
}

.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack:justify; */
  -ms-flex-pack: justify;
  /* justify-content:space-between; */
  flex-wrap: wrap;
}

.flex3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/*============================
#header
============================*/
#header {
  background: #f5f5f5;
}
#header > .top > .container > h1 {
  float: left;
  padding: 21px 0 20px 0px;
}
#header > .top > .container > h1 > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header > .top > .container > h1 > a:hover {
  opacity: 0.6;
}
#header > .top > .container > .navi-wrap {
  width: 600px;
  float: right;
}
#header > .top > .container > .navi-wrap > nav > ul > li {
  font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  float: left;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(1) > a {
  padding-left: 22px;
  padding-right: 22px;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(2) > a {
  padding-left: 22px;
  padding-right: 22px;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(3) > a {
  padding-left: 22px;
  padding-right: 22px;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(4) > a {
  padding-left: 30px;
  padding-right: 30px;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(5) > a {
  padding-left: 22px;
  padding-right: 22px;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(6) > a {
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  background: #82b4a0;
}
#header > .top > .container > .navi-wrap > nav > ul > li:nth-child(6) > a:after {
  display: none;
}
#header > .top > .container > .navi-wrap > nav > ul > li > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-size: 14px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  padding: 31px 0px 34px;
  position: relative;
}
#header > .top > .container > .navi-wrap > nav > ul > li > a:hover {
  background: #6496be;
  color: #fff;
}
#header > .top > .container > .navi-wrap > nav > ul > li > a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 10px;
  background: #959595;
  height: 18px;
  background: #959595;
  right: -1px;
  bottom: 2px;
}

/*============================
#contents
============================*/
#contents {
}
#f_entry {
  display: none;
}

/*============================
#footer
============================*/
#footer .navi-wrap {
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  padding: 30px 0 20px;
}
#footer .navi-wrap > nav {
  max-width: 1000px;
  margin: auto;
}
#footer .navi-wrap > nav > ul  {
	margin-bottom: 10px;
}
#footer .navi-wrap > nav > ul > li {
display: inline-block;
  font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border-right: 1px solid #959595;
  text-align: center;
padding: 0 10px;
}
#footer .navi-wrap > nav > ul > li:last-child {
  border: none;
}
#footer .navi-wrap > nav > ul > li > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-size: 14px;
  color: black;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
#footer .navi-wrap > nav > ul > li > a:hover {
  opacity: 0.6;
}
#footer > .container {
}
#footer > .container > #f-logo {
  padding: 22px 0 0;
  float: left;
  width: 333px;
}
#footer > .container > #f-logo > a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer > .container > #f-logo > a:hover {
  opacity: 0.6;
}
#footer > .container > #kokusai-logo {
  padding: 26px 0 0;
  float: left;
  width: 216px;
  display: flex;
  align-items: center;
}
#footer > .container > #kokusai-logo > a {
  display: block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer > .container > #kokusai-logo > a + a {
  margin-left: 15px;
}
#footer > .container > #kokusai-logo > a:hover {
  opacity: 0.6;
}
#footer > .container > p.copy {
  float: right;
  font-size: 12px;
  color: #000;
  width: 443px;
  text-align: right;
  padding: 34px 0 30px;
}
#footer > .container > p.copy > a.ud {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
}
#footer > .container > p.copy > a.ud:hover {
  opacity: 0.6;
}

/*============================
#lower-main
============================*/
#lower-main {
  margin-bottom: 0px;
}

/*============================
#mv
============================*/
#mv {
  height: 278px;
}
#mv.interview {
  background: url(../../img/interview/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.message {
  background: url(../../img/message/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.contact {
  background: url(../../img/contact/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.business {
  background: url(../../img/business/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.employment {
  background: url(../../img/employment/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.company {
  background: url(../../img/company/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.social {
  background: url(../../img/social/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
#mv.senior_voice {
  background: url(../../img/senior_voice/mv.jpg) center 0 no-repeat;
  background-size: cover;
}
/*============================
#pankuzu
============================*/
#mv > .container_entry > #pankuzu {
  padding: 12px 0 0;
  color: #FFF;
}
#mv > .container_entry > #pankuzu > span {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2;
}
#mv > .container_entry > #pankuzu > span > a.ud > span {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2;
}
#mv > .container_entry > #pankuzu > span > span {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 1.2;
}
#employment #mv > .container_entry > h2 { padding-top :16px }
#mv > .container_entry > h2 {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 56px 50px 50px 50px;
  font-size: 24px;
  color: white;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.14rem;
}
#mv > .container_entry > h2 > span.en {
  font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  display: block;
  font-size: 36px;
  color: white;
  line-height: 1.333;
  letter-spacing: 0.22rem;
  margin: 0 0 6px;
}
#mv > .container_entry > h2 > span.jp {
  font-size: 24px;
}

.dial_box {
  border: 4px solid #d2d2d2;
  width: 800px;
  padding: 21px 20px 18px;
  margin: 0 auto 42px;
 background-color: #FFF;
}
.dial_box > p.th {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  position: relative;
  text-align: center;
  letter-spacing: 0.07rem;
  background: #FFF;
  margin: 0 0 25px;
}
.dial_box > p.th:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 223px;
  height: 1px;
  left: 0;
}
.dial_box > p.th:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 223px;
  height: 1px;
  right: 0;
}
.dial_box > .box > .l_box {
  width: 384px;
}
.dial_box > .box > .l_box > p.t1 {
    font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    font-size: 43px;
    color: #202f7f;
    position: relative;
    padding: 2px 0 0 0px;
    line-height: 0.7;
    text-align: right;
    letter-spacing: 0.08rem;
    margin: 0 0 17px;
}
.dial_box > .box > .l_box > p.t1:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/freecall.jpg) no-repeat 0 0;
  width: 47px;
  height: 36px;
  left: 0px;
  top: 5px;
}
.dial_box > .box > .l_box > p.t2 {
    line-height: 1;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.dial_box > .box > .r_box {
  width: 350px;
}
.dial_box > .box > .r_box > a.more {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #7faf9c;
  width: 500px;
  max-width: 100%;
  padding: 26px 0 23px 95px;
  font-size: 18px;
  text-align: left;
  margin: 0;
  letter-spacing: 0.005rem;
}
.dial_box > .box > .r_box > a.more:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/i_mail.png) no-repeat 0 0;
  width: 25px;
  height: 17px;
  left: 56px;
  top: 3px;
}

#lower-main .entry_btn {
  position: fixed;
  bottom: 20px;
  z-index: 3;
  right: 20px;
  width: 200px;
}
#lower-main .entry_btn > a:not(.outline) {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  background: #27ae60;
  padding: 7px 8px 7px 33px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#lower-main .entry_btn > a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(.76,1.91,.27,-0.83);
  transition-timing-function: cubic-bezier(.76,1.91,.27,-0.83);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.8);
}
#lower-main .entry_btn > a:not(.outline).off {
  opacity: 0.7;
}
#lower-main .entry_btn > a:not(.outline):before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/i_bird2.png) 0 0 no-repeat;
  width: 66px;
  height: 66px;
  left: -37px;
  right: auto;
}
#lower-main .entry_btn > a > p.t1 {
  font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  padding: 0 0 3px 0;
  line-height: 1;
}
#lower-main .entry_btn > a > p.t1 > span {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0px 15px;
  position: relative;
  bottom: 2px;
}
#lower-main .entry_btn > a > p.t1 > span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../../img/v_01.png) no-repeat 0 0;
  width: 10px;
  height: 10px;
  right: -14px;
}
#lower-main .entry_btn > a > p.t2 {
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background: #FFF;
  color: #27ae60;
  text-align: center;
  line-height: 1;
  padding: 7px 0 7px;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #lower-main .entry_btn > a > p.t2 {
		padding: 10px 0 4px;
	}
}
#lower-main .entry_btn a.outline {
	box-sizing: border-box;
	width: 154px;
  display: inline-block;
  position: relative;
  margin: 0 0 12px 24px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
   -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  box-shadow: none;
	background-color: #FFF;
	color: #1768b4;
  font-family: 'Noto Sans Japanese',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	line-height: 1;
	padding: 14px 0 14px 6px;
	border-radius: 50px;
	border: 4px solid #1768b4;
	vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #lower-main .entry_btn a.outline {
		padding: 17px 0 11px 18px;
	}
}
#lower-main .entry_btn a.outline:before {
	position: absolute;
	content: '';
	right: 8px;
	top: calc( 50% - 4px );
	background: url(../../img/v_06.png) no-repeat right center;
	background-size: 100% auto;
	width: 18px;
	height: 6px;
}
#lower-main .entry_btn a.outline:after {
	position: absolute;
	content: '';
	left: 12px;
	top: calc( 50% - 17px );
	background: url(../../img/btn_outline_2.png) no-repeat right center;
	background-size: 22px auto;
	width: 22px;
	height: 32px;
}
#lower-main .entry_btn a.outline:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-timing-function: cubic-bezier(.76,1.91,.27,-0.83);
  transition-timing-function: cubic-bezier(.76,1.91,.27,-0.83);
}
@media only screen and (max-width: 500px) {
  #header > .top > .container > .navi-wrap {
    top: 0;
    margin-top: 11%;
  }
}
@media only screen and (max-width: 427px) {
  #header > .top > .container > .navi-wrap {
    top: 0;
    margin-top: 11.5%;
  }
}


/* .modal_cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
} */
.modal-open .modal_cover .modal {
  -webkit-overflow-scrolling: touch;
}
.modal-content > .modal-header {
  height: 40px;
}
.modal-content > .modal-header > button.close {
  float: right;
  opacity: 1;
  position: absolute;
  top: 10px;
  right: 0;
}
.modal-content > .modal-body {
  background: #FFF;
  position: relative;
  padding: 15px 80px 60px;
}
.modal-content > .modal-body:before {
  content: " ";
  display: block;
  position: absolute;
  margin: auto;
  background: url(../../img/entry/i_04.png) no-repeat 0 0;
  width: 780px;
  height: 106px;
  top: -33px;
  left: 2px;
  right: 0;
  bottom: auto;
}
.modal-content > .modal-body > .form_box p.t1 {
  font-size: 32px;
  color: #82b4a0;
  font-weight: bold;
  text-align: center;
  padding: 90px 0 42px;
}
.modal-content > .modal-body > .form_box p.t2 {
  font-size: 16px;
  text-align: center;
  padding: 0 0 42px;
}
.modal-content > .modal-body > .form_box p.t3 {
  font-size: 14px;
  margin: 13px 0 17px;
  text-align: center;
}
.modal-content > .modal-body > .form_box p.t3 > a {
  color: #82b4a0;
  text-decoration: underline;
}
.modal-content > .modal-body > .form_box p.t3 > a:hover {
  text-decoration: none;
}
.modal-content .modal-body .form_box form table {
  width: 100%;
  table-layout: fixed;
}
.modal-content .modal-body .form_box form table > tbody > tr > th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 10px 0;
  width: 250px;
  vertical-align: top;
}
.modal-content .modal-body .form_box form table > tbody > tr > th > .must > span {
  font-size: 16px;
  color: #d61010;
  position: relative;
  top: 0px;
  left: 8px;
}
.modal-content .modal-body .form_box form table > tbody > tr > td {
  padding: 10px 0;
  font-size: 16px;
}
.modal-content .modal-body .form_box form table tbody tr td input:not([type="radio"]) {
  width: 100%;
  font-size: 14px;
  padding: 7px 15px 8px;
  color: #000;
  position: relative;
  top: -6px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  border: 1px solid #4e4e4e;
}
.modal-content .modal-body .form_box form table > tbody > tr > td select {
  width: 100%;
  font-size: 14px;
  padding: 4px 10px 8px;
  position: relative;
  top: 0;
  border: 1px solid #4e4e4e;
}
.modal-content .modal-body .form_box form table > tbody > tr > td select:disabled {
  opacity: 0.6;
}
.modal-content .modal-body .form_box form table > tbody > tr > td select option {
  font-size: 14px;
  padding: 0 0 0;
}
.modal-content .modal-body .form_box form table tbody tr td textarea {
  width: 100%;
  font-size: 14px;
  padding: 7px 15px 8px;
  color: #000;
  position: relative;
  top: -5px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  border: 1px solid #4e4e4e;
}
.modal-content .modal-body .form_box form table tbody tr td textarea.address {
  height: 70px;
}
.modal-content .modal-body .form_box form table tbody tr td textarea.free {
  height: 125px;
}
.modal-content .modal-body .form_box form input.hidden {
  display: none !important;
}
.modal-content .modal-body .form_box form .submit_box .more {
  width: 260px;
  padding: 18px 0 18px;
  font-family: 'Quicksand',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Arial, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  background-color: #82b4a0;
  background-image: url(../../img/v_10.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 22px auto;
  border: none;
  position: relative;
  cursor: pointer;
}
.modal-content .modal-body .form_box form#mailformpro label {
  padding: 0;
  border: none;
  margin: 0;
}
.modal-content .modal-body .form_box form#mailformpro label.mfp_checked {
  background-color: unset;
  box-shadow: unset;
}
.modal-content .modal-body .form_box form#mailformpro label + label {
  margin-left: 20px;
}

#entry_form_modal .modal {
  background: rgba(157, 222, 196, 0.7);
}

#entry_form_modal .modal-content .modal-body {
  background: #FFF !important;
  position: relative !important;
  padding: 15px 80px 60px !important;
}

#entry_form_modal .modal-content .modal-body:after {
  content: " " !important;
  display: block;
  position: absolute;
  margin: auto;
  background: url(../../img/entry/i_04.png) no-repeat 0 0;
  width: 780px;
  height: 106px;
  top: -33px;
  left: 2px;
  right: 0;
  bottom: auto;
}

#entry_form_modal .modal-content .modal-header {
  padding: 10px 0 20px !important;
}

#entry_form_modal .modal-content .modal-header button.close img {
  width: 40px !important;
}

@media screen and (max-width: 768px) {
  #entry_form_modal .modal-content .modal-body {
    padding: 0 4% 4% !important;
    margin: 0 0 30px !important;
  }
  #entry_form_modal .modal-content .modal-body:after {
    background: url(../../img/entry/i_04_sp.png) no-repeat 0 0;
    background-size: contain;
    width: 210px;
    height: 52px;
    top: -22px;
  }
}


