/* CSS Document */

/* --------------------
 *   main
 * -------------------- */

.area
    {
    white-space: none;
		margin-top: 5rem;
		max-width: 100%;
    }

.area .title
    {
    font-size:1.8rem;
		font-weight: bold;
    }

.reserve
    {
    position: fixed;
    bottom: 16px;
    right: 16px;
    }
 
.reserve a
    {
    display: block;
    text-decoration: none;
    }
 
.reserve:hover
{
    opacity: 0.85 ;
}

.index_section00 {
    background: linear-gradient(to right, #1aa5e7, #296699);
    position: relative;
}

.index_section00 .section_head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.index_section00 .section_block1 {
    text-align: center;
    position: relative;
    padding: 3rem 0 1rem;
}

.index_section00 .section_block1 > span {
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
}

.index_section00 .section_block1 > span:nth-of-type(1) {
    width: auto;
}

.index_section00 .section_block1 > span:nth-of-type(2) {
    width: 15rem;
}

.index_section00 .section_block2 {
    color:  #fff;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: -0.1rem;
    position: relative;
    text-align: center;
}

.index_section00 .section_block3 {
    text-align: center;
    position: relative;
}

.index_section00 .section_block3 a {
    border-radius: 4rem;
    box-shadow: 0 0.4rem rgba(0, 0, 0, 0.4);
    font-size: 3.2rem;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 90rem;
    height: 8rem;
    margin: 1rem 0 3rem;
}

.index_section00 .section_block3 a:hover {
    box-shadow: none;
    transform: translateY(0.4rem);
    text-decoration: none;
}

.index_section00_icon {
    width: 4.5rem;
    height: 5rem;
    margin-right: 1rem;
}

.index_section01 {
    background: url('../images/index_section01_back.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 107rem;
    margin-top: 10rem;
}

.index_section01 > div {
    height: inherit;
}

.index_section01 > div > div:nth-last-of-type(1) {
    position: absolute;
    left: calc((100vw - 110rem) / 2);
    bottom: 0;
    width: 100%;
    height: 45rem;
}

.index_section01 .section_head {
    color: #fff;
    font-family: serif;
    font-size: 7.8rem;
    line-height: 1.3;
    text-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
    white-space: pre-line;
    pointer-events: none;
    margin-top: 7.8rem;
}

.index_section01 .section_subhead {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.4rem;
    line-height: 2.4;
    text-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 1);
    white-space: pre-line;
    margin-top: 1rem;
}

.index_section01 .section_block1 {
    background-color: #fff;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 30rem;
    height: 7rem;
    margin-top: 3rem;
    padding: 0 3rem;
}

.index_section01 .section_block1::before {
    border-bottom: 0.1rem solid #4d4d4d;
    content: '';
    position: absolute;
    top: 3.25rem;
    right: calc(50% - 0.5rem);
    width: 3.5rem;
    transform: rotate(45deg);
}

.index_section01 .section_block1::after {
    border-bottom: 0.1rem solid #4d4d4d;
    content: '';
    position: absolute;
    top: 3.25rem;
    right: calc(50% - 0.5rem);
    width: 3.5rem;
    transform: rotate(-45deg);
}

.index_section01 .section_block2 {
    background-color: rgba(0, 118, 183, 0.9);
    position: relative;
    height: 45rem;
}

.index_section01 .section_block2 > span {
    border-radius: 0.25rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 4rem;
}

.index_section01 .section_block2 > span:nth-of-type(1) {
    width: 28rem;
    transform: translate(7rem, 3rem);
}

.index_section01 .section_block2 > span:nth-of-type(2) {
    width: 15rem;
    transform: translate(25.5rem, 3rem);
}

.index_section01 .section_block2 > div {
    border-radius: 9.5rem;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: -0.2rem;
    line-height: 1.25;
    text-align: center;
    white-space: pre-line;
    position: absolute;
    width: 19rem;
    height: 19rem;
    padding: 2rem 0;
    transform: translate(91rem, 2rem);
}

.index_section01 .section_block2 > div span {
    font-family: 'DIN Bold';
    font-size: 3.6rem;
}

.index_section01 .section_block2 > p:nth-of-type(1) {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    white-space: pre-line;
    padding-top: 7.4rem;
}

.index_section01 .section_block2 > ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 5rem 7rem 0rem;
}

.index_section01 .section_block2 > ul li {
    background-color: #fff;
    position: relative;
    width: 46rem;
    height: 12rem;
    padding: 3rem 1.5rem;
}

.index_section01 .section_block2 > ul li div:nth-of-type(1) {
    border: 0.3rem solid #fff;
    border-radius: 3.5rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: -4.4rem;
    left: -1.6rem;
    width: 7rem;
    height: 7rem;
    padding-top: 1rem;
}

