@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/*------------------------------------------------------------
	Text Format
------------------------------------------------------------*/
/* text position */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* font weight */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	adjustment class ※ no use frequently
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	for tracking tag
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  line-height: 1.5;
  text-align: center;
}

#container {
  text-align: left;
}

.l-main {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.l-main:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
.l-header {
  padding-bottom: 25px;
  -webkit-transition: 1s;
  transition: 1s;
}

@media (max-width: 749px) {
  .l-header {
    width: 100%;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
    padding: 10px;
  }
  .l-header.fixed {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
}

.l-header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 749px) {
  .l-header_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-header_logo {
  padding-bottom: 10px;
}

@media (max-width: 749px) {
  .l-header_logo {
    padding-bottom: 0;
    max-width: 40%;
  }
}

.l-header_logo:hover {
  opacity: .7;
}

.l-header_contact a {
  display: inline-block;
}

.l-header_tel_sp {
  max-width: 40%;
}

/*------------------------------------------------------------
	contentc
------------------------------------------------------------*/
.c-banner {
  width: 100%;
  height: 629px;
  background: url("../img/banner_bg.png") center center no-repeat;
  background-size: cover;
}

@media (max-width: 749px) {
  .c-banner {
    height: auto;
    padding: 15px 0 20px;
    background: url("../img/banner_bg_sp.png") center center no-repeat;
  }
}

.c-banner_content {
  padding-top: 70px;
  padding-left: 75px;
}

@media (max-width: 749px) {
  .c-banner_content {
    padding: 0;
  }
}

.c-contact {
  background: #0b2e6a;
  padding: 30px 0 20px;
}

@media (max-width: 749px) {
  .c-contact {
    padding: 10px;
  }
}

.c-contact_head {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 749px) {
  .c-contact_head {
    margin-bottom: 15px;
  }
}

.c-contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
}

@media (max-width: 749px) {
  .c-contact_content {
    display: block;
    padding: 5px 10px;
  }
}

.c-contact_text {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 749px) {
  .c-contact_text {
    text-align: left;
    margin: 5px 0;
  }
}

@media (max-width: 749px) {
  .c-contact_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-contact_sp a {
    width: 48%;
  }
}

.c-cotact_head_text1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.c-cotact_head_text1 span {
  color: #fdfd02;
}

@media (max-width: 749px) {
  .c-cotact_head_text1 {
    font-size: 14px;
  }
}

.c-contact_head_text2 {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 749px) {
  .c-contact_head_text2 {
    font-size: 18px;
  }
}

.c-contact_content {
  background: #fff;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 749px) {
  #footer {
    padding-bottom: 100px;
  }
}

.l-footer_btn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.l-footer_btn a {
  display: block;
  width: 50%;
  height: 100%;
}

.l-footer_btn a img {
  width: 100%;
  height: 100%;
}

@media (max-width: 749px) {
  .l-footer_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*------------------------------------------------------------
	Headline
------------------------------------------------------------*/
.c-title1 {
  font-size: 42px;
  color: #0b61c1;
  text-align: center;
  position: relative;
}

@media (max-width: 749px) {
  .c-title1 {
    font-size: 28px;
  }
}

.c-title1 h2 {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}

@media (max-width: 749px) {
  .c-title1 h2 {
    padding: 0 30px;
  }
}

.c-title1 h2:before {
  content: "[";
  font-size: 100px;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 55px);
  left: 0;
}

.c-title1 h2:after {
  content: "]";
  font-size: 100px;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 55px);
  right: 0;
}

.c-title1 big {
  font-size: 72px;
  color: #f70033;
}

@media (max-width: 749px) {
  .c-title1 big {
    font-size: 48px;
  }
}

.c-title1 span {
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 20px;
}

@media (max-width: 749px) {
  .c-title1 span {
    max-width: 30px;
    margin-right: 10px;
    bottom: -2px;
  }
}

.c-title2 {
  font-size: 42px;
  color: #fff;
  background: #0b61c1;
  position: relative;
  text-align: center;
  padding: 40px 0;
  line-height: 1.6;
}

@media (max-width: 749px) {
  .c-title2 {
    font-size: 24px;
    padding: 10px 20px;
  }
}

.c-title2:after {
  content: "";
  width: 40px;
  height: 40px;
  background: #0b61c1;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 749px) {
  .c-title2:after {
    width: 25px;
    height: 25px;
    bottom: -10px;
  }
}

.c-title2 span {
  color: #fdfd02;
}

.c-title3 {
  padding: 10px 0;
  text-align: center;
  font-size: 28px;
  color: #fff;
  background: url("../img/title3_bg.png") center center no-repeat;
}

@media (max-width: 749px) {
  .c-title3 {
    background: url("../img/title3_bg.png") center center no-repeat;
    background-size: 100%;
    font-size: 18px;
  }
}

/*------------------------------------------------------------
	margin
------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

/*------------------------------------------------------------
	display
------------------------------------------------------------*/
@media (max-width: 749px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 749px) {
  .sp-only {
    display: block;
  }
}

.u-middle {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}