@font-face {
    font-family: 'Ryumin Ultra';
    src: url('../fonts/A-OTF-RyuminPr6-Ultra.otf') format('opentype');

}

@font-face {
    font-family: 'ShinGo Bold';
    src: url('../fonts/A-OTF-ShinGoPr6-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo DeBold';
    src: url('../fonts/A-OTF-ShinGoPr6-DeBold.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo ExLight';
    src: url('../fonts/A-OTF-ShinGoPr6-ExLight.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo Heavy';
    src: url('../fonts/A-OTF-ShinGoPr6-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo Light';
    src: url('../fonts/A-OTF-ShinGoPr6-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo Medium';
    src: url('../fonts/A-OTF-ShinGoPr6-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo Regular';
    src: url('../fonts/A-OTF-ShinGoPr6-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'ShinGo Ultra';
    src: url('../fonts/A-OTF-ShinGoPr6-Ultra.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro Bold';
    src: url('../fonts/A-OTF-ShinMGoPro-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro DeBold';
    src: url('../fonts/A-OTF-ShinMGoPro-DeBold.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro Heavy';
    src: url('../fonts/A-OTF-ShinMGoPro-Heavy.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro Light';
    src: url('../fonts/A-OTF-ShinMGoPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro Medium';
    src: url('../fonts/A-OTF-ShinMGoPro-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro Regular';
    src: url('../fonts/A-OTF-ShinMGoPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'ShinMGoPro Ultra';
    src: url('../fonts/A-OTF-ShinMGoPro-Ultra.otf') format('opentype');
}

body {
    font-family: 'ShinGo Regular', sans-serif;
    color: #231815;
}

/* style設定例（body直下にメインビジュアルの要素がある場合） */
html,body {
    height: 100%;
}

  
.container {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

.pc_block {
    display: block;
}

.sp_block {
    display: none;
}


li {
    list-style: none;
}

.content_frame{
    max-width: 800px;
    margin: auto;
}

/* top */
#top {
    position: relative;
    background-image: url('/image/top_back.png');
    background-size: cover;
    background-position: left;
    background-color: #004097;
    height: 50vh;
}

.top_inner {
    position: relative;
    max-width: 1500px;
    margin: auto;
}

.top_img_frame {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left:-30px;
    height: 45vh;
}

.top_img_frame img {
    max-height: 45vh;
    height: 100%;
}

.section_content {
    position: relative;
    margin-top: 5vh;
}

.section_title_frame{
    position: relative;
    height: 18vh;
    z-index: 3;
}

.section_name_frame {
    height: 27vh;
}

.top_section_content_frame {
    text-align: right;
    max-width: 900px;
    margin: auto;
}

.top_titile_frame {
    margin-left: auto;
    width: 80%;
    position: relative;
    z-index: 3;
}

.top_title_pc {
    display: block;
}

.top_title_sp {
    display: none;
}

#top_section_title {
    max-height: 100%;
    max-width: 100%;
}

#top_name_title{
    position: relative;
    display: inline-block;
    z-index: 3;
    line-height: 27vh;
    font-size: 10.0em;
    color: #FFF000;
    letter-spacing: -10px;
    max-height: 100%;
    text-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
}

#top_name_title .masaaki{
    display: inline-block;
    vertical-align: middle;
    transform: scaleY(2.0);
    font-size: 0.5em;
    line-height: 27vh;
    height: 27vh;
    font-family: 'ShinGo Bold';
}

#top_name_title .tomoda{
    font-size: 1.5em;
    display: inline-block;
    vertical-align:initial;
    letter-spacing: -10px;
    position: relative;
    line-height: 1;
    font-family: 'ShinGo Heavy';
}

.tomoda::after {
    content: 'ともだ';
    position: absolute;
    text-align: center;
    top: 20px;
    right: -280px;
    width: 250px;
    letter-spacing: 10px;
    line-height: 40px;
    color: #004097;
    padding: 10px;
    background-color: white;
    border-radius: 250px;
    height: 40px;
    font-size: 0.25em;
    font-family: 'ShinGo Bold';
    text-shadow: none;
}

.soukan_frame {
    border-top: 1px white solid;
    display: inline-block;
    position: relative;
    z-index: 3;
    color: white;
    height: 6vh;
}

.soukan {
    font-size: 2.0em;
    font-family: 'Shingo DeBold';

}

/* 決起集会 */
.kekkisyuukai {
    background-color: #E50012;   
}

.section_content_kekki {
    position: relative;
}

.kekkisyuukai_frame {
    padding: 60px 0;
}

.section_kaizen_content_frame {
    max-width: 900px;
    margin: auto;
}

.kekkisyuukai_content_frame_title {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: #FFF 10px solid;
    border-bottom: #FFF 10px solid;
}

.kekkisyuukai_title_pc {
    font-size: 4.8em;
    font-family: 'ShinMGoPro Bold';
    color: white;
    text-align: center;
    padding-bottom: 20px;
    color: #FFF000;
    text-shadow: 2.3146px 2.3146px 2.8933px rgba(0, 0, 0, 0.75);
}

.kekkisyuukai_title_pc span {
    font-size: 0.85em;
    color:#FFF;
}

.kekkisyuukai_content_frame_content {
    margin-top: 30px;
}

.takuzi_image img {
    max-width: 100%;
    height: auto;
}

.kaiksai_muryo, .kaisai_info ,.kaisaibi, .kaisai_price, .kaisai_time, .kaisai_place, .kaisai_price {
    text-align: left;
    font-size: 1.4em;
    font-family: 'ShinMGoPro Regular';
    color: white;
    padding-bottom: 8px;
    line-height: 1.25;
}

.kaiksai_muryo span{
    font-family: 'ShinMGoPro Heavy';
    color: #FFF000
}

.number_day {
    color: #FFF000;
    font-family: 'ShinMGoPro Heavy';
    font-size: 3.0em;
}

.tanni {
    font-size: 2.2em;
    font-family: 'ShinMGoPro Heavy';
    color: #FFF000;
}

.kekki_days {
    font-size: 1.9em;
    font-family: 'ShinMGoPro Heavy';
}

.keikki_time {
    color: #FFF000;
    font-size: 1.4em;
}

.place_katsuro {
    font-size: 1.4em;
    font-family: 'ShinMGoPro DeBold';
}

.tamokuteki {
    font-size: 1.2em;
    font-family: 'ShinMGoPro Regular';
}

.kaiksai_muryo span{
    font-family: 'ShinMGoPro Heavy';
    color: #FFF000;
    font-size: 3.0em;
}


/* news */

#news{
    background-color: #FFF000;
}

.news_container {
    margin: auto;
    padding-top: 50px;
    max-width: 900px;
    padding-bottom: 60px;
}

.news_title_container {
    text-align: center;
}

.news_border_left {
    border-left: 10px solid #004097;
}



.news_title_frame {
    position: relative;
    display: inline-block;
    margin: auto;
}

.news_title {
    color: red;
    font-size: 3.1em;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1;
    text-align: left;
    font-family: 'ShinGo Bold';
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0-2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.news_title::first-letter {
    font-size: 1em;
}

.news_detail {
    font-size: 1.6em;
    color : #231815;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'ShinGo Medium';
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.news_detail_pc {
    display: flex;
}

.news_detail_pc_sub {
    display: block;
}

.news_main_image_frame, .news_sub_image_frame {
    display: inline-block;
    vertical-align: top;
}

.news_main_image_frame {
    width: 285px;
    height: 250px;
    margin-left: 10px;
}

.news_sub_image_frame {
    width: 122px;
    height: 122px;
}

.news_detail_sp {
    display: none;
}

.news_detail_sp  {

}

.news_left_image {
    position: absolute;
    top: 5px;
    left: -230px;
    width: 220px;
    z-index: 1;
}


.news_left_image {
    position: absolute;
    top: 5px;
    left: -230px;
    width: 220px;
    z-index: 1;
}

.news_right_image {
    position: absolute;
    top: 5px;
    right: -220px;
    width: 220px;
    z-index: 1;
}

.mt_news_content {
    margin-top: 30px;
}

.news_left_content_image_frame {
    margin-left: 10px;
    position: relative;
}

.news_left_content_image {
    width: 95%;
    max-width: 95%;
    height: auto;
}

.news_content_frame {
    margin-top: 40px;
}

.news_right_content_frame {
    padding:0 20px;
    vertical-align: top;
    text-align: left;
}

.news_right_content_frame p {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-family: 'ShinGo Light';
    line-height: 1.6;
}

p.voices {
    background-color: #fff;
    border-radius: 8px;
    color: red;
    font-family: 'ShinMGoPro Bold';
    padding: 5px;
}

.news_right_content_frame .warning {
    font-family: 'ShinGo Medium';
    background-color: #FFF000;
}

.news_right_content_frame .reference {
    font-size: 0.8em;
}
.news_title_pc {
    display: block;
}

.news_title_sp {
    display: none;
}
.text-end {
    text-align: right;
    margin-right: 30px;
    line-height: 1;
    color: #231815;
    font-size: 0.7em;
}

.kaisai_price {
    margin-top: 30px;
}

.kaisai_price span{
    font-family: 'ShinMGoPro Regular';
    font-size: 0.85em;
}

.kekkisyuukai_title {
    display: none;
}
/* pickup */
.pickup_frame {
    background-color: white;
    padding: 5px 0;
    border-radius: 60px;
    width: 900px;
    margin: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
    overflow:visible;
    margin-top: 60px;
}

.tomoda_frame {
    position: absolute;
    top: -60px;
    left: -20px;
    z-index: 10;
    width: 300px;
    z-index: 2;
}

.tomoda_frame img {
    width: 200px;
    height: auto;
}

.pickup_title_container {
    background-color: #E0E9F6;
    width: 95%;
    margin: auto;
    text-align: right;
    border-radius: 15px;
}

.pickup_title {
    color: #004097;
    padding: 20px;
    font-size: 2.6em;
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 5;
    margin-top: 20px;
    margin-left: auto;
    line-height: 1;
    font-family: 'ShinGo Bold';
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0-2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.yellow-background {
    background-color: #FFF000;
    padding: 6px 4px;
}

.seisaku_title_frame {
    width: 80%;
    margin-top: 10px;
    position: relative;
}

.seisaku_title_frame h2 {
    position: relative;
    z-index: 5;
    color: #FFF000;
    background-color: #004097;
    padding-left: 20px;
    font-family: 'ShinMGoPro Bold';
    font-size: 2.2em;
    height: 65px;
    text-align: left;
}

.seisaku_title_frame h2::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 46px solid transparent;
    border-bottom: 46px solid transparent;
    border-left: 46px solid #004097;
    position: absolute;
    right: -39px;
    top: 16px;
    transform: translateY(-50%) rotate(225deg);
}

.seisaku_1 h2 {
    z-index: 2;
    padding-left: 200px;
}

.seisaku_sub_title h3 {
    font-family: 'ShinMGoPro Bold';
}

.seisaku_sub_title h3 {
    position: relative;
    z-index: 10;
    color: #004097;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
    -2px 2px 0 #FFF, 2px -2px 0 #FFF,
    0px 2px 0 #FFF,  0-2px 0 #FFF,
    -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-size: 1.8em;
    line-height: 1.5;
    padding-left: 20px;
    text-align: left;
}

.seisaku_sub_title h3 span {
    font-size: 1.4em;
}

.seisaku_sub_title h3 i {
    font-family: 'Comic Sans MS', cursive, sans-serif; /* より丸みを帯びたフォントに変更 */
    font-weight: bold;
    font-style: italic;
    font-size: 1.4em;
}

.seisaku_sub_title h3 span.red {
    color: #E50012; /* 赤色 */
}

.seisaku_sub_title p {
    font-family: 'ShinMGoPro Light';
    padding: 4px 20px;
    font-size: 0.85em;
    line-height: 1.6;
    text-align: left;
    max-width: 80%;
}

.above_p{
    padding-bottom: 0px;

}

.seisaku_sub_title .short_p {
    width: 65%; 
    display: block; 
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.seisaku_sub_title p span.yellow-background {
    background-color: #FFF000; 
    padding: 2px 5px;
}

.pickup_image_1 {
    position: absolute;
    top: 20px;
    right: -60px;
    width: 160px;
    z-index: 6;
}

.pickup_image_1 img {
    width: 100%;
    height: auto;
}

.pickup_image_2 {
    position: absolute;
    top: -150px;
    right: -120px;
    width: 185px;
    z-index: 6;
}

.pickup_image_2 img {
    width: 100%;
    height: auto;
}

.pickup_image_3 {
    position: absolute;
    top: 5px;
    right: -140px;
    width: 190px;
    z-index: 6;
}

.seisaku_sub_title .second_pick_p, .seisaku_sub_title, .third_pick_p  {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.pickup_image_3 img {
    width: 100%;
    height: auto;
}

.red {
    color: #E50012; 
}

.center {
    text-align: center;
    font-family: 'ShinMGoPro Bold';
    font-size: 1.8em;
    position: relative;
    top: -30px;
    margin-bottom: -40px;
    z-index: 5;
}


.text-right {
    text-align: right;
}

.reason_why {
    font-size: 2.8em;
    font-family: 'ShinGo Bold';
    text-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
    color:#FFF;
    line-height: 1;
    vertical-align: bottom;
    display: inline-block;
}

.ga_str {
    margin-left: 10px;
    padding-bottom: 15px;
}

.reform_white_image {
    width: 500px;
    position: absolute;
    top: 10px;
    right: 250px;
    z-index: 2;
}

.pc_reform_image {
    display: block;
}

.sp_reform_image {
    display: none;
}

.sakado_reform {
    display: inline-block;
    vertical-align: middle;
    width: 500px;
}

.sakado_reform span{
    font-size: 0.5em;
    color:white;
}

.is_required {
    font-size: 3.5em;
    color:white;
    margin-left: 200px;
    text-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
    font-family: 'ShinGo Bold';
    line-height: 1;
}

.reason_img_pc {
    display: inline-block;
}

.reason_img_sp {
    display: none;
}

.current_titile_frame {
    text-align: center;
}

.sp_current_image {
    display: none;
}

.pc_chart_sentence {
    display: block;
}

.sp_chart_sentence {
    display: none;
}

/* reform */
#reforms {
    background-color: E0E9F6;   
    padding-bottom: 60px;
}

.reform_container {
    padding-top: 60px;
}

.reform_title {
    font-size: 5.8em;
    font-family: 'ShinGo Bold';
}

.reform_title .ga{
    font-size: 0.5em;
}

.reform_title .susumeru{
    font-size: 0.6em;
}

#reforms .section_content_frame .section_content {
    margin-top: 0;
    background-color: rgba(226, 233, 245, 1.0);
    width: 100%;
}

.reform_head_frame {
    width: 900px;
    margin: auto;
    background-color: #004097;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.reform_title {
    text-align: center;
    color: white;
    text-align: right;
    padding-right: 50px;
    position: relative;
    z-index: 2;
}

.right_position {
    padding-top: 20px;
    padding-right: 20px;
    vertical-align: unset;
    line-height: 1.2;
    height: 100px;
}

.right_position span {
    margin-top: 30px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    vertical-align: bottom;
}

.reform_img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 280px;
    z-index: 1;
    border-radius: 20px;
}


.three_reforms_declare {
    font-size: 6.2em;
    color: white;
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}

.right_bottom_tomoda {
    width: 180px;
    position: absolute;
    right: -20px;
    bottom: 0;
}

.right_bottom_tomoda img{
    width: 100%;
    height: auto;
}

.pc_declare {
    display: block;
}

.sp_declare {
    display: none;
}

.san{
    font-size: 1.1em;
    color: #FFF000;
    font-family: 'ShinGo Bold';
}

.tsu{
    color: #FFF000;
    font-size: 0.95em;
    font-family: 'ShinGo Bold';
}

.exclamation {
    /* italic */
    font-style: italic;
}

.no{
    color: white;
    font-size: 0.65em;
}

.reform {
    text-shadow:3px 3px 0 #FFF000 ,-3px 3px 0 #FFF000 ,3px -3px 0 #FFF000 ,-3px -3px 0 #FFF000;
    font-family: 'ShinGo Heavy';
    color: #E50012;
}

.reform_right_image_1, .reform_right_image_2, .reform_right_image_3 {
    display: none;
}

.big_reform {
    color: #E50012;
    text-shadow:5px 5px 0 #FFF000 ,-5px 5px 0 #FFF000 ,5px -5px 0 #FFF000 ,-5px -5px 0 #FFF000;
    font-family: 'ShinGo Heavy';
}

.reform_contents {
    width: 900px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
}

.reform_right_image {

    position: absolute;
    top: -25px;
    right: -40;
    width: 200px;
    z-index: 1;
}

.reform_items_list, .reform_items_title {
    position: relative;
    z-index: 2;
    font-family: 'ShinMGopro DeBold';
}

.reform_items_list li {
    font-family: 'ShinGo Regular';
}

.reform_contents_header {
    border-radius: 20px 20px 0px 0px;
    background-color: #004097;
    position: relative;
    height: 70px;
}

.reform_index, .reform_content_title {
    display: inline-block;
}

.reform_index {
    font-weight: 900;
    position: absolute;
    text-align: center;
    line-height: 80px;
    left: 30px;
    font-size: 3.6em;
    top: -10px;
    height: 80px;
    width: 80px;
    border-radius: 80px;
    background-color: #FFF000;
    border: 4px solid #004097;
    color: #004097;
    transform: rotate( -15deg );
    font-family: 'ShinMGoPro Heavy';
}

.reform img {
    max-width: 80%;
    width: 160px;
    vertical-align: top;
}

.big_reform img {
    max-width: 95%;
    vertical-align: text-bottom;
}

.reform_content_title {
    position: absolute;
    line-height: 60px;
    left: 140px;
    font-size: 2.8em;
    top: 5px;
    height: 60px;
    color: white;
}

.reform_contents_body {
    padding: 20px;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
}

.kaikaku_content{
    color: #FFF000;
    font-family: 'ShinGo Bold';
}

.wo{
    color: white;
    font-size: 0.8em;
    font-family: 'ShinGo Bold';
}

.last_pad {
    padding-bottom: 40px;
}

.reform_items_title {
    font-size: 1.4em;
    color: #004097;
}

.reform_items_title.w-100{
    width: 100%;
}

.pc_reform_sub {
    display: block;
}

.sp_reform_sub {
    display: none;
}

.reform_items_list {
    list-style: none;
}

.reform_items_list li::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #004097;
    border-radius: 50%;
    margin-right: 7px;
}

.inline-list {
    display: inline-block;
}

.list_margin {
    margin-left: 20px;
}

.list_top_margin {
    padding-top: 20px;
}

.reform_1_pc {
    display: block;
}

.reform_1_sp {
    display: none;
}

.footer_bottom_sentence_pc {
    display: block;
}

.footer_bottom_sentence_sp {
    display: none;
}



/* interview */
#interview{
    position: relative;
    z-index: 1;
    background-color: #004097;
}

.interview_title_frame {
    position: relative;
    z-index: 2;
}

.micro_image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;

}

.interview_title {
    color: #004097;
    font-size: 3.2em;
    font-family: 'ShinGo Bold';
    position: relative;
    z-index: 2;
}

.interview_red_border {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: #E50012;
    height: 60px;
    z-index: 2;
}

.interview_frame {
    position: relative;
    z-index: 2;
}

.interview_content {
    position: relative;
    width: 900px;
    margin: auto;
}

.interview_wo {
    font-size: 0.8em;
}

.question_frame .question_item{
    line-height: 1.5;
    color: #004097;
    font-family: 'ShinGo Bold';
    font-size: 1.2em;
    position: relative;
    margin-left: 50px;
}

.question_item::before {
    content: 'Q';
    position: absolute;
    display: inline-block;
    width: 50px;
    left: -50px;
    height: 20px;
}

.answer_item {
    position: relative;
    margin-left: 50px;
}

.answer_item::before {
    content: '友田：';
    display: inline-block;
    position: absolute;
    width: 50px;
    left: -50px;
    height: 20px;
}

.question_frame{
    margin-top: 23px;
    font-size: 1.1em;
}

.answer_frame{
    margin-top: 5px;
}

.last_answer {
    position: relative;
}

.question_item{
    font-weight: bold;
}

#interview .section_content_frame {
    padding-top: 50px;
    padding-bottom: 40px;
}

.interview_img_frame {
    position: absolute;
    bottom: 0;
    right: calc(50% - 450px - 70px);
    width: 260px;
    z-index: 2;
}

.interview_img_frame img {
    max-width: 100%;
    border-radius: 20px;
}

#interview .section_content {
    background-color: white;
    width: 900px;
    margin: auto;
    border-radius: 20px;
}

.interview_inner {
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
}

.marker {
    background-color: #FFF000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'ShinGo Medium';
}

/* profile */
#profile {
    margin-top: 30px;
    position: relative;
}

#profile .profile_content_frame {
    background-color: white;
    max-width: 900px;
    margin: auto;
}
.profile_title {
    position: relative;
    color: #004097;
    font-size: 2.5em;
    margin-bottom: 20px;
}
.profile_left_image img {
    width: 100%; 
    height: auto; 
}

.profile_right_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    z-index: 1;
    display: none;
}

.profile_right_image img{
    width: 100%;  
    height: auto; 
    padding: 3px; 
}

.profile_title .sakado_kaikaku_tag {
    background-color: #004097;
    color: #FFF;
    font-size: 0.7em;
    padding: 5px 20px;
    border-radius: 30px;
    font-family: 'ShinMGoPro DeBold';
}

.profile_title .profile_tomoda {
    color:  #004097;
    font-size: 1.2em;
    padding-left: 15px;
    border-radius: 30px;
    font-family: 'ShinGo Bold';
}

.profile_title .profile_profile {
    color:  #004097;
    font-size: 1em;
    border-radius: 30px;
    font-family: 'ShinGo Bold';
}
 

.profile_list {
    padding: 0 20px;
    margin-bottom: 20px;
    position: relative;
}

.profile_list_item::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #004097;
    border-radius: 50%;
    margin-right: 5px;
}

.profile_list_frame {
   width: 100%;
   position: relative;
}
.profile_list_item {
    font-size: 1em;
    font-family: 'ShinGo Regular';
    color:#231815;
}

.career_of_orgs_container {
    background-color: #E0E9F6;
    padding-top: 70px; /* タイトルを上に引き上げた分の余白を確保 */
    position: relative;
}

.career_of_orgs {
    padding-top: 10px;
    padding-bottom: 1px;
    position: relative;
}

.career_of_orgs_title_frame {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color: #004097;
    color: white;
    padding: 3px 10px;
    padding-left: 20px;
    font-family: 'ShinMGoPro Bold';
    font-size: 1.1em;
    z-index: 3;
}

.career_of_orgs_title_frame h2 {
    position: relative;
}

.career_of_orgs_title_frame h2::before {
    content: '';
    border-top: 33px solid transparent; /* 三角形の高さ */
    border-bottom: 33px solid transparent;
    border-left: 33px solid #004097;
    position: absolute;
    left: -66px;
    top: 30px;
    transform: translateY(-50%); 
    transform: translateY(-50%) rotate(-45deg);
    transform-origin: 0 0; 
}

.profile_right_bottom_image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
}

