@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1100px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
  /*  max-width: 100%;
    width: auto;
    height: auto;*/
  }

  .sam {
    width: 10%;
    height: 10%;
  }

a:hover {
    opacity: 0.5;
}
  body {
    padding-top: 126px;
    margin: 0;
  }
ul li{
list-style:none;
}
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1100px;
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0 0 75px;
  }
.header_l a {
text-decoration: none;
    color: #004195;
}
.header_l div {
font-size: 37px;
    font-weight: bold;
    margin: 5px auto;
    font-family: serif;
    text-align: center;
    color: #004195;
}
.header_l div p {
    font-size: 14px;
    border-bottom: 1px solid;
}
.header_l div small {
    font-size: 17px;
    vertical-align: middle;
    padding-left: 10px;
}
  .header.header_child .header_nav {
    border-bottom: none;
  }
  .header.box_shadow {
    background-color: #004195;
  }
  .header.box_shadow ul li a span {
    color: white!important;
}
  .header.box_shadow .header_l div a{
    color: white;
}
  .header .header_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    border-bottom: 1px solid #919191;
  }
  .header .header_nav ul {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header_nav ul li:not(:last-child) {
    margin-right: 40px;
  }
.header .header_nav ul .head_sns:last-child {
    margin-right: 126px;
}
  .header .header_nav ul li:last-child {
    margin-right: 120px;
  }
  .header .header_nav ul li a {
    text-align: center;
    display: inline-block;
    padding: 25px 5px;
    position: relative;
    text-decoration: none;
  }
  .header .header_nav ul li a:hover {
    opacity: 1;
  }
  .header .header_nav ul li a:hover::after {
    width: 100%;
  }
  .header .header_nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #004195;
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
  .header .header_nav ul .head_sns a::after {
    content: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #004195;
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
  }
.box_shadow .header_nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: white;
    display: block;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
  .header .header_nav ul li a span {
    font-weight: 600;
    font-size: 20px;
    color: #004195;
    display: block;
  }
  .header .header_nav ul li a small {
    font-family: "Marcellus", serif;
    font-size: 11px;
    color: #fff;
  }
.footer_bot {
    background: #004195;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 38px 0 35px;
}
.footer_bot .row h2 {
    padding: 0;
    background-color: #eb5a24;
    border-radius: 10px;
    font-size: 25px;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.footer_bot .row .bot_tel {
    font-size: 70px;
    margin:20px auto;
    text-align: center;
}
.footer_bot .row .bot_add {
    font-size: 26px;
    margin: 0 auto;
    font-family: serif;
    padding: 0 100px
}
.footer_bot .row .bot_add a {
    color: white;
}
.footer_bot .row .bot_copy {
font-size: 18px;
    text-align: center;
    font-family: serif;
    margin: 0 auto;
}
.footer_bot .row .footer_sns {
    float: right;
    line-height: 100px;
}
.footer_bot .row .footer_sns img {
    margin: 0 5px;
}
.footer_bot .row .bot_tel a {
    color: white;
    text-decoration: none;
}
  .footer #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    z-index: 9;
    background: #004195;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer #backtop span {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #4b2e86;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .footer #backtop span::before {
    content: "";
    width: 24px;
    height: 15px;
    background: url(../img/backtop.svg) center/contain no-repeat;
    display: block;
  }
  .footer #backtop.pos {
    bottom: 0;
    position: absolute;
  }
  .top_name {
    position: relative;
    margin: 0 auto 150px;
}

  .top_name .top_text {
position: absolute;
    right: 40%;
    bottom: -80px;
    z-index: 2;
    background-color: #004195;
    border-radius: 5px;
    color: white;
    padding: 15px;
    font-family: serif;
    text-align: center;
}
  .top_name .top_text span {
    font-size: 14px;
    border-bottom: 1px solid;
}
  .top_name .top_text small {
    font-size: 17px;
}
  .top_name .top_text p {
    font-size: 37px;
    font-weight: bold;
    margin: 5px auto;
}
.ttl {
    width: 1000px;
    margin: 0 auto;
    border-bottom: 1px solid #004195;
    color: #004195;
    text-align: center;
    font-size: 31px;
    font-weight: bold;
}
.ttl_blog {
    border: none;
}
.ttl p {
    font-size: 22px;
    color: #adadad;
    margin: 0;
}
.profile ul {
    display: flex;
    margin: 55px auto 151px;
    padding: 0;
    font-size: 21px;
    font-family: serif;
}
.profile ul .l {
    width: 247px;
    margin-right: 61px;
}
.profile ul .r p {
    background-color: #e0e0e0;
    border-radius: 10px;
    font-size: 18px;
    color: #004195;
    font-weight: bold;
    text-align: center;
    width: 100px;
}
.profile_02 {
    margin: 0 auto 68px;
    background-color: #fff6e3;
font-family: serif;
}
.profile_02 h2 {
    color: #eb5a24;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid #eb5a24;
}
.profile_02 ul {
    padding: 0 0 52px;
    display: flex;
    margin: 52px auto;
}
.profile_02 ul .l_02 {
width: 50%;
    margin-right: 57px;
    font-size: 18px;
    font-weight: bold;
}
.profile_02 ul .l_02 img{
    margin-top: 37px;
}
.profile_02 ul .r_02 {
    font-size: 17px;
    width: 50%;
    font-weight: bold;
}
.profile_02 ul .r_02 dl dt {
    float: left;
    margin-right: 10px;
}
.profile_02 ul .r_02 p {
    background-color: #eb5a24;
    border-radius: 10px;
    color: white;
    text-align: center;
    width: 100px;
    margin: 0 0 10px;
}
.profile_02 ul .r_02 .history {
    margin: 68px 0 10px;
}
.news {
    margin: 85px auto;
}
.news dl {
    border-top: 1px solid #c6c6c6;
    padding: 0;
    margin: 0 auto;
    height: 67px;
    line-height: 67px;
    font-size: 20px;
    width: 960px;
}
.news dl:last-child {
    border-bottom: 1px solid #c6c6c6;
}
.news dl dt{
    float: left;
    width: 200px;
    margin-right: 70px;
    text-align: center;
}
.news dl dd{
    float:left;
margin:0;
}
.policy {
    background-color: #e1f1fa;
    margin: 0 auto 106px;
border-top: 1px solid #004195;
}
.policy dl {
    width: 1168px;
    display: flex;
    margin: 0 auto;
    position: relative;
}
.policy dl dt {
    position: relative;
    top: -100px;
}
.policy dl dd ul {
display: flex;
    margin: 50px auto 0;
    padding: 0;
}
.policy dl dd ul li .p_title {
    display: flex;
}
.policy dl dd ul li .p_title img {
    height: 100%;
}
.policy dl dd ul .p_detail {
    width: 581px;
}
.policy dl dd ul .p_detail span {
    font-size: 20px;
    color: #004195;
    font-weight: bold;
    margin-left: 10px;
}
.policy dl dd ul .p_detail p {
    text-align: left;
}
.policy dl dd ul .p_detail p {
    margin-left: 15px;
    padding-left: 1em;
    text-indent: -1em;
}
.achievement {
    margin: 0 auto 148px;
    clear: both;
    overflow: hidden;
    font-size: 20px;
}
.achievement .left {
    padding: 15px;
    width: 470px;
    margin-right: 21px;
    float: left;
    font-weight: bold;
}
.achievement .left img {
    vertical-align: bottom;
}
.achievement .left li {
    border: 3px solid #004195;
    padding: 20px;
}
.achievement .right {
    padding: 15px;
    width: 470px;
    margin-left: 21px;
    float: right;
    font-weight: bold;
}
.achievement .right img {
    vertical-align: bottom;
}
.achievement .right li{
    border: 3px solid #004195;
    padding: 20px;
}
.achievement ul li p {
    border-bottom: 3px dotted #004195;
    padding: 10px 0;
}
.last {
    background-image: url("../img/back_udon.png");
    margin: 0 auto 185px;
}
.last_text {
    font-size: 31px;
    color: #004195;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #004195;
}
.last ul {
    margin: 0 auto;
    display: flex;
    padding: 54px 0;
}
.last ul .l_left{
    font-size: 18px;
    font-weight: bold;
    width: 600px;
    font-family: serif;
}
.last ul .l_right {
    width: 355px;
    margin-left: 43px;
}

