@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
--------------------------------------------------------- */
body { width: 100vw; font:14px/1.231 "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", Helvetica, "HelveticaNeue", Verdana, sans-serif; -webkit-text-size-adjust:none;}
a {color:#011b8f; 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;}

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

header .mainvisual {
    position: static;
    width: 100vw;
}

header .mainvisual .copy {
    position: static;
    width: 100vw;
    padding-top: 50px;
    text-align: center;
}

header .mainvisual .copy img {
    width: 90%;
}

header .mainvisual .cv_btn {
    position: static;
    width: 100vw;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 50px;
}

header .mainvisual .cv_btn img {
    width: 90%;
}

header .mainvisual .woman {
    display: none;
    background: none;
}

/* CV Area
--------------------------------------------------------- */
section.cvarea {
    width: 100vw;
	margin: 0px;
	padding: 30px 0;
    background: #efefef;
}

section.cvarea > div {
    position: static;
    width: auto;
    height: auto;
    margin: 0 10px;
	padding: 20px;
    background: #fff;
}

section.cvarea > div h3 {
    font-size: 17px;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

section.cvarea > div h3 img {
    width: 100%;
}

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

section.cvarea > div .cv_btn img {
    width: 100%;
}

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

section.cvarea > div .info img {
    width: 100%;
}

section.cvarea > div .woman {
    display: none;
}

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

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

/* Section_Special
--------------------------------------------------------- */
section.section_special {
    padding-bottom: 0;
}

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

section.section_special .wrap .box {
    background: #fff;
    padding: 15px;
    width: auto;
    margin: 0 10px 0 10px;
}

section.section_special .wrap h2 {
    font-size: 18px;
    padding: 20px;
    line-height: 1.6;
}

section.section_special .wrap .box h4 {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
}

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

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

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

section.section_special .wrap .box .innerBox:nth-child(odd) {
    border-right: none;
}

section.section_special .wrap .box .last {
    padding-top: 30px;
    text-align: left;
}

section.section_special .wrap .box .pdfBox {
    padding: 20px;
}

section.section_special .wrap .box .pdfBox h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

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

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

section.section_special .wrap .box .pdfBox .slide_thm_left img,
section.section_special .wrap .box .pdfBox .slide_thm_right img {
    width: 100%;
}

section.section_special .wrap .box .pdfBox .download_btn {
    margin-top: 10px;
}

section.section_special .wrap .box .pdfBox .download_btn img {
    width: 75%;
}

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

section.section_02 > div {
    width: auto;
	padding: 30px 20px;
    position: static;
}

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

section.section_02 .image {
    position: static;
}

section.section_02 img {
    width: 100%;
}

/* Section_03 Point_01
--------------------------------------------------------- */
section.section_03 .point_01 {
    background: none;
}

section.section_03 .point_01 > div {
    position: static;
    width: auto;
    height: auto;
    margin: 0 auto;
}

section.section_03 .point_01 > div > div {
    position: static;
    width: auto;
    padding: 0 20px 20px;
}

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

section.section_03 .point_01 h3 img {
    max-width: 90%;
}

/* Section_03 Point_02
--------------------------------------------------------- */
section.section_03 .point_02 {
    background: none;
}

section.section_03 .point_02 > div {
    position: static;
    width: auto;
    height: auto;
    margin: 0 auto;
}

section.section_03 .point_02 > div > div {
    position: static;
    width: auto;
    padding: 0 20px 20px;
}

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

section.section_03 .point_02 h3 img {
    max-width: 90%;
}

/* Section_03 Point_03
--------------------------------------------------------- */
section.section_03 .point_03 {
    background: none;
}

section.section_03 .point_03 > div {
    position: static;
    width: auto;
    height: auto;
    margin: 0 auto;
}

section.section_03 .point_03 > div > div {
    position: static;
    width: auto;
    padding: 0 20px 20px;
}

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

section.section_03 .point_03 h3 img {
    max-width: 90%;
}

/* Section_04
--------------------------------------------------------- */
section.section_04 .wrap {
    margin: -360px auto 0;
    width: 100vw;
}

section.section_04 .wrap h2 {
    font-size: 18px;
    padding: 30px 0;
}

section.section_04 .wrap h3 img,
section.section_04 .wrap h4 img,
section.section_04 .wrap .btn_movie img {
    max-width: 100%;
    height: auto;
}

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

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

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

section.section_04 .wrap .box_left,
section.section_04 .wrap .box_right,
section.section_04 .wrap .box_center {
    background: #fff none;
    padding: 20px;
    margin: 10px;
    float: none;
    width: auto;
}

section.section_04 .wrap .btn_movie {
    margin-top: 20px;
}

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

section.section_05 .wrap h2 {
    font-size: 18px;
    padding: 30px 0;
}

section.section_05 .wrap h3 {
    font-size: 18px;
    margin-bottom: 30px;
}

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

section.section_05 .wrap .box_01 {
    background: #fff;
    padding: 20px;
    width: auto;
    margin: 0 10px 30px;
}

section.section_05 .wrap .box_01 h3 {
    background: url(../images/sec05_h3_01_bg.png) left top no-repeat;
    padding: 0 0 15px 60px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
}

section.section_05 .wrap .box_01 h3 span {
    background: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.6;
}

section.section_05 .wrap .box_01 img {
    width: 100%;
    height: auto;
}

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

section.section_05 .wrap .box_02 {
    background: #fff none;
    padding: 20px;
    margin: 10px;
}

section.section_05 .wrap .box_02 h4 {
    text-align: center;
}

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: auto;
    float: none;
    background: #fff;
    padding: 20px;
    margin: 10px;
}

section.section_05 .wrap .box_02 h5 {
    text-align: center;
}

/* Section_06
--------------------------------------------------------- */
section.section_06 h2 {
    font-size: 18px;
    padding: 30px 0;
}

section.section_06 .bg {
    margin: 0 0 20px 0;
}

section.section_06 .box_wrap {
    width: 100vw;
    margin: 0;
    padding-bottom: 0;
}

section.section_06 .box_wrap .box {
    width: auto;
    float: none;
    background: #fff;
    padding: 20px;
    margin: 10px;
}

section.section_06 .box_wrap .box h3 {
    margin-bottom: 10px;
}

section.section_06 .box_wrap .box:last-child {
    margin-bottom: 0px;
}

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

/* Section_07
--------------------------------------------------------- */
section.section_07 .wrap {
    margin: -360px auto 0;
    width: 100vw;
}

section.section_07 .wrap h2 {
    font-size: 18px;
    padding: 30px 0;
}

section.section_07 .wrap .box {
    background: #fff;
    padding: 15px;
    width: auto;
}

section.section_07 .wrap div:first-child {
    margin: 0 10px;
}

section.section_07 .wrap .box table {
    font-size: 13px;
    line-height: 1.4;
}

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