.profile_right_bottom_image img{
    max-width: 100%;
}

.first_career_content_frame {
    background-color: white;
    width: 95%;
    border-radius: 10px;
    margin: auto;    
}

.career_content_frame {
    border-radius: 10px;
    background-color: white;
    width: 95%;
    margin: auto;
    margin-top: 80px;
}

.career_content_title_frame {
    position: relative;
    z-index: 2;
    margin-top: -60px; 
    color: #004097;
    font-family: 'ShinGo Bold';
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.career_content_title_frame h3 {
    color: #004097;
    padding: 20px;
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    top: -45px;
    left: 0;
    z-index: 5;
    margin-top: 20px;
    margin-left: auto;
    line-height: 1;
    font-family: 'ShinGo Bold';
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.profile_left_image_label {
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.career_content_body_frame {
    font-family: 'ShinGo Regular';
    padding: 0 20px;
    padding-top: 20px;
    margin-bottom: 20px; 
    font-size: 0.8em;
}

.profile_content_frame{
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile_black_border{
    border: 0.5px solid black;
    margin: 10px 0px;
}

.profile_sub_image_pc {
    display: block;
}

.profile_sub_image_sp {
    display: none;
}

.profile_title_pc {
    display: block;
}

.profile_title_sp {
    display: none;
}

.edit_publish {
    font-family: 'ShinGo Bold';
    font-size: 0.75em;
    background-color: #004097;
    color: white;
    padding: 2px 5px;
    position: relative;
    display: inline-block;
    height: 20px ;
    line-height: 20px;
}

.edit_publish::after {
    content: ''; /* This is necessary for the pseudo-element to work */
    width: 0;
    height: 0;
    border-top: 12px solid transparent; /* Adjust for size */
    border-bottom: 12px solid transparent; /* Adjust for size */
    border-left: 16px solid #004097; /* Adjust for size and color */
    position: absolute; /* Position the triangle relative to its parent */
    right: -16px; /* Position the triangle to the right side */
    top: 50%;
    transform: translateY(-50%); /* Center the triangle vertically */
}

.profile_sign_top {
    font-weight: bold;
}

.last_answer_item {
    width: 75%;
}

.sakado_report {
    font-family: 'ShinGo Bold';
    color: #004097;
    margin-left: 21px;
}

.profile_sign_bottom span {
    font-family: 'ShinGo Medium';
    font-size: 1.2em;
}

.profile_sign_bottom {
    font-size: 0.75em;
    font-family: 'ShinGo Light';
}


.reflet_title {
    font-family: 'ShinGo Bold';
    color: #004097;
    font-size: 2.5em;
}

.seisaku_container {
    text-align: center;
}

.seisaku_data {
    display: inline-block;
    padding: 10px;
}

footer {
    margin-top: 40px;
    position: relative;
    background-color: #004097;
    height: 520px;
}

.footer_content_frame {
    position: relative;
    z-index: 2;
    height: inherit;
}

.footer_container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
    height: 100%;
}

.footer_img_frame {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: -160px;
}

.footer_img_frame img {
    width: 400px;
}

.footer_section_content_frame {
    max-width: 900px;
    margin: auto;
    position: relative;
    padding: 10px;
}

#footer_section_title_frame {
    line-height: 1;
    margin-top: 20px;
    font-size: 5em;
    color:white;
    position:absolute;
    top: 10px;
    right:0px;
}

.footer_middle_line {
    position: absolute;
    top: 209.5px;
    right: 0;
    width: calc(100% - (50% - 450px));
    height: 1px;
    background-color: white;
}

.footer_middle_frame {
    position: absolute;
    top: 170px;
    right: 150px;
}

.footer_middle_frame a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    position: relative;
    z-index: 5;
    background-color: #FFF000;
    width: 100%;
    border-radius: 50px;
    border: none;
    color: #004097;
    font-size: 2.2em;
    font-weight: bold;
    line-height: 80px;
    font-family: 'ShinGo Heavy';
    border: 2px #fff solid;
    padding: 0 20px;
    margin-right: 50px;
}

.footer_middle_frame a::after {
    content: '\025b6';
}

.sentence_frame {
    padding-top: 15px;
    padding-left: 40px;
}

.footer_kaiin_pc {
    display: inline-block;
}

.footer_kaiin_sp {
    display: none;
}

.footer_middle_frame a:hover {
    cursor: pointer;
    box-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
}

.footer_bottom_frame{
    position: absolute;
    top: 280px;
    right: 20px;
    width: 590px;
}

.footer_bottom_sentence {
    font-size: 1.2em;
    color: white;
    line-height: 1.5;
    font-family: 'ShinGo Medium';
}

.footer_contact {
    font-size: 1em;
    color: white;
}

#footer_section_title {
    width: 60%;
}