div#fix_rightbanar {
    margin: 0px auto;
    padding: 0px;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9999;
}
#fix_rightbanar ul {
    clear: both;
    margin: -230px 0 0 0px;
    padding: 0px;
    position: absolute;
    right: 0;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    overflow: hidden;
}
#fix_rightbanar ul li {
    clear: both;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sns ul {
    display: flex;
    padding: 0;
    margin: 0 auto 106px;
}
.sns ul li {
    margin: 0 auto;
}
.sns ul li h2 {
color: #004195;
    font-weight: bold;
    text-align: center;
}
.sns ul li .wrap {
    border: 3px solid #004195;
}
.blog {
    margin: 0 auto 140px;
}
.blog ul {
    padding: 0;
    display: flex;
}
.blog ul .blog_img {
    width: 20%;
}
.blog ul li dl {
    border: 3px solid #004195;
    padding: 15px;
    margin: 0 auto;
}
.blog ul li dl dt {
    display: flex;
}
.blog ul li dl dt .title {
font-size: 20px;
    color: #004195;
    font-weight: bold;
    width: 50%;
}
.blog ul li dl dt .date {
    width: 50%;
    text-align: right;
    color: grey;
    font-size: 13px;
}
.blog ul li dl dd {
    margin: 0 auto;
}
.blog ul li dl .link {
    background-color: #eb5a24;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    float: right;
    padding: 2px 0;
}
.blog ul li dl .link a{
color:white;
}
.blog ul li {
    margin: 0 auto 15px;
}
}
@media screen and (max-width: 768px) {
html, body {
    width: 100%;
    height: 100%;
}
ul li{
list-style:none;
}
  img {
    /*width: 100%;
    height: auto;*/
  }
  .container {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
}
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 5.31915vw;
    padding-right: 5.31915vw;
  }
  body {
    padding-top: 21.54255vw;
    margin: 0;
  }
