@charset "UTF-8";

/* -----------------------
	Yui CSS Reset
----------------------- */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* -----------------------
	Base Settings
----------------------- */
*, *:after, *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: #fff;
  color: #555;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif,serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover, a:active, a:focus {
  color: inherit;
  opacity: .8;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 100%;
    font-size: 1.4rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
  }
}
/* ------------------------
	Utilities
------------------------ */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

.pl_left {
  float: left;
}

.pl_right {
  float: right;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 750px) {
  .wrap {
    width: 92%;
    min-width: 310px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}
/* ------------------------
  common
------------------------ */
.section_title {
  margin-bottom: 24px;
  text-align: center;
}
.section_title span:first-child {
  display: block;
  color: #0082c8;
  font-size: 2.4rem;
  line-height: 1.83;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.section_title span:last-child {
display: block;
  color: #aaa;
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.gray_btn {
  position: relative;
}
.gray_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent #727171 transparent transparent;
}
.gray_btn:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 32px 32px 0;
  border-color: transparent transparent #727171 transparent;
}

.page_title {
  position: relative;
  background-color: #dcdcdc;
}
.page_title .title {
  position: relative;
  background: -webkit-linear-gradient(90deg, #0082c8 0, #004e96 100%);
  background: linear-gradient(180deg, #0082c8 0, #004e96 100%);
}
.page_title .title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.page_title .title h2 span:first-child {
  display: block;
  color: #fff;
  font-weight: bold;
}
.page_title .title h2 span:last-child {
  display: block;
  color:#ccc;
  font-family: 'Oswald', sans-serif;
}
.page_title img {
  display: block;
  float: left;
  vertical-align: middle;
}

@media screen and (min-width: 751px) {
  .page_title .title {
    float: left;
    width: 400px;
    height: 280px;
  }
  .page_title .title h2 span:first-child {
    font-size: 2.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .page_title .title h2 span:last-child {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .page_title img {
    display: block;
    float: left;
    vertical-align: middle;
  }
}
@media screen and (max-width: 750px) {
  .section_title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .page_title .wrap {
    width: 100%;
  }
  .page_title .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 55vw;
    height: 50px;
    padding: 15px 0;
  }
  .page_title .title h2 span:first-child {
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .page_title .title h2 span:last-child {
    display: none;
    /*font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.2em;*/
  }
  .page_title img {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .page_title .title h2 span:first-child {
    font-size: 2rem;
  }
  .page_title .title h2 span:last-child {
    font-size: 1.3rem;
  }
  .page_title img {
    display: block;
    width: 100%;
    vertical-align: middle;
  }
}
/* ------------------------
  header
------------------------ */
#header {
  position: relative;
}
#header .upper {
/*  background-color: #589bd5;*/
background: -webkit-linear-gradient(0deg, #2d75b3 0, #589bd5 30%, #589bd5 70%, #2d75b3 100%);
  background: linear-gradient(90deg, #2d75b3 0, #589bd5 30%, #589bd5 70%, #2d75b3 100%);
}
#header .upper h1 {
  color: #fff;
}
#header .lower {
  display: table;
}
#header .logo {
  display: table-cell;
  vertical-align: middle;
  /*font-size: 1.9em;
  font-weight: bold;*/
}
#header .logo img {
  vertical-align: middle;
  /*float: left;*/
}
/*#header .logo p {
  float: left;
  margin: 15px 0 0 15px; 
}*/
#header .global_nav ul li a {
  display: block;
  cursor: pointer;
}
#header .global_nav ul li a span:first-child {
  display: block;
  color: #004e96;
  font-family: 'Oswald', sans-serif;
	
}
#header .global_nav ul li a span:last-child {
  display: block;
}
@media screen and (min-width: 751px) {
  #header .upper {
    height: 24px;
    line-height: 24px;
  }
  #header .upper h1 {
    width: 1000px;
    margin: 0 auto;
    font-size: 1.2rem;
  }
  #header .lower {
    width: 1000px;
    height: 96px;
    margin: 0 auto;
  }
  #header .logo {
    padding-top: 5px;
  }
  #header .sp_btn {
    display: none;
  }
  #header .global_nav {
    display: table-cell;
    padding-top: 5px;
    vertical-align: middle;
  }
  #header .global_nav ul {
    display: table;
    float: right;
  }
  #header .global_nav ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  #header .global_nav ul li a {
    height: 40px;
    padding: 0 17.5px;
    border-left: 1px solid #cdcdcd;
  }
  #header .global_nav ul li:first-child a {
    padding: 12px 15px;
  }
  #header .global_nav ul li span:first-child {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.375;
    letter-spacing: 0.05em;
  }
  #header .global_nav ul li span:last-child {
    color: #878787;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  #header .global_nav ul li ul.sub_menu {
    display: none;
  }
  #header .global_nav ul li.btn a {
    width: 100px;
    height: 50px;
    line-height: 48px;
    background-color: #589bd5;
    /* background: -webkit-linear-gradient(0deg, #004E96 0, #004E96 50%, #003363 100%);
    background: linear-gradient(90deg, #004E96 0, #004E96 50%, #003363 100%); */
    border-radius: 6px;
    border-left: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  #header .upper {
    height: 22px;
    line-height: 22px;
  }
  #header .upper h1 {
    width: 92%;
    margin: 0 auto;
    font-size: 1.2rem;
    font-weight: 51100;
  }
  #header .lower {
    position: relative;
    justify-content: space-between;
    width: 100%;
    height: 65px;
  }
  #header .logo {
    width: 52vw;
	height: auto;
  }
  #header .logo img {
    width: auto;
    padding-left: 4vw;
	margin: 10px 0;
  }
  #header .logo p {
    float: left;
    padding-top: 10px;
}
  #header .sp_btn {
    display: table-cell;
    vertical-align: middle;
    padding-left: 45px;
	padding-bottom: 15px;
  }
  #header .sp_btn a {
    display: block;
    width: 90px;
    height: 35px;
    line-height: 34px;
    background-color: #589bd5;
    /*background: -webkit-linear-gradient(0deg, #004E96 0, #004E96 50%, #003363 100%);
    background: linear-gradient(90deg, #004E96 0, #004E96 50%, #003363 100%);*/
    border-radius: 5px;
    border-left: 0;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
  }
  #header .menu_btn {
    overflow: hidden;
    display: block;
    position: absolute;
    top: 20px;
    right: 4%;
    width: 26px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    z-index: 1000;
  }
  #header .menu_btn span {
    content: "";
    position: absolute;
    display: block;
    width: 26px;
    height: 3px;
    left: 0;
    border-top: 3px solid #004e96;
    transition: all .2s;
  }
  #header .menu_btn span:nth-of-type(1) {
    top: 8px;
  }
  #header .menu_btn span:nth-of-type(2) {
    opacity: 1;
    top: 16px;
  }
  #header .menu_btn span:nth-of-type(3) {
    bottom: 8px;
  }
  #header.nav_is_open .menu_btn span {
    transition: all .2s;
  }
  #header.nav_is_open .menu_btn span:nth-of-type(1) {
    width: 22px;
    transform: rotate(135deg) translate(6px, -5px);
  }
  #header.nav_is_open .menu_btn span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(50px);
  }
  #header.nav_is_open .menu_btn span:nth-of-type(3) {
    width: 22px;
    transform: rotate(-135deg) translate(6px, 5px);
  }
  #header .global_nav {
    display: none;
    padding: 0 28px;
    background-color: #eee;
  }
  #header.nav_is_open .global_nav {
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    padding: 0 28px;
    background-color: #eee;
    z-index: 1000;
  }
  #header.nav_is_open .global_nav ul li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
  }
  #header.nav_is_open .global_nav ul li a {
    display: block;
    padding: 16px 0;
    color: #004e96;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #header.nav_is_open .global_nav ul li a span:first-child {
    display: none;
  }
  #header.nav_is_open .global_nav ul li a span:last-child {
    display: block;
    font-size: 1.4rem;
  }
  #header.nav_is_open .global_nav ul li.has_sub {
    padding-bottom: 16px;
  }
  #header.nav_is_open .global_nav ul li.has_sub a {
    padding: 16px 0 4px;
  }
  #header.nav_is_open .global_nav ul.sub_menu {
    display: block;
  }
  #header.nav_is_open .global_nav ul.sub_menu li a {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 0 4px;
    border-bottom: 1px solid;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  #header.nav_is_open .global_nav ul.sub_menu li + li {
    border-top: 0;
  }
}
@media screen and (max-width: 320px) {
  #header .sp_btn {
    padding-left: 22px;
  }
  #header .sp_btn a {
    width: 90px;
    height: 32px;
    line-height: 30px;
  }
}