/* footer */
.link_white {
    color: white;
    text-decoration: none;
    font-family: 'ShinGo Medium';
    vertical-align: middle;
}

.footer_kaiin {
    color: #FFF000;
    vertical-align: top;
    font-size: 3.6em;
    padding-left: 5px;
    font-family: 'ShinGo Heavy';
}

.link_white:hover {
    color: #FFF000;
    cursor: pointer;
}


@media (max-width: 1485px) {
    /* top */
    #top {
        position: relative;
        background-color: #004097;
        /* height: 45vh; */
    }
    
    .top_inner {
        max-width: 1320px;
    }

    .top_img_frame {
        right: -190px;    
    }

    .top_titile_frame {
        width: 75%;
    }

    .top_section_content_frame {
        max-width: 1000px;
    }

    #top_name_title {
        position: relative;
        display: inline-block;
        z-index: 3;
        line-height: 24vh;
        font-size: 10.0em;
        color: #FFF000;
        letter-spacing: -10px;
        max-height: 100%;
        text-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
    }

    #top_name_title .masaaki {
        font-size: 0.40em;
        height: auto;
    }

    .tomoda::after {
        content: 'ともだ';
        position: absolute;
        text-align: center;
        top: 25px;
        right: -220px;
        width: 190px;
        letter-spacing: 10px;
        line-height: 35px;
        color: #004097;
        padding: 10px;
        background-color: white;
        border-radius: 250px;
        height: 35px;
        font-size: 0.2em;
        font-family: 'ShinGo Bold';
        text-shadow: none;
    }
}