a {
    text-decoration: none;
}
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
  }
.header_l a {
    text-decoration: none;
    color: #004195;
display: unset!important;
}
  .header.box_shadow .header_l{
    background-color: #004195;
  }
  .header.box_shadow .header_l a{
    color:white;
}
 .header.box_shadow .header_l h1{
    color: white;
    margin: 0;
    padding: 1% 5%;
}
  .header h1, .header .header__logo {
    padding-left: 5.31915vw;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.4em auto;
  }
  .header h1 a, .header .header__logo a {
    display: block;
    width: 14.3617vw;
    height: 11.17021vw;
  }
  .header .row {
    padding: 0;
  }
.header_l h1 div {
    font-family: serif;
    font-size: 25px;
    text-align: center;
}
.header_l h1 div p {
    margin: 5% auto;
    font-size: 14px;
    border-bottom: 1px solid;
}
  .header .header_nav {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    padding: 26.59574vw 3.98936vw 13.29787vw 7.97872vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 100%;
    background: #004195;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    text-align: center;
  }
  .header .header_nav ul > li:not(:last-child) {
    margin-bottom: 7.97872vw;
  }
.header .header_nav ul .head_sns {
    width: 80%;
    margin: 15% auto;
    text-align: center;
    color: white;
    font-size: 16px;
}
.header .header_nav ul .head_sns span {
    font-size: 25px;
}
.header .header_nav ul .head_sns a {
    color: white;
}
.header .header_nav ul .head_sns img {
    float: left;
    width: 10%;
    margin: 0 10%;
}
  .header .header_nav ul > li > a span {
    font-weight: 600;
    font-size: 5vw;
    color: #fff;
    display: block;
  }
  .header .header_nav ul > li > a small {
    font-family: "Marcellus", serif;
    font-size: 2.92553vw;
    color: #fff;
  }
  .header .menu_icon {
    width: 13.82979vw;
    height: 3.7234vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 9.30851vw;
    right: 5.31915vw;
    z-index: 99;
    cursor: pointer;
  }
  .header .menu_icon i {
    font-style: normal;
    font-size: 2.65957vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .header .menu_icon.active i {
    color: #fff;
    margin-top: 1.32979vw;
  }
  .header .menu_icon.active .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(1.32979vw) rotate(-45deg);
       -moz-transform: translateY(1.32979vw) rotate(-45deg);
        -ms-transform: translateY(1.32979vw) rotate(-45deg);
            transform: translateY(1.32979vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-1.32979vw) rotate(45deg);
       -moz-transform: translateY(-1.32979vw) rotate(45deg);
        -ms-transform: translateY(-1.32979vw) rotate(45deg);
            transform: translateY(-1.32979vw) rotate(45deg);
    width: 100%;
  }
  .header .menu_icon_in {
    width: 13.82979vw;
    height: 3.7234vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 12.23404vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.53191vw;
    min-height: 1px;
    background-color:black;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.8617vw;
    right: 0;
    left: inherit;
    opacity: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {

  }
  .footer .row {
    padding: 0;
  }
  .footer #backtop {
    position: fixed;
    right: 2.65957vw;
    bottom: 2.65957vw;
    width: 15.69149vw;
    height: 15.69149vw;
    background: #449849;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer #backtop span {
    font-size: 3.7234vw;
    letter-spacing: 0.05em;
    color: #4b2e86;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .footer #backtop span::before {
    content: "";
    width: 5.58511vw;
    height: 2.92553vw;
    background: url(../img/backtop.svg) center/contain no-repeat;
    display: block;
    margin-bottom: 1.32979vw;
  }
  .footer #backtop.pos {
    bottom: inherit;
    top: -9.04255vw;
    position: absolute;
  }
  .footer_bot {
    padding-bottom: 2.65957vw;
    padding: 2.65957vw 5.31915vw 7.97872vw;
    font-weight: 600;
    font-size: 3.19149vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: right;
    color: #fff;
  }
 .top_name .top_text {
    background-color: #004195;
    color: white;
    font-family: serif;
    text-align: center;
    padding: 5% 0;
    margin: 6% auto 15%;
}
  .top_name .top_text span {
    font-size: 14px;
    border-bottom: 1px solid;
}
  .top_name .top_text small {
    font-size: 17px;
}
  .top_name .top_text p {
    font-size: 37px;
    font-weight: bold;
    margin: 5px auto;
}
.ttl {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #004195;
    color: #004195;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}
.ttl p {
    font-size: 22px;
    color: #adadad;
    margin: 0;
}
.profile {
    margin: 0 auto 15%;
}
.profile ul {
    display: unset;
    margin: 5% auto;
    padding: 0;
    font-size: 17px;
    font-family: serif;
}
.profile ul .l {
    width: 50%;
    margin: 5% auto;
}
.profile ul .r p {
    background-color: #e0e0e0;
    border-radius: 10px;
    font-size: 18px;
    color: #004195;
    font-weight: bold;
    text-align: center;
    width: 100px;
}
.profile_02 {
margin: 0 auto 15%;
    background-color: #fff6e3;
    font-family: serif;
    padding: 0 0 5%;
}
.profile_02 h2 {
    color: #eb5a24;
    background-color: white;
    text-align: center;
    border-bottom: 1px solid #eb5a24;
}
.profile_02 ul {
    padding: 0;
    display: unset;
    margin: 0 auto;
}
.profile_02 ul .l_02 {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}
.profile_02 ul .l_02 img{
    margin-top: 37px;
}
.profile_02 ul .r_02 {
font-size: 16px;
    width: 100%;
    font-weight: bold;
    margin: 5% auto;
}
.profile_02 ul .r_02 p {
    background-color: #eb5a24;
    border-radius: 10px;
    color: white;
    text-align: center;
    width: 100px;
    margin: 0 0 10px;
}
.profile_02 ul .r_02 .history {
    margin: 68px 0 10px;
}
 .news {
    margin: 85px auto;
}
.news dl {
    border-top: 1px solid #c6c6c6;
    padding: 5% 0 0;
    margin: 0 auto;
    display: inline-block;
}
.news dl:last-child {
    border-bottom: 1px solid #c6c6c6;
}
.news dl dt{
float: left;
    margin-right: 0;
    text-align: center;
    width: 40%;
}
.news dl dd{
    float: left;
    margin: 0;
    width: 60%;
}
.policy {
background-color: #e1f1fa;
    margin: 0 auto 15%;
    border-top: 1px solid #004195;
    padding: 5% 0;
}
.policy dl {
width: 100%;
    margin: 0 auto;
}
.policy dl dt {
width: 20%;
    margin: 0 auto;
}
.policy dl dd {
    width: 90%;
    margin: 0 auto;
}
.policy dl dd ul {
margin: 15% auto;
    padding: 0;
}
.policy dl dd ul li {
    text-align: center;
}
.policy dl dd ul li img {
    width: 60%;
}
.policy dl dd ul li .p_title {
    display: flex;
}
.policy dl dd ul li .p_title img {
height: 100%;
    width: 20%;
}
.policy dl dd ul .p_detail {
    width: 100%;
}
.policy dl dd ul .p_detail span {
    font-size: 15px;
    color: #004195;
    font-weight: bold;
    margin-left: 2%;
    text-align: left;
}
.policy dl dd ul .p_detail p {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}
.achievement {
    margin: 0 auto 15%;
    clear: both;
    overflow: hidden;
    font-size: 16px;
}
.achievement .left {
padding: 5%;
    width: 100%;
    font-weight: bold;
}
.achievement .left img {
    vertical-align: bottom;
    width: 50%;
}
.achievement .left li {
    border: 3px solid #004195;
    padding: 20px;
}
.achievement .right {
padding: 5%;
    width: 100%;
    font-weight: bold;
}
.achievement .right img {
    vertical-align: bottom;
    width: 50%;
}
.achievement .right li{
    border: 3px solid #004195;
    padding: 20px;
}
.achievement ul li p {
    border-bottom: 3px dotted #004195;
    padding: 0 0 15px;
}
.achievement ul li p img {
    width: 100%!important;
}
.last {
    background-image: url("../img/back_udon.png");
    margin: 0 auto 15%;
    background-repeat: repeat;
}
.last_text {
    font-size: 31px;
    color: #004195;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #004195;
}
.last ul {
    margin: 0 auto;
    padding: 5% 0;
}
.last ul .l_left {
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
}
.last ul .l_right {
margin: 5% auto;
}
.blog {
    margin: 0 auto 15%;
}

.footer_bot {
    background: #004195;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    padding: 5% 0;
}
.footer_bot .footer_sns {
    display: flex;
    margin: 5% 30% 0;
}
.footer_bot .footer_sns span img {
    width: 100%;
    margin: 5px;
    padding: 0 5px;
}
.footer_bot .row h2 {
    padding: 5%;
    background-color: #eb5a24;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.footer_bot .row .bot_tel {
    font-size: 30px;
    margin: 5% auto 0;
    text-align: center;
}
.footer_bot .row .bot_add {
font-size: 18px;
    margin: 5% auto;
    text-align: left;
    font-family: serif;
    width: 80%;
}
.footer_bot .row .bot_add a {
    color: white;
}
.footer_bot .row .bot_copy {
font-size: 14px;
    text-align: center;
    font-family: serif;
    margin: 2% auto 0;
}
  .footer #backtop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    z-index: 9;
    background: #004195;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer #backtop span {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #4b2e86;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .footer #backtop span::before {
    content: "";
    width: 24px;
    height: 15px;
    background: url(../img/backtop.svg) center/contain no-repeat;
    display: block;
  }
  .footer #backtop.pos {
    bottom: 0;
    position: absolute;
  }
.sns ul {
    padding: 0;
}
.sns ul h2 {
    color: #004195;
    font-weight: bold;
    text-align: center;
}
.blog {
    margin: 0 auto 15%;
}
.blog ul {
    padding: 0;
    margin: 15% auto 0;
}
.blog ul .blog_img {
    width: 40%;
}
.blog ul li dl {
    border: 3px solid #004195;
    padding: 15px;
    margin: 0 auto;
}
.blog ul li dl dt {
    display: flex;
}
.blog ul li dl dt .title {
font-size: 20px;
    color: #004195;
    font-weight: bold;
    width: 50%;
}
.blog ul li dl dt .date {
    width: 50%;
    text-align: right;
    color: grey;
    font-size: 13px;
}
.blog ul li dl dd {
    margin: 0 auto;
}
.blog ul li dl .link {
    background-color: #eb5a24;
    width: 200px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    float: right;
    padding: 2px 0;
}
.blog ul li dl .link a{
color:white;
}
.header .header_nav ul .head_sns p {
    display: -webkit-inline-box;
    margin: 15% auto 0;
}

