@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "normalize.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 180%;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
dd img {
  vertical-align: top;
}
a {
  color: #1263c6;
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
p, dd, td, th, li {
  line-height: 1.78em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 30;
  margin-bottom: 0;
  width: 80px;
}
#totop a {
  display: block;
  transition: all 0.3s;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
/*==================================Header========================================*/
#header {
  background: #ec6d81;
  padding: 12px 0;
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1740px;
}
.logo {
  margin: 0;
}
.h_right {
  display: flex;
  align-items: center;
}
.h_btn {
  margin: 0 33px 0 0;
}
.h_btn a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: rgb(67, 161, 21);
  background: linear-gradient(0deg, rgba(67, 161, 21, 1) 0%, rgba(67, 161, 21, 1) 50%, rgba(157, 200, 20, 1) 100%);
  background-size: auto 200%;
  background-position: top center;
  border: 4px solid #eef8ae;
  border-radius: 16px;
  font-size: 19px;
  font-weight: 700;
  padding: 12px 25px 12px 32px;
  transition: all 0.3s;
  letter-spacing: -0.06em;
  text-align: right;
}
.h_btn .lager {
  display: block;
  font-size: 180%;
  line-height: 1.2em;
  margin-bottom: -2px;
  letter-spacing: -0.07em;
}
.h_btn a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  background: url("../images/icon_mail.svg") no-repeat center center/39px auto #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.h_tel {
  display: flex;
  color: #fff;
}
.h_tel li:not(:last-child) {
  margin-right: 40px;
}
.h_tel li {
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px;
}
.h_tel_ttl {
  display: block;
  font-weight: 600;
  color: #252a60;
  background: #fff500;
  text-align: center;
  border-radius: 4px;
  line-height: 1.5em;
  padding: 1px 0 3px;
}
.h_tel_num {
  display: flex;
  align-items: center;
  font-size: 39px;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  margin: 3px 0 0;
  letter-spacing: 0.05em;
}
.h_tel_num:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/icon_tel.svg") no-repeat center center/100% auto;
  width: 31px;
  height: 19px;
  margin-right: 10px;
  top: 3px;
}
/*==================================Mainvisual========================================*/

#mainvisual {
  background: url("../images/idx_main_bg.jpg")no-repeat top center/cover;
  background-color: #19a8cc;
  position: relative;
  padding-top: 30px;
}
#mainvisual .container {
  width: 100%;
  max-width: 1560px;
  min-height: 69vh;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#mainvisual .container .main_img{
  width: 100%;
  
}
#mainvisual .container .main_img .inner{
    display: flex;
    position: relative
}
#mainvisual .container .main_img .inner .imgL{
    margin: 0 0 0 100px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-end;
}
/*#mainvisual .tit {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.8em;
  white-space: nowrap;
  margin: 0 auto 10px;
  color: #252a60;
  letter-spacing: 0.3em;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}
.idx_main {
  width: 834px;
	width: 810px;
  text-align: center;
  margin-bottom: 51px;
}*/
.idx_main_list {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.idx_main_list li:not(:last-child) {
  margin-right: 20px;
}
.idx_main_list li {
  width: 180px;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 19px;
  color: #0096cd;
  font-weight: 600;
  line-height: 1.5em;
  padding: 0 0 16px;
}
.idx_main_list li .lager {
  display: block;
  font-size: 240%;
  color: #ec6d81;
  line-height: 1em;
  font-weight: 700;
  margin: 5px 0;
}
.idx_main_txt01 {
  font-size: 48px;
  font-weight: bold;
  color: #fff505;
  background: #252a60;
  border-radius: 13px;
  position: relative;
  margin-bottom: 15px;
  line-height: 1.3em;
  padding: 5px 20px 10px;
	display: block;
    text-align: center;
}
/*.idx_main_txt01:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19px 0 19px;
  border-color: #252a60 transparent transparent transparent;
  bottom: -18px;
  left: calc(50% - 19px);
}*/
.idx_main_txt02 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5em;
  text-align: center;
	width: 540px;
}
#mainvisual .ttl_main {
  text-align: center;
}
#mainvisual .ttl_main p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
#mainvisual .ttl_main p.ttl_main01 {
    font-size: 30px;
}
#mainvisual .ttl_main p.ttl_main01 br{
  display: none;
}
#mainvisual .ttl_main p.ttl_main01 span {
  color: #fff;
  position: relative;
  z-index: 2;
}
#mainvisual .ttl_main p.ttl_main01 span:before{
  content: '';
  position: absolute;
  width: calc(100% + 6px);
  height: 10px;
  left: -5px;
  bottom: 2px;
  background: #fff500;
  z-index: -1;
}
#mainvisual .ttl_main p.ttl_main03 {
    font-size: 60px;
    line-height: 1.1;
}
#mainvisual .inner h2 {
/*
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8em;
  white-space: nowrap;
*/
  text-align: center;
  margin-bottom: 5px;
}
#mainvisual .inner h2 .txt_white{
  font-size: 25px;
  line-height: 0;
  font-weight: normal;
}
#mainvisual .inner h2 .pink {
  font-size: 50px;
  font-weight: 700;
  color: #252a60;
  line-height: 1.8em;
  white-space: nowrap;
}
#mainvisual .inner h2 .lager01 {
  display: block;
  /*font-size: 174%;*/
	font-size: 140%;
  line-height: 1.2em;
  margin: 4px 0 22px;
}
#mainvisual .inner h2 .lager01 span {
  /*font-size: 142.5%;*/
	font-size: 140%;
}
#mainvisual .inner h2 .lager02 {
  /*font-size: 128%;*/
	font-size: 100%;
  display: block;
}
#mainvisual .h2_sp h2 {
    display: none
}
.bot-top {    
position: absolute;
bottom: 30px;
left: 187px;
z-index: 999;
color: white;
font-size: 22px;
margin-bottom: 0px;
text-align: left;
display: block;
line-height: 1.4;
/*text-shadow: rgb(0, 0, 0) 3px 0px 0px, rgb(0, 0, 0) 2.83487px 0.981584px 0px, rgb(0, 0, 0) 2.35766px 1.85511px 0px, rgb(0, 0, 0) 1.62091px 2.52441px 0px, rgb(0, 0, 0) 0.705713px 2.91581px 0px, rgb(0, 0, 0) -0.287171px 2.98622px 0px, rgb(0, 0, 0) -1.24844px 2.72789px 0px, rgb(0, 0, 0) -2.07227px 2.16926px 0px, rgb(0, 0, 0) -2.66798px 1.37182px 0px, rgb(0, 0, 0) -2.96998px 0.42336px 0px, rgb(0, 0, 0) -2.94502px -0.571704px 0px, rgb(0, 0, 0) -2.59586px -1.50383px 0px, rgb(0, 0, 0) -1.96093px -2.27041px 0px, rgb(0, 0, 0) -1.11013px -2.78704px 0px, rgb(0, 0, 0) -0.137119px -2.99686px 0px, rgb(0, 0, 0) 0.850987px -2.87677px 0px, rgb(0, 0, 0) 1.74541px -2.43999px 0px, rgb(0, 0, 0) 2.44769px -1.73459px 0px, rgb(0, 0, 0) 2.88051px -0.838247px 0px;*/    
}
.bot-top span{
  display: block;
  

  font-size: 32px;
}
.circle span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 10px 7px 11px;
  line-height: 1em;
}
.circle span:after {
  /*width: 97px;
  height: 97px;*/
	width: 80px;
  height: 80px;
  content: '';
  position: absolute;
  background: #ec6d81;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
.circle {
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.idx_char {
  display: inline-block;
  margin-left: -25px;
}
.idx_char.right {
  margin: 0 -20px 0 0;
}
.idx_point {
  display: inline-block;
  margin-left: -10px;
}
.idx_bot {
  width: 100vw;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 20px 15px;
    background: #252a60;
}
.idx_bot dl {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1560px;
    margin: 0 auto;
}
.idx_bot dd {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.idx_bot dd a {
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1em;
  font-size: 264%;
  color: #fff500;
  font-family: 'Oswald', sans-serif;
  margin-top: -10px;
}
.idx_bot dd a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/icon_tel.svg") no-repeat center center/100% auto;
  width: 64px;
  height: 39px;
  margin-right: 20px;
  top: 10px;
}
.idx_bot dt {
  font-size: 34px;
  position: relative;
  font-weight: 700;
  margin: 10px 30px 0 180px;
  z-index: 2;
  padding: 12px 30px 12px 0;
}
.idx_bot dt:after {
  content: '';
  position: absolute;
  width: 100%;
  min-width: 800px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -2;
  background: #000000;
  transform: skewX(-25deg);
}
#main{
    padding-top: 90px;
    background: #fff;
    z-index: 9;
    position: relative;
}
/*==================================Box01========================================*/
.box01 {
  padding: 127px 0 120px;
  position: relative;
  background-image: linear-gradient(135deg, #1b80fb 6.25%, #2c89fb 6.25%, #2c89fb 50%, #1b80fb 50%, #1b80fb 56.25%, #2c89fb 56.25%, #2c89fb 100%);
  background-size: 11.31px 11.31px;
}
.box01 .container {
  width: 100%;
  max-width: 1448px;
  display: flex;
  justify-content: flex-end;
}

.b01_img {
  margin: 0;
  position: absolute;
  top: 0;
  right: calc(50% + 20px);
  width: 940px;
}
.b01_main {
  width: 960px;
  background: #fff;
  position: relative;
  padding: 39px 120px 54px 117px;
  -webkit-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
}
.b01_main h3 {
  font-size: 36px;
  color: #1263c6;
  font-weight: 500;
  border-bottom: 2px solid #1263c6;
  line-height: 1.5em;
  margin-bottom: 36px;
  padding: 0 0 3px;
}
.b01_txt {
  font-weight: 500;
  margin-bottom: 24px;
}
.b01_list li {
  position: relative;
  padding-left: 33px;
  color: #1263c6;
  font-weight: 500;
}
.b01_list li:before {
  content: '';
  position: absolute;
  background: url("../images/icon_check.svg") no-repeat center center/100% auto;
  width: 17px;
  height: 12px;
  left: 0;
  top: 11px;
}
.b01_list {
  margin-bottom: 26px;
}
.b01_name {
  margin: 0;
  font-weight: 500;
}
.b01_name span {
  font-size: 133.33%;
  display: inline-block;
  letter-spacing: 0.1em;
}
.b01_txt:nth-last-child(2) {
  margin-bottom: 10px;
}
/*==================================Box02========================================*/
.box02 {
  padding: 100px 0 0;
}
.b02_main01 {
  margin-bottom: 120px;
	position: relative
}
.b02_main01:after {
	content: 'さらに...';
	color: pink;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -75px;
	transform: translate(-50%,0);
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.b02_main01:before {
	content:'';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 140px 240px 0 240px;
	border-color: #252a61 transparent transparent transparent;
	position: absolute;
	left: 50%;
	bottom: -140px;
	transform: translate(-50%,0);
}
.b02_main03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b02_m03_img {
  margin: 0 -108px -24px 0;
  flex-shrink: 0;
  width: 413px;
}
.b02_m03_main {
  padding-right: 70px;
  padding-bottom: 15px;
}
.idx_h2 {
  font-size: 63px;
  font-weight: bold;
  color: #1263c6;
  line-height: 1.5em;
  margin-bottom: 37px;
}
.idx_h2 .en {
  display: block;
  color: #ec6d81;
  font-size: 51%;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: -3px;
}
.b02_m03_txt {
  color: #000;
  font-weight: 400;
  line-height: 2.2em;
  margin-bottom: 11px;
}
.b02_m03_name span {
  font-size: 133.33%;
}
.b02_m03_name {
  margin: -12px 0 0;
  color: #000;
  font-weight: 400;
}
.b02_main02 {
  margin-bottom: 74px;
}
/*==================================Box03========================================*/
.box03 {
  background: url("../images/b03_bg.jpg") no-repeat top center/cover;
  padding: 60px 0 81px;
  position: relative;
  /* margin-bottom: 185px; */
}
/*.box03:after {
  content: '';
  position: absolute;
  background: url("../images/b03_icon.png") no-repeat top center/100% auto;
  width: 280px;
  height: 519px;
  bottom: 0;
  left: calc(50% + 473px);
  pointer-events: none;
}*/
.box03 .idx_h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 43px;
  position: relative;
}
.box03 .idx_h2::after {
    content: '';
    background: url("../images/img_fot2.png") no-repeat 0 top / 100% auto;
    width: 280px;
    height: 377px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -42px;
}
.box03 .idx_h2 .en {
  color: #fff500;
  margin: 0 0 -4px;
	line-height: 2;
}
.box03 .idx_h2 .idx_h2_txt01 {
	font-size: 23px;
font-weight: normal;
	color: #000;
	line-height: 2;
	display: block;
}
.b03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.b03_item {
  /* width: calc(33.33% - 16px); */
  margin: 0 5px 39px 0;
  text-align: center;
  width: 24%;
  /* margin: 5px; */
}
/* .b03_item:nth-child(3n), .b03_item:last-child {
  margin-right: 0;
} */
.b03_itm_img {
  margin: 0 0 8px;
  -webkit-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
}
.b03_itm_ttl:after {
  content: '';
  position: absolute;
  background: url(../images/b03_icon_check.svg) no-repeat center center/36px auto #ec6d81;
  width: 68px;
  height: 68px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -40px;
  left: calc(50% - 34px);
}
.b03_itm_ttl {
  margin: 0;
  background: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.58em;
  padding: 0 10px 3px;
  height: 186px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 8px 8px 24px 5px rgba(0, 0, 0, 0.2);
}
/* .b03_list li:nth-child(7) .b03_itm_ttl {
    padding: 0 5px;
}
.b03_list li:nth-child(7) .b03_itm_ttl span{
    letter-spacing: -0.07em;
} */
.idx_clr03 {
  color: #e60012;
}
.b03_itm_ttl .idx_clr03 {
  font-weight: 600;
}
/*==================================Box04 Customize========================================*/

.box07.customize{
  margin-top: -150px;
}
.box07.customize .b07_itm_main {
  max-width: inherit;
  width: inherit;
  position: relative;
  z-index: 3;
  margin-top: -62px;
  margin-bottom: 0;
}
.box07.customize .b07_item.itm02 .b07_itm_main dt {
  margin: 78px 0 0 -271px;
}
.box07.customize .b07_item.itm02 .b07_itm_main dl {
  flex-direction: row;
    padding: 0;
    background: none
}
.box07.customize .b07_item.itm02 .b07_itm_main dd {
  padding: 62px 51px 78px 63px;
}
.box07.customize .b07_itm02_main_ttl {
    font-size: 62px;
}
.box07.customize .b07_item.itm02 .b07_itm_main::before {
  background-image: url("../images/b07_icon02.png");
    width: 177px;
    height: 437px;
    bottom: -12px;
    left: calc(50% + 625px);
    top: auto;
}
.box07.customize .b07_itm02_main_txt {
  margin: 0;
    font-size: 26px;
}
.container_bg_yellow {
  width: 100%;
  background-color: yellow;
  padding-bottom: 1px;
}
.box04c {
  /* background-image: linear-gradient(135deg, #1b80fb 6.25%, #2c89fb 6.25%, #2c89fb 50%, #1b80fb 50%, #1b80fb 56.25%, #2c89fb 56.25%, #2c89fb 100%); */
  /* background-size: 11.31px 11.31px; */
}
.b04_itm_h3c {
  text-align: center;
  line-height: 2.5em;
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  /* margin-bottom: 42px; */
  background-color: #ec6c81;
  padding-top: 30px;
  padding-bottom: 10px;
}
.b04_itm_h3c::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-style: solid;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  border-width: 70px 1100px 0 1200px;
  border-color: #ec6c81 transparent transparent transparent;
  border-top-color: #ec6c81;
  border-bottom-color: transparent;
  top: 100%;
}

.b04_itm_h3c span{
  position: relative;
  color: #fff555;
  font-size: 65px;
  font-weight: 500;
  padding: 0 2px 0 15px;
  display: ruby;
}

.b04_itm_h3c span:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  bottom: -5px;
  z-index: 5;
  border-bottom: 10px dotted #fff;

}
.b04_itm04_imgc {
  float: right;
}
.b04_itm04_imgc img {
  float: right;
  width: 174%;
  max-width: initial;
}
.b04_itm04_txtc {
  margin-top: 115px;
  width: 50%;
  padding-bottom: 110px;
}
.b04_item {
  background: #d7f5b2;
  position: relative;
  padding: 1px 60px 80px;
  z-index: 2;
  margin-bottom: 290px;
}
.b04_item.itm04.customize{
  background-color: #fff;
  border-radius: 4%;
}
.sp320{
  display: none;
}
.sp414{
  display: none;
}
.b04_person {
	display: flex;
	padding: 0 70px;
}
.b04_person img {
	margin-bottom: 40px !important;
}
.b04_person.last-r img {
	margin-bottom: 0 !important;
}
/*==================================Box04=======================================================================================================*/