@media (max-width: 1350px) {
    /* top */
    .top_img_frame {
        right: -180px;    
    }
    .top_titile_frame {
        width: 73%;
    }

    .top_img_frame {
        right: -100px;
        left: -50px;
    }

}

@media (max-width: 1254px) {
    /* top */
    .section_content {
        margin-top: 4vh;
    }

    #top {
        position: relative;
        background-color: #004097;
        height: 48vh;
    }

    .top_img_frame {
        right: -80px;
    }

    .top_titile_frame {
        width: 75%;
        height: 16vh;
    }

    .section_name_frame {
        height: 28vh;
    }

    .top_img_frame {
        height: 40vh;
        left: -50px;
    }

    .top_img_frame img {
        height: 40vh;
    }

    #top_name_title {
        position: relative;
        display: inline-block;
        z-index: 3;
        line-height: 24vh;
        font-size: 10.0em;
        color: #FFF000;
        letter-spacing: -10px;
        max-height: 100%;
        text-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
    }

    #top_name_title .masaaki {
        font-size: 0.37em;
        height: auto;
    }

    .tomoda::after {
        content: 'ともだ';
        position: absolute;
        text-align: center;
        top: 25px;
        right: -220px;
        width: 190px;
        letter-spacing: 10px;
        line-height: 35px;
        color: #004097;
        padding: 10px;
        background-color: white;
        border-radius: 250px;
        height: 35px;
        font-size: 0.19em;
        font-family: 'ShinGo Bold';
        text-shadow: none;
    }
}

@media (max-width: 1200px) {
    /* top */
    .top_section_content_frame{
        max-width: 900px;
    }

    .top_img_frame {
        right: -20px;
        left: -80px;
    }

    .top_titile_frame {
        width: 75%;
        height: 16vh;
    }

    .section_content {
        margin-top: 4vh;
    }

    .interview_title {
        font-size: 3.0em;
    }

    #top_name_title .tomoda {
        font-size: 1.35em;
    }

    .tomoda::after {
        content: 'ともだ';
        position: absolute;
        text-align: center;
        top: 25px;
        right: -200px;
        width: 170px;
        letter-spacing: 10px;
        line-height: 35px;
        color: #004097;
        padding: 10px;
        background-color: white;
        border-radius: 250px;
        height: 35px;
        font-size: 0.18em;
    }

    /* news */
    .news_main_image_frame {
        width: 250px;
        height: 180px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 107px;
        height: 115px;
    }

    /* current */

    /* reform */

    /* interview */
    .micro_image {
        top: 15px;
    }

    /* profile */

    /* footer */
}

@media (max-width: 1000px) {
    .profile_right_bottom_image {
        width: 150px;
    }

    .career_of_orgs_title_frame{
        position: absolute;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        background-color: #004097;
        color: white;
        padding: 3px 10px;
        padding-left: 15px;
        font-family: 'ShinMGoPro Bold';
        font-size: 1em;
        z-index: 3;
    }    

    .career_of_orgs_title_frame h2::before {
        content: '';
        border-top: 25.5px solid transparent;
        border-bottom: 25.5px solid transparent;
        border-left: 25.5px solid #004097;
        position: absolute;
        left: -50px;
        top: 22px;
        transform: translateY(-50%);
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: 0 0;
    }
}

@media (max-width: 992px) {
    /* top */

    #top {
        height: 45vh;
    }

    .sentence_frame {
        padding-top: 15px;
        padding-left: 10px;
    }

    .top_section_content_frame{
        max-width: 880px;
    }

    .top_inner {
        max-width: 1020px;
    }

    .section_content {
        margin-top: 3vh;
    }

    .section_name_frame {
        height: 26vh;
    }

    .top_img_frame {
        left:-80;
 
        overflow: hidden;
    }

    .top_img_frame img {
        height: 35vh;
    }

    #top {
        height: 40vh;
    }

    /* news */
    #news {
        margin: auto;
        max-width: 100%;
    }

    .news_border_left {
        padding: 0 20px;
    }

    .news_title_container {
        text-align: center;
    }

    .news_title {
        font-size: 4em;
        text-align: left;
    }

    .news_right_image {
        right: -190px;
    }

    .news_detail_pc {
        display: none;
    }

    .news_detail_sp {
        display: flex;
    }

    .fix_left_margin {
        margin-left: 0;
    }

    .sp_news_detail_font {
        font-size: 1.8em;
        padding-left: 8px;    
        line-height: 1.3;
        display: inline-block;
    }

    .sp_current_image {
        display: inline-block;
        width: 400px;
        margin: auto;
    }

    .text_left {
        text-align: left;
    }

    .news_title_pc, .news_detail_pc_sub {
        display: none;
    }

    .news_detail_content {
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center
    }

    .news_title_sp {
        display: block;
    }

    .news_right_image {
        position: absolute;
        top: 5px;
        left: 325px;
        width: 210px;
    }

    .news_right_content_frame {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .news_right_content_frame p {
        font-size: 1.1em;
    }

    /* news */

    .news_left_image {
        left: -200px;
        width: 200px;
    }

    /* current */

    /* reform */
    .reform_head_frame, .pickup_frame {
        max-width: 820px;
    }

    .reform_contents {
        max-width: 820px;
    }

    .last_pad {
        padding-bottom: 0;
    }

    .right_position {
        position: relative;
    }

    .reform_title .susumeru {
        font-size: 0.5em;
    }

    .reform_title .ga {
        font-size: 0.4em;
    }

    .reform_white_image {
        right: 210px;
    }

    .reform_img {
        width: 250px;
    }

    .three_reforms_declare {
        font-size: 5.9em;
        line-height: 2.2;
    }

    .reform_right_image {
        top: -30px;
        width: 180px;
    }

    /* interview */
    #interview .section_content {
        width: 820px;
    }

    .interview_img_frame {
        right: calc(50% - 450px - 30px);
    }
    /* profile */
    #profile .profile_content_frame {
        max-width: 820px;
    }

    /* footer */
    .footer_container {
        max-width: 820px;
    }

    .footer_section_content_frame {
        max-width: 820px;
    }

    .footer_img_frame  {
        left: -140px;    
    }

    .footer_img_frame img {
        width: 380px;
    }

    .footer_middle_frame{
        width: 65%;
        right: 30px;
    }

    .footer_middle_frame a {
        width: 90%;
        margin-right: 0;
    }

}

