@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');

body,
div,
pre,
p,
blockquote,
form,
ul,
ol,
li,
fieldset,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td {
  margin: 0;
  padding: 0;
}
body,
div,
pre,
p,
blockquote,
form,
ul,
ol,
li,
fieldset,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
table {
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
  margin: 0;
  padding: 0;
}
body,
table {
  font-size: 20px;
  line-height: 1;
  color: black;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', 'ＭＳ Ｐゴシック',
    san-serif;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}

header {
  height: 100px;
  position: fixed;
  display: flex;
  padding: 0 25px;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  /* min-width: 1140px; */
  z-index: 5;
  box-sizing: border-box;
}
header.scroll {
  background: white;
  box-shadow: 0 10px 20px rgba(92, 11, 4, 0.2);
}
header h1, header .logo {
  /* padding-left: 50px; */
  float: left;
  font-size: 0;
  line-height: 100px;
  flex-shrink: 0;
}
header h1 picture, header .logo picture {
  vertical-align: middle;
}
header h1 picture img, header .logo picture img {
  vertical-align: middle;
}
header h1 picture:last-child, header .logo picture:last-child {
  display: none;
}
header.scroll h1 picture:first-child, header.scroll .logo picture:first-child {
  display: none;
}
header.scroll h1 picture:last-child, header.scroll .logo picture:last-child {
  display: block;
}
#header1 {
  /* float: right; */
  /* min-width: 1430px; */
  /* padding: 0 50px; */
  display: flex;
}
#header1 ul {
  list-style-type: none;
  display: flex;
  flex-flow: row; /* justify-content:space-between; */
  align-items: flex-start;
  justify-content: flex-end;
  /* width: 770px; */
  float: left;
  padding-top: 30px;
  margin-right: 10px;
}
#header1 li {
  text-align: center; /*width: 130px;*/
}
#header1 li.pulldown {
  position: relative;
}
#header1 li.pulldown .header1-1-2 {
  /* width: 180px; */
  padding: 0 15px 20px 15px;
}
#header1 li.pulldown .header1-1-2 .header1-1-2-1 {
  padding: 0 25px 0 25px;
}
#header1 li:nth-child(5) {
  /*width: 140px;margin-right: 10px;*/
}
#header1 li a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: white;
  padding: 0 30px;
  word-break: keep-all;
}
#header1 li.pulldown .header1-1-2 > *:first-child {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 13px;
  line-height: 28px;
  letter-spacing: 0.1em;
  color: white;
  position: relative;
}
header.scroll #header1 li a {
  color: #171d30;
}
header.scroll #header1 li.pulldown .header1-1-2 span:first-child {
  color: #171d30;
}
#header1 li a span {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #171d30;
}
#header1 li.pulldown .header1-1-2 span:last-child {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: #171d30;
}
header.scroll #header1 li a span {
  font-weight: 300;
  color: #cc3333;
}
header.scroll #header1 li.pulldown a:first-child {
  color: #171d30;
}
header.scroll #header1 li.pulldown .header1-1-2 span:last-child {
  font-weight: 300;
  color: #cc3333;
}
#header011 {
  /* width: 34%; */
  display: flex;
  flex-direction: row-reverse;
}
#header11 {
  padding-right: 20px;
  padding-top: 20px;
}
#header11:first-child {
  padding-right: 0;
}
#header11 a {
  display: block;
  text-decoration: none;
  width: 180px;
  height: 60px;
  font-size: 18px;
  color: #171d30;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  background: white;
  box-shadow: 0 10px 20px rgba(92, 11, 4, 0.2);
  transition: opacity 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
header.scroll #header11:first-child a {
  background: #f15246;
  box-shadow: none;
  color: #fff;
}
header.scroll #header11:last-child a {
  background: #24367a;
  box-shadow: none;
  color: #fff;
}
#header1 ul li ul.pulldown-content{
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
  padding-top: 0;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 57px;
  left: -50%;
  right: -50%;
  width: 180px;
  box-shadow: 0 10px 20px rgba(92, 11, 4, 0.2);
}
#header1 ul li ul.pulldown-content li {
  width: 100%;
}
#header1 ul li ul.pulldown-content li a {
  color: #000;
  padding: 12px 20px;
  line-height: 1.3;
}
.br-pc {
  display: none;
}
#header2 {
  display: none;
}