.index_section01 .section_block2 > ul li div:nth-of-type(1) span {
    font-family: 'DIN Bold';
    font-size: 3rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.index_section01 .section_block2 > ul li div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 10rem;
    height: 100%;
}

.index_section01 .section_block2 > ul li div:nth-of-type(2) span {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    white-space: pre-line;
}

.index_section01 .section_block2 > ul li:nth-child(3) div:nth-of-type(2) span {
    font-size: 3rem;
    font-weight: bold;
}

.index_section01 .section_block2 > p:nth-of-type(2) {
    border: 0.1rem solid #fff;
    color: #fff;
    font-size: 1.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52rem;
    height: 3.5rem;
    margin: 2rem auto;
}

.index_section01_icon01 {
    width: 6.8rem;
    height: 6.8rem;
}

.index_section01_icon02 {
    width: 7.3rem;
    height: 6.4rem;
}

.index_section01_icon03 {
    width: 6.4rem;
    height: 6.4rem;
}

.index_section01_logo_csr {
    width: 10.3rem;
    height: 5rem;
}

.index_section01_logo_ctc {
    width: 8.9rem;
    height: 3.3rem;
}

.index_section02 {
    position: relative;
}

.index_section02 .section_head {
    font-size: 3.6rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 5rem;
}

.index_section02 .section_block1 {
    border-radius: 1.5rem;
    box-shadow: 0 0 1.2rem rgb(0, 0, 0, 25%);
    position: relative;
    width: 87rem;
    height: 22rem;
    margin: 7rem 11.5rem 5rem;
    padding: 3rem 6.5rem;
}

.index_section02 .section_block1 p {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.7;
    white-space: pre-line;
}

.index_section02 .section_block2 {
    background-color: #eee;
    position: relative;
    padding-top: 12.8rem!important;
}

.index_section02 .section_block2::before {
    border-style: solid;
    border-width: 7rem 75rem 0 75rem;
    border-color: #ffffff transparent transparent transparent;
    content: '';
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    transform: translateX(-20rem);
}

.index_section02 .section_list {
    background-color: #fff;
    border: 0.3rem solid #ccc;
    list-style: none;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 9.8rem;
}

.index_section02 .section_list li {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 2.7;
    white-space: normal;
    position: relative;
    padding: 0 1.5rem;
}

.index_section02 .section_list li div {
    border: 0.5rem solid #bbb;
    content: '';
    position: absolute;
    top: 1.6rem;
    left: -5rem;
    width: 3.6rem;
    height: 3.6rem;
}

.index_section02 .section_list li div::before {
    border-left: 1.6rem solid #fff;
    content: '';
    position: absolute;
    top: -1.4rem;
    left: 2rem;
    width: 2rem;
    height: 3.2rem;
    transform: rotate(-135deg);
}

.index_section02 .section_list li div::after {
    border-top: 0.6rem solid #2da6e0;
    border-left: 0.7rem solid #2da6e0;
    content: '';
    position: absolute;
    top: -1.4rem;
    left: 1.4rem;
    width: 2rem;
    height: 3.2rem;
    transform: rotate(-135deg);
}

.index_section02 .section_block2 p {
    color: #111;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: center;
    padding: 2.7rem 0 7.5rem;
}

.index_section02_image {
    position: absolute;
    top: -3rem;
    right: 6.5rem;
    width: 19.7rem;
    height: 25rem;
}

.index_section04 {
    position: relative;
	padding-top: 6rem;
}

.index_section04 .section_decoration {
    font-size: 3.2rem;
    font-weight: bold;
    display: inline-block;
    position: relative;
    margin: 7.8rem auto 2.4rem;
}

.index_section04 .section_decoration::before {
    border-style: solid;
    border-width: 3.9rem 0.4rem 0 0.4rem;
    border-color: #1aa6e7 transparent transparent transparent;
    content: '';
    position: absolute;
    top: 0.3rem;
    left: -1.8rem;
    width: 0;
    height: 0;
    transform: rotate(-30deg);
}

.index_section04 .section_decoration::after {
    border-style: solid;
    border-width: 3.9rem 0.4rem 0 0.4rem;
    border-color: #1aa6e7 transparent transparent transparent;
    content: '';
    position: absolute;
    top: 0.3rem;
    right: -1.8rem;
    width: 0;
    height: 0;
    transform: rotate(30deg);
}

.index_section04 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.index_section04 .section_block1 {
    font-size: 2rem;
    line-height: 1.75;
    white-space: normal;
    margin-top: 1.5rem;
	text-align: center;
}