@media (max-width: 900px) {
    /* top */
    #top {
        height: 40vh;
    }

    .profile_right_bottom_image {
        display: none;
    }

    .right_bottom_tomoda {
        display: none;
    }

    .profile_right_bottom_image {
        width: 120px;
    }

    .top_section_content_frame{
        max-width: 740px;
    }

    .seisaku_sub_title p {
        max-width: 90%;
    }
    #top_name_title .tomoda {
        font-size: 1.25em;
    }

    #top_name_title .masaaki{
        font-size: 0.34em;
    }

    .tomoda::after {
        position: absolute;
        top: 20px;
        right: -170px;
        width: 140px;
        letter-spacing: 10px;
        line-height: 30px;
        color: #004097;
        padding: 10px;
        background-color: white;
        border-radius: 250px;
        height: 30px;
        font-size: 0.15em;
    }

    .top_inner {
        max-width: 740px;
    }

    .section_content {
        margin-top: 2vh;
    }

    .section_name_frame {
        height: 34vh;
    }

    .top_img_frame {
        right: -120px;
        overflow: hidden;
        left: -160px;
    }

    .top_img_frame img {
        height: 30vh;
    }

    .top_titile_frame {
        height: 14vh;
    }
    /* news */
    #news {
        max-width: 100%;
    }

    .news_container {
        max-width: 740px;
        margin: auto;
    }

    .news_main_image_frame {
        width: 200px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 85px;
        height: 89px;
    }

    .career_of_orgs_title_frame{
        position: absolute;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        background-color: #004097;
        color: white;
        padding: 3px 5px;
        padding-left: 7px;
        font-family: 'ShinMGoPro Bold';
        font-size: 0.8em;
        z-index: 3;
    }    

    .career_of_orgs_title_frame h2::before {
        content: '';
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #004097;
        position: absolute;
        left: -35px;
        top: 17px;
        transform: translateY(-50%);
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: 0 0;
    }

    .news_title {
        font-size: 2.3em;
    }

    .news_detail {
        font-size: 1.4em;
    }

    .news_right_content_frame p {
        font-size: 1em;
    }

    .news_left_image {
        left: -200px;
        width: 180px;
    }

    .news_right_image {
        top: 10px;
        width: 210px;
        left: 195px;
        right: -170px;
    }

    /* 決起集会 */
    .kekkisyuukai_title {
        display: block;
        font-size: 4.8em;
        font-family: 'ShinMGoPro Bold';
        color: white;
        text-align: center;
        padding-bottom: 10px;
        color: #FFF000;
        text-shadow: 2.3146px 2.3146px 2.8933px rgba(0, 0, 0, 0.75);
        line-height: 1.4;
    }
    
    .kekkisyuukai_title span {
        font-size: 0.85em;
        color:#FFF;
    }

    .kekkisyuukai_title_pc {
        display: none;
    }

    .kekkisyuukai_frame {
        width: 94%;
        margin: auto;
    }

    .text-md-center {
        text-align: center;
    }

    .takuzi_image img {
        width: 80%;
        margin: auto;
        display: block;
    }

    /* reform */
    .reform_head_frame {
        max-width: 740px;
    }

    .reform_contents {
        max-width: 740px;
    }

    .last_pad {
        padding-bottom: 0;
    }

    .right_position {
        position: relative;
    }

    .reform_title .susumeru {
        font-size: 0.5em;
    }

    .reform_title .ga {
        font-size: 0.4em;
    }

    .reform_white_image {
        right: 210px;
    }

    .reform_img {
        width: 250px;
    }

    .three_reforms_declare {
        font-size: 5.9em;
        line-height: 2.2;
    }

    .reform_right_image {
        top: -30px;
        width: 180px;
    }

    .reform_items_list li {
        font-size:0.95em
    }

    /* interview */
    #interview .section_content {
        width: 740px;
    }

    .interview_img_frame {
        right: calc(50% - 450px - 20px);
    }

    .answer_item {
        font-size: 0.9em;
    }

    /* profile */
    #profile .profile_content_frame {
        max-width: 740px;
    }

    .profile_title .sakado_kaikaku_tag {
        font-size: 0.5em;
        padding: 10px 20px;
        vertical-align: middle;
    }

    .profile_title .profile_tomoda {
        font-size: 1.1em;
        vertical-align: middle;
    }

    .profile_title .profile_profile {
        font-size: 0.85em;
        vertical-align: middle;
    }

    .profile_list_item {
        font-size: 1em;
    }

    /* footer */
    footer {
        height: 430px;   
    }

    .footer_container {
        max-width: 740px;
    }

    .footer_section_content_frame {
        max-width: 740px;
    }

    .footer_img_frame  {
        left: -140px;    
    }

    .footer_img_frame img {
        width: 380px;
    }

    .footer_middle_line {
        width: calc(100% - (50% - 324px));
    }

    .footer_bottom_frame {
        right: 20px;
        width: 470px;
    }
}

@media (max-width: 800px) {
    /* top */
    #top {
        height: 42vh;
    }

    .top_section_content_frame{
        max-width: 740px;
    }

    .top_inner {
        max-width: 740px;
    }

    .seisaku_title_frame h2 {
        font-size: 1.6em;
        height: 53px;
    }

    .reflet_title {
        font-size: 2em;
    }

    .reform_content_title {
        position: absolute;
        line-height: 60px;
        left: 140px;
        font-size: 2.8em;
        top: 5px;
        height: 60px;
        color: white;
    }

    .seisaku_title_frame h2::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 38.2px solid transparent;
        border-bottom: 38.2px solid transparent;
        border-left: 38.2px solid #004097;
        position: absolute;
        right: -31px;
        top: 13px;
        transform: translateY(-50%) rotate(225deg);
    }

    .seisaku_sub_title h3 {
        font-size: 1.2em;
        line-height: 1.25;
        text-align: left;
    }

    .pickup_title {
        font-size: 1.2em;
    }

    .pickup_title span {
        font-size: 1.6em;
    }

    .seisaku_1 h2 {
        padding-left: 20px;
        text-align: left;
    }

    .tomoda_frame img {
        width: 160px;
    }

    .pickup_image_1 {
        width: 120px;
    }

    .pickup_image_2 {
        width: 140px;
        top: -120px;
    }

    .pickup_image_3 {
        width: 150px;
    }

    /* reform */
    .reform_head_frame, .pickup_frame {
        max-width: 680px;
    }

    .reform_contents {
        max-width: 680px;
    }

    .last_pad {
        padding-bottom: 0;
    }

    .right_position {
        position: relative;
    }

    .reform_title .susumeru {
        font-size: 0.45em;
    }

    .reform_title .ga {
        font-size: 0.4em;
    }

    .reform_white_image {
        right: 40px;
        width: 90%;
    }

    .reform_img {
        width: 350px;
    }

    .big_reform {
        text-align: right;
        display: inline-block;
        margin: auto;
    }

    .three_reforms_declare {
        font-size: 5.9em;
        line-height: 1.3;
        padding-bottom: 15px;
    }

    .sp_declare {
        display: block;

    }

    .pc_declare {
        display: none;
    }

    .reform_right_image {
        top: -15px;
        width: 120px;
    }

    .reform2{
        width: 140px;
    }

    .reform_items_list li {
        font-size:0.95em
    }

    .pc_reform_image {
        display: none;
    }
    
    .sp_reform_image {
        display: block;
    }

    .reform_title{
        padding-top: 120px;
    }

    /* interview */
    #interview .section_content {
        width: 680px;
    }

    .interview_img_frame {
        display: none;
    }

    .last_answer_item {
        width: initial;
    }

    .answer_item {
        font-size: 0.9em;
    }

    .interview_title {
        font-size: 2.6em;
    }

    /* profile */
    #profile .profile_content_frame {
        max-width: 680px;
    }

    .profile_title .sakado_kaikaku_tag {
        font-size: 0.5em;
        padding: 10px 20px;
        vertical-align: middle;
    }

    .profile_title .profile_tomoda {
        font-size: 1.1em;
        vertical-align: middle;
    }

    .profile_title .profile_profile {
        font-size: 0.85em;
        vertical-align: middle;
    }

    .profile_list_item {
        font-size: 1em;
    }

    /* footer */

    .footer_container {
        max-width: 680px;
    }

    .footer_section_content_frame {
        max-width: 680px;
    }

    .footer_img_frame  {
        left: -140px;    
    }

    .footer_img_frame img {
        width: 350px;
    }

    .footer_middle_frame {
        right: 10px;
    }

    .footer_middle_frame a {
        width: 80%;
        font-size: 2em;
    }

    .footer_bottom_frame {
        right: 0;
        width: 440px;
    }

    .footer_bottom_sentence {
        font-size: 1em;
    }

    .footer_contact {
        font-size: 0.9em;
    }
    
}