main {
  min-width: 1140px;
}
#main1 {
  background: rgba(204, 51, 51, 0.9) url(../images/main1.png) no-repeat;
  background-position: calc(50% + 55px) center;
  background-size: 1330px 500px;
  height: 500px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#main1 h2, #main1 h1 {
  font-size: 79px;
  line-height: 104px;
  color: white;
  font-weight: normal;
  text-align: center;
  position: relative;
  width: 100%;
}
#main1 h2 span, #main1 h1 span, #main1 p span {
  display: block;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: white;
  font-weight: bold;
}


#main1 h2 span.sub, #main1 h1 span.sub, #main1 p span.sub {
  position: absolute;
  font-size: 24px;
  bottom: -84px;
  width: 100%;
  text-align: center;
}
#main1 h2 span.sub::before, #main1 h2 span.sub::after, #main1 h1 span.sub::before, #main1 h1 span.sub::after, #main1 p span.sub::before, #main1 p span.sub::after {
  content: '―';
  margin: 0 0.5em;
}
footer {
  background: #24367a;
}
footer .breadcrumb {
  background-color: #7682ac;
}
footer .breadcrumb ul {
  width: 1140px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  color: #fff;
  font-size: 13px;
  padding: 13px 0;
}
footer .breadcrumb ul li {
  margin-right: 1em;
}
footer .breadcrumb ul li::after {
  content: '　/';
}
footer .breadcrumb ul li:last-child::after {
  content: '';
}
footer .breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}
footer .breadcrumb ul li a:hover {
  text-decoration: underline;
}
#footer-around {
	background: #24367A;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-around h3 {
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	letter-spacing: 0.04em;
	color: #FFF;
	margin-bottom: 12px;
}
#footer-around ul {
	list-style-type: none;
	color: #FFF;
	font-weight: 300;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.04em;
}
#footer-around li a {
	color: #FFF;
	text-decoration: none;
}
#footer1 {
  height: 150px;
  box-sizing: border-box;
  padding: 55px 0;
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 1140px;
  margin: 0 auto;
}
#footer11 ul {
  list-style-type: none;
  font-size: 14px;
  line-height: 35px;
  width: 600px;
  margin: 0;
}
#footer11 li {
  padding-left: 30px;
  float: left;
}
#footer11 li a {
  color: white;
  text-decoration: none;
}
#footer12 {
  font-size: 12px;
  line-height: 31px;
  color: white;
}
#footer12 picture {
  margin-right: 17px;
  font-size: 0;
}
#footer12 picture img {
  vertical-align: -9px;
}

.wp-block-image figcaption {
  margin-top: .5em;
  margin-bottom: 1em;
  color: #555d66;
  text-align: center;
  font-size: 13px
}


@media screen and (max-width: 1725px) and (min-width: 751px) {
  #header1 li.pulldown .header1-1-2 {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 1690px) and (min-width: 1511px) {
  #header1 li a {
    padding: 0 25px;
  }
  #header1 li.pulldown .header1-1-2 .header1-1-2-1 {
    padding: 0 20px 0 15px;
  }
}

@media screen and (max-width: 1510px) and (min-width: 1206px) {
  #header1 li a {
    padding: 0 15px;
  }
  #header1 li.pulldown .header1-1-2 .header1-1-2-1 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1205px) and (min-width: 751px) {
  #header1 li.pulldown .header1-1-2 .header1-1-2-1 {
    padding: 0 15px 0 0;
  }
}