.index_section04 .section_block1 span:nth-child(1) {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    margin-bottom: 1rem;
}

.index_section04 .section_block1 span:nth-child(2) {
    font-size: 2rem;
    font-weight: bold;
    white-space: normal;
}

.index_section04 .section_block2 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 6.5rem;
    margin-left: 5rem;
}


.index_section04 .section_block3 {
    position: relative;
    margin-top: 6rem;
}

.index_section04 .section_block3 h3 {
    border-radius: 1rem 1rem 0 0;
    color: #fff;
    font-size: 3.1rem;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    white-space: normal;
    display: block;
    height: 10rem;
    padding: 1.5rem 1.5rem;
}

.index_section04 .section_block4 {
    position: relative;
}

.index_section04 .section_block4 ul {
    border: 0.3rem solid #04679e;
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 2rem 9rem 4.3rem;
    height: 26rem;
}

.index_section04 .section_block4 li {
    position: relative;
}

.index_section04 .section_block4 li::after {
    color: #04679e;
    content: attr(data-text);
    font-size: 1.8rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -2.7rem;
    width: 100%;
}

.index_section04 .section_block4 p {
    font-size: 2rem;
    text-align: center;
    margin: 1.5rem 0 3.5rem;
}

.index_section04_photo01 {
    width: 28rem;
    height: 28rem;
}

.index_section04_photo02 {
    width: 28rem;
    height: 28rem;
}

.index_section04_photo03 {
    width: 18rem;
    height: 18rem;
}

.index_section04_photo04 {
    width: 18rem;
    height: 18rem;
}

.index_section04_photo05 {
    width: 18rem;
    height: 18rem;
}

.index_section04_photo06 {
    width: 18rem;
    height: 18rem;
}

.index_section05 {
    position: relative;
    padding: 8.5rem 0 8rem;
}

.index_section05 h2 {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
}

.index_section05 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.45;
    white-space:pre-line;
    display: inline;
    position: relative;
}

.index_section05 .section_block1 {
    position: relative;
    margin: 3.7rem 0;
}

.index_section05 .section_block1 p {
    font-size: 2rem;
    text-align: left;
    white-space: pre-line;
}

.index_section05 .section_block2 {
    border: 0.3rem solid #04679e;
    position: relative;
    width: 90rem;
    height: 16rem;
    margin: 0 auto;
    padding: 2.4rem 0;
}

.index_section05 .section_block2 p {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    white-space: pre-line;
}

.index_section06 {
    position: relative;
    padding: 8.5rem 0 8rem;
}

.index_section06 h2 {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
}

.index_section06 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.45;
    white-space:pre-line;
    display: inline;
    position: relative;
}

.index_section06 .section_block1 {
    position: relative;
    margin: 3.5rem 0;
}

.index_section06 .section_block1 p {
    font-size: 2rem;
    text-align: left;
    line-height: 1.6;
    white-space: pre-line;
}

.index_section06 .section_block2 {
    position: relative;
    margin: 4rem;
}

.index_section06 .section_block3 {
    background-color: #fff;
    border: 0.3rem solid #d0def5;
    position: relative;
    height: 28rem;
    margin-top: 6rem;
}

.index_section06 .section_block3::before {
    border-style: solid;
    border-width: 7rem 13rem 0 13rem;
    border-color: #04679e transparent transparent transparent;
    content: '';
    position: absolute;
    top: -4.5rem;
    left: calc(50% - 13rem);
    width: 0;
    height: 0;
}

.index_section06 h3 {
    font-size: 4.2rem;
    font-weight: bold;
    text-align: center;
    margin-top: 5rem;
}

.index_section06 h4 {
    font-size: 4.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
}

.index_section06 .section_block3 p {
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
    white-space: pre-line;
    margin: 2rem 0;
}

.index_section06 .section_block3 span {
    text-align: center;
    display: block;
}

.index_section06_photo {
    width: 51rem;
    height: 38rem;
}

.index_section07 {
    position: relative;
    padding: 8.5rem 0 8rem;
}

.index_section07 h2 {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
}

.index_section07 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.45;
    white-space:pre-line;
    display: inline;
    position: relative;
}

.index_section07 .section_block1 {
    position: relative;
    margin-top: 3.7rem;
}

.index_section07 .section_block1 > p {
    font-size: 2rem;
    text-align: left;
    line-height: 1.7;
    white-space: pre-line;
}

.index_section07 .section_block1 > div {
    border-radius: 1rem;
    margin-top: 3rem;
    padding: 3rem;
}

.index_section07 .section_block1 > div p {
    font-size: 1.8rem;
    line-height: 1.6;
    white-space: pre-line;
}