/* ここからスマホ */
@media (max-width: 768px) {
    /* top */
    
    #top {
        height: 52vh;
    }

    .top_section_content_frame{
        max-width: 100%;
    }

    .news_container {
        padding-top: 20px;
    }

    #top_section_title{
        max-height: none;
    }

    .interview_img_frame img {
        width: 200px;
    }

    .profile_right_bottom_image {
        display: none;
    }

    .top_title_pc {
        display: none;
    }

    .top_title_sp {
        display: block;
    }

    .top_title_sp {
        position: relative;
        display: inline-block;
        z-index: 3;
        line-height: 1;
        font-size: 10.0em;
        color: #FFF000;
        letter-spacing: -10px;
        max-height: 100%;
        text-shadow: 2.9257px 2.9257px 4.8762px rgba(0, 0, 0, 0.8);
        text-align: center;
        padding: 0  20px;
    }

    .news_left_image {
        display: none;
    }

    .sp_tomoda {
        font-size: 0.75em;
        line-height: 1;
        margin-bottom: 5px;
        display: inline-block;
        vertical-align: initial;
        letter-spacing: -10px;
        position: relative;
        line-height: 1;
        font-family: 'ShinGo Heavy';
    }

    .news_border_left {
        border: none;
    }

    .profile_right_image {
        position: absolute;
        top: 0;
        right: 10px;
        width: 100px;
        z-index: 1;
        display: block;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 10px;
        line-height: 35px;
        color: #004097;
        padding: 10px;
        width: 180px;
        margin: auto;
        background-color: white;
        border-radius: 250px;
        height: 35px;
        font-size: 0.23em;
        font-family: 'ShinGo Bold';
        text-shadow: none;
        margin-bottom: 10px;
    }

    .sp_masaaki{
        font-size: 0.5em;
        line-height: 1;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: initial;
        letter-spacing: -10px;
        position: relative;
        line-height: 1;
        font-family: 'ShinGo Heavy';
    }

    .top_titile_frame {
        width: 100%;
        max-height: 100%;
    }

    .top_inner {
        max-width: 100%;
    }

    #top_name_title .tomoda {
        font-size: 1.25em;
    }

    #top_name_title .masaaki{
        font-size: 0.34em;
    }

    .pc_block {
        display: none;
    }
    
    .sp_block {
        display: block;
    }

    .top_inner {
        max-width: 740px;
    }

    .section_content {
        margin-top: 0;
    }

    .section_name_frame {
        height: 33vh;
        margin-top: 5vh;
    }
    
    .top_img_frame {
        right: -60px;
        overflow: hidden;
    }

    .top_img_frame img {
        height: 40vh;
    }
    /* 決起集会 */
    .kaiksai_muryo span {
        font-size: 2.4em;
    }

    .kaisai_price span {
        font-size: 0.75em;
    }

    .news_image_frame {
        text-align: center;
    }

    .news_container {
        padding-bottom: 20px;
    }

    .news_main_image_frame {
        display: inline-block;
        width: 400px;
        height: 351px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 173px;
        height: 173px;
        margin-left: 10px;
    }

    .news_right_content_frame {
        margin: auto;
        margin-top: 20px;
        text-align: center;
        display: block;
        padding: 0;
    }

    .news_right_content_frame p {
        text-align: left;
        display: inline-block;
    }

    p.voices {
        background-color: #fff;
        border-radius: 8px;
        color: red;
        font-family: 'ShinMGoPro Bold';
        padding: 5px;
    }

    /* reform */
    #reforms {
        padding-bottom: 20px;
    }

    .reform_head_frame {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 25px;
    }

    .reform_title {
        line-height: 1;
        height: 80px;
        padding-top: 120px;
    }

    .reform_white_image {
        right: 20px;
        width: 93%;
    }

    .reason_content {
        z-index: 3;
        position: relative;
    }

    .reform_img {
        width: 320px;
    }

    .reform_contents {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 20px;
    }

    .three_reforms_declare {
        padding: 15px 30px;
    }

    .reason_frame {
        width: 100%;
    }

    .reform_index {
        position: absolute;
        text-align: center;
        line-height: 80px;
        left: 10px;
        font-size: 3.6em;
        top: -10px;
    }

    .reform_content_title {
        position: absolute;
        line-height: 60px;
        left: 100px;
        font-size: 3em;
        top: 5px;
        height: 60px;
        color: white;
    }

    .pc_reform_sub {
        display: none;
    }
    
    .sp_reform_sub {
        display: block;
    }
    
    .reform_contents_header {
        height: 140px;
    }

    .reform_right_image {
        display: none;
    }

    .inline-list {
        display: block;
    }

    .reform_items_list {
        margin-bottom: 5px;
    }

    .list_top_margin {
        padding: 0;
    }

    .reform_contents, .reform_head_frame, .pickup_frame {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .reform_items_list .list_margin {
        margin: 0;
    }

    .reform_items_list li {
        font-size: 1em;
    }

    .reform_contents_body {
        padding: 10px 20px;
    }

    .reform_contents_body {
        position: relative;
    }

    .reform_right_image_1, .reform_right_image_2, .reform_right_image_3 {
        position: absolute;
        display: inline-block;
    }

    .reform_right_image_1{
        top: 60px;
        right: -10px;
        width: 200px;
    }

    .reform_right_image_2{
        top: 60px;
        right: -10px;
        width: 200px;
    }

    .reform_right_image_3{
        top: -50px;
        right: -10px;
        width: 200px;
    }

    /* interview */
    #interview .section_content {
        max-width: 100%;
        width: calc(100% - 40px);
        margin: auto;
    }

    .interview_title{
        padding: 10px 20px;
        font-size: 2.2em;
        text-align: center;
    }

    .micro_image{
        top: 20px;
    }

    .answer_item {
        font-size: 1em;
    }

    .profile_left_image{
        width: 98%;
    }

    .profile_sub_image_pc {
        display: none;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        width: 200px;
    }

    .profile_list_item {
        font-size: 1.2em;
    }

    .profile_left_image {
        width: 80%;
        margin: auto;
    }

    .profile_title_pc {
        display: none;
    }

    .profile_title_sp {
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    .profile_list{
        padding: 20px;
    }

    .profile_title .sakado_kaikaku_tag {
        font-size: 0.7em;
    }

    .profile_title .profile_tomoda {
        font-size: 1.3em;
    }

    .profile_title .profile_profile {
        font-size: 1em;
    }
    /* footer */
    footer {
        height: fit-content;
    }

    .footer_container {
        max-width: 100%;
    }

    .footer_section_content_frame {
        max-width: 100%;
        position: inherit;
        text-align: center;
    }

    #footer_section_title {
        width: 100%;
        margin-left: 0;
    }

    .footer_middle_line {
        display: none;
    }

    .footer_middle_frame{
        position: inherit;
        width: 60%;
        text-align: center;
        margin-right: 10px;
        margin-left: auto;
    }

    .footer_middle_frame a {
        width: 90%;
        margin-left: auto;
        font-size: 1.6em;
    }

    .footer_section_title_frame {
        text-align: right;
    }

    .footer_kaiin {
        display: inline-block;
        width: auto;
        margin-left: auto;
        padding: 5px 40px;
    }

    .footer_bottom_frame {
        position: inherit;
        width: 65%;
        text-align: right;
        margin-left: auto;
        margin-bottom: 0;
        text-align: center;
    }

    .footer_img_frame {
        left: -100px;
        bottom: 0;

    }

    .footer_bottom_sentence {
        width: 60%;
        margin: auto;
        margin-top: 5px;
        line-height: 1.4;
    }

    .footer_bottom_sentence_pc {
        display: none;
    }
    
    .footer_bottom_sentence_sp {
        display: block;
        margin-bottom: 15px;
    }

    .footer_kaiin_pc {
        display: none;
    }
    
    .footer_kaiin_sp {
        display: inline-block;
    }
}

