@charset "UTF-8";
/* CSS Document */
/*共通*/
/*フォント*/
body{
    line-height: 1.5rem;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
}
/*ノト　ゴシック体*/
@font-face {
  font-family: 'myfont-black';
    src: url('../fonts/NotoSansCJKjp-Black.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansCJKjp-Black.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansCJKjp-Black-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Bold';
    src: url('../fonts/NotoSansJP-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Bold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Medium';
    src: url('../fonts/NotoSansJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Medium-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Regular';
    src: url('../fonts/NotoSansCJKjp-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansCJKjp-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'myfont-Light';
    src: url('../fonts/NotoSansJP-Light.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSansJP-Light.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSansJP-Light-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Noto-b {
  font-family: 'myfont-black';
}
.font_Noto-bold {
  font-family: 'myfont-Bold';
}
.font_Noto-m {
  font-family: 'myfont-Medium';
}
.font_Noto-r {
  font-family: 'myfont-Regular';
}
.font_Noto-l {
  font-family: 'myfont-Light';
}
/*ロボト　ゴシック体*/
@font-face {
  font-family: 'myfont-Roboto-Bold';
    src: url('../fonts/RobotoCondensed-Bold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/RobotoCondensed-Bold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/RobotoCondensed-Bold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Roboto-b {
  font-family: 'myfont-Roboto-Bold';
}
@font-face {
  font-family: 'myfont-Roboto-Regular';
    src: url('../fonts/RobotoCondensed-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/RobotoCondensed-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/RobotoCondensed-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Roboto-r {
  font-family: 'myfont-Roboto-Regular';
}
/*アンドロイド　セリフ体*/
@font-face {
  font-family: 'myfont-SemiBold';
    src: url('../fonts/NotoSerifJP-SemiBold.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-SemiBold.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-SemiBold-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-semiBold {
  font-family: 'myfont-SemiBold';
}
@font-face {
  font-family: 'myfont-Serif_Medium';
    src: url('../fonts/NotoSerifJP-Medium.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-Medium.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-Medium-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-m {
  font-family: 'myfont-Serif_Medium';
}
@font-face {
  font-family: 'myfont-Serif_Regular';
    src: url('../fonts/NotoSerifJP-Regular.eot'); /* IE9 Compat Modes */
    src:url('../fonts/NotoSerifJP-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/NotoSerifJP-Regular-ttf.ttf')  format('truetype'); /* Safari, Android, iOS */
}
.font_Serif-r {
  font-family: 'myfont-Serif_Regular';
}
img{
	max-width: 100%;
    height: auto;
}
a {
	text-decoration: none!important;
}
ul {
    list-style: none;
    padding: 0;
}
.clear{
	clear: both;
}
/*下から出てくる動き*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1650ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein2000 {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
}
.fadein2000.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*///gナビ///*/
img.logo-top2 {
    width: 234px;
    height: 62px;
}
.header-New-graduate {
	background-color:#fff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 96px;
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
.header-New-graduate {
    background-color: #f20000;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #f20000;
}
@media (max-width: 1366px){
.header-New-graduate {
    height: 80px;
}
}
@media (max-width: 1199px){
.header-New-graduate {
 display: none;
}
}
.header-box {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 3;
    width: 100%;
    transition: all 1s ease;
}
.header-box {
    z-index: 50;
    height: 70px;
}
.header-box__logo {
    float: left;
    padding: 17px 0 0 100px;
}
@media (max-width: 1630px){
.header-box__logo {
    padding: 17px 0 0 20px;
}
}
@media (max-width: 1366px){
.header-box__logo {
    padding: 10px 0 0 20px;
}
}
@media (max-width: 1199px){
.header-box__logo {
    width: 23%;
}
}
@media (max-width: 425px){
.header-box__logo {
    width: 30%;
}
}

@media (max-width: 1630px){
img.logo-top2 {
    width: 85%;
}
}
@media (max-width: 1199px){
img.logo-top2 {
    width: 70%;
}
}
@media (max-width: 991px){
img.logo-top2 {
    width: 60%;
}
}
@media (max-width: 767px){
img.logo-top2 {
    width: 34%;
	display: block;
    margin: auto;
}
}
.header-box__menu {
    text-align: right;
    float: right !important;
	padding-top: 0px;
    margin-right: 0px;
}
@media (max-width: 1199px){
.header-box__menu {
	padding-top: 0px;
    margin-right: 10px;
}
}
ul.ddmenu {
    list-style: none;
    font-size: 0;
    width: 100%;
    z-index: 50;
    padding: 25px 100px 0px 0px;
}
@media (max-width: 1630px){
ul.ddmenu {
    padding: 25px 20px 0px 0px;
}
}
@media (max-width: 1366px){
ul.ddmenu {
    padding-top: 16px;
}
}
ul.ddmenu a {
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    display: block;
    padding-bottom: 10px;
}
ul.ddmenu a p {
padding-left: 30px;
    padding-right: 73px;
    padding-bottom: 0px;
    font-size: 18px;
}
@media (max-width: 1662px){
ul.ddmenu a p {
    padding-right: 16px;
}
}
@media (max-width: 1547px){
ul.ddmenu a p {
    padding-right: 20px;
}
}
@media (max-width: 1366px){
ul.ddmenu a p {
	font-size: 13px;
}
}
.header-box__menu p {
    font-size: 16px;
}
@media (max-width: 1480px){
.header-box__menu p {
    font-size: 14px;
}
}
@media (max-width: 1385px){
.header-box__menu p {
    font-size: 13px;
}
}
ul.ddmenu ul {
    margin: 0;
    padding: 0px;
    display: none;
    position: absolute;
    margin-left: 15px;
    z-index: 15;
}
@media (max-width: 1630px){
ul.ddmenu ul {
    margin-left: 0px;
}
}
@media (max-width: 1365px){
ul.ddmenu ul {
    margin-left: -4px;
    margin-top: -15px;
}
}
ul.ddmenu li{
    width: auto;
    display: inline-block;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 2px;
}
ul.ddmenu ul li a {
    width: 200px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    padding: 5px 0 5px 15px !important;
    color: #4a4a4a;
    font-weight: bold;
	border-bottom: dotted 1px #333;
}
ul.ddmenu a:hover {
  color: #666;
}
ul.ddmenu li:hover ul {
  display: block; /*マウスポインタが載っている項目の内部にあるリストを表示する */
	background-color: rgb(236,236,236,0.9);
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
ul.ddmenu li:hover ul {
    background-color: #ececec;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #ececec;
}
ul.ddmenu ul li a:hover {
  color: #3f5194; /*サブメニュー項目にマウスが載ったときの文字色*/
  background: rgba(255, 255, 255, 1);
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
ul.ddmenu ul li a:hover {
    background-color: #ffffff;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #ffffff;
}img.nav1-img {
    margin-top: -7px;
    padding: 0px 5px;
}
@media (max-width: 1480px){
img.nav1-img {
	padding: 0px 0px;
    width: 90%;
}
}
@media (max-width: 1385px){
img.nav1-img {
	padding: 4px 0px;
    width: 80%;
}
}
li.hver-ac_c p{
	padding-top: 10px;
}
a.hver-ac_a.text-white {
    background-color: #515b7a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	margin: 0px 19px;
}
@media (max-width: 1385px){
a.hver-ac_a.text-white {
	margin: 0px 10px;
}
}
a.hver-ac_b.text-white {
    background-color: #f5ae1a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
li.hver-ac_a a p,li.hver-ac_b a p{
	padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 0px;	
    font-size: 18px;	
}
li.hver-ac_a,li.hver-ac_b{

}
/*/////////////ハンバーガーメニュー/////////////*/
img.logo-top2-sp {
    display: none;
}
@media (max-width: 1199px){
img.logo-top2-sp {
    display:block;
}
}
@media (min-width: 1200px){
.header-logotext-sp {
    margin-top: -58px;
}
}
@media (max-width: 1199px){
.header-logotext-sp {
    margin-top: 7px;
	margin-left: 16px;
}
}
@media (max-width: 767px){
.header-logotext-sp {
    width: 54%;
    margin-left: 8px;
    margin-top: 11px;
}
}
@media (max-width: 425px){
.header-logotext-sp {
	width: 77%;
    margin-left: 8px;
    margin-top: 5px;
}
}

@media (max-width: 1199px){
img.logo-top2-sp {
    width: 14%;
}
}
@media (max-width: 991px){
img.logo-top2-sp {
    width: 17%;
}
}
@media (max-width: 767px){
img.logo-top2-sp {
    width: 29%;
}
}
@media (max-width: 576px){
img.logo-top2-sp {
	width: 134px;
    height: 39px;
}
}
@media (max-width: 1199px){
div#menu-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background-color:#fff;
	z-index: 100;
}
}
@media (max-width: 1024px){
div#menu-container {
    height: 50px;
}
}
@media (max-width: 767px){
div#menu-container {
    height: 45px;
}
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
div#menu-container {
    background-color: #f20000;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #f20000;
}

#gnav-btn {
	color: #ff7512;
    padding: 10px;
    font-size: 30px;
    position: fixed;
    top: 7px;
    right: 10px;
    z-index: 100;
    border-top: 0.5px solid transparent;
  }
  #gnav-input:checked ~ #gnav-content {
    top: 0;
  }
  #gnav-content {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 10;
    transition: 0.3s;
    width: 100%;
  }


/*テスト*/
ul { list-style: none; }
a { text-decoration: none; color: black;}

#menu-wrapper {
    overflow: hidden;
    max-width: 100%;
    cursor: pointer;
}

#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 15px;
	float: right;
    margin-top: -32px;
}
@media (max-width: 1199px){
#menu-wrapper #hamburger-menu {
    margin-top: -32px;
}
}
@media (max-width: 991px){
#menu-wrapper #hamburger-menu {
    margin-top: -30px;
}
}
@media (max-width: 768px){
#menu-wrapper #hamburger-menu {
    margin-top: -26px;
}
}
@media (max-width: 767px){
#menu-wrapper #hamburger-menu {
    margin-top: -29px;
}
}
@media (max-width: 663px){
#menu-wrapper #hamburger-menu {
    margin-top: -24px;
}
}
@media (max-width: 425px){
#menu-wrapper #hamburger-menu {
    margin-top: -29px;
}
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color:#515b7a;
    position: absolute;
    transform: rotate(0deg);
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    transform: translateY(9px) rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    transform: translateX(-60px);
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 100%;
    background-color:rgb(236,236,236,0.9);
	color: #4a4a4a;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
    margin-top: 5px;
}
@media (max-width: 1024px) {
#menu-container .menu-list {
    margin-top: 3px;
}
}
@media (max-width: 991px) {
#menu-container .menu-list {
    margin-top: 0px;
}
}
@media (max-width: 576px) {
#menu-container .menu-list {
    margin-top: -11px;
}
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
#menu-container .menu-list {
    background-color: #ececec;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #ececec;
}
#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 10px 20px;
	text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}