.index_section07 .section_block2 {
    position: relative;
    margin: 4.2rem 4rem 0;
    margin-bottom: 0;
}

.index_section07 h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.index_section07_image {
    width: 14rem;
    height: 14rem;
    margin-left: 2rem;
    float: right;
}

.index_section07_photo {
    width: 51rem;
    height: auto;
}

.index_section08 {
    position: relative;
    padding: 8rem 0 0;
}

.index_section08 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    white-space:pre-line;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 7rem;
}

.index_section08 .section_block1 {
    position: relative;
	margin-left: 5rem;
}

.index_section08 .section_block1 > div {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24.0rem;
    height: 4rem;
    margin-left: auto;
    margin-right: 1.8rem;
    margin-bottom: 1rem;
}

.index_section08 .section_block2 {
    position: relative;
    margin-top: 30rem;
    transform: translateX(-0.7rem);
}

.index_section08 .section_block2 > div {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.5rem;
    height: 4rem;
    margin-right: 2.0rem;
    margin-bottom: 1rem;
}

.index_section08 .section_block3 {
    position: relative;
    margin-top: 30rem;
    transform: translateX(-0.7rem);
}

.index_section08 .section_block3 > div {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27.rem;
    height: 4rem;
    margin-right: 0rem;
    margin-bottom: 1rem;
}

.index_section08 .section_block1 dl {
    display: flex;
    align-items: center;
    margin-left: 0rem;
    margin-right: 2.0rem;
    margin-bottom: 1rem;
}

.index_section08 .section_block2 dl {
    display: flex;
    align-items: center;
    margin-right: 1.0rem;
    margin-bottom: 1rem;
}

.index_section08 .section_block3 dl {
    display: flex;
    align-items: center;
    margin-right: 0rem;
	margin-left: 0.5rem;
    margin-bottom: 1rem;
}

.index_section08 .dl_decoration {
    position: relative;
    margin-top: 4rem;
}


.index_section08 .dl_decoration::before {
    border-style: solid;
    border-width: 3rem 2.8rem 0 2.8rem;
    border-color: #1aa5e7 transparent transparent transparent;
    content: '';
    position: absolute;
    top: -4rem;
    right: 10rem;
    width: 0;
    height: 0;
}

.index_section08 .dl_decoration2 {
    position: relative;
    margin-top: 4rem;
}


.index_section08 .dl_decoration2::before {
    border-style: solid;
    border-width: 3rem 2.8rem 0 2.8rem;
    border-color: #1aa5e7 transparent transparent transparent;
    content: '';
    position: absolute;
    top: -4rem;
	left: 51rem;
    width: 0;
    height: 0;
}
.index_section08 dt {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 14rem;
    min-height: 14rem;
    margin-right: 1rem;
}

.index_section08 dt::before {
    color: #fff;
    content: attr(data-text);
    font-family: 'DIN Bold';
    font-size: 3rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 0.5rem;
}

.index_section08 dt img {
    margin-top: 3rem;
}

.index_section08 .section_block2 dt {
    display: none;
}

.index_section08 .section_block3 dt {
    display: none;
}

.index_section08 dd {
    background-color: #fff;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.5;
	border: 3px solid #0065a1;
    text-align: center;
    white-space: pre-line;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 14rem;
    min-height: 14rem;
    padding: 1.6rem 0;
}

.index_section08 dd span {
    font-size: 1.4rem
}

.index_section08 dl:nth-of-type(1) dd {
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 15rem;
    width: 80rem;
	font-size:2.0rem;
    padding-left: 10rem;
}

.index_section08 .section_block1 dl:nth-of-type(2) dd {
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 10;
    left: 15rem;
    width: 80rem;
	font-size:2.0rem;
	padding-left: 25rem;
	
}


.index_section08 dl:nth-of-type(4) dd {
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 15rem;
    width: 80rem;
	font-size:2.0rem;
    padding-left: 5rem;
}

.index_section08 dl:nth-of-type(4) dd {
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 15rem;
    width: 80rem;
	font-size:2.0rem;
    padding-left: 7rem;
}

.index_section08 dl:nth-of-type(5) dd {
    flex-direction: row;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 15rem;
    width: 80rem;
	font-size:2.0rem;
    padding-left: 20rem;
}

.index_section08_icon01 {
    width: 6.4rem;
    height: 6.4rem;
    transform: translateX(1rem);
}

.index_section08_icon02 {
    width: 5.8rem;
    height: 7rem;
}

.index_section08_icon03 {
    width: 6.8rem;
    height: 6.8rem;
}

.index_section08_icon04 {
    width: 5.2rem;
    height: 6.8rem;
}