@media (max-width: 680px) {
    
    .interview_title{
        padding: 10px 20px;
        font-size: 1.9em;
        text-align: center;
    }

    .seisaku_title_frame h2 {
        font-size: 1.4em;
        height: 48px;
    }

    .seisaku_title_frame h2::after {
        border-top: 34px solid transparent;
        border-bottom: 34px solid transparent;
        border-left: 34px solid #004097;
        position: absolute;
        right: -28.2px;
        top: 12px;
    }

    .pickup_image_1 {
        width: 110px;
    }

    .pickup_image_2 {
        width: 120px;
        top: -100px;
        right: -70px;
    }

    .pickup_image_3 {
        top: 15px;
        width: 150px;
        right: -73px;
    }

    .micro_image{
        top: 20px;
    }

    .profile_sub_image_pc {
        display: none;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 30;
        top: 0;
        width: 180px;
    }

    .interview_inner {
        padding-bottom: 20px;    
    }

    .interview_img_frame {
        right: calc(50% - 440px);
    }

    .interview_title {
        font-size: 1.8em;
    }
    .center {
        font-size: 1.4em;
    }

    .news_main_image_frame {
        width: 350px;
        height: 307px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 152px;
        height: 152px;
        margin-left: 10px;
    }

    .news_right_image {
        top: 10px;
        width: 180px;
        left: 185px;
        right: -170px;
    }

    .footer_middle_frame a{
        font-size: 1.4em;
        width: 90%;
        border-radius: 50px;
        line-height: 60px;
        font-family: 'ShinGo Heavy';
        border: 2px #fff solid;
        padding: 0 5px;
    }

    .footer_kaiin {
        font-size: 2.2em;
    }

    footer {
        height: fit-content;
    }

}

/* sm */
@media (max-width: 576px) {
    /* top */
    #top {
        height: 48vh;
    }

    .top_img_frame {
        left: -40px;
    }

    .section_name_frame {
        height: 33vh;
        margin-top: 1vh;
    }

    .sp_tomoda {
        font-size: 0.75em;
    }

    .sp_masaaki {
        font-size: 0.51em;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 20;
        top: 0;
        width: 155px;
    }

    .reform_content_title {
        position: absolute;
        line-height: 60px;
        left: 80px;
        font-size: 3em;
        top: 5px;
        height: 60px;
        color: white;
    }

    .seisaku_title_frame {
        width: 80%;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 10px;
        line-height: 35px;
        color: #004097;
        padding: 10px;
        width: 170px;
        margin: auto;
        background-color: white;
        border-radius: 250px;
        height: 35px;
        font-size: 0.25em;
        font-family: 'ShinGo Bold';
        text-shadow: none;
    }

    .question_frame .question_item {
        font-size: 1em;
    }

    .seisaku_title_frame h2 {
        font-size: 1.05em;
        height: 43px;
        line-height: 43px;
    }

    .seisaku_title_frame h2::after {
        border-top: 31px solid transparent;
        border-bottom: 30.5px solid transparent;
        border-left: 30.5px solid #004097;
        position: absolute;
        right: -25px;
        top: 11px;
    }

    .tent_frame p {
        font-size:  1em;
    }
    /* current */
    #current .section_content_frame {
        padding-top: 20px;
    }

    .sp_current_image {
        display: inline-block;
        width: 320px;
        margin: auto;
    }

    .current_title {
        font-size: 2.8em;
    }

    #current .section_content_frame .section_content {
        padding: 10px;
        padding-bottom: 70px;
        width: calc(100% - 40px);
    }

    .chart_sub_sentence {
        font-size: 0.9em;
    }

    .ref_sentence {
        font-size: 0.1em   
    }

    .pc_chart_sentence {
        display: none;
    }
    
    .sp_chart_sentence {
        display: block;
    }
    .current_img_frame {
        right: -60px;
        width: 230px;
        z-index: 1;
    }

    .reason_img_pc {
        display: none;
    }

    .reason_img_sp{
        display: inline-block;
    }

    /* reform */
    .downward_triangle {
        width: 0;
        height: 0;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        border-top: 40px solid rgba(226, 233, 245, 1.0);
        margin: 0 auto;
        position: absolute;
        top: -15px;
        left: calc(50% - 70px);
        z-index: 2;
    }

    .downward_triangle_2{
        width: 0;
        height: 0;
        border-left: 70px solid transparent;
        border-right: 70px solid transparent;
        border-top: 40px solid #E50012;
        margin: 0 auto;
        position: absolute;
        top: -20px;
        left: calc(50% - 70px);
        z-index: 3;
    }

    .reason_why {
        font-size: 2em;
    }
    .sakado_reform {
        display: inline-block;
        width: 280px;
    }

    .is_required {
        margin-left: 80px;
        font-size: 2.5em;
    }

    .reform_1_pc {
        display: none;
    }

    .reform_1_sp {
        display: block;
    }

    .right_position span {
        margin-top: 0;
    }

    .reform_title {
        padding-top: 100px;
        height: 60px;
    }

    .three_reforms_declare {
        padding: 0 20px;
        line-height: 1.2;
    }

    .news_right_image {
        top: 10px;
        width: 160px;
        left: 180px;
        right: -170px;
    }

    .susumeru {
        line-height: 1;
    }

    .san {
        line-height: 1;
    }

    .big_reform {
        width: 100%;
        font-size: 0.9em;
    }

    .reform_right_image_1 {
        width: 160px;
        top: -30px;
    }

    .reform_right_image_2 {
        width: 160px;
        top: 160px;
    }

    .reform_right_image_3 {
        width: 140px;
        top: -40px;
    }

    .reform_img {
        width: 300px;
        left: -50px;
    }

    .reform_content_title {
        font-size: 2.6em;
    }
    .wo {
        font-size: 0.8em;
    }

    .reform_index {
        position: absolute;
        text-align: center;
        line-height: 60px;
        height: 60px;
        width: 60px;
        left: 10px;
        font-size: 3.2em;
        top: -10px;
    }

    .news_main_image_frame {
        width: 320px;
        height: 281px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 138px;
        height: 138px;
        margin-left: 10px;
    }

    /* interview */
    .interview_img_frame {
        right: calc(50% - 380px);
    }

    .interview_img_frame img{
        width: 200px;
    }

    .interview_inner {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* profile */

    /* footer */
    footer {
        height: fit-content;
    }

    .footer_img_frame {
        left: -45px;
        z-index: 1; 
    }

    .footer_img_frame img {
        width: 315px;
    }

    .sentence_frame {
        z-index: 2;
        position: relative;
    }

    .footer_bottom_sentence_sp {
        width: 90%;
    }
}

@media (max-width: 540px) {
    .news_main_image_frame {
        width: 300px;
        height: 263px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 130px;
        height: 130px;
        margin-left: 10px;
    }
}

@media (max-width: 500px) {
    .section_name_frame {
        height: 34vh;
        margin-top: 0;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 10;
        top: 0;
        width: 120px;
    }

    #top {
        height: 43vh;
    }
    
    .top_img_frame img {
        height: 35vh;
    }

    .sp_tomoda{
        font-size: 0.7em;
    }

    .footer_img_frame img {
        width: 280px;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 8px;
        line-height: 35px;
        padding: 10px;
        width: 170px;
        height: 35px;
        font-size: 0.23em;
    }

    .sp_masaaki {
        font-size: 0.42em;
    }

    .chart_sub_sentence {
        font-size: 0.85em;
    }

    .interview_title {
        font-size: 1.6em;
    }
    .center {
        top: -10px;
        font-size: 1.2em;
        margin-bottom: 0px;
    }

    .news_main_image_frame {
        width: 260px;
        height: 228px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 112.5px;
        height: 112.5px;
        margin-left: 10px;
    }

    .ref_sentence {
        font-size: 0.08em;
    }

    .footer_middle_frame a {
        font-size: 1.25em;
    }

    .footer_kaiin {
        font-size: 2.4em;
    }
}