.box04 {
  background-image: linear-gradient(135deg, #1b80fb 6.25%, #2c89fb 6.25%, #2c89fb 50%, #1b80fb 50%, #1b80fb 56.25%, #2c89fb 56.25%, #2c89fb 100%);
  background-size: 11.31px 11.31px;
}
.b04_main_note {
  position: relative;
  z-index: 2;
  font-size: 62px;
  color: #252a60;
  font-weight: 700;
  text-align: center;
  padding: 50px 0;
  line-height: 1.4em;
  margin-bottom: 62px;
}
.b04_main_note:before {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  left: 50%;
  background: #252a60;
  transform: translateX(-50%);
  top: 0;
  z-index: -2;
}
.b04_main_note:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 54px 58px 0 58px;
  border-color: #252a60 transparent transparent transparent;
  bottom: -26px;
  left: calc(50% - 58px);
}
.b04_main_note span {
  display: inline-block;
  background: #fff500;
  padding: 0 39px 13px;
  border-radius: 14px;
  width: 100%;
  max-width: 1080px;
}
.b04_main {
  position: relative;
  z-index: 2;
  text-align: center;
}
.b04_main:after {
  content: '';
  position: absolute;
  background: url("../images/b04_img01.png") no-repeat top center;
  background-size: 100%;
  width: 100vw;
  min-width: 1200px;
  height: 955px;
  top: 200px;
  left: 50%;
  transform: translate(-50%,12%);
  z-index: -3;
  pointer-events: none;
}
.b04_main_ttl {
  display: inline-block;
  font-size: 3.8vw;
  font-weight: 700;
  color: #fff;
  line-height: 1.9em;
  margin-bottom: 62px;
}
.b04_main_ttl .lager {
  font-size: 113.89%;
  background: url("../images/b04_dot.png") repeat-x left bottom/16px auto;
  padding: 0 0 14px;
}
.b04_main_ttl .note {
  font-size: 67.56%;
  color: #1263c6;
  background: #c7f6fc;
  border-radius: 16px;
  width: 100%;
  max-width: 800px;
  display: inline-block;
  line-height: 1.5em;
  padding: 2px 0 5px;
  margin-bottom: 32px;
}
.b04_main_list li {
  background: #fff;
  color: #1263c6;
  font-weight: 600;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 12px;
  padding: 1px 10px 2px;
  line-height: 1.6em;
}
.b04_main_list li:last-child {
  margin-bottom: 0;
}
.b04_main_list li.name{
    display: none
}