#menu-container .menu-list li a {
    display: block;
}
#menu-container .menu-list li{
	border-bottom: solid 1px #d3d3d3;
	padding: 10px 20px;
}
.toggle.accordion-toggle:hover{
	background-color: #ff7512;
}
#menu-container .menu-list li:hover{
	background-color: #fff;
	color: #3f5194;
}
#menu-submenu .accordion-content li:hover{
	background-color: #FFAE7A;
}
#menu-container .menu-list li:first-of-type {
    border-top: 0;
}
a.menu-link active{
    color: #3f5194!important;
}
.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
  background: #fff;
	color: #3f5194; 
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    transform: rotate(0deg);
    background: #5a5858 !important;
}

.accordion-toggle a.active:after {
    transform: rotate(180deg);
    background: #5a5858 !important;
    opacity: 0;
}
#menu-container .menu-list li.sp-nav-p{
    padding: 10px 20px;
}

/*ワイド幅調整*/
.container.container-message-width{
    max-width: 1600px;
}
@media (max-width: 1750px){
.container.container-message-width{
    max-width: 1360px;
}
}
@media (max-width: 1565px){
.container.container-message-width{
    max-width: 960px;
}
}
@media (max-width: 1366px){
.container.container-message-width{
    max-width: 940px;
}
}
@media (max-width: 1199px){
.container.container-message-width{
    max-width: 760px;
}
}
@media (max-width: 991px){
.container.container-message-width{
    max-width: 720px;
}
}
@media (max-width: 767px){
.container.container-message-width{
    max-width: 540px;
}
}
/*///ヘッダー///*/
.header {
	background-color: rgb(242,0,0,0.8);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 96px;
}
/*IE10*/
@media all and (-ms-high-contrast:none) {
.header  {
    background-color: #f20000;
}
}
/*IE11*/
_:-ms-lang(x)::-ms-backdrop, body {
  background-color: #f20000;
}