@media (max-width: 450px) {
    .top_img_frame {
        right: -80px;
    }

    .center {
        font-size: 1.1em;
    }

    .reflet_title {
        font-size: 1.4em;
    }

    .right_bottom_tomoda {
        display: none;
    }
    
    .sp_current_image {
        width: 280px;
    }

    .sp_tomoda{
        font-size: 0.66em;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 8px;
        line-height: 35px;
        padding: 10px;
        width: 170px;
        height: 35px;
        font-size: 0.23em;
    }

    .seisaku_title_frame h2 {
        font-size: 0.97em;
    }

    .news_right_content_frame p{
        font-size: 1em;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 5;
        top: 0;
        width: 100px;
    }

    .news_main_image_frame {
        width: 240px;
        height: 211px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 104px;
        height: 104px;
        margin-left: 5px;
    }

    .sp_masaaki {
        font-size: 0.42em;
    }

    .chart_sub_sentence {
        font-size: 0.85em;
    }

    .ref_sentence {
        font-size: 0.08em;
    }

    .footer_img_frame img {
        width: 265px;
    }
}

@media (max-width: 440px) {
    
    .sp_tomoda{
        font-size: 0.65em;
    }

    .footer_kaiin {
        font-size: 2em;
    }

    .top_img_frame {
        height: 40vh;
        left: -30px;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 8px;
        line-height: 35px;
        padding: 10px;
        width: 160px;
        height: 35px;
        font-size: 0.22em;
    }

    .interview_img_frame {
        right: calc(50% - 365px);
    }

    .interview_img_frame img {
        width: 140px;
    }

    .sp_masaaki {
        font-size: 0.4em;
    }

    .reform_content_title {
        font-size: 2.3em;
    }

    .interview_title {
        font-size: 1.5em;
    }

    .question_frame .question_item{
        font-size: 1.15em;
    }

    .news_right_image{
        position: absolute;
        top: 10px;
        left: 185px;
        width: 130px;
        height: 110px;
    }

    .chart_sub_sentence {
        font-size: 0.85em;
    }

    .ref_sentence {
        font-size: 0.08em;
    }

    .footer_img_frame img {
        width: 255px;
    }
}

@media (max-width: 420px) {
    .sp_tomoda{
        font-size: 0.63em;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 8px;
        line-height: 30px;
        padding: 10px;
        width: 150px;
        height: 30px;
        font-size: 0.21em;
    }

    #top {
        height: 40vh;
    }
    
    .top_img_frame img {
        height: 32vh;
    }

    .sp_masaaki {
        font-size: 0.38em;
    }

    .profile_list_item {
        font-size: 1em;
    }

    .reform_content_title {
        font-size: 2.2em;
    }

    .sp_current_image {
        width: 220px;
    }

    .interview_title {
        font-size: 1.25em;
    }

    .interview_img_frame {
        right: calc(50% - 360px);
    }

    .interview_img_frame img {
        width: 140px;
    }

    .question_frame .question_item{
        font-size: 1.05em;
    }

    .current_title {
        font-size: 2.4em;
    }

    .three_reforms_declare {
        font-size: 5.4em;
    }

    .profile_title .sakado_kaikaku_tag{
        font-size:0.6em;
    }

    .profile_title .profile_tomoda{
        font-size:1.2em;
    }

    .profile_title .profile_profile {
        font-size:0.85em;
    }

    .footer_middle_frame a {
        font-size: 1.2em;
    }

    .news_main_image_frame {
        width: 220px;
        height: 193px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 95px;
        height: 95px;
        margin-left: 5px;
    }

    .news_right_image{
        position: absolute;
        top: 10px;
        left: 180px;
        height: 90px;
    }

    .chart_sub_sentence {
        font-size: 0.84em;
    }

    .ref_sentence {
        font-size: 0.07em;
    }

    .footer_img_frame img {
        width: 245px;
    }
}

@media (max-width: 400px) {

    .section_name_frame {
        padding: 0 10px;    
    }

    .career_content_title_frame h3 {
        font-size: 1em;
    }
    .sp_tomoda{
        font-size: 0.4em;
        letter-spacing: 1.2;
    }

    .tomoda_hiragana {
        content: 'ともだ';
        text-align: center;
        letter-spacing: 6px;
        line-height: 20px;
        padding: 10px;
        width: 130px;
        height: 20px;
        font-size: 0.15em;
    }


    .news_title_sp {
        font-size: 2.2em;
        position: relative;
        z-index: 4;
    }

    .sp_news_detail_font {
        font-size: 1.25em;
    }

    .sp_masaaki {
        font-size: 0.25em;
        letter-spacing: 1.3;
    }

    .reform img {
        max-width: 100%;
        width: 160px;
    }

    .reform_content_title {
        font-size: 1.9em;
    }

    .interview_title {
        font-size: 1.2em;
    }

    .interview_img_frame {
        right: calc(50% - 332px);
    }

    .interview_img_frame img {
        width: 115px;
    }

    .question_frame .question_item{
        font-size: 1.05em;
    }

    .current_title {
        font-size: 2.4em;
    }

    .three_reforms_declare {
        font-size: 5.4em;
    }

    .news_right_image{
        position: absolute;
        top: 10px;
        height: 90px;
        left: 170px;
    }

    .reform_right_image_1 {
        width: 140px;
        top: -14px;
        right: 4;
    }

    .reform_right_image_2 {
        width: 120px;
        top: 180px;
        right: 4;
    }

    .reform_right_image_3 {
        width: 115px;
        top: -20px;
        right: 0;
    }

    .chart_sub_sentence {
        font-size: 0.84em;
    }

    .ref_sentence {
        font-size: 0.07em;
    }

    .footer_middle_frame {
        width: 60%;
    }

    .reform_items_title {
        font-size: 1.2em;
    }

    .footer_middle_frame a {
        font-size: 1.1em;
    }

    .footer_bottom_sentence_sp {
        font-size: 0.85em;
    }

    .footer_img_frame img {
        width: 230px;
    }
}

@media (max-width: 380px) {
    .news_right_image{
        position: absolute;
        top: 15px;
        left: 165px;
        height: 80px;
    }

    .sp_news_detail_font {
        font-size: 1.2em;
    }

    .pickup_image_1 {
        width: 100px;
        right: -40px;
        top: 28px;
    }

    .pickup_image_2 {
        width: 120px;
        right: -65px;
    }

    .pickup_image_3 {
        width: 125px;
        right: -77px;
        top: 24px;
    }

    .seisaku_title_frame h2 {
        font-size: 1.2em;
    }

    .seisaku_3 h2 {
        font-size: 0.93em;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 5;
        top: 0;
        width: 90px;
    }

    .news_main_image_frame {
        width: 200px;
        height: 175px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 86px;
        height: 86px;
        margin-left: 5px;
    }

    .news_title_sp {
        font-size: 2em;
    }

    .career_of_orgs_title_frame{
        position: absolute;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        background-color: #004097;
        color: white;
        padding: 3px 5px;
        padding-left: 7px;
        font-family: 'ShinMGoPro Bold';
        font-size: 0.8em;
        z-index: 3;
    }    

    .career_of_orgs_title_frame h2::before {
        content: '';
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #004097;
        position: absolute;
        left: -35px;
        top: 17px;
        transform: translateY(-50%);
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: 0 0;
    }

    .three_reforms_declare {
        font-size: 5.2em;
    }

    .reform_items_title {
        font-size: 1.1em;
    }

    .question_frame .question_item {
        font-size: 1em;
    }

    .interview_title {
        font-size: 1.15em;
    }

    .footer_kaiin {
        font-size: 1.8em;
    }
}

@media (max-width: 370px) {
    .news_right_image{
        position: absolute;
        top: 20px;
        left: 150px;
        height: 80px;
    }

    .three_reforms_declare {
        font-size: 4.5em;
    }

    .reform_items_title {
        font-size: 1em;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 3;
        top: 0;
        width: 85px;
    }

    .reform_content_title {
        font-size: 2em;
    }

    .question_frame .question_item {
        font-size: 0.9em;
    }

    .interview_title {
        font-size: 1.05em;
    }
}

@media (max-width: 360px) {
    .news_right_image{
        position: absolute;
        top: 35px;
        height: 80px;
    }

    .three_reforms_declare {
        font-size: 4.6em;
    }

    .reform_items_title {
        font-size: 1em;
    }

    .profile_sub_image_sp {
        display: block;
        position: absolute;
        right: 3;
        top: 0;
        width: 75px;
    }

    .question_frame .question_item {
        font-size: 0.9em;
    }

    .interview_title {
        font-size: 1.05em;
    }

    .reform img {
        max-width: 80%;
        width: 160px;
    }

    .is_required {
        margin-left: 60px;
    }

    .news_main_image_frame {
        width: 185px;
        height: 160px;
        margin-left: 10px;
    }

    .news_sub_image_frame {
        width: 78.5px;
        height: 78.5px;
        margin-left: 5px;
    }

    .reform_img {
        width: 260px;
    }

    .footer_middle_frame a {
        font-size: 0.8em;
    }

    .footer_kaiin {
        font-size: 1.5em;
    }
}