.b04_main_list {
  margin-bottom: 65px;
}
.box04_flex_sp .sp_img{
    display: none
}
.b04_ttl {
  position: relative;
  z-index: 3;
  width: calc(100% + 222px);
  margin: 0 -111px 13px;
}
.b04_ttl dt {
  font-size: 53px;
  font-weight: 600;
  text-align: right;
  line-height: 1.5em;
}
.b04_ttl dt .lager {
  display: block;
  font-size: 139.62%;
  line-height: 1em;
}
.b04_ttl dd {
  font-size: 107px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.b04_ttl dd span {
  font-size: 308.4%;
  color: #fff500;
}
.b04_list {
  position: relative;
  z-index: 4;
  padding-bottom: 60px;
}
.b04_item {
  background: #d7f5b2;
  position: relative;
  padding: 1px 60px 80px;
  z-index: 2;
  margin-bottom: 290px;
}
.b04_itm_arr {
  margin: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: -115px;
  height: 115px;
}
.b04_itm_arr:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 600px 100px 600px;
  border-color: transparent transparent #d7f5b2 transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  z-index: 1;
}
.b04_itm_arr:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 830px 140px 830px;
  border-color: transparent transparent #aae25a transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.b04_itm_num {
  text-align: center;
  width: 100%;
  max-width: 255px;
  margin: -36px auto 20px;
  background: #252a60;
  font-size: 23px;
  font-weight: 500;
  color: #fff505;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0 11px;
}
.b04_itm_num:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 19px 0 19px;
  border-color: #252a60 transparent transparent transparent;
  bottom: -19px;
  left: calc(50% - 19px);
}
.b04_itm_num span {
  font-size: 226%;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  font-family: 'Roboto', sans-serif;
  margin-left: 15px;
}
.b04_itm_h3 {
  text-align: center;
  line-height: 1.5em;
  color: #6a3906;
  font-size: 65px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin-bottom: 42px;
}
.b04_itm_h3:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: -2;
  background: #fff;
  bottom: 0;
  left: 0;
}
.b04_itm_h3 span{
  position: relative;
}
.b04_itm_h3:after {
  display: none
}
.b04_itm_h3 span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: -2;
  background: #fff;
  bottom: 0;
  left: 0;
}
.b04_itm_txt01 {
  font-weight: 500;
  color: #6a3906;
  margin-bottom: 44px;
}
.b04_itm_ttl {
  font-size: 32px;
  color: #6a3906;
  font-weight: 500;
  margin-bottom: 37px;
}
.b04_itm_ttl .lager {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 156.25%;
  line-height: 1.3em;
  margin-top: -11px;
  padding-bottom: 4px;
}
.b04_itm_ttl .lager:after {
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: 18px;
  background: #fff;
  z-index: -2;
  left: -10px;
  bottom: 0;
}
.b04_itm_txt02 {
  font-size: 24px;
  color: #a40000;
  font-weight: bold;
  line-height: 1.34em;
  margin: 0;
}
.b04_itm_txt02 span {
  display: inline-block;
  font-size: 83.33%;
  background: #6ba913;
  color: #fff;
  padding: 5px 17px 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
.b04_itm_img {
  text-align: right;
  position: relative;
}
.b04_itm_img .ttl {
  font-size: 50px;
  background: #fff500;
  position: absolute;
  right: 9px;
  bottom: 0;
  line-height: 1.3em;
  font-weight: bold;
  color: #a40000;
  border-radius: 12px;
  padding: 1px 20px 8px 25px;
  letter-spacing: 0.02em;
}
.b04_itm_img {
  text-align: right;
  position: relative;
  margin: -217px -10px 64px 0;
  padding-bottom: 21px;
}
.b04_itm_col {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  margin: 61px auto 34px;
}
.b04_itm_col li {
  width: 430px;
}
.b04_itm_col_add {
  font-size: 16px;
  color: #6a3906;
  font-weight: 500;
  margin-bottom: 7px;
}
.b04_itm_col_img {
  text-align: center;
  margin: 0 0 25px;
}
.b04_itm_col_ttl {
  font-size: 24px;
  font-weight: 500;
  color: #6ba913;
  border-left: 4px solid #6ba913;
  line-height: 1em;
  padding-left: 15px;
  margin: 0 0 8px;
}
.b04_itm_col_tel {
  margin: 0;
}
.b04_itm_col_tel a {
  display: inline-block;
  text-decoration: none;
  font-size: 32px;
  color: #6a3906;
  line-height: 1em;
  font-family: 'Oxygen', sans-serif;
  background: url("../images/icon_tel01.svg") no-repeat left center/18px auto;
  padding: 0 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.075em;
}
.b04_itm_showroom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto 1px;
}
.b04_itm_showroom dl {
  width: calc(33.33% - 20px);
  display: flex;
  margin-bottom: 25px;
}
.b04_itm_showroom dt {
  margin-right: 15px;
}
.b04_itm_showroom_ttl {
  font-size: 24px;
  font-weight: 500;
  color: #6ba913;
  border-left: 4px solid #6ba913;
  line-height: 1em;
  padding-left: 15px;
  margin: 5px 0 8px;
  letter-spacing: 0.05em;
}
.b04_itm_showroom_tel {
  margin: 0;
}
.b04_itm_showroom_tel a {
  display: inline-block;
  text-decoration: none;
  font-size: 32px;
  color: #6a3906;
  line-height: 1em;
  font-family: 'Oxygen', sans-serif;
  background: url("../images/icon_tel01.svg") no-repeat left center/18px auto;
  padding: 0 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.b04_itm_tel {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #6ba913;
  border-radius: 10px;
  width: 100%;
  max-width: 940px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
  padding: 2px 0 5px;
}
.b04_itm_tel a {
  display: inline-block;
  text-decoration: none;
  font-size: 133.33%;
  color: #fff;
  line-height: 1em;
  font-family: 'Oxygen', sans-serif;
  background: url("../images/icon_tel02.svg") no-repeat left center/18px auto;
  padding: 0 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.05em;
  margin-top: 2px;
  margin-left: -10px;
}
.b04_itm_arr.bottom {
  top: auto;
  bottom: -115px;
}
.b04_itm_arr.bottom:before {
  border-width: 100px 600px 0 600px;
  border-color: #d7f5b2 transparent transparent transparent;
  top: auto;
  bottom: 15px;
}
.b04_itm_arr.bottom:after {
  border-width: 140px 830px 0 830px;
  border-color: #aae25a transparent transparent transparent;
  top: auto;
  bottom: 0;
}
.b04_item.itm02 {
  background: #fdf4a7;
  color: #6a3906;
  padding-bottom: 85px;
  margin-bottom: 170px;
}
.b04_item.itm02 .b04_itm_arr:before {
  border-bottom-color: #fdf4a7;
}
.b04_item.itm02 .b04_itm_arr:after {
  border-bottom-color: #f4e24e;
}
.b04_item.itm02 .b04_itm_arr.bottom:before {
  border-top-color: #fdf4a7;
}
.b04_item.itm02 .b04_itm_arr.bottom:after {
  border-top-color: #f4e24e;
}
.b04_item.itm02 .b04_itm_h3 {
  margin-bottom: 38px;
}
.b04_itm02_img {
  float: right;
  margin: 0 0 0 55px;
}
.b04_itm02_txt01 {
  font-weight: 500;
  margin: 0 0 42px;
  padding-top: 19px;
  letter-spacing: 0.02em;
}
.idx_clr04 {
  color: #eb6100;
}
.b04_itm02_txt02 {
  clear: both;
  margin-bottom: 76px;
}
.b04_itm02_txt02 dd {
  font-weight: 500;
}
.b04_itm02_txt02 dt {
  background: #eb6100;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 24px;
  font-weight: 600;
  padding: 2px 20px 7px;
  margin-bottom: 32px;
}
.b04_itm02_list.mb1{
	margin-bottom: 75px !important;
}
.b04_itm02_list dl {
  display: flex;
  margin-bottom: 7px;
}
.b04_itm02_list dt {
  width: 340px;
  height: 60px;
  background: #f4e24e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  margin-right: 16px;
  flex-shrink: 0;
}
.b04_itm02_list dd {
  display: flex;
  align-items: center;
  padding: 10px 30px;
  font-weight: 500;
  width: 100%;
  position: relative;
}
.b04_itm02_list dl:not(:last-child) dd:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: #6a3906;
}
.b04_itm02_list:not(:last-child) {
  margin-bottom: 40px;
}
.b04_itm02_list:nth-last-child(2) {
  margin-bottom: 0;
}
.b04_item.itm03 {
  background: #fae9f7;
  color: #6a3906;
  padding-bottom: 82px;
  margin-bottom: 290px;
}
.b04_item.itm03 .b04_itm_arr:before {
  border-bottom-color: #fae9f7;
}
.b04_item.itm03 .b04_itm_arr:after {
  border-bottom-color: #f9b9d7;
}
.b04_item.itm03 .b04_itm_arr.bottom:before {
  border-top-color: #fae9f7;
}
.b04_item.itm03 .b04_itm_arr.bottom:after {
  border-top-color: #f9b9d7;
}
.b04_item.itm03 .b04_itm_h3 {
  margin-bottom: 60px;
}
.b04_itm03_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b04_itm03_list li {
  width: 320px;
  margin-bottom: 48px;
  background: #fff;
  height: 320px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 4px solid #f9b9d7;
  padding: 0 0 50px;
}
.b04_itm03_list dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
.b04_itm03_list dt {
  font-size: 10px;
  color: #f87bb5;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.b04_itm03_list dt .note {
  display: block;
  font-size: 220%;
  background: #f87bb5;
  color: #fff;
  line-height: 1.1em;
  position: relative;
  margin: -6px 0 0;
  padding: 3px 0 4px;
}
.b04_itm03_list dt .note:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 16px 19px;
  border-color: transparent transparent transparent #f87bb5;
  top: 0;
  right: -19px;
}
.b04_itm03_list dd {
  font-size: 89px;
  color: #f9b9d7;
  font-style: italic;
  line-height: 1em;
  font-family: 'Shippori Mincho B1', serif;
  margin-left:  10px;
}
.b04_itm03_ttl {
  font-size: 42px;
  margin: 0;
  line-height: 1.3em;
  font-weight: 600;
}
.b04_itm03_ttl.b04_itm03_ttl_s {
  font-size: 34px;
}
.idx_clr05 {
  color: #f87bb5;
}
.b04_itm03_main {
  width: 100%;
  max-width: 920px;
  background: #fdf4a7;
  margin: -7px auto 0;
  border: 5px solid #f4e24e;
  border-radius: 30px;
  padding: 40px 114px 43px;
  position: relative;
}
/* .b04_itm03_main:before {
  content: '';
  position: absolute;
  background: url("../images/b04_dot01.png") repeat-y top center/100% auto;
  width: 8px;
  height: 115px;
  top: -85px;
  left: calc(50% - 4px);
} */
.b04_itm03_main_note {
  width: 100%;
  max-width: 366px;
  margin: 0 auto 15px;
  background: #eb6100;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  line-height: 1.5em;
  padding: 0 10px 4px;
  border-radius: 8px;
}
/* .b04_itm03_main_note:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 15px 0 15px;
  border-color: #eb6200 transparent transparent transparent;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
} */
.b04_itm03_main_ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.b04_itm03_main_ttl:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 18px;
  background: #f4e24e;
  left: 0;
  bottom: 1px;
  z-index: -2;
}
.b04_itm03_main_list li {
  font-weight: 600;
  background: #fff;
  margin-bottom: 12px;
  padding-left: 95px;
  position: relative;
}
.b04_itm03_main_list li:before {
  content: '';
  position: absolute;
  background: url("../images/icon_check.svg") no-repeat center center/100% auto;
  width: 17px;
  height: 12px;
  left: 63px;
  top: 11px;
}
.b04_itm03_main_list li:last-child {
  margin-bottom: 0;
}
.b04_itm03_main_list {
  margin-bottom: 39px;
}
.b04_itm03_main_img {
  margin: 0;
}
.b04_item.itm04 {
  background: #cff4f9;
  color: #6a3906;
  padding-bottom: 58px;
}
.b04_item.itm04 .b04_itm_arr:before {
  border-bottom-color: #cff4f9;
}
.b04_item.itm04 .b04_itm_arr:after {
  border-bottom-color: #a4e9f2;
}
.b04_item.itm04 .b04_itm_arr.bottom:before {
  border-top-color: #cff4f9;
}
.b04_item.itm04 .b04_itm_arr.bottom:after {
  border-top-color: #a4e9f2;
}
.b04_item.itm04 .b04_itm_h3 {
  margin-bottom: 68px;
}
.b04_itm04_txt {
  margin: -11px 0 0;
}
.b04_itm04_img {
  float: right;
  margin: 0 0 0 69px;
}
.b04_itm04_list {
  clear: both;
  margin: 10px 0 28px;
}
.b04_itm04_list dt {
  font-size: 24px;
  color: #3da8b6;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.075em;
  padding-left: 3px;
}
.b04_itm04_list dd ul {
  display: flex;
  justify-content: space-between;
}
.b04_itm04_list dd li {
  width: 335px;
}
.b04_itm04_list_ttl {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.b04_itm04_list_img {
  text-align: center;
  margin: 0 0 10px;
}
.b04_itm04_list:nth-last-child(2) {
  margin-bottom: 0;
}
.b04_itm04_txt + .b04_itm04_list {
  margin-top: 65px;
}
.b04_item.itm05 {
  background: #f8e8d0;
  color: #6a3906;
  text-align: center;
  margin-bottom: 0;
}
.b04_item.itm05 .b04_itm_arr:before {
  border-bottom-color: #f8e8d0;
}
.b04_item.itm05 .b04_itm_arr:after {
  border-bottom-color: #f2cb8f;
}
.b04_item.itm05 .b04_itm_arr.bottom:before {
  border-top-color: #f8e8d0;
}
.b04_item.itm05 .b04_itm_arr.bottom:after {
  border-top-color: #f2cb8f;
}
.b04_itm05_img {
  text-align: center;
  margin-bottom: 49px;
}
.b04_itm05_txt {
  font-weight: 600;
  margin-bottom: 62px;
  text-align: left;
}
.b04_itm05_ttl {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 39px;
}
.b04_itm05_ttl span {
  display: inline-block;
  position: relative;
  padding: 0 0 2px;
}
.b04_itm05_ttl span:after {
  content: '';
  position: absolute;
  width: calc(100% + 32px);
  height: 18px;
  left: -16px;
  bottom: 0;
  z-index: -2;
  background: #fff;
}
.b04_itm05_list {
  background: rgba(255, 255, 255, 0.4);
  border: 5px solid #f3bd69;
  border-radius: 40px;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 40px;
}
.b04_itm05_list dt {
  font-size: 24px;
  background: #f3bd69;
  width: 100%;
  max-width: 311px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  padding: 1px 5px 6px;
  margin-bottom: 60px;
}
.b04_itm05_list img:not(:last-child) {
  margin-right: 45px;
}
.b04_itm05_note {
  margin: 0;
  display: inline-block;
  text-align: left;
  font-weight: 500;
}
.b04_itm05_list:nth-last-child(3) {
  margin-bottom: 30px;
}
.b04_itm05_note.center{
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
/*==================================Box05========================================*/
.box05 {
  background: #ec6d81;
  padding: 107px 0 1px;
  text-align: center;
  position: relative;
	margin-bottom: 120px;
}
.box05:after {
content: '';
position: absolute;
background: url("../images/b07_icon04.png") no-repeat bottom center/100% auto;
width: 378px;
height: 455px;
bottom: 0;
left: calc(50% + 450px);
}
.b05_ttl {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  line-height: 1.2em;
  padding: 2px 0 10px;
  margin-bottom: 29px;
}
.b05_txt {
  font-size: 30px;
  color: #fff500;
  font-weight: 600;
  margin-bottom: 41px;
}
.b05_txt span {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin: 6px auto 0;
  background: #c7f6fc;
  font-size: 133.33%;
  color: #1263c6;
  border: 4px solid #1263c6;
  border-radius: 16px;
  padding: 4px 10px 5px;
}
.b05_tel {
  background: #fff;
  border-radius: 40px;
  padding: 33px 20px 82px;
  -webkit-box-shadow: 6px 6px 30px 0px rgba(46, 11, 6, 0.3);
  -moz-box-shadow: 6px 6px 30px 0px rgba(46, 11, 6, 0.3);
  box-shadow: 6px 6px 30px 0px rgba(46, 11, 6, 0.3);
}
.b05_tel dl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4px;
  padding-left: 5px;
}
.b05_tel dt {
  width: 145px;
  height: 81px;
  background: #1263c6;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 28px;
  color: #fff500;
  font-weight: 500;
  line-height: 1.25em;
  margin-right: 36px;
}
.b05_tel dt:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #1263c6;
  right: -16px;
  top: calc(50% - 12px);
}
.b05_tel dd {
  display: flex;
  align-items: center;
}
.b05_tel dd:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/icon_tel.svg") no-repeat center center/100% auto;
  width: 79px;
  height: 48px;
  margin-right: 25px;
}
.b05_tel dd a {
  text-decoration: none;
  display: inline-block;
  font-size: 115px;
  color: #252a60;
  line-height: 1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.b05_tel dl:nth-child(2) dt {
  background: #ec6d81;
}
.b05_tel dl:nth-child(2) dt:after {
  border-left-color: #ec6d81;
}
.b05_btn a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  background: rgb(67, 161, 21);
  background: linear-gradient(0deg, rgba(67, 161, 21, 1) 0%, rgba(67, 161, 21, 1) 50%, rgba(157, 200, 20, 1) 100%);
  background-size: auto 200%;
  background-position: top center;
  border: 4px solid #eef8ae;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: left;
  padding: 8px 20px 27px;
  height: 218px;
  transition: all 0.3s;
  letter-spacing: -0.14em;
}
.b05_btn a .lager {
  display: block;
  font-size: 186.11%;
  line-height: 1.2em;
  margin-bottom: 11px;
}
.b05_btn a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 148px;
  height: 148px;
  background: url(../images/icon_mail.svg) no-repeat center center/80px auto #fff;
  border-radius: 50%;
  margin-right: 15px;
  top: 10px;
}
.b05_btn {
  margin: -60px 0 -76px;
  position: relative;
  z-index: 2;
}
/*==================================Box06========================================*/
.box06 {
  padding: 60px 0 120px;
}
.b06_main {
  background: #2b89fb;
  color: #fff;
  text-align: center;
  border: 30px solid #1263c6;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.b06_main:before, .b06_main:after {
  content: '';
  position: absolute;
  z-index: -2;
}
.b06_main:before {
  background: url("../images/b06_circle01.svg") no-repeat center bottom/100% auto;
  width: 262px;
  height: 278px;
  right: 13px;
  top: -100px;
}
.b06_main:after {
  width: 202px;
  height: 202px;
  border: 2px solid #fff;
  border-radius: 50%;
  left: 19px;
  bottom: -52px;
}
.b06_main_txt {
  font-size: 30px;
  background: #ec6d81;
  width: 100%;
  max-width: 646px;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.5em;
  padding: 1px 5px 4px;
}
.b06_main_note {
  width: 268px;
  height: 268px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: absolute;
  top: -18px;
  left: -18px;
  padding-top: 16px;
}
.b06_main_note:after {
  content: '';
  position: absolute;
  width: 140px;
  height: 140px;
  border: 2px solid #fff;
  bottom: -87px;
  left: -37px;
  border-radius: 50%;
}
.b06_main_ttl {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.4em;
  margin: 1px 0 10px;
}
.b06_main_ttl .circle {
  display: block;
  font-size: 204.22%;
  color: #1263c6;
  margin: 24px 0 32px;
}
.b06_main_ttl .circle span:after {
  background: #fff500;
  width: 201px;
  height: 201px;
  top: 55%;
  left: 52%;
}
.b06_main_note.note01 {
  top: auto;
  left: auto;
  right: -13px;
  bottom: -26px;
  padding-top: 30px;
}
.idx_clr01 {
  color: #fff505;
}
.b06_main_note.note01:after {
  bottom: auto;
  top: -91px;
  right: -10px;
  left: auto;
}
.b06_info {
  position: relative;
  z-index: 3;
  background: #2864d2;
  color: #fff;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  overflow: hidden;
  padding: 20px 0 0;
}
.b06_info_ttl {
  font-size: 56px;
  color: #ec6e81;
  font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 1.2em;
  margin: 0 0 30px;
  padding: 0 26px 5px 0;
  letter-spacing: -0.115em;
}
.b06_info_ttl:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  pointer-events: none;
  background: #fff500;
  transform: skewX(15deg);
  left: 50px;
  top: 0;
}
.b06_info_ttl span {
  font-size: 37.5%;
  background: #ec6e81;
  color: #fff;
  display: inline-block;
  line-height: 1.5em;
  transform: rotate(-5deg);
  padding: 3px 15px 7px;
  margin-right: 17px;
  position: relative;
  top: -14px;
  letter-spacing: 0;
}
.b06_info_txt {
  font-size: 33px;
  color: #fff505;
  font-weight: 600;
  line-height: 1.37em;
  margin: 0 0 8px;
  padding-right: 30px;
  letter-spacing: -0.045em;
}
.b06_info_main {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}
.b06_info_list {
  margin-right: 30px;
}
.b06_info_list li {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0 0 14px 60px;
  position: relative;
  background: url(../images/b06_dot.svg) repeat-x bottom left/auto 3px;
  margin-bottom: 10px;
  letter-spacing: -0.03em;
}
.b06_info_list li:before {
  content: '';
  position: absolute;
  background: url("../images/b06_check.svg") no-repeat center center/100% auto;
  width: 30px;
  height: 30px;
  left: 15px;
  top: 5px;
}
.b06_info_note {
  font-size: 27px;
  color: #fff500;
  font-weight: 600;
  line-height: 1.3em;
  padding-right: 30px;
  margin: 0 0 43px;
  letter-spacing: -0.025em;
}
.b06_info_note .note {
  background: #ec6d81;
  color: #fff;
  padding: 1px 10px 4px;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.3em;
  margin-top: 6px;
}
.b06_txt_bot {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  line-height: 1.4em;
  padding-right: 25px;
  letter-spacing: -0.025em;
  background: #2b89fb;
  padding: 20px 25px;
  width: 100%;
  box-sizing: border-box;
}
.b06_txt_bot .lager {
  font-size: 215.5%;
  display: block;
  line-height: 1.1em;
  margin-top: 1px;
  letter-spacing: -0.07em
}
.b06_info_note .idx_char {
  margin: 0 -15px 0 0;
}
/*==================================Box07========================================*/
.box07 {
  background-image: linear-gradient(135deg, #1b80fb 6.25%, #2c89fb 6.25%, #2c89fb 50%, #1b80fb 50%, #1b80fb 56.25%, #2c89fb 56.25%, #2c89fb 100%);
  background-size: 11.31px 11.31px;
  padding: 196px 0 120px;
  color: #6a3906;
}
.b07_item {
  background: #fdf4a7;
  margin-bottom: 0;
  padding-top: 1px;
}
.b07_item.pink {
  background: rgb(247, 225, 229);
}
.b07_itm_top {
  position: relative;
  z-index: 2;
  padding: 1px 0 114px;
  margin-top: -80px;
}
.b07_itm_top01 {
  padding: 50px 0 80px;
}
.b07_itm_top:after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  z-index: -2;
  top: 0;
  right: 0;
  background: #f4e24e;
  border-radius: 60px;
  -webkit-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  -moz-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
}
.b07_itm_top.pink:after {
  background: #ec6d81;
}
.b07_itm_note {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  background: #eb6100;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5em;
  border-radius: 12px;
  padding: 0 10px 3px;
  margin: -18px 0 13px;
}
.b07_itm_ttl {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
}
.b07_itm_ttl.white {
  color: #fff;
}
.b07_itm_ttl .lager {
  margin-top: 6px;
  font-size: 150%;
  color: #eb6100;
  display: inline-block;
  text-shadow: rgb(255, 255, 255) 6px 0px 0px, rgb(255, 255, 255) 5.91686px 0.995377px 0px, rgb(255, 255, 255) 5.66974px 1.96317px 0px, rgb(255, 255, 255) 5.2655px 2.87655px 0px, rgb(255, 255, 255) 4.71532px 3.71022px 0px, rgb(255, 255, 255) 4.03447px 4.44106px 0px, rgb(255, 255, 255) 3.24181px 5.04883px 0px, rgb(255, 255, 255) 2.35931px 5.51667px 0px, rgb(255, 255, 255) 1.41143px 5.83163px 0px, rgb(255, 255, 255) 0.424423px 5.98497px 0px, rgb(255, 255, 255) -0.574341px 5.97245px 0px, rgb(255, 255, 255) -1.55719px 5.79441px 0px, rgb(255, 255, 255) -2.49688px 5.45578px 0px, rgb(255, 255, 255) -3.36738px 4.96596px 0px, rgb(255, 255, 255) -4.14455px 4.33852px 0px, rgb(255, 255, 255) -4.80686px 3.59083px 0px, rgb(255, 255, 255) -5.33596px 2.74364px 0px, rgb(255, 255, 255) -5.71718px 1.8204px 0px, rgb(255, 255, 255) -5.93995px 0.84672px 0px, rgb(255, 255, 255) -5.99811px -0.150428px 0px, rgb(255, 255, 255) -5.89004px -1.14341px 0px, rgb(255, 255, 255) -5.61874px -2.1047px 0px, rgb(255, 255, 255) -5.19172px -3.00766px 0px, rgb(255, 255, 255) -4.62082px -3.82727px 0px, rgb(255, 255, 255) -3.92186px -4.54081px 0px, rgb(255, 255, 255) -3.11421px -5.12852px 0px, rgb(255, 255, 255) -2.22026px -5.57409px 0px, rgb(255, 255, 255) -1.26477px -5.86518px 0px, rgb(255, 255, 255) -0.274238px -5.99373px 0px, rgb(255, 255, 255) 0.723898px -5.95617px 0px, rgb(255, 255, 255) 1.70197px -5.75355px 0px, rgb(255, 255, 255) 2.63288px -5.39147px 0px, rgb(255, 255, 255) 3.49082px -4.87998px 0px, rgb(255, 255, 255) 4.25202px -4.23324px 0px, rgb(255, 255, 255) 4.89538px -3.46919px 0px, rgb(255, 255, 255) 5.40307px -2.60899px 0px, rgb(255, 255, 255) 5.76102px -1.67649px 0px, rgb(255, 255, 255) 5.95932px -0.697531px 0px;
  margin-right: 8px;
}
.b07_itm_main {
    max-width: 1510px;
    width: 98%;
    position: relative;
    z-index: 3;
    margin-top: -62px;
    margin-bottom: 0;
}
.b07_item.pink .b07_itm_main:after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: calc(100% - 59px);
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 60px;
  z-index: -2;
  -webkit-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  -moz-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
}
.b07_itm_main:before {
  content: '';
  position: absolute;
  background: url("../images/b07_icon01a.png") no-repeat top center/100% auto;
  width: 280px;
  height: 358px;
  top: -280px;
  left: calc(50% + 220px);
  z-index: -1;
  pointer-events: none;
}
.box07.customize .b07_itm_main:before {
    content: '';
    position: absolute;
    background: url("../images/b07_icon01.png") no-repeat top center/100% auto;
    width: 309px;
    height: 445px;
    top: -272px;
    left: calc(50% + 285px);
    z-index: -1;
    pointer-events: none;
}
.box07.customize .b07_itm_main dd {
  padding: 1px 0 78px 51px;
}
.box07.customize .b07_itm_main dt {
  margin: 78px -271px 0 0;
}
.box07.customize .b07_itm_main::after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: calc(100% - 59px);
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 60px;
  z-index: -2;
  -webkit-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  -moz-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
}
.b07_itm_main dl {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
    
}
.b07_itm_main dt {
  flex-shrink: 0;
  margin: -42px -220px 0 0;
}
.b07_itm_main01 dt {
	
}
.b07_itm_main dd {
  padding: 1px 51px 78px;
  width: 100%;
}
.b07_itm_main01 dd {
  padding: 50px 30px 78px 50px;
  width: 100%;
}

