@charset "utf-8";

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{background:transparent;font-size:100%;vertical-align:baseline;outline:0;border:0;margin:0;padding:0;}body{line-height:1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}nav ul{list-style:none;}audio,canvas{display:inline-block;}video{display:block;border:1px solid #d7d8da;box-sizing:border-box;}svg:not(:root){overflow:hidden;}a{background:transparent;font-size:100%;vertical-align:baseline;margin:0;padding:0;}input,select{vertical-align:middle;}input[type=checkbox],input[type=radio]{vertical-align:baseline;}abbr[title]{border-bottom:1px dotted;cursor:help;}blockquote,q{quotes:none;}br{letter-spacing:0;}del{text-decoration:line-through;}hr{display:block;height:1px;border:0;border-top:1px solid #d7d8da;-moz-box-sizing:content-box;box-sizing:content-box;margin:1em 0;padding:0;}img{vertical-align:bottom;border:0;-ms-interpolation-mode:bicubic;}ins{text-decoration:none;}li{list-style-type:none;}pre{font-family:monospace, sans-serif;white-space:pre-wrap;word-wrap:break-word;margin:0;}table{border-collapse:collapse;border-spacing:0;}audio:not([controls]),[hidden]{display:none;}b,strong{font-weight:700;}blockquote:before,blockquote:after,q:before,q:after{content:none;}dfn,em{font-style:normal;}

/* Basic settings
--------------------------------------------------------- */
html {scroll-behavior: smooth;}
body { font:14px/1.231 "Noto Sans JP","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", Helvetica, "HelveticaNeue", Verdana, sans-serif; -webkit-text-size-adjust:none; color: #434343;}
a {color:#00a4f0; text-decoration:none;}
a, button, input, select { -webkit-tap-highlight-color:rgba(0,0,0,0.3);}
select { background: #fff;}
select:disabled { background: #ddd;}
textarea, input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"] {font-size:16px;}
textarea, pre { font-family:"ヒラギノ角ゴ ProN W3", Helvetica, "HelveticaNeue", Verdana, sans-serif;}
a {
    -webkit-transition: opacity 0.15s ease-out;
    -moz-transition: opacity 0.15s ease-out;
    -ms-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
}

a:hover {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
}

.center {
    text-align: center;
}

/* Header
--------------------------------------------------------- */
header {
	height: 660px;
	margin: 0px;
	padding: 0px;
    background: url(../images/mainvisual_bg.jpg) center no-repeat;
    background-size: cover;
}

header .mainvisual {
    position: relative;
    width: 1060px;
    margin: 0 auto;
}

header .mainvisual .copy {
    position: absolute;
    top: 94px;
}

header .mainvisual .cv_btn {
    position: absolute;
    top: 514px;
    left: 98px;
}

header .mainvisual .download_btn {
    position: absolute;
    top: 507px;
    left: 570px;
    z-index: 1;
}

header .mainvisual .woman {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 660px;
    background: url(../images/mainvisual_woman.png) center center no-repeat;
}

/* CV Area
--------------------------------------------------------- */
section.cvarea {
	margin: 0px;
	padding: 70px 0;
    background: #efefef;
}

section.cvarea > div {
    position: relative;
    width: 1030px;
    padding-left: 30px;
    margin: 0 auto;
    background: #fff;
}

section.cvarea > div h3 {
    color: #00a4f0;
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

section.cvarea > div .cv_btn {
    text-align: center;
    padding-bottom: 40px;
}

section.cvarea > div .info {
    text-align: center;
    padding-bottom: 40px;
}

section.cvarea > div .woman {
    position: absolute;
    top: -84px;
    right: 0;
}

section.cvarea > div .line {
    background: #4fcb0b;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    top: 25px;
    left: 25px;
}

section.cvarea > div .line p {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}

section.cvarea > div .line img {
    padding: 10px;
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

section.cvarea > div .line a,
section.cvarea > div .line a:hover{
    color: #ffd400;
}

/* Section_Special
--------------------------------------------------------- */
section.section_special {
    background: #efefef;
    padding-bottom: 56px;
}

section.section_special .bg {
    background: top no-repeat;
    background-size: cover;
    height: 360px;
    z-index: -1;
}

section.section_special .wrap {
    margin: -360px auto 0;
    width: 1060px;
}

section.section_special .wrap h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 5px #000;
}

section.section_special .wrap .box {
    background: #fff;
    padding: 30px 80px;
    width: 900px;
    margin-bottom: 0px;
}

section.section_special .wrap .box h3 {
    text-align: center;
    color: #00a4f0;
    font-size: 16px;
    margin-bottom: 20px;
}

section.section_special .wrap .box h3 span {
    background: url(../images/section_special_h3_bg.png) right center no-repeat;
    padding-right: 20px;
    line-height: 26px;
}

section.section_special .wrap .box h4 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 70px;
}

section.section_special .wrap .box h4 span {
    color: #00a4f0;
}

section.section_special .wrap .box h5 {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

section.section_special .wrap .box p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.8;
}

section.section_special .wrap .box p.firstComment {
    text-align: center;
    padding: 20px;
    background: #efefef;
    border: 1px solid #ddd;
    border-radius: 5px;
}

section.section_special .wrap .box .innerBoxFirst {
    padding: 20px;
    border-top: 1px solid #efefef;
}

section.section_special .wrap .box .innerBox {
    width: 409px;
    float: left;
    padding: 20px;
    border-top: 1px solid #efefef;
}

section.section_special .wrap .box .innerBox:nth-child(odd) {
    border-right: 1px solid #efefef;
}

section.section_special .wrap .box .innerBoxFirst p,
section.section_special .wrap .box .innerBox p {
    padding: 0;
    margin: 0;
}

section.section_special .wrap .box .last {
    text-align: center;
    border-top: 1px solid #efefef;
    display: block;
    clear: both;
    padding-top: 60px;
}

section.section_special .wrap .box .pdfBox {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 30px;
    background: #efefef;
}

section.section_special .wrap .box .pdfBox h3 {
    font-size: 20px;
    color: #434343;
    margin-bottom: 30px;
}

section.section_special .wrap .box .pdfBox .slide_thm_left,
section.section_special .wrap .box .pdfBox .slide_thm_right {
    float: left;
}

section.section_special .wrap .box .pdfBox .slide_thm_left {
    margin: 0 60px 0 95px;
}

section.section_special .wrap .box .pdfBox .slide_thm_left img,
section.section_special .wrap .box .pdfBox .slide_thm_right img {
    width: 300px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

section.section_special .wrap .box .pdfBox .slide::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

section.section_special .wrap .box .pdfBox p {
    margin: 20px 0 0 0;
    font-size: 14px;
    text-align: center;
}

section.section_special .wrap .box .pdfBox .download_btn {
    display: block;
    margin-top: 20px;
    text-align: center;
}

section.section_special .wrap .box .pdfBox .download_btn img {
    width: 250px;
}

/* Section_02
--------------------------------------------------------- */
section.section_02 {
	margin: 0px;
	padding: 70px;
    background: #00a4f0;
}

section.section_02 > div {
    position: relative;
    width: 1060px;
    margin: 0 auto;
}

section.section_02 p {
    width: 440px;
    margin-top: 35px;
    padding: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}

section.section_02 .image {
    position: absolute;
    top: 40px;
    right: 0;
}

/* Section_03
--------------------------------------------------------- */
section.section_03 {
}

section.section_03 h2 {
    font-size: 24px;
    padding: 40px 0;
    margin: 0;
    text-align: center;
}

section.section_03 h2 span {
    color: #00a4f0;
}

/* Section_03 Point_01
--------------------------------------------------------- */
section.section_03 .point_01 {
    background: url(../images/sec03_img_01.jpg) no-repeat;
    background-position: calc(50% - 337px) 0;
}

section.section_03 .point_01 > div {
    position: relative;
    width: 1060px;
    height: 450px;
    margin: 0 auto;
}

section.section_03 .point_01 > div > div {
    position: absolute;
    top: 0;
    left: 530px;
    width: 450px;
    padding: 120px 0 0 80px;
}

section.section_03 .point_01 > div p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
}

/* Section_03 Point_02
--------------------------------------------------------- */
section.section_03 .point_02 {
    background: url(../images/sec03_img_02.jpg) no-repeat;
    background-position: calc(50% - -388px) 0;
}

section.section_03 .point_02 > div {
    position: relative;
    width: 1060px;
    height: 450px;
    margin: 0 auto;
}

section.section_03 .point_02 > div > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    padding: 120px 80px 0 0;
}

section.section_03 .point_02 > div p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
}

/* Section_03 Point_03
--------------------------------------------------------- */
section.section_03 .point_03 {
    background: url(../images/sec03_img_03.jpg) no-repeat;
    background-position: calc(50% - 337px) 0;
}

section.section_03 .point_03 > div {
    position: relative;
    width: 1060px;
    height: 450px;
    margin: 0 auto;
}

section.section_03 .point_03 > div > div {
    position: absolute;
    top: 0;
    left: 530px;
    width: 450px;
    padding: 120px 0 0 80px;
}

section.section_03 .point_03 > div p {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
}

/* Section_04
--------------------------------------------------------- */
section.section_04 {
    background: #efefef;
    padding-bottom: 56px;
}

section.section_04 .bg {
    background: top no-repeat;
    background-size: cover;
    height: 360px;
    z-index: -1;
}

section.section_04 .wrap {
    margin: -360px auto 0;
    width: 1060px;
}

section.section_04 .wrap h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 5px #000;
}

section.section_04 .wrap .box_left,
section.section_04 .wrap .box_right,
section.section_04 .wrap .box_center {
    background: #fff url(../images/box_triangle.png) top right no-repeat;
    padding: 40px;
}

section.section_04 .wrap .box_left h3,
section.section_04 .wrap .box_right h3,
section.section_04 .wrap .box_center h3 {
    margin-bottom: 35px;
}

section.section_04 .wrap .box_left h4,
section.section_04 .wrap .box_right h4,
section.section_04 .wrap .box_center h4 {
    font-size: 18px;
    color: #00a4f0;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 30px;
}

section.section_04 .wrap .box_center h4 img {
    margin-right: 10px;
}

section.section_04 .wrap .box_left p,
section.section_04 .wrap .box_right p,
section.section_04 .wrap .box_center p {
    font-size: 15px;
    line-height: 1.8;
}

section.section_04 .wrap .box_left {
    width: 430px;
    float: left;
}

section.section_04 .wrap .box_right {
    width: 430px;
    float: right;
}

section.section_04 .wrap .box_wrap::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

section.section_04 .wrap .box_center {
    width: 980px;
    margin-top: 40px;
    margin-bottom: 40px;
}

section.section_04 .wrap .btn_movie {
    text-align: center;
    margin-top: 40px;
}

/* Section_05
--------------------------------------------------------- */
section.section_05 {
    background: #efefef;
    padding-bottom: 56px;
}

section.section_05 .bg {
    background: top no-repeat;
    background-size: cover;
    height: 360px;
    z-index: -1;
}

section.section_05 .wrap {
    margin: -360px auto 0;
    width: 1060px;
}

section.section_05 .wrap h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 5px #000;
}

section.section_05 .wrap h3 {
    font-size: 24px;
    font-weight: normal;
    padding: 0;
    margin-bottom: 50px;
    text-align: center;
}

section.section_05 .wrap .box_01 {
    background: #fff;
    padding: 56px 130px;
    width: 800px;
    margin-bottom: 40px;
}

section.section_05 .wrap .box_01 h3 {
    text-align: center;
}

section.section_05 .wrap .box_01 h3 span {
    background: url(../images/sec05_h3_01_bg.png) left top no-repeat;
    padding: 12px 0 10px 60px;
    font-size: 22px;
    line-height: 2.2;
    margin-bottom: 50px;
}

section.section_05 .wrap .box_01 p {
    margin-top: 50px;
    font-size: 15px;
    line-height: 1.8;
}

section.section_05 .wrap .box_02 {
    background: #fff url(../images/sec05_box_01_bg.png) 38px bottom no-repeat;
    padding: 56px 40px 56px 420px;
    margin-bottom: 40px;
}

section.section_05 .wrap .box_02 h4 {
    margin-bottom: 24px;
}

section.section_05 .wrap .box_02 h5 {
    margin-bottom: 15px;
}

section.section_05 .wrap .box_02 p {
    font-size: 15px;
    line-height: 1.8;
}

section.section_05 .wrap .box_02 p {
    margin-bottom: 30px;
}

section.section_05 .wrap .box_03 .box_left,
section.section_05 .wrap .box_03 .box_center,
section.section_05 .wrap .box_03 .box_right {
    width: 270px;
    float: left;
    background: #fff;
    padding: 30px;
}

section.section_05 .wrap .box_03 .box_left h4,
section.section_05 .wrap .box_03 .box_center h4,
section.section_05 .wrap .box_03 .box_right h4 {
    text-align: center;
    margin-bottom: 30px;
}

section.section_05 .wrap .box_03 .box_left .img,
section.section_05 .wrap .box_03 .box_center .img,
section.section_05 .wrap .box_03 .box_right .img {
    text-align: center;
    margin-bottom: 30px;
    height: 104px;
}

section.section_05 .wrap .box_03 .box_left p,
section.section_05 .wrap .box_03 .box_center p,
section.section_05 .wrap .box_03 .box_right p {
    font-size: 15px;
    line-height: 1.8;
}

section.section_05 .wrap .box_03 .box_left {
    float: left;
}

section.section_05 .wrap .box_03 .box_center {
    margin: 0 35px;
}

section.section_05 .wrap .box_03 .box_right {
    float: left;
}

section.section_05 .wrap .box_03::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

/* Section_06
--------------------------------------------------------- */
section.section_06 {
    background: #efefef;
    padding-bottom: 56px;
}

section.section_06 h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    background: #00a4f0;
    padding: 40px 0;
    margin: 0;
    text-align: center;
}