@media screen and (max-width: 1440px) and (min-width: 751px) {
  header {
    padding: 0 8px 0 25px;
  }
  header h1, header .logo {
    /* padding-left: 1.93%; */
  }
  header h1 picture img, header .logo picture img {
    width: 175px;
    height: auto;
  }
  #header1 {
    /* width: 78%; */min-width: auto;
  }
  #header1 ul {
    width: 997px;
    justify-content: space-between;
    margin-right: 20px;
    flex-wrap: nowrap;
  }
  /* #header1 li {width:14%;} */
  #header1 li.pulldown {
    font-size: 12px;
  }
  #header1 li.pulldown .header1-1-2 > *:first-child {
    font-size: 13px;
  }
  #header1 li:nth-child(2) {
    width: 20%;
  }
  #header1 li:nth-child(4) {
    width: 15%;
  }
  #header1 li:nth-child(5) {
    margin-right: 0;
  }
  #header1 li a {
    padding: 0 20px;
    font-size: 13px;
    word-break: keep-all;
  }
  #header1 li a span {
    font-size: 10px;
    line-height: 1;
  }
  #header1 li.pulldown .header1-1-2 {
    padding: 0 0 20px;
  }
  #header1 ul li ul.pulldown-content li a {
    padding: 12px 17px;
  }
  #header011 {
    width: 15%;
    min-width: 130px;
    flex-direction: column;
    justify-content: center;
  }
  #header11 {
    padding-right: 0;
    /* width: 43%; */
    /* margin: 0 2.5%; */
    display: inline-block;
    padding: 0;
  }
  #header11:first-of-type {
    margin-bottom: 4px;
  }
  #header11 a {
    width: 100%;
    font-size: 13px;
    height: auto;
    padding: 1em;
    box-sizing: border-box;
    display: inline-block;
  }
  .br-pc {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
  .imgswap :last-child {
    display: none;
  }

  header #header1 li a:hover {
    color: #3b65ff;
  }
  header #header1 li a:hover span {
    color: #3b65ff;
  }
  header.scroll #header1 li a:hover {
    color: #3b65ff;
  }
  header.scroll #header1 li a:hover span {
    color: #3b65ff;
  }
  #header11 a:hover {
    opacity: 0.5;
  }
  #header1 ul li.pulldown:hover .pulldown-content{
    display: block;
  }
  #header1 ul .pulldown-content li a:hover {
    background-color: #3b65ff;
    color: #fff;
  }
  #header1 .header1-1-2 .header1-1-2-1::after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: solid 1px #fff;
    border-right: solid 1px #fff;
    top: calc(50% / 1.7);
    transform: rotate(45deg);
    position: absolute;
    margin-left: 10px;
  }
  header.scroll #header1 .header1-1-2 .header1-1-2-1::after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    top: calc(50% / 1.7);
    transform: rotate(45deg);
    position: absolute;
    margin-left: 10px;
  }
  #header1 ul .pulldown-content li:first-of-type a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header1 ul .pulldown-content li:first-of-type a img {
    padding-right: 5px;
  }
  #header1 ul .pulldown-content li:first-of-type .header1-1-1-2 {
    display: none;
  }
  #header1 ul .pulldown-content li:first-of-type a:hover .header1-1-1-1 {
    display: none;
  }
  #header1 ul .pulldown-content li:first-of-type a:hover .header1-1-1-2 {
    display: block;
  }
	#footer-around {
		padding: 30px calc(50% - 570px);
	}
	#footer-around li {
		display: inline-block;
		margin-right: 24px;
	}	
	#footer-around li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .imgswap :first-child {
    display: none;
  }

  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    max-height: 100%;
  }
  body {
    -webkit-text-size-adjust: 100%;
  }

  header {
    height: 120px;
    min-width: 0;
  }
  header h1, header .logo {
    line-height: 120px;
    z-index: 3;
    position: relative;
  }
  header h1 img, header .logo img {
    height: 50px;
    width: auto;
  }
  header.scroll.menu h1 picture:first-child {
    display: block;
  }
  header.scroll.menu h1 picture:last-child {
    display: none;
  }
  #header1 {
    float: none;
    width: 100%;
    height: 100%;
    min-width: auto;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #24367a; /* url(../images/header1_sp.png) no-repeat 50px 34px*/
    box-sizing: border-box;
    padding-top: 150px;
    padding-bottom: 25px;
    overflow-y: auto;
  }
  header.menu #header1 {
    display: block;
  }
  #header1 ul {
    width: 650px;
    float: none;
    padding-top: 0;
    margin: 0 auto 25px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #header1 li {
    width: 320px;
  }
  #header1 li.pulldown {
    width: 320px;
  }
  #header1 li.pulldown:nth-of-type(6) {
    width: 320px;
    position: relative;
  }
  #header1 li.pulldown:nth-of-type(6) .header1-1-2 {
    padding: 0;
  }
  #header1 li.pulldown .header1-1-2 > *:first-child {
    font-size: 32px;
    padding-top: 126px;
    line-height: 52px;
  }
  header.scroll #header1 li.pulldown .header1-1-2 > *:first-child {
    color: #fff;
  }
  #header1 li:nth-of-type(5) {
    width: 320px;
    margin-right: 0;
  }
  #header1 li:nth-of-type(2) .header4-1 {
    width: 255px;
    position: relative;
    top: 8px;
  }
  #header1 li:nth-of-type(3) a {
    padding-top: 100px;
  }
  #header1 li:nth-of-type(4) a {
    padding-top: 100px;
  }
  #header1 li:nth-of-type(5) a {
    padding-top: 100px;
  }
  #header1 li.sp:nth-of-type(11) a,
  #header1 li.sp:nth-of-type(12) a,
  #header1 li.sp:nth-of-type(14) a,
  #header1 li.sp:nth-of-type(15) a {
    padding-top: 100px;
  }
  #header1 li a {
    height: 320px;
    border-radius: 160px;
    background: #1d2d6c;
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0;
    box-sizing: border-box;
    padding-top: 126px;
    margin-bottom: 10px;
  }
  #header1 li:first-of-type .header1-1-2 {
    height: 320px;
    border-radius: 160px;
    background: #1d2d6c;
    box-sizing: border-box;
    padding-top: 126px;
    margin-bottom: 10px;
  }
  #header1 li:first-of-type .header1-1-2 span:first-child {
    font-size: 32px;
    line-height: 52px;
    letter-spacing: 0;
  }
  header #header1 li.pulldown .header1-1-2 {
    position: relative;
  }
  #header1 li:nth-child(2) a, #header1 li:nth-child(7) a,#header1 li:nth-child(8) a,#header1 li:nth-child(9) a {
    padding-top: 95px;
  }
  #header1 li:nth-child(6) {
    display: block;
  }
  header.scroll #header1 li a {
    color: white;
  }
  header.scroll #header1 li.pulldown .header1-1-2 {
    padding: 0;
  }
  header.scroll #header1 li.pulldown .header1-1-2 span:first-child {
    color: white;
  }
  #header1 li a span {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #83b2d2;
    opacity: 1;
    font-weight: bold;
    margin-top: 6px;
  }
  #header1 li a .header4-1-1 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
  }
  #header1 li.pulldown .header1-1-2 span:last-child {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.02em;
    color: #83b2d2;
    opacity: 1;
    font-weight: 400;
    margin-top: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 180px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
  }
  header.scroll #header1 li a span {
    color: #83b2d2;
    font-weight: bold;
    opacity: 1;
  }
  header.scroll #header1 li.pulldown .header1-1-2 span:last-child {
    color: #83b2d2;
    font-weight: 400;
    opacity: 1;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 118px;
    font-weight: bold;
  }
  #header011 {
    width: 100%;
    display: block;
  }
  #header11 {
    float: none;
    padding-right: 0;
    padding-top: 0;
    width: 650px;
    margin: 50px auto;
  }
  #header11 a {
    width: auto;
    height: 120px;
    line-height: 120px;
    font-size: 32px;
    border-radius: 8px;
    box-shadow: none;
  }
  header.scroll #header11:first-child a {
    background: white;
    color: #171d30;
  }
  header.scroll #header11:last-child a {
    background: white;
    color: #171d30;
  }
  #header2 {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background: #e8ecf2 url(../images/header2.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 20px;
    box-shadow: 0 10px 20px rgba(92, 11, 4, 0.2);
  }
  header.menu #header2 {
    background-image: url(../images/header2_close.png);
    box-shadow: 0 20px 40px rgba(92, 11, 4, 0.2);
  }

  main {
    min-width: 0;
    overflow: hidden;
  }
  #main1 {
    background: rgba(204, 51, 51, 0.9) url(../images/main1_sp.png) no-repeat
      center bottom;
    height: 480px;
    padding-top: 45px;
  }
  #main1 h2, #main1 h1 {
    font-size: 81px;
    line-height: 125px;
  }
  #main1 h2 span.sub, #main1 h1 span.sub {
    font-size: 28px;
  }

  footer {
    height: auto;
    padding: 0;
  }
  #footer-around {
		padding: 56px;
		text-align: center;
	}
	#footer-around h3 {
		margin-bottom: 32px;
    font-size: 28px;
	}
	#footer-around ul {
    font-size: 26px;
	}
	#footer-around li {
		display: block;
		margin-bottom: 24px;
	}
	#footer-around li:last-child {
		margin-bottom: 0;
	}
  footer .breadcrumb ul {
    width: 100%;
    font-size: 22px;
    padding: 30px 40px;
    box-sizing: border-box;
  }
  #footer1 {
    display: block;
    width: auto;
    height: auto;
    padding-top: 58px;
  }
  #footer11 ul {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 53px;
    text-align: center;
    width: auto;
  }
  #footer11 li {
    padding: 0 8px;
    float: none;
    display: inline-block;
  }
  #footer12 {
    font-size: 22px;
    line-height: 52px;
    text-align: center;
  }
  #footer12 picture {
    margin-right: 0;
    display: block;
    margin-bottom: 25px;
  }
  #footer12 picture img {
    width: 291px;
    height: 57px;
  }
}