.b07_itm_main_note01 {
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #252a60;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
  margin: -18px 0 17px;
  padding: 4px 0 8px;
	max-width: 50%;
}
.b07_itm_main_note {
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #252a60;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
  margin: -18px 0 17px;
  padding: 4px 0 8px;
}
.b07_itm_main_note:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #252a60 transparent transparent transparent;
  left: calc(50% - 16px);
  bottom: -15px;
}

.b07_itm_main_ttl {
  text-align: center;
  font-size: 65px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  line-height: 1.5em;
  margin-bottom: 26px;
  padding: 0 0 3px;
}
.b07_itm_main_ttl:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  /*background: #fdf4a7;*/
  left: 0;
  bottom: 0;
  z-index: -2;
}
.b07_itm_main_ttl01 {
	color: #fff;
	max-width: 50%;
	text-align: left;
}
.b07_itm_main_ttl.pink:after{
  background: #fff;
}
.b07_itm_main_ttl01:after {
  bottom: -12px;
}
.b07_itm_main_txt {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7em;
  margin: 0 0 30px;
  /*padding-left: 18px;*/
}
.b07_itm_main01 dl {
	align-items: flex-end;
}
.b07_item.pink .b07_itm_main01::before {
    content: '';
    position: absolute;
    background: url("../images/b07_icon01.png") no-repeat top center/100% auto;
    width: 309px;
    height: 445px;
    top: -178px;
    left: calc(50% + 220px);
    z-index: -1;
    pointer-events: none;
    display: none;
}
.box07.customize  .b07_item.pink.itm02 .container{
    margin: 0 auto 0;
}
.box07.customize  .b07_item.pink.itm02 .b07_itm_main dt {
  margin: 78px 0 0 -271px;
}
.box07.customize  .b07_item.pink.itm02 .b07_itm_main dd {
  padding: 62px 51px 78px 63px;
}
.fz4 {
	font-size: 45px;
}
.list01 {
	margin-bottom: 15px;
}
.list01 li {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 10px;
	margin-bottom: 5px;
}
.list01 li:nth-child(1) {
	background: #f9b333;
}
.list01 li:nth-child(2) {
	background: #f7a105;
}
.list01 li:nth-child(3) {
	background: #ff8800;
}
.b07_itm_main_num {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 497px;
  margin: 0 0 0 19px;
  background: #eb6100;
  color: #fff;
  align-items: center;
  font-size: 39px;
  font-weight: 600;
  border-radius: 20px;
  padding: 11px 0 5px;
}
.b07_itm_main_num .small {
  display: flex;
  align-items: flex-end;
  font-size: 58.97%;
}
.b07_itm_main_num .small .num {
  font-size: 252.17%;
  color: #fff500;
}
.b07_itm_main_num .small .num span {
  font-size: 168.96%
}
.b07_itm_main_num .small .txt {
  line-height: 1.7em;
}
.b07_itm01_bot {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4em;
  background: #f4e24e;
  padding: 30px 39px 33px 0;
  -webkit-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  -moz-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
}
.b07_itm01_bot.pink{
  background: #ec6d81;
  color: #fff;
}
.b07_item.itm02 {
  background: #d7f5b2;
  margin-bottom: 257px;
}
.b07_item.itm02.pink {
	background: pink;
}
.b07_item.itm02.pink .b07_itm02_bot {
	background: #ec6d81;
}
.b07_item.itm02.pink .b07_itm02_ttl:before {
	display: none
}
.b07_item.itm02.pink .b07_itm02_note{
	margin: 0 0 16px;
}
.b07_item.itm02.pink .b07_itm02_ttl{
	padding: 0 0 90px 76px;
}
.b07_item.itm02.pink .b07_itm02_note::after {left: 20%}