@media (max-width: 1366px){
.header {
    height: 65px;
}
}
@media (max-width: 991px){
.header {
    height: 40px;
}
}
p.h_t1 {
    height: 35px;
    text-align: center;
    margin-bottom: 0rem;
    padding-top: 10px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 200px;
}
@media (max-width: 1366px){
p.h_t1 {
    width: 150px;
}
}
p.h_t2 {
    height: 35px;
    text-align: center;
    margin-bottom: 0rem;
    padding-top: 10px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    width: 200px;
}
@media (max-width: 1366px){
p.h_t2 {
    width: 150px;
}
}
img.nrc_logo {
    padding-top: 21px;
    margin-left: 42%;
    position: absolute;
    width: 15.45vw;
    z-index: 10000;
}
@media (max-width: 1199px){
img.nrc_logo {
    padding-top: 15px;
}
}
@media (max-width: 991px){
img.nrc_logo {
    padding-top: 10px;
}
}
@media (max-width: 767px){
img.nrc_logo {
	width: 37%;
    margin-left: 30%;
}
}

/*メイン画像*/
.main-top-bg{
    background-image:url("../img/main.png");
	height: auto;
    padding-bottom: 35%;
    background-size: 100%;
    background-position: top;
}
@media screen and (max-width: 767px){
.main-top-bg{
    background-image:url("../img/main_sp.jpg");
	background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 50px;
    height: 500px;
}
}
@media screen and (max-width: 425px){
.main-top-bg{
    height: 369px;
}
}
@media screen and (max-width: 411px){
.main-top-bg{
    height: 357px;
}
}
@media screen and (max-width: 375px){
.main-top-bg{
    height: 326px;
}
}
@media screen and (max-width: 360px){
.main-top-bg{
    height: 313px;
}
}
@media screen and (max-width: 320px){
.main-top-bg{
    height: 277px;
}
}
/*見出しタイトル*/
.title_a_box{
    display: block;
    margin: auto;
    width: 25%;
    margin-top: 152px;
}
@media screen and (max-width: 1199px){
.title_a_box{
    margin-top: 100px;
}
}
@media screen and (max-width: 991px){
.title_a_box{
    margin-top: 80px;
}
}
@media screen and (max-width: 425px){
.title_a_box{
	margin-top: 50px;
    width: 50%;
}
}
.title_a{
    border-top: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
    font-size: 48px;
	line-height:2.0rem;
    padding: 35px 0px;
}
@media screen and (max-width: 1199px){
.title_a{
    padding: 15px 0px;
    font-size: 35px;
}
}
@media screen and (max-width: 991px){
.title_a{
    font-size: 25px;
    line-height: 1.6rem;
}
}
.title_a span{
    font-size: 16px;
}
@media screen and (max-width: 1199px){
.title_a span{
    font-size: 13px;
}
}
.title_b_box{
	display: block;
    margin: auto;
    width: 45%;
    margin-top: 100px;
}
@media screen and (max-width: 767px){
.title_b_box{
    margin-top: 80px;
    width: 53%;
}
}
@media screen and (max-width: 425px){
.title_b_box{
    margin-top: 50px;
}
}
.title_d {
    text-align: center;
    font-size: 48px;
    line-height: 2.0rem;
    padding: 35px 0px;
}
.title_d span{
    font-size: 16px;
}
/*横幅*/
.top_con1_1 {
    width: 80%;
    margin: auto;
}
@media screen and (max-width: 991px){
.top_con1_1 {
    width: 90%;
}
}
@media screen and (max-width: 375px){
.top_con1_1 {
    width: 95%;
}
}
.top_con1_1_23 {
    width: 80%;
    margin: auto;
    margin-bottom: 100px;
}
@media screen and (max-width: 1504px){
.top_con1_1_23 {
    margin-bottom: 150px;
}
}
@media screen and (max-width: 1199px){
.top_con1_1_23 {
	margin-bottom: 80px;
}
}
@media screen and (max-width: 991px){
.top_con1_1_23 {
    width: 90%;
    margin-bottom: 150px;
}
}
@media screen and (max-width: 767px){
.top_con1_1_23 {
    width: 90%;
    margin-bottom: 280px;
    margin-top: 40px;
}
}
@media screen and (max-width: 425px){
.top_con1_1_23 {
    margin-bottom: 320px;
}
}
@media screen and (max-width: 425px){
.top_con1_1_23 {
    width: 95%;
}
}
.top_con1_1_23_a {
    width: 80%;
    margin: auto;
}
@media screen and (max-width: 767px){
.top_con1_1_23_a {
    width: 90%;
}
}
@media screen and (max-width: 375px){
.top_con1_1_23_a {
    width: 95%;
}
}
/*//////////コンテンツ１//////*/
/*//斜め背景　ピンク//*/
.content1 {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 576px){
.content1 {
    margin-top: -95px;
}
}
@media screen and (max-width: 425px){
.content1 {
	margin-top: -9px;
}
}
.content1:before {
	content: '';
    position: absolute;
    top: -37%;
    left: 0;
    width: 200vw;
    height: 120%;
    margin: -47% -3% 0;
    background: #faeded;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(23deg);
    -ms-transform: rotate(23deg);
    transform: rotate(23deg);
    z-index: -1;
}
@media(min-width:2500px) {
  .content1:before {
    width: 130%;
}
}
@media (max-width: 2000px) {
.content1:before {
    margin: -89% -3% 0;
}
}
@media (max-width: 1560px) {
.content1:before {
    margin: -93% -3% 0;
}
}
@media (max-width: 1440px) {
.content1:before {
    margin: -109% -3% 0;
}
}
@media (max-width: 1199px) {
.content1:before {
    margin: -103% -3% 0;
}
}
@media (max-width: 991px) {
.content1:before {
    margin: -105% -3% 0;
}
}
@media (max-width: 768px) {
.content1:before {
    margin: -119% -3% 0;
}
}
@media (max-width: 767px) {
.content1:before {
    margin: -135% -3% 0;
}
}
@media (max-width: 575px) {
  .content1:before {
    top: -44%;
}
}
@media (max-width: 425px) {
.content1:before {
    top: -64%!important;
}
}
@media (max-width: 375px) {
.content1:before {
	top: -75%;
}
}
@media (max-width: 320px) {
.content1:before {
	top: -80%;
}
}
/*左側*/
.top_img_l {
    float: left;
}
@media (max-width: 767px) {
.top_img_l {
    float: none;
}
}
/*右側*/
.top_img_r {
    margin-top: 10%;
}
img.img1_a {
    float: left;
	padding-right: 20px;
    position: relative;
}
@media (max-width: 1366px) {
img.img1_a {
    width: 7%;
	height: auto;
}
}
@media (max-width: 991px) {
img.img1_a {
    width: 8%;
	height: auto;
}
}
@media (max-width: 576px) {
img.img1_a {
    width: 10%;
}
}
@media (max-width: 425px) {
img.img1_a {
    width: 14%;
}
}
@media (max-width: 375px) {
img.img1_a {
    width: 16%;
}
}
.orange{
	color: #f5ae1a;
}
/*1段目*/
img.img1 {
    padding-top: 100px;
	width: 31vw;
}
@media (max-width: 1199px) {
img.img1 {
    padding-top: 30px;
}
}
@media (max-width: 767px) {
img.img1 {
	display: none;
}
}
p.sub-title {
    padding-top: 40px;
	position: absolute;
    left: 46%;
    font-size: 30px;
}
@media (max-width: 1366px) {
p.sub-title {
	left: 45%;
    font-size: 25px;
    padding-top: 20px;
}
}
@media (max-width: 1199px) {
p.sub-title {
	padding-top: 18px;
    font-size: 20px;
}
}
@media (max-width: 1024px) {
p.sub-title {
    padding-top: 10px;
}
}
@media (max-width: 991px) {
p.sub-title {
	padding-top: 10px;
    font-size: 18px;
    left: 40%;
}
}
@media (max-width: 767px) {
p.sub-title {
	padding-top: 10px;
    font-size: 16px;
    left: 9%;
}
}
@media (max-width: 425px) {
p.sub-title {
    left: 12%;
}
}
/*2段目*/
img.img1_r {
    margin-top: 140px;
    width: 31vw;
}
@media (max-width: 1199px) {
img.img1_r {
	margin-top: 230px;
}
}
@media (max-width: 767px) {
img.img1_r {
	display: none;
}
}
p.sub-title_l {
	padding-top: 52px;
    position: absolute;
    left: 9%;
    font-size: 30px;
}
@media (max-width: 1366px) {
p.sub-title_l {
    padding-top: 35px;
    font-size: 25px;
}
}
@media (max-width: 1199px) {
p.sub-title_l {
	padding-top: 42px;
    font-size: 20px;
}
}
@media (max-width: 1024px) {
p.sub-title_l {
    padding-top: 28px;
}
}
@media (max-width: 991px) {
p.sub-title_l {
	padding-top: 34px;
    font-size: 18px;
}
}
@media (max-width: 767px) {
p.sub-title_l {	
	padding-top: 38px;
    font-size: 16px;
}
}
@media (max-width:425px) {
p.sub-title_l {	
    left: 12%;
}
}
@media (max-width:320px) {
p.sub-title_l {	
    font-size: 14px;
}
}
.line_1_l_b {
    border-bottom: solid 1px #959595;
	width: 580px;
	position: absolute;
    left: 8%;
    margin-top: 150px;
}
@media (max-width: 1366px) {
.line_1_l_b {
    width: 480px;
    margin-top: 115px;
}
}
@media (max-width: 1199px) {
.line_1_l_b {
	width: 380px;
    margin-top: 104px;
}
}
@media (max-width: 1024px) {
.line_1_l_b {
    margin-top: 92px;
}
}
@media (max-width: 991px) {
.line_1_l_b {
	left: 7%;
    margin-top: 87px;
    width: 310px;
}
}
@media (max-width: 767px) {
.line_1_l_b {
	left: 7%;
}
}
@media (max-width: 425px) {
.line_1_l_b {
    left: 10%;
}
}
.line_1_l {
    border-bottom: solid 1px #959595;
    width: 30%;
    position: absolute;
    left: 45%;
    margin-top: 95px;
}
/*3段目*/
p.sub-title_l_c {
	padding-top: 0px;
    position: absolute;
    left: 22%;
    font-size: 30px;
}
@media (max-width: 1660px) {
p.sub-title_l_c {
    left: 26%;
}
}
@media (max-width: 1366px) {
p.sub-title_l_c {
	left: 21%;
    font-size: 25px;
    margin-top: -30px;
}
}
@media (max-width: 1199px) {
p.sub-title_l_c {
    margin-top: -35px;
	font-size: 20px;
}
}
@media (max-width: 1024px) {
p.sub-title_l_c {
    margin-top: -41px;
}
}
@media (max-width: 991px) {
p.sub-title_l_c {
	margin-top: -41px;
    font-size: 18px;
    left: 22%;
}
}
@media (max-width: 767px) {
p.sub-title_l_c {
    font-size: 16px;
    left: 9%;
}
}
@media (max-width: 425px) {
p.sub-title_l_c {
    left: 12%;
}
}
.line_1 {
    border-bottom: solid 1px #959595;
	width: 450px;
    position: absolute;
	left: 45%;
    margin-top: 95px;
}
@media (max-width: 1366px) {
.line_1 {
	left: 44%;
    margin-top: 63px;
    width: 350px;
}
}
@media (max-width: 1199px) {
.line_1 {
	margin-top: 50px;
    width: 280px;
}
}
@media (max-width: 1024px) {
.line_1 {
    margin-top: 40px;
}
}
@media (max-width: 991px) {
.line_1 {
	margin-top: 40px;
    left: 39%;
    width: 260px;
}
}
@media (max-width: 767px) {
.line_1 {
	margin-top: 35px;
    left: 7%;
    width: 230px;
}
}
@media (max-width: 425px) {
.line_1 {
    left: 10%;
}
}
p.top-con1_t {
    font-size: 18px;
    position: absolute;
	left: 46%;
    line-height: 2.0rem;
    margin-top: 120px;
}
@media (max-width: 1366px) {
p.top-con1_t {
	font-size: 15px;
    left: 45%;
    margin-top: 80px;
}
}
@media (max-width: 1199px) {
p.top-con1_t {
	font-size: 13px;
    left: 44%;
    margin-top: 70px;
    line-height: 1.6rem;
}
}
@media (max-width: 1029px) {
p.top-con1_t {
    font-size: 13px;
    line-height: 1.6rem;
}
}
@media (max-width: 1024px) {
p.top-con1_t {
    margin-top: 50px;
}
}
@media (max-width: 991px) {
p.top-con1_t {
	margin-top: 50px;
    left: 36%;
}
}
@media (max-width: 767px) {
p.top-con1_t {
    left: 1%;
}
}
.top_img_r_t {
    margin-top: -208px;
    float: right;
}