section.section_06 .bg {
    background: center bottom no-repeat;
    padding: 0;
    margin: 0 0 40px 0;
    height: 20px;
}

section.section_06 .box_wrap {
    width: 1060px;
    margin: 0 auto;
    padding-bottom: 20px;
}

section.section_06 .box_wrap::after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

section.section_06 .box_wrap .box {
    width: 260px;
    float: left;
    background: #fff;
    padding: 40px;
}

section.section_06 .box_wrap .box:nth-child(even) {
    margin-left: 20px;
    margin-right: 20px;
}

section.section_06 .box_wrap .box h3 {
    color: #00a4f0;
    font-size: 17px;
    margin-bottom: 25px;
    text-align: center;
}

section.section_06 .box_wrap .box p {
    font-size: 15px;
    line-height: 1.8;
}

/* Section_07
--------------------------------------------------------- */
section.section_07 {
    background: #efefef;
    padding-bottom: 50px;
}

section.section_07 .bg {
    background: top no-repeat;
    background-size: cover;
    height: 360px;
    z-index: -1;
}

section.section_07 .wrap {
    margin: -360px auto 0;
    width: 1060px;
}

section.section_07 .wrap h2 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    padding: 40px 0;
    margin: 0;
    text-align: center;
    text-shadow: 0 0 5px #000;
}

section.section_07 .wrap .box {
    background: #fff;
    padding: 56px 130px;
    width: 800px;
}

section.section_07 .wrap .box table {
    font-size: 15px;
    line-height: 1.8;
    margin: 0 auto;
}

section.section_07 .wrap .box table th,
section.section_07 .wrap .box table td {
    padding: 10px 20px;
}

section.section_07 .wrap .box table th {
    text-align: right;
    white-space: nowrap;
}

/* Copyright
--------------------------------------------------------- */
.copyright {
    font-size: 12px;
    line-height: 1.8;
    background: #313131;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}