.b07_item.itm02 .b07_itm_top {
  padding: 57px 0 0;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%
}
.b07_item.itm02 .b07_itm_top:after {
  background: #6ba913;
  color: #fff;
  right: auto;
  left: 0;
}
.b07_item.itm02 .b07_itm_top.pink:after {
  background: #ec6d81;
}
.b07_itm02_note {
  background: #252a60;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
  width: 100%;
  max-width: 950px;
  margin: 0 auto 16px;
  padding: 4px 10px 7px;
  left: 76px;
}
.b07_itm02_note:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 15px 0 15px;
  border-color: #252a60 transparent transparent transparent;
  bottom: -15px;
  left: calc(50% - 15px);
}
.b07_itm02_ttl {
  margin: 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.5em;
  padding-left: 125px;
  letter-spacing: 0.085em;
}
.b07_itm02_ttl:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/b07_note.png") no-repeat top center/100% auto;
  width: 280px;
  height: 217px;
  margin-right: 20px;
}
.b07_itm02_ttl .lager {
  border-bottom: 16px solid #fdf7f7;
  display: inline-block;
  padding: 4px 15px 2px;
  line-height: 1.4em;
}
.b07_item.itm02 .b07_itm_main:after {
  left: auto;
  right: 0;
}
.b07_item.itm02 .b07_itm_main dl {
  flex-direction: row;
    padding: 0;
    background: #fff;
    border-radius:0 60px 60px 0;
    margin-bottom: 60px;
}
.b07_item.itm02.pink .b07_itm_main dl {
    margin-bottom: 0;
}
.b07_item.itm02 .b07_itm_main dt {
    margin: 60px 0 60px 60px
}
.b07_item.itm02 .b07_itm_main:before {
    background-image: url("../images/b07_icon02.png");
    width: 177px;
    height: 437px;
    bottom: -72px;
    right: -250px;
    top: auto;
    left: inherit;
    z-index: 9;
}
.b07_itm02_main_ttl {
  font-size: 60px;
  color: #ec6d81;
  font-weight: 900;
  line-height: 1.5em;
  margin: 0 0 20px;
}
.b07_itm02_main_txt {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.54em;
}
.b07_item.itm02 .b07_itm_main dd {
  padding: 50px;
}
.b07_itm02_bot {
  text-align: center;
  margin: 0;
  background: #6ba913;
  font-size: 60px;
  line-height: 1.5em;
  font-weight: 900;
  color: #fff505;
  position: relative;
  z-index: 4;
  padding: 6px 33px 14px 0;
  -webkit-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  -moz-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
}
.b07_item.itm03 {
  background: #cff4f9;
  margin-bottom: 0;
}