/* ------------------------
  footer
------------------------ */
#footer {
  background-color: #eee;
}
#footer .footer_nav ul li a {
  display: block;
  color: #444;
}
#footer .copyright {
  /* background-color: #589bd5;*/
background: -webkit-linear-gradient(0deg, #2d75b3 0, #589bd5 30%, #589bd5 70%, #2d75b3 100%);
  background: linear-gradient(90deg, #2d75b3 0, #589bd5 30%, #589bd5 70%, #2d75b3 100%);
  color: #fff;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  #footer .footer_nav ul {
    display: table;
    width: auto;
    height: 40px;
    margin: 0 auto;
  }
  #footer .footer_nav ul li {
    display: table-cell;
    vertical-align: middle;
  }
  #footer .footer_nav ul li a {
    padding: 0 8px;
    border-right: 1px solid #444;
    font-size: 1.2rem;
    line-height: 1;
  }
  #footer .footer_nav ul li:last-child a {
    border-right: 0;
  }
  #footer .copyright {
    height: 24px;
    line-height: 23px;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer_nav {
    text-align: center;
  }
  #footer .footer_nav ul li a {
    padding: 6px 0;
    border-bottom: 1px solid #ebf6ff;
    font-size: 1.4rem;
  }
  #footer .copyright {
    height: 25px;
    line-height: 24px;
  }
}