.line_1_l {
    border-bottom: solid 1px #959595;
    width: 30%;
    position: absolute;
}
p.top-con1_t_l {
	font-size: 18px;
    position: absolute;
    line-height: 2.0rem;
    margin-top: 180px;
	left: 9%;
	padding-bottom: 10%;
}
@media (max-width: 1366px) {
p.top-con1_t_l {
    margin-top: 130px;
    font-size: 15px;
}
}
@media (max-width: 1199px) {
p.top-con1_t_l {
	font-size: 13px;
	margin-top: 120px;
    line-height: 1.6rem;
}
}
@media (max-width: 1024px) {
p.top-con1_t_l {
    margin-top: 110px;
}
}
@media (max-width: 991px) {
p.top-con1_t_l {
	margin-top: 105px;
    left: 9%;
}
}
@media (max-width: 767px) {
p.top-con1_t_l {
	margin-top: 100px;
    left: 1%;
}
}
p.top-con1_t_lr {
    font-size: 18px;
    width: 27%;
    position: absolute;
    line-height: 2.0rem;
    margin-top: 40px;
}
.top_img_l_t {
    margin: 8% 0 0 85px;
}
@media (max-width: 991px) {
.top_img_l_t {
    margin: 8% 0 0 0px;
}
}
@media (max-width: 767px) {
.top_img_l_t {
    margin:33% 0 0 0px;
}
}
@media (max-width: 425px) {
.top_img_l_t {
    margin: 200px 0 0 0px;
}
}
@media (max-width: 375px) {
.top_img_l_t {
    margin: 250px 0 0 0px;
}
}
.red{
	color: #d14c4b;
}
img.img1_b {
    float: left;
    padding-right: 20px;
    position: relative;
    margin-top: 50px;
}
@media (max-width: 1366px) {
img.img1_b {
    width: 7.8%;
    height: auto;
}
}
@media (max-width: 991px) {
img.img1_b {
    width: 8%;
}
}
@media (max-width:767px) {
img.img1_b {
    width: 10%;
}
}
@media (max-width:425px) {
img.img1_b {
    width: 14%;
}
}
@media (max-width:375px) {
img.img1_b {
    width: 16%;
}
}
.line_1_c {
	border-bottom: solid 1px #959595;
    width: 500px;
	position: absolute;
    left: 18%;
    margin-top: 50px;
}
@media (max-width: 1366px) {
.line_1_c {
	left: 18%;
    margin-top: 14px;
    width: 300px;
}
}
@media (max-width: 1199px) {
.line_1_c {
	left: 18%;
    margin-top: -3px;
    width: 230px;
}
}
@media (max-width: 1024px) {
.line_1_c {
    margin-top: -10px;
}
}
@media (max-width: 991px) {
.line_1_c {
    left: 19%;
	width: 200px;
}
}
@media (max-width: 767px) {
.line_1_c {
    left: 7%;
    width: 200px;
    margin-top: -14px;
}
}
@media (max-width: 425px) {
.line_1_c {
	left: 10%;
}
}
.blue{
	color: #515b7a;
}
.top_img_r_3 {
    margin-top: 247px;
    width: 50%;
}
@media (max-width: 1530px) {
.top_img_r_3 {
    width: 60%;
}
}
@media (max-width: 1199px) {
.top_img_r_3 {
    margin-top: 190px;
}
}
@media (max-width: 1024px) {
.top_img_r_3 {
    margin-top: 150px;
}
}
@media (max-width: 991px) {
.top_img_r_3 {
    margin-top: 100px;
}
}
@media (max-width: 767px) {
.top_img_r_3 {
    margin-top: 80px;
    width: 100%;
}
}
@media (max-width: 425px) {
.top_img_r_3 {
    margin-top: 60px;
}
}
@media (max-width: 375px) {
.top_img_r_3 {
    margin-top: 90px;
}
}
@media (max-width: 320px) {
.top_img_r_3 {
    margin-top: 120px;
}
}
img.img1_a_3 {
    float: left;
    padding-right: 20px;
    position: relative;
    padding-left: 55px;
	margin-top: -50px;
}
@media (max-width: 1366px) {
img.img1_a_3 {
    width: 20%;
	height: auto;
}
}
@media (max-width: 1024px) {
img.img1_a_3 {
    width: 22%;
}
}
@media (max-width: 991px) {
img.img1_a_3 {
    width: 23%;
    padding-left: 30px;
}
}
@media (max-width: 767px) {
img.img1_a_3 {
    width: 10%;
	padding-left: 0px;
}
}
@media (max-width: 425px) {
img.img1_a_3 {
    width: 14%
}
}
@media (max-width: 375px) {
img.img1_a_3 {
    width: 16%
}
}
p.top-con1_t_3 {
	font-size: 18px;
    position: absolute;
    left: 8%;
    line-height: 2.0rem;
    margin-top: 80px;
}
@media (max-width: 1366px) {
p.top-con1_t_3 {
    font-size: 15px;
    margin-top: 30px;
}
}
@media (max-width: 1199px) {
p.top-con1_t_3 {
	font-size: 13px;
    margin-top: 20px;
    line-height: 1.6rem;
}
}
@media (max-width: 1024px) {
p.top-con1_t_3 {
	font-size: 13px;
    margin-top: 10px;
    left: 11%;
}
}
@media (max-width: 767px) {
p.top-con1_t_3 {
	font-size: 13px;
    margin-top: 3px;
    left: 1%;
}
}
p.top_con1_btn {
	text-align: center;
    width: 270px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px 20px;
    font-size: 16px;
    filter: drop-shadow(5px 3px 5px rgba(254, 243, 221, 1));
    border: solid 1px;
    margin-top: 350px;
	float: right;
    margin-right: 24%;
}
@media (max-width: 1530px) {
p.top_con1_btn {
    margin-top: 300px;
    margin-right: 16%;
}
}
@media (max-width: 1199px) {
p.top_con1_btn {
	margin-top: 200px;
    margin-right: 20%;
    width: 170px;
    font-size: 13px;
}
}
@media (max-width: 1366px) {
p.top_con1_btn {
	margin-top: 230px;
    margin-right: 20%;
    width: 200px;
}
}
@media (max-width: 1199px) {
p.top_con1_btn {
    width: 180px;
    font-size: 13px;
    margin-top: 180px;
}
}
@media (max-width: 1024px) {
p.top_con1_btn {
    margin-right: 6%;
}
}
@media (max-width: 991px) {
p.top_con1_btn {
    margin-right: 0%;
}
}
@media (max-width: 767px) {
p.top_con1_btn {
	margin-top: 140px;
}
}
@media (max-width: 425px) {
p.top_con1_btn {
    margin-top: 180px;
}
}
/*//斜め背景　黄色//*/
.content1_1 {
	position: relative;
	overflow: hidden;
	padding-bottom: 100px;
}
@media (max-width: 991px) {
.content1_1 {
    padding-bottom: 50px;
}
}
@media (max-width: 767px) {
.content1_1 {
	padding-bottom: 50px;
}
}
.content1_1:before {
  content: '';
  position: absolute;
  top: -8%;
  left: 0;
  width: 200vw;
  height: 120%;
    margin: 10% -12% 0;
	background: #fff9dc;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  z-index: -1;
}
@media(min-width:2500px) {
.content1_1:before {
    width: 130%;
}
}
@media(max-width:1440px) {
.content1_1:before {
    margin: 10% -43% 0;
}
}
@media(max-width:767px) {
.content1_1:before {
    height: 131%;
    margin: -8% -74% 0;
}
}
@media(max-width:576px) {
.content1_1 {
    overflow: hidden;
    margin-top: 17px;
    padding-top: 0px;
}
@media(max-width:425px) {
.content1_1 {
    padding-bottom: 25px;
    margin-top: -10px;
}
}
.content1_1:before {
	margin: 10% 0 0 -48%;
}
}
@media(max-width:506px) {
.content1_1:before {
    margin: 33% 0 0 -57%;
}
}
@media screen and (min-width:768px) and (max-width:1199px) {
.content1_1:before {
    top: -22%;
}
}
/*コンテンツ2　左側*/
.top_con2_bg {
    background-image:url("../img/bg_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 110px;
	position: relative;
    z-index: 2;
}
@media(max-width:991px) {
.top_con2_bg {
	padding-bottom: 80px;
}
}
@media(max-width:425px) {
.top_con2_bg {
	padding-bottom: 40px;
}
}
/*見出しタイトル*/
.top_con2{
	position: absolute;
	z-index: 2;
}
.title_b {
    display: block;
    margin: auto;
	width: 70%;
    margin-top: 40px;
}
.title_b p {
    border-top: solid 1px;
    border-bottom: solid 1px;
    text-align: center;
    font-size: 48px;
	line-height:2.0rem;
    padding: 35px 0px;
}
.top_con2_box_w {
    padding: 30px;
    height: 279px;
    background-color: #fff;
    width: 80%;
    display: block;
    margin: auto;
    margin-top: 30px;
}
@media(max-width:1199px) {
.top_con2_box_w {
    width: 75%;
    height: 200px;
    padding: 20px;
}
}
@media(max-width:991px) {
.top_con2_box_w {
	width: 75%;
    height: 150px;
    padding: 10px;
}
}
@media(max-width:767px) {
.top_con2_box_w {
    padding: 20px 10px;
}
}
@media(max-width:425px) {
.top_con2_box_w {
    width: 85%;
    height: 130px;
    margin-top: 15px;
}
}
@media(max-width:375px) {
.top_con2_box_w {
	width: 95%;
    height: 120px;
}
}
@media(max-width:320px) {
.top_con2_box_w {
	width: 100%;
    height: 120px;
}
}
.top_con2_box {
    margin-top: 70px;
}
@media(max-width:991px) {
.top_con2_box {
    margin-top: 40px;
}
}
@media(max-width:767px) {
.top_con2_box {
    margin-top: 10px;
}
}
img.top_con2_img {
    margin: auto;
    display: block;
}
@media(max-width:1199px) {
img.top_con2_img {
    width: 50%;
	height: auto;
}
}
@media(max-width:767px) {
img.top_con2_img {
    width: 35%;
	height: auto;
}
}
p.top_con2_t_1 {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}
@media(max-width:1199px) {
p.top_con2_t_1 {
    font-size: 16px;
}
}
@media(max-width:991px) {
p.top_con2_t_1 {
    font-size: 13px;
    margin-top: 10px;
}
}
p.top_con2_btn {
    text-align: center;
    width: 270px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px 20px;
    font-size: 16px;
    filter: drop-shadow(5px 3px 5px rgba(254, 243, 221, 1));
    border: solid 1px;
	display: block;
    margin: auto;
    margin-top: 50px;
}
@media(max-width:1199px) {
p.top_con2_btn {
    font-size: 13px;
}
}
@media(max-width:767px) {
p.top_con2_btn {
    width: 200px;
}
}
@media(max-width:375px) {
p.top_con2_btn {
    margin-top: 30px;
}
}
/*コンテンツ3　左側*/
.con3_bg-img-l{
	background-image: url(../img/bg_3_l.png);
    background-repeat: no-repeat;
	background-size: cover;
    margin-top: -120px;
    height: 781px;
}
@media (max-width: 1199px){
.con3_bg-img-l{
    background-size: 100%;
    height: 650px;
}
}
@media (max-width: 991px){
.con3_bg-img-l{
    height: 530px;
}
}
@media (max-width: 767px){
.con3_bg-img-l{
	width: 100%;
    padding-left: 0%;
    float: none;
    padding-bottom: 30px;
    height: 700px;
}
}
@media (max-width: 425px){
.con3_bg-img-l{
    height: 600px;
}
}
@media (max-width: 375px){
.con3_bg-img-l{
    height: 570px;
}
}
.title_c {
    display: block;
    margin: auto;
    margin-top: 70px;
}
.title_c p {
    border-bottom: solid 1px;
    text-align: center;
    font-size: 48px;
	line-height:2.0rem;
    padding: 35px 0px;
}
.title_c_box{
	display: block;
    margin: auto;
    width: 45%;
    padding-top: 100px;
}
.title_c {
    text-align: center;
    font-size: 48px;
    line-height: 2.5rem;
    padding: 35px 0px;
}
@media (max-width: 1199px){
.title_c {
    font-size: 35px;
}
}
@media (max-width: 991px){
.title_c {
    margin-top: 30px;
}
}
.title_c span{
    font-size: 16px;
}
@media (max-width: 1199px){
.title_c span{
    font-size: 13px;
}
}
.title_b span{
    font-size: 16px;
}
@media (max-width: 1199px){
.title_b span{
	font-size: 13px;
}
}
.line_2 {
    border-bottom: solid 4px #515b7a;
    width: 10%;
    margin: auto;
    margin-top: -10px;
}
@media (max-width: 991px){
.line_2 {
    margin-top: -30px;
}
}
img.top_con3_img1 {
    display: block;
    margin: auto;
    margin-top: 50px;
}
@media (max-width: 1199px){
img.top_con3_img1 {
    width: 63%;
	height: auto;
}
}
@media (max-width: 1024px){
img.top_con3_img1 {
    margin-top: 35px;
}
}
@media (max-width: 991px){
img.top_con3_img1 {
    width: 85%;
}
}
@media (max-width: 767px){
img.top_con3_img1 {
    margin-top: 25px;
}
}
img.top_con3_img2 {
    display: block;
    margin: auto;
    margin-top: 50px;
}
@media (max-width: 1199px){
img.top_con3_img2 {
    width: 63%;
	height: auto;
}
}
@media (max-width: 991px){
img.top_con3_img2 {
    width: 85%;
}
}
@media (max-width: 767px){
img.top_con3_img2 {
    margin-top: 25px;
}
}
/*コンテンツ3　右側*/
img.con-3-r-logo-company {
    width: 55%;
    height: auto;
}
.title_d_box {
    display: block;
    margin: auto;
    width: 45%;
    padding-top: 1px;
}
p.title_dd {
    text-align: center;
    font-size: 48px;
    line-height: 2.5rem;
    padding: 80px 0px 30px;
}
@media (max-width: 1199px){
p.title_dd {
	font-size: 35px;
}
}
@media (max-width: 1024px){
p.title_dd {
    padding: 85px 0px 30px;
}
}
@media (max-width: 991px){
p.title_dd {
    padding: 45px 0px 30px;
}
}
.title_dd span{
    font-size: 16px;
}
@media (max-width: 1199px){
.title_dd span{
	font-size: 13px;
}
}
.con3_bg-img-r{
	background-image: url(../img/con3-bg_r.png);
    background-repeat: no-repeat;
	background-size: cover;
    height: 781px;
}
@media (max-width: 1199px){
.con3_bg-img-r{
    height: 650px;
}
}
@media (max-width: 1024px){
.con3_bg-img-r{
    height: 600px;
}
}
@media (max-width: 991px){
.con3_bg-img-r{
    height: 530px;
}
}
@media (max-width: 767px){
.con3_bg-img-r{
    height: 550px;
}
}
@media (max-width: 425px){
.con3_bg-img-r{
    height: 530px;
}
}
.line_3 {
    border-bottom: solid 4px #f5ae1a;
    width: 10%;
    margin: auto;
    margin-top: -10px;
}
@media (max-width: 1199px){
.line_3 {
    margin-top: -20px;
}
}
@media (max-width: 991px){
.line_3 {
    margin-top: -40px;
}
}
.con3_wrap-r {
    background-color: rgb(255,255,255,0.9);
    width: 80%;
    margin: auto;
    margin-top: 40px;
    padding: 40px;
    padding: 40px 40px 30px;
}
@media (max-width: 1199px){
.con3_wrap-r {
    margin-top: 50px;
    padding: 20px 40px 20px;
}
}
@media (max-width: 1024px){
.con3_wrap-r {
	margin-top: 30px;
}
}
@media (max-width: 991px){
.con3_wrap-r {
    padding: 20px 20px 20px;
}
}
@media (max-width: 767px){
.con3_wrap-r {
    margin-top: 25px;
    width: 85%;
}
}
@media (max-width: 1199px){
img.con-3-r-logo-company {
    width: 48%;
    height: auto;
}
}
@media (max-width: 991px){
img.con-3-r-logo-company {
	width: 60%;
}
}
.con3_company {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (max-width: 1199px){
.con3_company {
    font-size: 18px;
}
}
@media (max-width: 1440px){
.con3_company {
    font-size: 16px;
}
}
@media (max-width: 991px){
.con3_company {
    font-size: 15px;
}
}
ul.con3_company_text {
    margin: 20px 0 0 -33px;
    padding-left: 4%;
    line-height: 1.8rem;
}
@media (max-width: 1440px){
ul.con3_company_text {
    padding-left: 7%;
}
}
@media (max-width: 991px){
ul.con3_company_text {
	padding-left: 13%;
    font-size: 13px;
    line-height: 1.6rem;
    margin: -10px 0 0 -33px;
}
}
.con3_company_namber a {
    font-size: 50px;
    color: #f5ae1a;
}
@media (max-width: 1199px){
.con3_company_namber a {
	font-size: 35px;
}
}
@media (max-width: 1024px){
.con3_company_namber a {
    font-size: 26px;
}
}
@media (max-width: 991px){
.con3_company_namber a {
	font-size: 25px;
}
}
p.top_con3_btn {
    text-align: center;
    width: 270px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 15px 20px;
    font-size: 16px;
    border: solid 1px;
    margin-right: 24%;
    display: block;
    margin: auto;
    margin-top: 40px;
}
@media (max-width: 1199px){
p.top_con3_btn {
    font-size: 13px;
}
}
/*フッター*/
.f-bg {
    background-color: #fef7e8;
    padding: 50px 0px 50px;
}
@media (max-width: 991px){
.f-bg {
    padding: 30px 0px 30px;
}
}
@media (max-width: 991px){
img.f-logo {
    width: 80%;
    height: auto;
}
}
@media (max-width: 767px){
img.f-logo {
    width: 40%;
}
}
ul.f_1{
    float: left;
    border-right: solid 2px #f5ae1a;
    padding-right: 50px;
}
@media (max-width: 991px){
ul.f_1{
    font-size: 13px;
	padding-right: 0px;
	width: 23%;
}
}
@media (max-width: 767px){
ul.f_1{
	float: none;
    border-right: solid 2px transparent;
    width: 100%;
	display: block;
    margin: auto;
    text-align: center;
}
}
ul.f_2{
    float: left;
    font-size: 15px;
    padding: 0 50px 0px 50px;
    line-height: 2.0rem;
}
@media (max-width: 1199px){
ul.f_2{
    padding: 0 20px 0px 50px;
}
}
@media (max-width: 1024px){
ul.f_2{
    padding: 0 20px 0px 20px;
}
}
@media (max-width: 991px){
ul.f_2{
	font-size: 13px;
    padding: 0 0px 0px 20px;
    line-height: 2.0rem;
}
}
@media (max-width: 767px){
ul.f_2{
    display: none;
}
}
ul.f_3 {
    float: left;
    border-right: solid 2px #f5ae1a;
	font-size: 15px;
    padding: 0 50px 0px 30px;
    line-height: 2.0rem;
}
@media (max-width: 1199px){
ul.f_3 {
    padding: 0 20px 0px 10px;
}
}
@media (max-width: 991px){
ul.f_3 {
	font-size: 13px;
    padding: 0 20px 0px 20px;
    line-height: 2.0rem;
}
}
@media (max-width: 767px){
ul.f_3 {
    display: none;
}
}
ul.f_4 {
    float: left;
	font-size: 15px;
    padding: 0 30px 0px 50px;
    line-height: 2.0rem;
}
@media (max-width: 1199px){
ul.f_4 {
	padding: 0 0px 0px 30px;
}
}
@media (max-width: 991px){
ul.f_4 {
	padding: 0 0px 0px 20px;
}
}
@media (max-width: 767px){
ul.f_4 {
	display: none;
}
}
p.f1 {
	background-color: #515b7a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 18px;
    width: 250px;
    height: 45px;
    text-align: center;
    margin-bottom: 0rem;
    padding-top: 5px;
}
@media (max-width: 1199px){
p.f1 {
    width: 200px;
	font-size: 14px;
}
}
@media (max-width: 991px){
p.f1 {
	width: 120px;
    font-size: 13px;
}
}
p.f2{
    background-color: #f5ae1a;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 18px;
    width: 250px;
    height: 45px;
    text-align: center;
    margin-bottom: 0rem;
    padding-top: 5px;
}
@media (max-width: 1199px){
p.f2{
    width: 200px;
	font-size: 14px;
}
}
@media (max-width: 991px){
p.f2{
	width: 120px;
    font-size: 13px;
}
}
p.cope-text.font_Noto-r {
    background-color: #000;
    text-align: center;
    color: #fff;
    padding: 13px 0 13px;
    margin-bottom: 0rem;
	font-size: 15px;
}
@media (max-width: 1199px){
p.cope-text.font_Noto-r {
    padding: 10px 0 10px;
	font-size: 13px;
}
}
/*TOPへ戻る*/
#p_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #fff;
  border-radius: 50%;
    z-index: 99;
	filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 991px){
#p_top{
  width: 70px;
  height: 70px;
}
}

#p_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#p_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 40px;
  color: #f5ae1a;
  position: absolute;
  width: 25px;
  height: 25px;
	bottom: 50px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 991px){
#p_top a::before{
    top: -5px;
    right: 18px;
}
}