.b07_item.itm03 .b07_itm_top {
  padding: 38px 0 102px;
}
.b07_item.itm03 .b07_itm_top:after {
  background: #81dae6;
  color: #fff;
}
.b07_item.itm03 .b07_itm_main:after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: calc(100% - 59px);
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 60px;
  z-index: -2;
  -webkit-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  -moz-box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
  box-shadow: 4px 4px 21px 0px rgba(2, 10, 1, 0.2);
}
.b07_item.itm03 .b07_itm_main:before {
    background: url("../images/b07_icon03.png") no-repeat top center/100% auto;
    width: 186px;
    height: 418px;
    bottom: 0;
    right: calc(50% + 590px);
    left: auto;
    top: auto;
}
.b07_item.itm03 .container{
    /*margin-bottom: 60px;*/
}
.b07_item.itm03 .b07_itm_main dt {
    margin: 78px -269px 0 0;
    position: relative
}
.b07_item.itm03 .b07_itm_main dt span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 10%;
  width: 100%;
    letter-spacing: 1px;
    text-shadow: rgb(6, 16, 47) 4px 0px 0px, rgb(6, 16, 47) 3.87565px 0.989616px 0px, rgb(6, 16, 47) 3.51033px 1.9177px 0px, rgb(6, 16, 47) 2.92676px 2.72656px 0px, rgb(6, 16, 47) 2.16121px 3.36588px 0px, rgb(6, 16, 47) 1.26129px 3.79594px 0px, rgb(6, 16, 47) 0.282949px 3.98998px 0px, rgb(6, 16, 47) -0.712984px 3.93594px 0px, rgb(6, 16, 47) -1.66459px 3.63719px 0px, rgb(6, 16, 47) -2.51269px 3.11229px 0px, rgb(6, 16, 47) -3.20457px 2.39389px 0px, rgb(6, 16, 47) -3.69721px 1.52664px 0px, rgb(6, 16, 47) -3.95997px 0.56448px 0px, rgb(6, 16, 47) -3.97652px -0.432781px 0px, rgb(6, 16, 47) -3.74583px -1.40313px 0px, rgb(6, 16, 47) -3.28224px -2.28625px 0px, rgb(6, 16, 47) -2.61457px -3.02721px 0px, rgb(6, 16, 47) -1.78435px -3.57996px 0px, rgb(6, 16, 47) -0.843183px -3.91012px 0px, rgb(6, 16, 47) 0.150409px -3.99717px 0px, rgb(6, 16, 47) 1.13465px -3.8357px 0px, rgb(6, 16, 47) 2.04834px -3.43574px 0px, rgb(6, 16, 47) 2.83468px -2.82216px 0px, rgb(6, 16, 47) 3.44477px -2.03312px 0px, rgb(6, 16, 47) 3.84068px -1.11766px 0px, rgb(6, 16, 47) 3.9978px -0.132717px 0px;
}
.b07_itm03_ttl {
  margin: 0;
  text-align: center;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.5em;
}
.b07_itm03_ttl span {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.b07_itm03_ttl span:after {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: 30px;
  left: -20px;
  bottom: -1px;
  background: #cff4f9;
  z-index: -2;
}
.b07_itm03_main_ttl {
  font-size: 50px;
  color: #6ba913;
  line-height: 1.5em;
  font-weight: 900;
  margin-bottom: 21px;
}
.b07_itm03_main_txt {
  margin: 0;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.54em;
}
.b07_item.itm03 .b07_itm_main dd {
  padding-top: 60px;
  padding-left: 67px;
    padding-right: 51px
}
.b07_itm03_bot {
  font-size: 50px;
  text-align: center;
  background: #81dae6;
  font-weight: 600;
  line-height: 1.5em;
  color: #fff;
  justify-content: center;
  display: flex;
  padding: 45px 0 60px;
  letter-spacing: -0.02em;
  -webkit-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  -moz-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  margin-bottom: 0;
}
.idx_clr02 {
  color: #252a60;
}
.b07_itm03_bot .lager {
  display: block;
  background: #eb6100;
  color: #fff500;
  font-weight: 900;
  font-size: 160%;
  line-height: 1.2em;
  margin-top: 14px;
  padding: 2px 0 13px;
}
/*==================================Box07 fix_space========================================*/
.box07.customize.fix_space{
    padding: 100px 0 100px;
}
.box07.customize.fix_space .b07_item.itm02.fix_mb{
    margin-bottom: 0;
}
.box07.customize.fix_space .b07_item.itm02{
    background: #ffce75;
}
.box07.customize.fix_space .b07_item.itm02 .b07_itm_top:after{
    background: #ff8800;
}
.box07.customize.fix_space .b07_item.itm02 .b07_itm02_note{
    margin: 0 0 16px;
    background: #fff500;
    color: #252a60
}
.box07.customize.fix_space .b07_itm02_note::after {
    border-color: #fff500 transparent transparent transparent;
    left: 20%;
}
.box07.customize.fix_space .b07_item.itm02 .b07_itm02_bot{
    background: #ff8800;
    color: #fff
}
.box07.customize.fix_space .b07_itm02_main_ttl{
    color: #ff8800;
    
}
.box07.customize.fix_space .b07_item.itm02 .b07_itm_main dl{
    margin-bottom: 0;
}
.box07.customize.fix_space .b07_item.itm02 .b07_itm_main::before{
    background-image: url("../images/b07_icon05.png");
    width: 177px;
    height: 470px;
    bottom: -12px;
    left: calc(50% + 625px);
    top: auto;
}
.box07.customize.fix_space .b07_itm02_ttl::before {
    display: none
}
.box07.customize.fix_space .b07_item.itm02 .b07_itm02_ttl{
    padding: 0 0 90px 76px;
}
/*==================================Box08========================================*/
.b08_top {
  background: #252a60;
  text-align: center;
  padding: 104px 0 50px;
  position: relative;
  color: #fff;
}
.b08_top_txt {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.b08_top_ttl {
  display: inline-block;
  width: 100%;
  max-width: 1079px;
  margin: 0 auto;
  background: #fff500;
  border-radius: 14px;
  color: #252a60;
  font-size: 62px;
  font-weight: 700;
  line-height: 1.3em;
  padding: 3px 10px 16px;
}
.b08_top:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 29px 0 29px;
  border-color: #252a60 transparent transparent transparent;
  bottom: -28px;
  left: calc(50% - 29px);
}
.b08_main {
  padding: 80px 0 120px;
  background: url("../images/b08_bg.jpg") no-repeat top center/cover;
}
.b08_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b08_item {
  width: calc(50% - 40px);
  background: #fff;
  margin-bottom: 60px;
  padding: 24px;
  height: 660px;
  -webkit-box-shadow: 8px 8px 24px 5px rgba(4, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 24px 5px rgba(4, 0, 0, 0.2);
  box-shadow: 8px 8px 24px 5px rgba(4, 0, 0, 0.2);
}
.b08_itm_ttl {
  font-size: 24px;
  text-align: center;
  background: #c7f6fc;
  font-weight: 600;
  border-radius: 10px;
  border: 4px solid #1263c6;
  color: #1263c6;
  padding: 1px 10px 0px;
  margin-bottom: 41px;
}
.b08_itm_txt_ques {
  font-size: 24px;
  font-weight: 600;
  color: #252a60;
  line-height: 1.5em;
  padding: 0 0 13px;
  background: url("../images/b08_dot.svg") repeat-x left bottom/6px auto;
  margin-bottom: 32px;
}
.b08_itm_txt {
  height: 512px;
  overflow: auto;
  padding: 0 12px 0 10px;
}
.b08_item dt {
  font-size: 24px;
  color: #ec6d81;
  font-weight: 600;
  line-height: 1.5em;
  position: relative;
  letter-spacing: -0.07em;
  margin-bottom: 22px;
}
.b08_item dt:before, .b08_item dd:before {
  content: 'Q';
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  background: #1263c6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  color: #fff500;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, 'Merriweather Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  top: -2px;
  border-bottom: 2px;
}
.b08_item dd:before {
  content: 'A';
  background: #ec6d81;
  top: 4px;
}
.b08_item dd {
  color: #000;
  font-weight: 400;
  line-height: 2.2em;
}
.b08_item:nth-child(n+3) {
  margin-bottom: 0;
}
/*==================================Box09========================================*/
.box09 {
  padding: 80px 0;
}
.b09_bnr {
  display: flex;
  justify-content: space-between;
}
/*==================================Box10========================================*/
.box10 {
  background-image: linear-gradient(135deg, #1b80fb 6.25%, #2c89fb 6.25%, #2c89fb 50%, #1b80fb 50%, #1b80fb 56.25%, #2c89fb 56.25%, #2c89fb 100%);
  background-size: 11.31px 11.31px;
  padding: 0 0 120px;
}
.b10_ttl01 {
  position: relative;
  text-align: center;
  font-size: 74px;
  font-weight: 700;
  z-index: 2;
  color: #fff;
  padding: 57px 0 0;
  margin-bottom: 191px;
}
.b10_ttl01:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 335px 2000px 0 2000px;
  border-color: #252a60 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  z-index: -3;
  pointer-events: none;
}
.b10_ttl01 .lager {
  font-size: 147%;
  color: #fff500;
  position: relative;
  line-height: 1.3em;
  padding: 0 0 11px;
}
.b10_ttl01 .lager:after {
  content: '';
  position: absolute;
  background: url(../images/b04_dot.png) repeat-x left center/16px auto;
  left: -5px;
  bottom: 0;
  width: calc(100% + 10px);
  height: 8px;
}
.b10_info_txt01 {
  font-size: 59px;
  color: #1263c6;
  font-weight: 900;
  line-height: 1.5em;
  letter-spacing: 0.075em;
  margin: 0 0 3px;
}
.b10_info dt {
  background: #ec6d81;
  text-align: center;
  width: 100%;
  max-width: 522px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: bold;
  color: #fff500;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  line-height: 1.3em;
  padding: 3px 10px 1px;
  position: relative;
  z-index: 2;
}
.b10_info dd {
  background: #fff;
  border: 8px solid #ec6d81;
  border-radius: 40px;
  text-align: center;
  padding: 35px 0 46px;
  -webkit-box-shadow: 6px 6px 30px 5px rgba(46, 11, 6, 0.3);
  -moz-box-shadow: 6px 6px 30px 5px rgba(46, 11, 6, 0.3);
  box-shadow: 6px 6px 30px 5px rgba(46, 11, 6, 0.3);
}
.b10_info_txt02 {
  font-size: 59px;
  color: #ec6d81;
  font-weight: 900;
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  margin: 0 0 5px;
}
.b10_info_txt02 {
  font-size: 59px;
  color: #ec6d81;
  font-weight: 900;
  position: relative;
  display: inline-block;
}
.b10_info_txt02 .note {
  position: absolute;
  font-size: 62.7%;
  background: #eb6100;
  color: #fff;
  line-height: 1.5em;
  width: 187px;
  font-weight: 700;
  border-radius: 10px;
  left: -14px;
  top: -75px;
  padding: 1px 10px 5px;
}
.b10_info_txt02 .note:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 16px 0 16px;
  border-color: #eb6200 transparent transparent transparent;
  bottom: -17px;
  left: calc(50% - 16px);
}
.b10_info_txt02 .txt:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/icon_tel.svg") no-repeat center center/100% auto;
  width: 105px;
  height: 65px;
  margin: 0 24px 0;
  vertical-align: middle;
  top: -9px;
}
.b10_info_tel a {
  text-decoration: none;
  color: #252a60;
  font-size: 131px;
  line-height: 1em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.b10_info_tel {
  margin: 0;
}
.b10_btn a {
  text-decoration: none;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.55em;
  border-radius: 30px;
  border: 4px solid #ffe9a7;
  background: rgb(237, 108, 0);
  background: linear-gradient(0deg, rgba(237, 108, 0, 1) 0%, rgba(249, 188, 48, 1) 100%);
  letter-spacing: -0.13em;
  padding: 30px 0 32px;
}
.b10_btn a .lager {
  font-size: 148.65%;
  color: #fff500;
}
.b10_btn a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../images/icon_tel03.svg") no-repeat center center/63px auto #fff;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  margin: 0 27px 0 -1px;
  top: 2px;
}
.b10_btn {
  margin: -38px 0 58px;
}
.b10_ttl02 {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  max-width: 1625px;
  font-size: 74px;
  font-weight: 700;
  line-height: 1.5em;
  white-space: nowrap;
  margin-bottom: 43px;
}
.b10_ttl02 .note {
  background: url("../images/b10_icon01.svg") no-repeat top center/100% auto;
  padding: 0 85px;
}
.b10_ttl02 .lager {
  font-size: 141.89%;
  letter-spacing: -0.1em;
  padding: 0 0 43px;
  position: relative;
  display: inline-block;
}
.b10_ttl02 .lager:after {
  content: '';
  position: absolute;
  height: 8px;
  width: calc(100% - 90px);
  background: url("../images/b04_dot.png") repeat-x bottom left/16px auto;
  left: 0;
  bottom: 0;
}
.b10_step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.b10_step li {
  width: calc(33.33% - 9px);
  background: #6ba913;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 20px;
  height: 68px;
  border-radius: 40px;
  position: relative;
  z-index: 2;
  letter-spacing: -0.02em;
}
.b10_step li:after {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 2px solid #ffffff;
  border-radius: 40px;
  pointer-events: none;
}
.b10_step li:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 12px;
  background: #6ba913;
  right: -7px;
  top: calc(50% - 6px);
  z-index: -2;
}
.b10_step li:nth-child(2) {
  background: #ec6d81;
}
.b10_step li:nth-child(2):before {
  background: #ec6d81;
  width: calc(100% + 14px);
}
.b10_step li:nth-child(3) {
  background: #ffff00;
  color: #eb6100;
}
.b10_step li:nth-child(3):after {
  border-color: #eb6100;
}
.b10_step li:nth-child(3):before {
  background: #ffff00;
  left: -7px;
  right: auto;
}
.b10_col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 101px;
}
.b10_col dl {
  width: calc(50% - 40px);
}
.b10_col dt {
  font-size: 24px;
  text-align: center;
  background: #c7f6fc;
  border-radius: 10px;
  font-weight: 700;
  color: #1263c6;
  padding: 9px 10px 9px 25px;
  margin-bottom: 29px;
}
.b10_col dd {
  font-weight: 500;
  color: #fff;
  line-height: 2.2em;
  padding: 0 11px;
}
.b10_col dd .line {
  border-bottom: 1px solid;
  display: inline;
  padding: 0 0 6px;
}
#form_mail {
  background: #fff;
  border-radius: 60px;
  padding: 99px 132px 69px 93px;
  margin-top: 100px;
  display: inline-block;
  width: 100%;
}
#form_mail select {
  background: #e6e6e6;
  width: 100%;
  max-width: 360px;
  border: 1px solid #dad5c7;
  outline: none;
  border-radius: 4px;
  color: #666666;
  padding: 8px !important;
}
#form_mail input[type="text"] {
  background: #fff;
  display: inline-block;
  width: 100% !important;
  max-width: 360px;
  border: 1px solid #dad5c7;
  outline: none;
  border-radius: 4px;
  color: #666666;
  padding: 4px 5px 6px;
  line-height: 1.5em;
}
#form_mail textarea {
  background: #fff;
  display: inline-block;
  width: 100% !important;
  border: 1px solid #dad5c7;
  outline: none;
  border-radius: 4px;
  color: #666666;
  padding: 4px 5px 6px;
  line-height: 1.5em;
}
#form_mail [type="radio"], #form_mail [type="checkbox"] {
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  top: 2px;
  position: relative;
}
table.mailform{
  margin-bottom: 30px !important;
}
/*==================================Footer========================================*/
#footer {
  padding: 79px 0;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.f_ttl {
  font-size: 24px;
  font-weight: 600;
  color: #1263c6;
  letter-spacing: -0.03em;
  border-left: 4px solid;
  line-height: 1em;
  padding-left: 10px;
  margin-bottom: 23px;
}
.f_list li {
  color: #000;
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  margin: 0 0 7px;
}
.f_list li:last-child {
  margin-bottom: 0;
}
.f_list li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ec6d81;
  border-radius: 50%;
  left: 16px;
  top: 12px;
}
.copyright {
  margin: auto 0 0;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
}
.f_img {
  margin: 0 -8px 72px -10px;
}
.copyright span {
  border-bottom: 1px solid #1263c6;
  padding: 0 0 4px;
}
/*
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Oxygen', sans-serif;
  font-family: 'Shippori Mincho B1', serif;
    font-family: 'Oswald', sans-serif;
*/
@media screen\0, all and (-ms-high-contrast: none), (-ms-high-contrast: active) {}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
  .selector {
    property: value;
  }
}
@-moz-document url-prefix() { 
  .b08_item dt::before, .b08_item dd::before {
    padding-bottom: 3px;
  }
}
.b04_itm_ttl .lager_1 {
  line-height: 1.2em !important;
  font-size: 52px;
font-weight: 500;

}
.b04_itm_ttl .lager_2 {
  font-size: 42px !important;
  display: block;
  line-height: 1.2em;
  margin-bottom: -2px;
  letter-spacing: -0.07em;
}
.b04_itm_ttl .lager_2:after {
  content: '';
  position: absolute;
  width: calc(45% + 30px);
  height: 18px;
  background: #fff;
  z-index: -2;
  left: 47px;
  margin-top: 36px;
}
.h_img{
  height: 165px;
  width: 100%;
  object-fit: cover;
}
.column-reverse{display: flex;
flex-direction: column-reverse;
}