.index_section08_icon05 {
    width: 6.4rem;
    height: 6.4rem;
}

.browser_ie .index_section08_icon01 { transform: translate(1rem, 3rem); }
.browser_ie .index_section08_icon02 { transform: translateY(3rem); }
.browser_ie .index_section08_icon03 { transform: translateY(3rem); }
.browser_ie .index_section08_icon04 { transform: translateY(3rem); }
.browser_ie .index_section08_icon05 { transform: translateY(3rem); }

.index_section08_image01 {
    width: 13.7rem;
    height: 11.7rem;
    position: absolute;
    top: 7.3rem;
    right: 11.3rem;
}

.index_section08_image02 {
    width: 19.4rem;
    height: 13.8rem;
    position: absolute;
    top: 25.6rem;
    right: 7.8rem;
}

.index_section03 {
    position: relative;
    margin-bottom: 5.2rem;
    padding-top: 7rem;
}

.index_section03 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    white-space:pre-line;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 2rem;
}

.index_section03 .section_block1 {
    font-size: 2rem;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

.index_section03 .section_block2 ul {
    background-color: #fff;
    list-style: none;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    padding: 6rem 17.5rem 1.5rem;
}

.index_section03 .section_block2 li {
    letter-spacing: -0.05rem;
    white-space: pre-line;
    position: relative;
    margin-bottom: 3.2rem;
}

.index_section03 .section_block2 li::before {
    background-color: #04679e;
    border-radius: 2rem;
    color: #fff;
    content: attr(data-text);
    font-family: 'DIN Bold';
    font-size: 2.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.5rem;
    left: -5.5rem;
    width: 4rem;
    height: 4rem;
}

.index_section03 .section_block2 li:nth-child(2) {
    margin-bottom: 2.2rem;
}

.index_section09 {
    position: relative;
    padding: 8.2rem 0 0rem;
}

.index_section09 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    white-space:pre-line;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 8.5rem;
}

.index_section09 .section_block1 {
    position: relative;
}

.index_section09 table {
    border-collapse: separate;
    border-spacing: 0;
    border-right: 0.1rem solid #ccc;
    border-bottom: 0.1rem solid #ccc;
    table-layout: fixed;
    width: 106rem;
    margin: 0 auto;
}

.index_section09 table::before {
    border-radius: 1rem 1rem 0 0;
    content: '';
    position: absolute;
    top: -2rem;
    right: 2rem;
    width: 36rem;
    height: calc(100% + 2.2rem);
    z-index: 8;
}

.index_section09 table::after {
    content: attr(data-text);
    font-size: 1.8rem;
    position: absolute;
    right: 2.2rem;
    bottom: -3.5rem;
}

.index_section09 table th,
.index_section09 table td {
    border-top: 0.1rem solid #ccc;
    border-left: 0.1rem solid #ccc;
    font-size: 2rem;
    font-weight: bold;
    white-space: normal;
    word-break: break-all;
    padding: 2rem;
    vertical-align: top;
}

.index_section09 table tbody th {
    background-color: #f2f2f2;
}

.index_section09 table tbody td {
    text-align: left;
}

.index_section09 table tbody td > div {
    display: flex;
    justify-content: space-between;
    width: 22rem;
    margin: 0 auto;
}

.index_section09 thead th:nth-child(1) {
    width: 24rem;
	height: 11rem;
    padding-bottom: 2rem;
    text-align: center;
    vertical-align: middle;
}

.index_section09 thead th:nth-child(2) {
    width: 26rem;
    height: 11rem;
    padding-bottom: 2rem;
    text-align: center;
    vertical-align: middle;
}

.index_section09 thead th:nth-child(3) {
    background-color: transparent;
    border: none;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 2.3rem;
    width: calc(36rem - 0.6rem);
    height: 11rem;
    transform: translateY(-1rem);
    z-index: 9;
}

.index_section09 thead th:nth-child(3) span {
    font-size: 2.6rem;
}


.index_section10 {
    position: relative;
    padding: 8.5rem 0 5rem;
}

.index_section10 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    white-space:pre-line;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 6.5rem;
}

.index_section10 .section_block1 {
    position: relative;
}

.index_section10 dl {
    margin: 0 7rem 3rem;
}

.index_section10 dl:nth-child(3),
.index_section10 dl:nth-child(6),
.index_section10 dl:nth-child(7) {
    margin-bottom: 4rem;
}

.index_section10 dt {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    display: flex;
    align-items: center;
    position: relative;
    min-width: 12rem;
    height: 7rem;
    min-height: 7rem;
    padding-left: 8.5rem;
}