.fix_box07_move {
	margin-top: 0;
    
}

.fix_box07_move .b07_item.itm02 {
	margin-bottom: 100px;
}
.fix_box07_move .container {
  width: 100%;
}
@media screen and (max-width: 750px) {
body .box04 {
  min-width: auto;
}
.fix_box07_move {
	margin-top: 0px;
}
	
	.fix_box07_move .b07_item.itm02 {
		margin-bottom: 0;
	}
	
	.fix_box02{
		padding-top: 10px !important;
	}
	
	.fix_fz_sp {
		font-size: 7vw !important;
	}
	
	.fix_fz_sp .lager{
		font-size: 100%;
	}	
	
	.fix_fz_sp .note {
		font-size: 86%;
	}
	
	.fix_fz_sp .sp_small {
		font-size: 90%;
	}
	
	.b04_itm_h3c span {
		padding-left: 0 !important;
	}
	
	
}


.fix_flex_center {
	justify-content: center;
}




.idx_bot_01 {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  padding: 7px 0 18px;
}
.idx_bot_01:after {
  content: '';
  position: absolute;
  width: 100vw;
  min-width: 1200px;
  height: 100%;
  z-index: -2;
  background: #43aac9;
  pointer-events: none;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}



.box_text_b04 .sp_img {
	display: none;
}

.pc{
  
}
.sp{
  display: none;
}

#idx_bnr{
  text-align: center;
  position: relative;
  margin: 0px 0 80px 0;
}
#idx_bnr .box_easy{
  position: relative;
  cursor: pointer;
}
#idx_bnr .box_easy:hover{
  opacity: .85;
}
#idx_bnr .box_easy h3{
  background: #fff;
  width: 100%;
  font-size: 50px;
  color: #252a60;
  font-weight: 900;
  padding: 40px 25px;
  text-align: center;
  width: 100%;
  display: inline-block;
  letter-spacing: 2px;
  position: relative;
  border-radius: 50px;
  border: 12px solid #252a60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
#idx_bnr .box_easy h3 span {
  line-height: 1.4;
}
#idx_bnr .box_easy h3 img {
  width: 360px;
}
/* #idx_bnr .box_easy h3:before{
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 500px 0 500px;
  border-color: #d9d9d9 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translate(-50%,0);
  z-index: -1;
} */
#idx_bnr .box_easy p.txt02{
  background: #f9b333;
  color: #fff;
  font-size: 38px;
  max-width: 520px;
  margin: 50px auto 0;
  font-weight: 600;
  padding: 0px 0 5px;
  position: relative;
  border-radius: 10px;
  letter-spacing: 4px;
}
#idx_bnr .box_easy p.txt02:before{
  background: url(../images/arr_1.png) no-repeat;
  position: absolute;
  top: -82px;
  left: 0;
  right: 0;
  content: "";
  width: 200px;
  height: 70px;
  margin: 0 auto;
}
#idx_bnr .box_easy p.txt01{
  background: #ec6d81;
  position: absolute;
  left: 100px;
  top: -20px;
  z-index: 1;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  padding: 10px 20px 15px;
  font-size: 24px;
  border-radius: 0;
  -webkit-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  -moz-box-shadow: 16px 16px 29px 0px rgba(2, 10, 1, 0.25);
  box-shadow: 10px 10px 20px 0px rgba(2, 10, 1, 0.25);
}
#idx_bnr .box_easy p.txt01:before{
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 15px solid #d3576a;
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
}
#idx_bnr .box_easy p.txt01:after{
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 15px solid #d3576a;
  position: absolute;
  right: -15px;
  top: 0;
  content: "";
}
.modal {
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    display: none;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*display: none;*/
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
}

.modal.active {
    display: block;
}

.modal_inner {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    margin: auto;
}

.modal_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
    height: 100%;
    max-height: 800px;
    padding: 0;
    background-color: #ffffff;
    margin: auto;
    text-align: left;
    border-radius: 30px;
}

.modal_box .close_btn::before,
.modal_box .close_btn::after {
    position: absolute;
    right: 20px;
    display: block;
    width: 2px;
    height: 24px;
    content: '';
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.modal_box .close_btn::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal_box iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close_btn {
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 999;
    margin-bottom: 0;
    align-items: center;
    background: #ff7c80;
    cursor: pointer;
}

.close_btn:hover {
    opacity: .8
}
.b03_itm_ttl .txt_survey{
  max-width: 200px;
width: 100%;
margin: 25px 0 10px 0;
padding: 10px;
color: #fff;
background: #ff9933;
display: block;
font-size: 25px;
}



/* aadd new  box */

.box_new h3 {
	color: #252a60;
	font-size: 60px;
	letter-spacing: 8px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}

.box_new h3 span{
	color: #ff3353;
	font-style: italic
}

.tit_large01 {
	font-size: 24px;
	text-align: center;
	color: #252a60;
	letter-spacing: 5px;
	font-weight: bold;
}


.box_ul01 {
	display: flex;
	margin-bottom: 80px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.box_ul01 li {
	width: 48%;
	margin-bottom: 4%;
	border:3px solid #252a60;
	border-radius: 3px;
	background: #fff;
	padding: 40px;
}

.box_new {
	position: relative;
}

.box_new:after {
	content: "";
	position: absolute;
	top:-30px;
	right: 0;
	width: calc(50% + 220px);
	height: 500px;
	background: #e6e6e7;
	z-index: -1;
}

.box_new:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45%;
	height: 490px;
	background: #e6e6e7;
	z-index: -1;
}


.ul_tit01 {
	position: relative;
	background: #1caacc;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 2px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.ul_tit01 span{
	position: absolute;
	top:-10px;
	left:-20px;
	background: #ff3353;
	padding: 2px 14px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.ul_txt {
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
	font-size: 20px;
	color: #252a60;
}

.br_block {
	display: none;
}


.box_mv_text {
	border: 1px solid #d7d9ef;
	background: #252a60;
	width: 540px;
}
.box_mv_text li{
	border-bottom: 1px solid #d7d9ef;
	padding: 15px 15px 15px 45px;
	color: #fff;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 3px;
	line-height: 20px;
}

.box_mv_text li:last-child{
	border: none
}

.box_mv_text li .mv_tit_y{
	display: block;
	padding: 10px;
	color: #252a60;
	background: #f5ec0f;
	font-size: 26px;
	border-radius: 3px;	
	margin-right: 20px;
}

.box_mv_text li .mv_tit_red{
	color: #ff3353;
	font-size: 40px;
	line-height: 37px;
	padding-bottom: 8px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.box_mv_text li .mv_tit_small {
	font-size: 16px;
}

.sup_small {
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	line-height: 20px;
}

.main_img .contR {
	width: 540px;
}


.sp_main_text,.sp_main_logo {
	display: none;
}


.pdf_link a{
  height: 60px;
  width: 250px;
  margin-top: 40px;
  border: 2px solid #0457a6;
  background-color: #0457a6;
  font-size: 1.4rem;
  font-weight: bold;
  color: white;
  text-align: center;
  justify-content: center;
  text-orientation: upright;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  display: flex;
  flex-direction: column;
  z-index: 1;
  border-radius: 5px;
  text-decoration: none;
}
.pdf_link a:hover{
  background-color: #fff;
  color: #0457a6;
}
.pdf_link.sp a{
  margin: 45px auto;
  height: 50px;
}