.index_section10 dt::before {
    background-color: #04679e;
    color: #fff;
    content: 'Q';
    font-family: 'DIN Bold';
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 7rem;
}

.index_section10 dd {
    background-color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.5;
    white-space: normal;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 10rem;
    min-height: 10rem;
    padding-left: 8.5rem;
}

.index_section10 dd::before {
    background-color: #fff;
    color: #04679e;
    content: 'A';
    font-family: 'DIN Bold';
    font-size: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 7rem;
    height: 10rem;
}

.index_section11 {
    position: relative;
    padding: 8.5rem 0;
}

.index_section11 .section_head {
    background: linear-gradient(transparent 60%, #fff813 60%);
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
    white-space:pre-line;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 2.5rem;
}

.index_section11 .section_block1 {
    position: relative;
}

.index_section11 dl {
    border-top: 0.1rem solid #ccc;
    display: flex;
    align-items: flex-start;
    min-height: 6rem;
    margin: 0 7rem;
}

.index_section11 dl:last-of-type {
    border-bottom: 0.1rem solid #ccc;
}

.index_section11 dt {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    min-width: 29.5rem;
    padding-top: 1.5rem;
    padding-left: 0.5rem;
}

.index_section11 dd {
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.6;
    white-space: normal;
    word-wrap: break-word;
    display: table-cell;
    align-items: center;
    width: 100%;
    min-height: 6rem;
    padding: 1.6rem 0;
}

.index_section11 dd a {
    color: #333;
}

.index_section11 dd.pre {
    white-space: pre-line;
}

.index_section11 td {
    vertical-align: top;
    padding-bottom: 0.6rem;
    padding-right: 2rem;
}

.index_section11_logo {
    width: 15.4rem;
    height: 4rem;
    transform: translate(7rem, -1rem);
}


@media screen and (max-width: 768px) {

    /* --------------------
     *   main
     * -------------------- */

    .index_section00 .section_block2 {
        font-size: 3.1rem;
        white-space: normal;
        padding: 0 1.5rem;
    }

    .index_section00 .section_block3 {
        padding: 0 1.5rem;
    }

    .index_section00 .section_block3 a {
        border-radius: 5rem;
        font-size: 2.3rem;
        text-align: left;
        white-space: normal;
        width: 100%;
        height: 10rem;
        padding: 0 1.5rem;
    }

    .index_section01 {
        height: 150rem;
    }

    .index_section01 > div > div:nth-last-of-type(1) {
        left: 0;
        height: 56rem;
    }

    .index_section01 .section_head {
        font-size: 3.8rem;
        line-height: 1.8;
        margin-top: 3.8rem;
        padding-left: 1.5rem;
    }

    .index_section01 .section_subhead {
        font-size: 1.8rem;
        line-height: 2;
        white-space: normal;
        padding-left: 1.5rem;
    }

    .index_section01 .section_block1 {
        margin-left: calc(50% - 15rem);
    }

    .index_section01 .section_block2 {
        height: 102rem;
        transform: translateY(-46rem);
    }

    .index_section01 .section_block2 > span:nth-of-type(1) {
        transform: translate(1.5rem, 3rem);
    }

    .index_section01 .section_block2 > span:nth-of-type(2) {
        transform: translate(21rem, 3rem);
    }

    .index_section01 .section_block2 > p:nth-of-type(1) {
        font-size: 3.1rem;
        white-space: normal;
        margin: 0 1.5rem;
        padding: 8.9rem 0 18.5rem;
    }

    .index_section01 .section_block2 > div {
        transform: translate(9.5rem, 24.5rem);
    }

    .index_section01 .section_block2 > ul {
        flex-direction: column;
        padding: 5rem 3.8rem 0;
    }

    .index_section01 .section_block2 > ul li {
        margin-bottom: 3rem;
		width: auto;
    }

    .index_section01 .section_block2 > ul li:nth-child(3) div:nth-of-type(2) span {
        font-size: 2.4rem;
    }

    .index_section01 .section_block2 > p:nth-of-type(2) {
        white-space: normal;
        width: calc(100% - 3rem);
        height: auto;
        margin: 1rem auto;
        padding: 1rem;
    }

    .index_section02 .section_head {
        line-height: 1.5;
        text-align: center;
        white-space: normal;
        margin-bottom: 0rem;
        padding: 0 1.5rem;
    }

    .index_section02 .section_block1 {
        width: calc(100% - 3rem);
        height: auto;
        margin: 7rem 1.5rem 5rem;
        padding: 3rem 1.5rem;
    }

    .index_section02 .section_block1 p {
        font-size: 2.3rem;
        white-space: normal;
    }

    .index_section02 .section_block2::before {
        border-width: 7rem 38.5rem 0 38.5rem;
    }

    .index_section02 .section_list {
        width: calc(100% - 3rem);
        padding: 3rem 1.5rem;
        padding-left: 6.5rem;
    }

    .index_section02 .section_list li {
        font-size: 2.3rem;
        line-height: 1.7;
        padding: 0;
        padding-left: 1rem;
        padding-bottom: 2rem;
    }

    .index_section02 .section_list li div {
        top: 0;
    }

    .index_section02 .section_block2 p {
        font-size: 3.1rem;
        white-space: normal;
        padding: 2.7rem 1.5rem 7.5rem;
    }

    .index_section02_image {
        top: auto;
        right: 1.5rem;
        bottom: 0;
        opacity: 0.2;
    }

    .index_section04 h2 {
        text-align: center;
        padding: 0 1.5rem;
    }

    .index_section04 .section_head {
        font-size: 3.6rem;
        line-height: 1.5;
        display: inline;
        white-space: normal;
    }

    .index_section04 .section_block1 {
        text-align: center;
        margin-top: 4.5rem;
        padding: 0 1.5rem;
    }

    .index_section04 .section_block2 {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .index_section04 .section_block2::before {
        top: 5.5rem;
    }

    .index_section04 .section_block3 {
        margin: 6rem 1.5rem 0;
    }

    .index_section04 .section_block3 h3 {
        font-size: 2.5rem;
        height: auto;
        padding: 1.5rem 0.5rem;
    }

    .index_section04 .section_block4 {
        margin: 0 1.5rem;
    }

    .index_section04 .section_block4 ul {
        flex-direction: column;
        height: auto;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .index_section04 .section_block4 li {
        margin-bottom: 6rem;
    }

    .index_section04 .section_block4 li::after {
        font-size: 2.3rem;
        bottom: -3.7rem;
    }

    .index_section04 .section_block4 p {
        white-space: normal;
        margin: 3rem 1.5rem 3.5rem;
    }

    .index_section04_photo01 {
        width: 10rem;
        height: 10rem;
    }

    .index_section04_photo02 {
        width: 10rem;
        height: 10rem;
    }

    .index_section05 {
        padding: 4.5rem 1.5rem 4rem;
    }

    .index_section05 .section_head {
        font-size: 3.1rem;
    }

    .index_section05 .section_block2 {
        width: 100%;
        height: auto;
    }

    .index_section05 .section_block2 p {
        white-space: normal;
        padding: 0 1rem;
    }

    .index_section06 {
        padding: 4.5rem 1.5rem 4rem;
    }

    .index_section06 .section_head {
        font-size: 3.1rem;
        white-space: normal;
    }

    .index_section06 .section_block2 {
        margin: 0;
    }

    .index_section06 .section_block3 {
        height: auto;
        margin-top: 8rem;
        padding: 0 1.5rem;
    }

    .index_section06 h3 {
        font-size: 3.6rem;
    }

    .index_section06 h4 {
        font-size: 3.6rem;
    }

    .index_section06 .section_block3 p {
        white-space: normal;
    }

    .index_section06 .section_block3 span {
        white-space: normal;
        margin: 2rem 0;
        padding: 0 1.5rem;
    }

    .index_section06_photo {
        width: 100vw;
        margin-left: -1.5rem;
    }

    .index_section07 {
        padding: 4.5rem 1.5rem 4rem;
    }

    .index_section07 .section_head {
        font-size: 3.1rem;
        white-space: normal;
    }

    .index_section07 .section_block1 > p {
        white-space: normal;
    }

    .index_section07 .section_block1 > div {
        padding: 3rem 1.5rem;
    }

    .index_section07 .section_block2 {
        margin: 3rem 0 0;
        margin-left: -1.5rem;
    }

    .index_section07 h3 {
        font-size: 2.8rem;
        line-height: 1.5;
        white-space: normal;
    }

    .index_section07_image {
        float: none;
        margin-left: calc(50% - 7rem);
        margin-bottom: 2rem;
    }

    .index_section07_photo {
        width: 100vw;
        height: auto;
    }

    .index_section08 {
        padding: 4rem 1.5rem 0;
    }

    .index_section08 .section_head {
        font-size: 3.1rem;
        margin: 0 auto 3.5rem;
    }

    .index_section08 .section_block1 > div {
        width: 100%;
    }

    .index_section08 .section_block2 {
        margin-top: 0;
        transform: translateX(0);
    }

    .index_section08 .section_block2 > div {
        width: 100%;
    }

    .index_section08 .section_block1 dl {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5rem;
    }

    .index_section08 .section_block2 dl {
        margin-right: 0;
        margin-bottom: 5rem;
    }

    .index_section08 .dl_decoration::before {
        right: 9rem;
    }

    .index_section08 dt {
        min-width: 10rem;
        min-height: 12rem;
    }

    .index_section08 dt::before {
        font-size: 2.2rem;
    }

    .index_section08 .section_block2 dt {
        display: flex;
    }

    .index_section08 dd {
        height: 12rem;
        min-height: 12rem;
        padding: 1.5rem 1rem;
    }

    .index_section08 dl:nth-of-type(1) dd {
        position: relative;
        left: 0;
        width: 100%;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .index_section08_icon01 {
        width: 4.8rem;
        height: 4.8rem;
        transform: translateX(0.5rem);
    }

    .index_section08_icon02 {
        width: 4.2rem;
        height: 5.2rem;
    }

    .index_section08_icon03 {
        width: 5.1rem;
        height: 5.1rem;
    }

    .index_section08_icon04 {
        width: 3.9rem;
        height: 5.1rem;
    }

    .index_section08_icon05 {
        width: 4.8rem;
        height: 4.8rem;
    }

    .index_section08_image01 {
        top: 19.3rem;
    }

    .index_section08_image02 {
        top: 49.6rem;
    }

    .index_section03 {
        padding: 0 1.5rem;
        padding-top: 3rem;
    }

    .index_section03 .section_head {
        font-size: 3.1rem;
    }

    .index_section03 .section_block2 ul {
        padding: 6rem 1.5rem 1.5rem;
        padding-left: 7rem;
    }

    .index_section03 .section_block2 li {
        white-space: normal;
    }

    .index_section03 .section_block2 li:nth-child(1) {
        margin-bottom: 15rem;
    }

    .index_section03 .section_block2 li:nth-child(2) {
        margin-bottom: 18rem;
    }

    .index_section09 {
        padding: 4.2rem 1rem 10.4rem;
    }

    .index_section09 .section_block1 {
        overflow-x: hidden;
        height: 105%;
    }

    .index_section09 table {
        width: auto;
        margin-top: 0rem;
    }

    .index_section09 table::before {
        top: 1rem;
        right: 0rem;
        width: 100%;;
        height: auto;
    }

    .index_section09 table::after {
        right: 0rem;
        bottom: 0.5rem;
    }

    .index_section09 table th,
    .index_section09 table td {
        font-size: 1.6rem;
		width: 100%;
		display: block;
		height: auto;
    }

    .index_section09 table tbody th {
        padding-right: 0rem;
    }

    .index_section09 table tbody td > div {
        width: 100%;
        margin-right: 0;
    }

    .index_section09 thead th:nth-child(1) {
        width: 100%;
		display: none;
    }

    .index_section09 thead th:nth-child(2) {
        width: 100%;
		display: none;
    }

    .index_section09 thead th:nth-child(3) {
        width: 100%;
    }

    .index_section09 tbody td:nth-of-type(2) {
        right: -3.5rem;
        width: calc(22rem - 0.6rem);
    }

    .index_section10 {
        padding: 4.5rem 1.5rem 5rem;
    }

    .index_section10 .section_head {
        font-size: 3.1rem;
        margin: 0 auto 4.5rem;
    }

    .index_section10 dl {
        margin: 0 0 3rem;
    }

    .index_section10 dt {
        white-space: normal;
        height: auto;
        padding-top: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

    .index_section10 dt::before {
        height: 100%;
    }

    .index_section10 dd {
        height: auto;
        padding-top: 1rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

    .index_section10 dd::before {
        height: auto;
        min-height: 10rem;
    }

    .index_section11 {
        padding: 4.5rem 1.5rem;
    }

    .index_section11 .section_head {
        font-size: 3.1rem;
        margin: 0 auto 4.5rem;
    }

    .index_section11 dl {
        margin: 0;
    }

    .index_section11 dt {
        min-width: 13.5rem;
    }

    .index_section11 dd a {
        word-break: break-all;
    }

    .index_section11 dd.pre {
        white-space: normal;
    }

    .index_section11 tr {
        display: flex;
        flex-direction: column;
    }

    .index_section11 td {
        padding-bottom: 1.6rem;
        padding-right: 0;
    }

    .index_section11 td:nth-child(1) {
        font-weight: bold;
    }

    .index_section11_logo {
        transform: translate(0, -1rem);
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {

    .header_menu li {
        width: 11rem;
    }

    .header_menu {
        flex-direction: row;
        height: calc(100vh - 7rem);
        margin: 7rem 0;
    }

    .header_menu a {
        font-size: 1.6rem;
    }
}
